pulumi-azure-native 3.6.0a1749688449__py3-none-any.whl → 3.6.0a1754062012__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +97 -29
- pulumi_azure_native/aad/domain_service.py +5 -1
- pulumi_azure_native/aad/get_domain_service.py +4 -0
- pulumi_azure_native/aad/get_ou_container.py +4 -0
- pulumi_azure_native/aad/ou_container.py +5 -1
- pulumi_azure_native/advisor/assessment.py +3 -3
- pulumi_azure_native/advisor/get_assessment.py +2 -2
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/app/_enums.py +15 -13
- pulumi_azure_native/app/_inputs.py +616 -343
- pulumi_azure_native/app/certificate.py +4 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +14 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +4 -4
- pulumi_azure_native/app/get_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environment.py +5 -5
- pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
- pulumi_azure_native/app/get_container_app.py +20 -6
- pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
- pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +5 -5
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +5 -5
- pulumi_azure_native/app/get_managed_certificate.py +5 -5
- pulumi_azure_native/app/get_managed_environment.py +20 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
- pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +34 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +460 -293
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/botservice/_inputs.py +62 -59
- pulumi_azure_native/botservice/bot.py +24 -14
- pulumi_azure_native/botservice/bot_connection.py +15 -5
- pulumi_azure_native/botservice/channel.py +24 -14
- pulumi_azure_native/botservice/get_bot.py +23 -9
- pulumi_azure_native/botservice/get_bot_connection.py +20 -6
- pulumi_azure_native/botservice/get_channel.py +23 -9
- pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
- pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
- pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
- pulumi_azure_native/botservice/outputs.py +354 -201
- pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
- pulumi_azure_native/cloudhealth/__init__.py +23 -0
- pulumi_azure_native/cloudhealth/_enums.py +244 -0
- pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
- pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
- pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
- pulumi_azure_native/cloudhealth/entity.py +237 -0
- pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
- pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
- pulumi_azure_native/cloudhealth/get_entity.py +168 -0
- pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
- pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
- pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
- pulumi_azure_native/cloudhealth/health_model.py +303 -0
- pulumi_azure_native/cloudhealth/outputs.py +2267 -0
- pulumi_azure_native/cloudhealth/relationship.py +236 -0
- pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +5 -1
- pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/communication/communication_service.py +3 -3
- pulumi_azure_native/communication/domain.py +3 -3
- pulumi_azure_native/communication/email_service.py +3 -3
- pulumi_azure_native/communication/get_communication_service.py +2 -2
- pulumi_azure_native/communication/get_domain.py +2 -2
- pulumi_azure_native/communication/get_email_service.py +2 -2
- pulumi_azure_native/communication/get_sender_username.py +2 -2
- pulumi_azure_native/communication/get_smtp_username.py +4 -0
- pulumi_azure_native/communication/get_suppression_list.py +2 -2
- pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/smtp_username.py +5 -1
- pulumi_azure_native/communication/suppression_list.py +3 -3
- pulumi_azure_native/communication/suppression_list_address.py +3 -3
- pulumi_azure_native/compute/_enums.py +12 -12
- pulumi_azure_native/compute/_inputs.py +135 -128
- pulumi_azure_native/compute/availability_set.py +23 -13
- pulumi_azure_native/compute/capacity_reservation.py +27 -17
- pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
- pulumi_azure_native/compute/dedicated_host.py +26 -16
- pulumi_azure_native/compute/dedicated_host_group.py +28 -18
- pulumi_azure_native/compute/disk.py +34 -24
- pulumi_azure_native/compute/disk_access.py +26 -16
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
- pulumi_azure_native/compute/disk_encryption_set.py +26 -16
- pulumi_azure_native/compute/gallery.py +26 -16
- pulumi_azure_native/compute/gallery_application.py +29 -19
- pulumi_azure_native/compute/gallery_application_version.py +32 -22
- pulumi_azure_native/compute/gallery_image.py +29 -19
- pulumi_azure_native/compute/gallery_image_version.py +32 -22
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
- pulumi_azure_native/compute/get_availability_set.py +22 -8
- pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
- pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
- pulumi_azure_native/compute/get_dedicated_host.py +22 -8
- pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
- pulumi_azure_native/compute/get_disk.py +25 -11
- pulumi_azure_native/compute/get_disk_access.py +24 -10
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
- pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
- pulumi_azure_native/compute/get_gallery.py +22 -8
- pulumi_azure_native/compute/get_gallery_application.py +24 -10
- pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_image.py +24 -10
- pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
- pulumi_azure_native/compute/get_image.py +22 -8
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +24 -10
- pulumi_azure_native/compute/get_restore_point.py +20 -6
- pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
- pulumi_azure_native/compute/get_snapshot.py +25 -11
- pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
- pulumi_azure_native/compute/get_virtual_machine.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
- pulumi_azure_native/compute/image.py +23 -13
- pulumi_azure_native/compute/outputs.py +269 -169
- pulumi_azure_native/compute/proximity_placement_group.py +28 -18
- pulumi_azure_native/compute/restore_point.py +15 -5
- pulumi_azure_native/compute/restore_point_collection.py +23 -13
- pulumi_azure_native/compute/snapshot.py +34 -24
- pulumi_azure_native/compute/ssh_public_key.py +24 -13
- pulumi_azure_native/compute/virtual_machine.py +27 -17
- pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
- pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
- pulumi_azure_native/computeschedule/__init__.py +13 -0
- pulumi_azure_native/computeschedule/_enums.py +210 -0
- pulumi_azure_native/computeschedule/_inputs.py +544 -0
- pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
- pulumi_azure_native/computeschedule/outputs.py +553 -0
- pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confluent/_inputs.py +6 -6
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +11 -11
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
- pulumi_azure_native/confluent/get_topic.py +20 -6
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +4 -4
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +4 -4
- pulumi_azure_native/confluent/list_access_users.py +4 -4
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +15 -15
- pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
- pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
- pulumi_azure_native/confluent/outputs.py +6 -6
- pulumi_azure_native/confluent/topic.py +12 -2
- pulumi_azure_native/connectedcache/__init__.py +5 -0
- pulumi_azure_native/connectedcache/_inputs.py +6 -6
- pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
- pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/isp_customer.py +5 -1
- pulumi_azure_native/connectedcache/outputs.py +508 -4
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +16 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +214 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +102 -0
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +309 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/cosmosdb/_inputs.py +58 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
- pulumi_azure_native/cosmosdb/outputs.py +55 -0
- pulumi_azure_native/dashboard/__init__.py +2 -0
- pulumi_azure_native/dashboard/dashboard.py +253 -0
- pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +392 -54
- pulumi_azure_native/datafactory/outputs.py +262 -22
- pulumi_azure_native/datafactory/pipeline.py +7 -7
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
- pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
- pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
- pulumi_azure_native/dbforpostgresql/backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
- pulumi_azure_native/dbforpostgresql/database.py +11 -11
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
- pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
- pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
- pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
- pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
- pulumi_azure_native/dbforpostgresql/migration.py +98 -98
- pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
- pulumi_azure_native/dbforpostgresql/server.py +76 -76
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
- pulumi_azure_native/dependencymap/discovery_source.py +5 -1
- pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
- pulumi_azure_native/dependencymap/get_map.py +4 -0
- pulumi_azure_native/dependencymap/map.py +5 -1
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +10 -0
- pulumi_azure_native/deviceregistry/_enums.py +108 -0
- pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +232 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
- pulumi_azure_native/deviceregistry/get_schema.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
- pulumi_azure_native/deviceregistry/namespace.py +323 -0
- pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
- pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
- pulumi_azure_native/deviceregistry/outputs.py +3209 -79
- pulumi_azure_native/deviceregistry/schema.py +5 -1
- pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
- pulumi_azure_native/deviceregistry/schema_version.py +5 -1
- pulumi_azure_native/devtestlab/_enums.py +2 -2
- pulumi_azure_native/devtestlab/artifact_source.py +6 -6
- pulumi_azure_native/devtestlab/custom_image.py +6 -6
- pulumi_azure_native/devtestlab/disk.py +6 -6
- pulumi_azure_native/devtestlab/environment.py +6 -6
- pulumi_azure_native/devtestlab/formula.py +6 -6
- pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
- pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
- pulumi_azure_native/devtestlab/get_disk.py +4 -4
- pulumi_azure_native/devtestlab/get_environment.py +4 -4
- pulumi_azure_native/devtestlab/get_formula.py +4 -4
- pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
- pulumi_azure_native/devtestlab/get_lab.py +4 -4
- pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
- pulumi_azure_native/devtestlab/get_policy.py +8 -8
- pulumi_azure_native/devtestlab/get_schedule.py +6 -6
- pulumi_azure_native/devtestlab/get_secret.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
- pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
- pulumi_azure_native/devtestlab/get_user.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
- pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
- pulumi_azure_native/devtestlab/global_schedule.py +6 -6
- pulumi_azure_native/devtestlab/lab.py +11 -11
- pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
- pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
- pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/notification_channel.py +6 -6
- pulumi_azure_native/devtestlab/policy.py +12 -12
- pulumi_azure_native/devtestlab/schedule.py +9 -9
- pulumi_azure_native/devtestlab/secret.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
- pulumi_azure_native/devtestlab/service_runner.py +6 -6
- pulumi_azure_native/devtestlab/user.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
- pulumi_azure_native/devtestlab/virtual_network.py +6 -6
- pulumi_azure_native/dns/dnssec_config.py +3 -3
- pulumi_azure_native/dns/get_dnssec_config.py +4 -4
- pulumi_azure_native/dns/get_record_set.py +18 -4
- pulumi_azure_native/dns/get_zone.py +5 -5
- pulumi_azure_native/dns/outputs.py +2 -2
- pulumi_azure_native/dns/record_set.py +12 -2
- pulumi_azure_native/dns/zone.py +7 -7
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
- pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +4 -0
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/domainregistration/domain.py +3 -3
- pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
- pulumi_azure_native/domainregistration/get_domain.py +2 -2
- pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
- pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
- pulumi_azure_native/edge/__init__.py +41 -0
- pulumi_azure_native/edge/_enums.py +94 -0
- pulumi_azure_native/edge/_inputs.py +1501 -149
- pulumi_azure_native/edge/config_template.py +283 -0
- pulumi_azure_native/edge/configuration.py +253 -0
- pulumi_azure_native/edge/configuration_reference.py +215 -0
- pulumi_azure_native/edge/context.py +274 -0
- pulumi_azure_native/edge/diagnostic.py +294 -0
- pulumi_azure_native/edge/dynamic_configuration.py +236 -0
- pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
- pulumi_azure_native/edge/dynamic_schema.py +226 -0
- pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
- pulumi_azure_native/edge/execution.py +318 -0
- pulumi_azure_native/edge/get_config_template.py +204 -0
- pulumi_azure_native/edge/get_configuration.py +190 -0
- pulumi_azure_native/edge/get_configuration_reference.py +162 -0
- pulumi_azure_native/edge/get_context.py +190 -0
- pulumi_azure_native/edge/get_diagnostic.py +218 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
- pulumi_azure_native/edge/get_execution.py +208 -0
- pulumi_azure_native/edge/get_instance.py +202 -0
- pulumi_azure_native/edge/get_schema.py +204 -0
- pulumi_azure_native/edge/get_schema_version.py +182 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_site_reference.py +168 -0
- pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/get_solution.py +196 -0
- pulumi_azure_native/edge/get_solution_template.py +204 -0
- pulumi_azure_native/edge/get_solution_version.py +202 -0
- pulumi_azure_native/edge/get_target.py +218 -0
- pulumi_azure_native/edge/get_workflow.py +196 -0
- pulumi_azure_native/edge/get_workflow_version.py +202 -0
- pulumi_azure_native/edge/instance.py +297 -0
- pulumi_azure_native/edge/outputs.py +2837 -189
- pulumi_azure_native/edge/schema.py +263 -0
- pulumi_azure_native/edge/schema_version.py +246 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/site_reference.py +236 -0
- pulumi_azure_native/edge/sites_by_service_group.py +5 -1
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/edge/solution.py +257 -0
- pulumi_azure_native/edge/solution_template.py +284 -0
- pulumi_azure_native/edge/solution_version.py +297 -0
- pulumi_azure_native/edge/target.py +313 -0
- pulumi_azure_native/edge/workflow.py +257 -0
- pulumi_azure_native/edge/workflow_version.py +297 -0
- pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
- pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +3 -3
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
- pulumi_azure_native/guestconfiguration/outputs.py +6 -6
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
- pulumi_azure_native/healthbot/bot.py +3 -3
- pulumi_azure_native/healthbot/get_bot.py +2 -2
- pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/__init__.py +8 -0
- pulumi_azure_native/iotoperations/_enums.py +237 -1
- pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
- pulumi_azure_native/iotoperations/akri_connector.py +268 -0
- pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +287 -0
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +188 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +182 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/outputs.py +5997 -2422
- pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
- pulumi_azure_native/loadtestservice/__init__.py +2 -0
- pulumi_azure_native/loadtestservice/_enums.py +16 -0
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
- pulumi_azure_native/loadtestservice/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
- pulumi_azure_native/machinelearningservices/__init__.py +2 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
- pulumi_azure_native/machinelearningservices/outputs.py +139 -0
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
- pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
- pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/mongocluster/__init__.py +2 -0
- pulumi_azure_native/mongocluster/_enums.py +40 -0
- pulumi_azure_native/mongocluster/_inputs.py +210 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +168 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/outputs.py +176 -0
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +237 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +5 -1
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +4 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/notificationhubs/_inputs.py +9 -9
- pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
- pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
- pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
- pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
- pulumi_azure_native/notificationhubs/namespace.py +10 -2
- pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/outputs.py +10 -10
- pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
- pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
- pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
- pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
- pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
- pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
- pulumi_azure_native/orbital/__init__.py +2 -0
- pulumi_azure_native/orbital/_enums.py +48 -0
- pulumi_azure_native/orbital/_inputs.py +119 -0
- pulumi_azure_native/orbital/geo_catalog.py +307 -0
- pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
- pulumi_azure_native/orbital/outputs.py +214 -0
- pulumi_azure_native/peering/connection_monitor_test.py +5 -1
- pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
- pulumi_azure_native/peering/get_peer_asn.py +4 -0
- pulumi_azure_native/peering/get_peering.py +4 -0
- pulumi_azure_native/peering/get_peering_service.py +4 -0
- pulumi_azure_native/peering/get_prefix.py +4 -0
- pulumi_azure_native/peering/get_registered_asn.py +4 -0
- pulumi_azure_native/peering/get_registered_prefix.py +4 -0
- pulumi_azure_native/peering/peer_asn.py +5 -1
- pulumi_azure_native/peering/peering.py +5 -1
- pulumi_azure_native/peering/peering_service.py +5 -1
- pulumi_azure_native/peering/prefix.py +5 -1
- pulumi_azure_native/peering/registered_asn.py +5 -1
- pulumi_azure_native/peering/registered_prefix.py +5 -1
- pulumi_azure_native/powerbidedicated/_enums.py +0 -12
- pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
- pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
- pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
- pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
- pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
- pulumi_azure_native/powerbidedicated/outputs.py +10 -10
- pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
- pulumi_azure_native/privatedns/get_private_zone.py +20 -5
- pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
- pulumi_azure_native/privatedns/outputs.py +111 -0
- pulumi_azure_native/privatedns/private_record_set.py +20 -10
- pulumi_azure_native/privatedns/private_zone.py +15 -4
- pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
- pulumi_azure_native/providerhub/__init__.py +6 -0
- pulumi_azure_native/providerhub/_enums.py +625 -17
- pulumi_azure_native/providerhub/_inputs.py +8443 -1196
- pulumi_azure_native/providerhub/authorized_application.py +204 -0
- pulumi_azure_native/providerhub/custom_rollout.py +213 -0
- pulumi_azure_native/providerhub/default_rollout.py +7 -7
- pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
- pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
- pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
- pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
- pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
- pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
- pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
- pulumi_azure_native/providerhub/get_skus.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/providerhub/notification_registration.py +7 -7
- pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
- pulumi_azure_native/providerhub/outputs.py +7550 -1680
- pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
- pulumi_azure_native/providerhub/provider_registration.py +42 -5
- pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
- pulumi_azure_native/providerhub/skus.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/security/assessment.py +3 -3
- pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
- pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_assessment.py +2 -2
- pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/servicebus/get_namespace.py +1 -1
- pulumi_azure_native/servicebus/namespace.py +4 -4
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/sql/__init__.py +2 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/virtual_cluster.py +281 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
- pulumi_azure_native/storage/_inputs.py +3 -3
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/outputs.py +2 -2
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +3 -3
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storagediscovery/__init__.py +13 -0
- pulumi_azure_native/storagediscovery/_enums.py +38 -0
- pulumi_azure_native/storagediscovery/_inputs.py +217 -0
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
- pulumi_azure_native/storagediscovery/outputs.py +302 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
- pulumi_azure_native/storagemover/_inputs.py +5 -5
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/get_agent.py +1 -1
- pulumi_azure_native/storagemover/outputs.py +5 -5
- pulumi_azure_native/trafficmanager/endpoint.py +3 -3
- pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
- pulumi_azure_native/trafficmanager/get_profile.py +2 -2
- pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
- pulumi_azure_native/trafficmanager/profile.py +3 -3
- pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/app_service_environment.py +3 -3
- pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/app_service_plan.py +3 -3
- pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
- pulumi_azure_native/web/certificate.py +3 -3
- pulumi_azure_native/web/get_app_service_environment.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_app_service_plan.py +2 -2
- pulumi_azure_native/web/get_certificate.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- pulumi_azure_native/web/get_site_certificate.py +476 -0
- pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
- pulumi_azure_native/web/get_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
- pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
- pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
- pulumi_azure_native/web/get_web_app.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_function.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
- pulumi_azure_native/web/kube_environment.py +3 -3
- pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
- pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
- pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_secrets.py +2 -2
- pulumi_azure_native/web/list_static_site_users.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
- pulumi_azure_native/web/site_certificate.py +644 -0
- pulumi_azure_native/web/site_certificate_slot.py +665 -0
- pulumi_azure_native/web/static_site.py +3 -3
- pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_custom_domain.py +3 -3
- pulumi_azure_native/web/static_site_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
- pulumi_azure_native/web/web_app.py +3 -3
- pulumi_azure_native/web/web_app_application_settings.py +3 -3
- pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
- pulumi_azure_native/web/web_app_deployment.py +3 -3
- pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_function.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
- pulumi_azure_native/web/web_app_metadata.py +3 -3
- pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_container.py +3 -3
- pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_extension.py +3 -3
- pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
- pulumi_azure_native/web/web_app_source_control.py +3 -3
- pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- pulumi_azure_native/widget/__init__.py +12 -0
- pulumi_azure_native/widget/_inputs.py +100 -0
- pulumi_azure_native/widget/employee.py +277 -0
- pulumi_azure_native/widget/get_employee.py +194 -0
- pulumi_azure_native/widget/outputs.py +207 -0
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/RECORD +1665 -1581
- pulumi_azure_native/media/__init__.py +0 -50
- pulumi_azure_native/media/_enums.py +0 -1021
- pulumi_azure_native/media/_inputs.py +0 -11024
- pulumi_azure_native/media/account_filter.py +0 -299
- pulumi_azure_native/media/asset.py +0 -395
- pulumi_azure_native/media/asset_filter.py +0 -320
- pulumi_azure_native/media/content_key_policy.py +0 -301
- pulumi_azure_native/media/get_account_filter.py +0 -200
- pulumi_azure_native/media/get_asset.py +0 -284
- pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
- pulumi_azure_native/media/get_asset_filter.py +0 -206
- pulumi_azure_native/media/get_content_key_policy.py +0 -228
- pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
- pulumi_azure_native/media/get_job.py +0 -304
- pulumi_azure_native/media/get_live_event.py +0 -368
- pulumi_azure_native/media/get_live_event_status.py +0 -98
- pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
- pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
- pulumi_azure_native/media/get_live_output.py +0 -318
- pulumi_azure_native/media/get_media_service.py +0 -317
- pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
- pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
- pulumi_azure_native/media/get_streaming_locator.py +0 -298
- pulumi_azure_native/media/get_streaming_policy.py +0 -242
- pulumi_azure_native/media/get_transform.py +0 -214
- pulumi_azure_native/media/job.py +0 -430
- pulumi_azure_native/media/list_asset_container_sas.py +0 -114
- pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
- pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
- pulumi_azure_native/media/list_media_service_keys.py +0 -147
- pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
- pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
- pulumi_azure_native/media/live_event.py +0 -592
- pulumi_azure_native/media/live_output.py +0 -477
- pulumi_azure_native/media/media_service.py +0 -478
- pulumi_azure_native/media/outputs.py +0 -10674
- pulumi_azure_native/media/private_endpoint_connection.py +0 -246
- pulumi_azure_native/media/streaming_endpoint.py +0 -669
- pulumi_azure_native/media/streaming_locator.py +0 -484
- pulumi_azure_native/media/streaming_policy.py +0 -367
- pulumi_azure_native/media/track.py +0 -262
- pulumi_azure_native/media/transform.py +0 -291
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2267 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
'AlertConfigurationResponse',
|
|
22
|
+
'AzureMonitorWorkspaceSignalGroupResponse',
|
|
23
|
+
'AzureResourceSignalGroupResponse',
|
|
24
|
+
'DependenciesSignalGroupResponse',
|
|
25
|
+
'DiscoveryRulePropertiesResponse',
|
|
26
|
+
'DynamicDetectionRuleResponse',
|
|
27
|
+
'EntityAlertsResponse',
|
|
28
|
+
'EntityCoordinatesResponse',
|
|
29
|
+
'EntityPropertiesResponse',
|
|
30
|
+
'EvaluationRuleResponse',
|
|
31
|
+
'HealthModelPropertiesResponse',
|
|
32
|
+
'IconDefinitionResponse',
|
|
33
|
+
'LogAnalyticsQuerySignalDefinitionPropertiesResponse',
|
|
34
|
+
'LogAnalyticsSignalGroupResponse',
|
|
35
|
+
'ManagedIdentityAuthenticationSettingPropertiesResponse',
|
|
36
|
+
'ManagedServiceIdentityResponse',
|
|
37
|
+
'ModelDiscoverySettingsResponse',
|
|
38
|
+
'PrometheusMetricsSignalDefinitionPropertiesResponse',
|
|
39
|
+
'RelationshipPropertiesResponse',
|
|
40
|
+
'ResourceMetricSignalDefinitionPropertiesResponse',
|
|
41
|
+
'SignalAssignmentResponse',
|
|
42
|
+
'SignalGroupResponse',
|
|
43
|
+
'SystemDataResponse',
|
|
44
|
+
'ThresholdRuleResponse',
|
|
45
|
+
'UserAssignedIdentityResponse',
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
@pulumi.output_type
|
|
49
|
+
class AlertConfigurationResponse(dict):
|
|
50
|
+
"""
|
|
51
|
+
Alert configuration details
|
|
52
|
+
"""
|
|
53
|
+
@staticmethod
|
|
54
|
+
def __key_warning(key: str):
|
|
55
|
+
suggest = None
|
|
56
|
+
if key == "actionGroupIds":
|
|
57
|
+
suggest = "action_group_ids"
|
|
58
|
+
|
|
59
|
+
if suggest:
|
|
60
|
+
pulumi.log.warn(f"Key '{key}' not found in AlertConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
61
|
+
|
|
62
|
+
def __getitem__(self, key: str) -> Any:
|
|
63
|
+
AlertConfigurationResponse.__key_warning(key)
|
|
64
|
+
return super().__getitem__(key)
|
|
65
|
+
|
|
66
|
+
def get(self, key: str, default = None) -> Any:
|
|
67
|
+
AlertConfigurationResponse.__key_warning(key)
|
|
68
|
+
return super().get(key, default)
|
|
69
|
+
|
|
70
|
+
def __init__(__self__, *,
|
|
71
|
+
severity: builtins.str,
|
|
72
|
+
action_group_ids: Optional[Sequence[builtins.str]] = None,
|
|
73
|
+
description: Optional[builtins.str] = None):
|
|
74
|
+
"""
|
|
75
|
+
Alert configuration details
|
|
76
|
+
:param builtins.str severity: The severity of triggered alert.
|
|
77
|
+
:param Sequence[builtins.str] action_group_ids: Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
78
|
+
:param builtins.str description: The alert rule description.
|
|
79
|
+
"""
|
|
80
|
+
pulumi.set(__self__, "severity", severity)
|
|
81
|
+
if action_group_ids is not None:
|
|
82
|
+
pulumi.set(__self__, "action_group_ids", action_group_ids)
|
|
83
|
+
if description is not None:
|
|
84
|
+
pulumi.set(__self__, "description", description)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def severity(self) -> builtins.str:
|
|
89
|
+
"""
|
|
90
|
+
The severity of triggered alert.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "severity")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="actionGroupIds")
|
|
96
|
+
def action_group_ids(self) -> Optional[Sequence[builtins.str]]:
|
|
97
|
+
"""
|
|
98
|
+
Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "action_group_ids")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def description(self) -> Optional[builtins.str]:
|
|
105
|
+
"""
|
|
106
|
+
The alert rule description.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "description")
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
@pulumi.output_type
|
|
112
|
+
class AzureMonitorWorkspaceSignalGroupResponse(dict):
|
|
113
|
+
"""
|
|
114
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
115
|
+
"""
|
|
116
|
+
@staticmethod
|
|
117
|
+
def __key_warning(key: str):
|
|
118
|
+
suggest = None
|
|
119
|
+
if key == "authenticationSetting":
|
|
120
|
+
suggest = "authentication_setting"
|
|
121
|
+
elif key == "azureMonitorWorkspaceResourceId":
|
|
122
|
+
suggest = "azure_monitor_workspace_resource_id"
|
|
123
|
+
elif key == "signalAssignments":
|
|
124
|
+
suggest = "signal_assignments"
|
|
125
|
+
|
|
126
|
+
if suggest:
|
|
127
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
128
|
+
|
|
129
|
+
def __getitem__(self, key: str) -> Any:
|
|
130
|
+
AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
|
|
131
|
+
return super().__getitem__(key)
|
|
132
|
+
|
|
133
|
+
def get(self, key: str, default = None) -> Any:
|
|
134
|
+
AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
|
|
135
|
+
return super().get(key, default)
|
|
136
|
+
|
|
137
|
+
def __init__(__self__, *,
|
|
138
|
+
authentication_setting: builtins.str,
|
|
139
|
+
azure_monitor_workspace_resource_id: builtins.str,
|
|
140
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
141
|
+
"""
|
|
142
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
143
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
144
|
+
:param builtins.str azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
|
|
145
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
146
|
+
"""
|
|
147
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
148
|
+
pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
|
|
149
|
+
if signal_assignments is not None:
|
|
150
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="authenticationSetting")
|
|
154
|
+
def authentication_setting(self) -> builtins.str:
|
|
155
|
+
"""
|
|
156
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "authentication_setting")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="azureMonitorWorkspaceResourceId")
|
|
162
|
+
def azure_monitor_workspace_resource_id(self) -> builtins.str:
|
|
163
|
+
"""
|
|
164
|
+
Azure Monitor workspace resource ID
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "azure_monitor_workspace_resource_id")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="signalAssignments")
|
|
170
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
171
|
+
"""
|
|
172
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "signal_assignments")
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
@pulumi.output_type
|
|
178
|
+
class AzureResourceSignalGroupResponse(dict):
|
|
179
|
+
"""
|
|
180
|
+
A grouping of signal assignments for an Azure resource
|
|
181
|
+
"""
|
|
182
|
+
@staticmethod
|
|
183
|
+
def __key_warning(key: str):
|
|
184
|
+
suggest = None
|
|
185
|
+
if key == "authenticationSetting":
|
|
186
|
+
suggest = "authentication_setting"
|
|
187
|
+
elif key == "azureResourceId":
|
|
188
|
+
suggest = "azure_resource_id"
|
|
189
|
+
elif key == "signalAssignments":
|
|
190
|
+
suggest = "signal_assignments"
|
|
191
|
+
|
|
192
|
+
if suggest:
|
|
193
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureResourceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
194
|
+
|
|
195
|
+
def __getitem__(self, key: str) -> Any:
|
|
196
|
+
AzureResourceSignalGroupResponse.__key_warning(key)
|
|
197
|
+
return super().__getitem__(key)
|
|
198
|
+
|
|
199
|
+
def get(self, key: str, default = None) -> Any:
|
|
200
|
+
AzureResourceSignalGroupResponse.__key_warning(key)
|
|
201
|
+
return super().get(key, default)
|
|
202
|
+
|
|
203
|
+
def __init__(__self__, *,
|
|
204
|
+
authentication_setting: builtins.str,
|
|
205
|
+
azure_resource_id: builtins.str,
|
|
206
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
207
|
+
"""
|
|
208
|
+
A grouping of signal assignments for an Azure resource
|
|
209
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
210
|
+
:param builtins.str azure_resource_id: Azure resource ID
|
|
211
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
212
|
+
"""
|
|
213
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
214
|
+
pulumi.set(__self__, "azure_resource_id", azure_resource_id)
|
|
215
|
+
if signal_assignments is not None:
|
|
216
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="authenticationSetting")
|
|
220
|
+
def authentication_setting(self) -> builtins.str:
|
|
221
|
+
"""
|
|
222
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "authentication_setting")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="azureResourceId")
|
|
228
|
+
def azure_resource_id(self) -> builtins.str:
|
|
229
|
+
"""
|
|
230
|
+
Azure resource ID
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "azure_resource_id")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="signalAssignments")
|
|
236
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
237
|
+
"""
|
|
238
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "signal_assignments")
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
@pulumi.output_type
|
|
244
|
+
class DependenciesSignalGroupResponse(dict):
|
|
245
|
+
"""
|
|
246
|
+
Properties for dependent entities, i.e. child entities
|
|
247
|
+
"""
|
|
248
|
+
@staticmethod
|
|
249
|
+
def __key_warning(key: str):
|
|
250
|
+
suggest = None
|
|
251
|
+
if key == "aggregationType":
|
|
252
|
+
suggest = "aggregation_type"
|
|
253
|
+
elif key == "degradedThreshold":
|
|
254
|
+
suggest = "degraded_threshold"
|
|
255
|
+
elif key == "unhealthyThreshold":
|
|
256
|
+
suggest = "unhealthy_threshold"
|
|
257
|
+
|
|
258
|
+
if suggest:
|
|
259
|
+
pulumi.log.warn(f"Key '{key}' not found in DependenciesSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
260
|
+
|
|
261
|
+
def __getitem__(self, key: str) -> Any:
|
|
262
|
+
DependenciesSignalGroupResponse.__key_warning(key)
|
|
263
|
+
return super().__getitem__(key)
|
|
264
|
+
|
|
265
|
+
def get(self, key: str, default = None) -> Any:
|
|
266
|
+
DependenciesSignalGroupResponse.__key_warning(key)
|
|
267
|
+
return super().get(key, default)
|
|
268
|
+
|
|
269
|
+
def __init__(__self__, *,
|
|
270
|
+
aggregation_type: Optional[builtins.str] = None,
|
|
271
|
+
degraded_threshold: Optional[builtins.str] = None,
|
|
272
|
+
unhealthy_threshold: Optional[builtins.str] = None):
|
|
273
|
+
"""
|
|
274
|
+
Properties for dependent entities, i.e. child entities
|
|
275
|
+
:param builtins.str aggregation_type: Aggregation type for child dependencies.
|
|
276
|
+
:param builtins.str degraded_threshold: Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
277
|
+
:param builtins.str unhealthy_threshold: Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
278
|
+
"""
|
|
279
|
+
if aggregation_type is None:
|
|
280
|
+
aggregation_type = 'WorstOf'
|
|
281
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
282
|
+
if degraded_threshold is not None:
|
|
283
|
+
pulumi.set(__self__, "degraded_threshold", degraded_threshold)
|
|
284
|
+
if unhealthy_threshold is not None:
|
|
285
|
+
pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="aggregationType")
|
|
289
|
+
def aggregation_type(self) -> builtins.str:
|
|
290
|
+
"""
|
|
291
|
+
Aggregation type for child dependencies.
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "aggregation_type")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="degradedThreshold")
|
|
297
|
+
def degraded_threshold(self) -> Optional[builtins.str]:
|
|
298
|
+
"""
|
|
299
|
+
Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "degraded_threshold")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="unhealthyThreshold")
|
|
305
|
+
def unhealthy_threshold(self) -> Optional[builtins.str]:
|
|
306
|
+
"""
|
|
307
|
+
Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "unhealthy_threshold")
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
@pulumi.output_type
|
|
313
|
+
class DiscoveryRulePropertiesResponse(dict):
|
|
314
|
+
"""
|
|
315
|
+
Discovery rule properties
|
|
316
|
+
"""
|
|
317
|
+
@staticmethod
|
|
318
|
+
def __key_warning(key: str):
|
|
319
|
+
suggest = None
|
|
320
|
+
if key == "addRecommendedSignals":
|
|
321
|
+
suggest = "add_recommended_signals"
|
|
322
|
+
elif key == "authenticationSetting":
|
|
323
|
+
suggest = "authentication_setting"
|
|
324
|
+
elif key == "deletionDate":
|
|
325
|
+
suggest = "deletion_date"
|
|
326
|
+
elif key == "discoverRelationships":
|
|
327
|
+
suggest = "discover_relationships"
|
|
328
|
+
elif key == "entityName":
|
|
329
|
+
suggest = "entity_name"
|
|
330
|
+
elif key == "errorMessage":
|
|
331
|
+
suggest = "error_message"
|
|
332
|
+
elif key == "numberOfDiscoveredEntities":
|
|
333
|
+
suggest = "number_of_discovered_entities"
|
|
334
|
+
elif key == "provisioningState":
|
|
335
|
+
suggest = "provisioning_state"
|
|
336
|
+
elif key == "resourceGraphQuery":
|
|
337
|
+
suggest = "resource_graph_query"
|
|
338
|
+
elif key == "displayName":
|
|
339
|
+
suggest = "display_name"
|
|
340
|
+
|
|
341
|
+
if suggest:
|
|
342
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscoveryRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
343
|
+
|
|
344
|
+
def __getitem__(self, key: str) -> Any:
|
|
345
|
+
DiscoveryRulePropertiesResponse.__key_warning(key)
|
|
346
|
+
return super().__getitem__(key)
|
|
347
|
+
|
|
348
|
+
def get(self, key: str, default = None) -> Any:
|
|
349
|
+
DiscoveryRulePropertiesResponse.__key_warning(key)
|
|
350
|
+
return super().get(key, default)
|
|
351
|
+
|
|
352
|
+
def __init__(__self__, *,
|
|
353
|
+
add_recommended_signals: builtins.str,
|
|
354
|
+
authentication_setting: builtins.str,
|
|
355
|
+
deletion_date: builtins.str,
|
|
356
|
+
discover_relationships: builtins.str,
|
|
357
|
+
entity_name: builtins.str,
|
|
358
|
+
error_message: builtins.str,
|
|
359
|
+
number_of_discovered_entities: builtins.int,
|
|
360
|
+
provisioning_state: builtins.str,
|
|
361
|
+
resource_graph_query: builtins.str,
|
|
362
|
+
display_name: Optional[builtins.str] = None):
|
|
363
|
+
"""
|
|
364
|
+
Discovery rule properties
|
|
365
|
+
:param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
366
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
367
|
+
:param builtins.str deletion_date: Date when the discovery rule was (soft-)deleted.
|
|
368
|
+
:param builtins.str discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
369
|
+
:param builtins.str entity_name: Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
370
|
+
:param builtins.str error_message: Error message if the last discovery operation failed.
|
|
371
|
+
:param builtins.int number_of_discovered_entities: Number of discovered entities in the last discovery operation.
|
|
372
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
373
|
+
:param builtins.str resource_graph_query: Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
|
|
374
|
+
:param builtins.str display_name: Display name
|
|
375
|
+
"""
|
|
376
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
377
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
378
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
379
|
+
pulumi.set(__self__, "discover_relationships", discover_relationships)
|
|
380
|
+
pulumi.set(__self__, "entity_name", entity_name)
|
|
381
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
382
|
+
pulumi.set(__self__, "number_of_discovered_entities", number_of_discovered_entities)
|
|
383
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
384
|
+
pulumi.set(__self__, "resource_graph_query", resource_graph_query)
|
|
385
|
+
if display_name is not None:
|
|
386
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
390
|
+
def add_recommended_signals(self) -> builtins.str:
|
|
391
|
+
"""
|
|
392
|
+
Whether to add all recommended signals to the discovered entities.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
395
|
+
|
|
396
|
+
@property
|
|
397
|
+
@pulumi.getter(name="authenticationSetting")
|
|
398
|
+
def authentication_setting(self) -> builtins.str:
|
|
399
|
+
"""
|
|
400
|
+
Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
401
|
+
"""
|
|
402
|
+
return pulumi.get(self, "authentication_setting")
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
@pulumi.getter(name="deletionDate")
|
|
406
|
+
def deletion_date(self) -> builtins.str:
|
|
407
|
+
"""
|
|
408
|
+
Date when the discovery rule was (soft-)deleted.
|
|
409
|
+
"""
|
|
410
|
+
return pulumi.get(self, "deletion_date")
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="discoverRelationships")
|
|
414
|
+
def discover_relationships(self) -> builtins.str:
|
|
415
|
+
"""
|
|
416
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "discover_relationships")
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter(name="entityName")
|
|
422
|
+
def entity_name(self) -> builtins.str:
|
|
423
|
+
"""
|
|
424
|
+
Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "entity_name")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="errorMessage")
|
|
430
|
+
def error_message(self) -> builtins.str:
|
|
431
|
+
"""
|
|
432
|
+
Error message if the last discovery operation failed.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "error_message")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="numberOfDiscoveredEntities")
|
|
438
|
+
def number_of_discovered_entities(self) -> builtins.int:
|
|
439
|
+
"""
|
|
440
|
+
Number of discovered entities in the last discovery operation.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "number_of_discovered_entities")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="provisioningState")
|
|
446
|
+
def provisioning_state(self) -> builtins.str:
|
|
447
|
+
"""
|
|
448
|
+
The status of the last operation.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "provisioning_state")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter(name="resourceGraphQuery")
|
|
454
|
+
def resource_graph_query(self) -> builtins.str:
|
|
455
|
+
"""
|
|
456
|
+
Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "resource_graph_query")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="displayName")
|
|
462
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
463
|
+
"""
|
|
464
|
+
Display name
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "display_name")
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
@pulumi.output_type
|
|
470
|
+
class DynamicDetectionRuleResponse(dict):
|
|
471
|
+
"""
|
|
472
|
+
ML-based evaluation rule for a signal definition
|
|
473
|
+
"""
|
|
474
|
+
@staticmethod
|
|
475
|
+
def __key_warning(key: str):
|
|
476
|
+
suggest = None
|
|
477
|
+
if key == "dynamicThresholdDirection":
|
|
478
|
+
suggest = "dynamic_threshold_direction"
|
|
479
|
+
elif key == "dynamicThresholdModel":
|
|
480
|
+
suggest = "dynamic_threshold_model"
|
|
481
|
+
elif key == "modelSensitivity":
|
|
482
|
+
suggest = "model_sensitivity"
|
|
483
|
+
elif key == "trainingStartTime":
|
|
484
|
+
suggest = "training_start_time"
|
|
485
|
+
|
|
486
|
+
if suggest:
|
|
487
|
+
pulumi.log.warn(f"Key '{key}' not found in DynamicDetectionRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
488
|
+
|
|
489
|
+
def __getitem__(self, key: str) -> Any:
|
|
490
|
+
DynamicDetectionRuleResponse.__key_warning(key)
|
|
491
|
+
return super().__getitem__(key)
|
|
492
|
+
|
|
493
|
+
def get(self, key: str, default = None) -> Any:
|
|
494
|
+
DynamicDetectionRuleResponse.__key_warning(key)
|
|
495
|
+
return super().get(key, default)
|
|
496
|
+
|
|
497
|
+
def __init__(__self__, *,
|
|
498
|
+
dynamic_threshold_direction: builtins.str,
|
|
499
|
+
dynamic_threshold_model: builtins.str,
|
|
500
|
+
model_sensitivity: builtins.float,
|
|
501
|
+
training_start_time: Optional[builtins.str] = None):
|
|
502
|
+
"""
|
|
503
|
+
ML-based evaluation rule for a signal definition
|
|
504
|
+
:param builtins.str dynamic_threshold_direction: Threshold direction
|
|
505
|
+
:param builtins.str dynamic_threshold_model: ML model to use for dynamic thresholds
|
|
506
|
+
:param builtins.float model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
507
|
+
:param builtins.str training_start_time: Start time of the training in UTC.
|
|
508
|
+
"""
|
|
509
|
+
pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
|
|
510
|
+
pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
|
|
511
|
+
pulumi.set(__self__, "model_sensitivity", model_sensitivity)
|
|
512
|
+
if training_start_time is not None:
|
|
513
|
+
pulumi.set(__self__, "training_start_time", training_start_time)
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="dynamicThresholdDirection")
|
|
517
|
+
def dynamic_threshold_direction(self) -> builtins.str:
|
|
518
|
+
"""
|
|
519
|
+
Threshold direction
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "dynamic_threshold_direction")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="dynamicThresholdModel")
|
|
525
|
+
def dynamic_threshold_model(self) -> builtins.str:
|
|
526
|
+
"""
|
|
527
|
+
ML model to use for dynamic thresholds
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "dynamic_threshold_model")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="modelSensitivity")
|
|
533
|
+
def model_sensitivity(self) -> builtins.float:
|
|
534
|
+
"""
|
|
535
|
+
ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "model_sensitivity")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="trainingStartTime")
|
|
541
|
+
def training_start_time(self) -> Optional[builtins.str]:
|
|
542
|
+
"""
|
|
543
|
+
Start time of the training in UTC.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "training_start_time")
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
@pulumi.output_type
|
|
549
|
+
class EntityAlertsResponse(dict):
|
|
550
|
+
"""
|
|
551
|
+
Alert configuration for an entity
|
|
552
|
+
"""
|
|
553
|
+
def __init__(__self__, *,
|
|
554
|
+
degraded: Optional['outputs.AlertConfigurationResponse'] = None,
|
|
555
|
+
unhealthy: Optional['outputs.AlertConfigurationResponse'] = None):
|
|
556
|
+
"""
|
|
557
|
+
Alert configuration for an entity
|
|
558
|
+
:param 'AlertConfigurationResponse' degraded: Alert to be triggered on state change to degraded
|
|
559
|
+
:param 'AlertConfigurationResponse' unhealthy: Alert to be triggered on state change to unhealthy
|
|
560
|
+
"""
|
|
561
|
+
if degraded is not None:
|
|
562
|
+
pulumi.set(__self__, "degraded", degraded)
|
|
563
|
+
if unhealthy is not None:
|
|
564
|
+
pulumi.set(__self__, "unhealthy", unhealthy)
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter
|
|
568
|
+
def degraded(self) -> Optional['outputs.AlertConfigurationResponse']:
|
|
569
|
+
"""
|
|
570
|
+
Alert to be triggered on state change to degraded
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "degraded")
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter
|
|
576
|
+
def unhealthy(self) -> Optional['outputs.AlertConfigurationResponse']:
|
|
577
|
+
"""
|
|
578
|
+
Alert to be triggered on state change to unhealthy
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "unhealthy")
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
@pulumi.output_type
|
|
584
|
+
class EntityCoordinatesResponse(dict):
|
|
585
|
+
"""
|
|
586
|
+
Visual position of the entity
|
|
587
|
+
"""
|
|
588
|
+
def __init__(__self__, *,
|
|
589
|
+
x: builtins.float,
|
|
590
|
+
y: builtins.float):
|
|
591
|
+
"""
|
|
592
|
+
Visual position of the entity
|
|
593
|
+
:param builtins.float x: X Coordinate
|
|
594
|
+
:param builtins.float y: Y Coordinate
|
|
595
|
+
"""
|
|
596
|
+
pulumi.set(__self__, "x", x)
|
|
597
|
+
pulumi.set(__self__, "y", y)
|
|
598
|
+
|
|
599
|
+
@property
|
|
600
|
+
@pulumi.getter
|
|
601
|
+
def x(self) -> builtins.float:
|
|
602
|
+
"""
|
|
603
|
+
X Coordinate
|
|
604
|
+
"""
|
|
605
|
+
return pulumi.get(self, "x")
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter
|
|
609
|
+
def y(self) -> builtins.float:
|
|
610
|
+
"""
|
|
611
|
+
Y Coordinate
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "y")
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
@pulumi.output_type
|
|
617
|
+
class EntityPropertiesResponse(dict):
|
|
618
|
+
"""
|
|
619
|
+
Properties which are common across all kinds of entities
|
|
620
|
+
"""
|
|
621
|
+
@staticmethod
|
|
622
|
+
def __key_warning(key: str):
|
|
623
|
+
suggest = None
|
|
624
|
+
if key == "deletionDate":
|
|
625
|
+
suggest = "deletion_date"
|
|
626
|
+
elif key == "discoveredBy":
|
|
627
|
+
suggest = "discovered_by"
|
|
628
|
+
elif key == "healthState":
|
|
629
|
+
suggest = "health_state"
|
|
630
|
+
elif key == "provisioningState":
|
|
631
|
+
suggest = "provisioning_state"
|
|
632
|
+
elif key == "canvasPosition":
|
|
633
|
+
suggest = "canvas_position"
|
|
634
|
+
elif key == "displayName":
|
|
635
|
+
suggest = "display_name"
|
|
636
|
+
elif key == "healthObjective":
|
|
637
|
+
suggest = "health_objective"
|
|
638
|
+
|
|
639
|
+
if suggest:
|
|
640
|
+
pulumi.log.warn(f"Key '{key}' not found in EntityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
641
|
+
|
|
642
|
+
def __getitem__(self, key: str) -> Any:
|
|
643
|
+
EntityPropertiesResponse.__key_warning(key)
|
|
644
|
+
return super().__getitem__(key)
|
|
645
|
+
|
|
646
|
+
def get(self, key: str, default = None) -> Any:
|
|
647
|
+
EntityPropertiesResponse.__key_warning(key)
|
|
648
|
+
return super().get(key, default)
|
|
649
|
+
|
|
650
|
+
def __init__(__self__, *,
|
|
651
|
+
deletion_date: builtins.str,
|
|
652
|
+
discovered_by: builtins.str,
|
|
653
|
+
health_state: builtins.str,
|
|
654
|
+
provisioning_state: builtins.str,
|
|
655
|
+
alerts: Optional['outputs.EntityAlertsResponse'] = None,
|
|
656
|
+
canvas_position: Optional['outputs.EntityCoordinatesResponse'] = None,
|
|
657
|
+
display_name: Optional[builtins.str] = None,
|
|
658
|
+
health_objective: Optional[builtins.float] = None,
|
|
659
|
+
icon: Optional['outputs.IconDefinitionResponse'] = None,
|
|
660
|
+
impact: Optional[builtins.str] = None,
|
|
661
|
+
kind: Optional[builtins.str] = None,
|
|
662
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
663
|
+
signals: Optional['outputs.SignalGroupResponse'] = None):
|
|
664
|
+
"""
|
|
665
|
+
Properties which are common across all kinds of entities
|
|
666
|
+
:param builtins.str deletion_date: Date when the entity was (soft-)deleted
|
|
667
|
+
:param builtins.str discovered_by: Discovered by which discovery rule. If set, the entity cannot be deleted manually.
|
|
668
|
+
:param builtins.str health_state: Health state of this entity
|
|
669
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
670
|
+
:param 'EntityAlertsResponse' alerts: Alert configuration for this entity
|
|
671
|
+
:param 'EntityCoordinatesResponse' canvas_position: Positioning of the entity on the model canvas
|
|
672
|
+
:param builtins.str display_name: Display name
|
|
673
|
+
:param builtins.float health_objective: Health objective as a percentage of time the entity should be healthy.
|
|
674
|
+
:param 'IconDefinitionResponse' icon: Visual icon definition. If not set, a default icon is used.
|
|
675
|
+
:param builtins.str impact: Impact of the entity in health state propagation
|
|
676
|
+
:param builtins.str kind: Entity kind
|
|
677
|
+
:param Mapping[str, builtins.str] labels: Optional set of labels (key-value pairs)
|
|
678
|
+
:param 'SignalGroupResponse' signals: Signal groups which are assigned to this entity
|
|
679
|
+
"""
|
|
680
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
681
|
+
pulumi.set(__self__, "discovered_by", discovered_by)
|
|
682
|
+
pulumi.set(__self__, "health_state", health_state)
|
|
683
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
684
|
+
if alerts is not None:
|
|
685
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
686
|
+
if canvas_position is not None:
|
|
687
|
+
pulumi.set(__self__, "canvas_position", canvas_position)
|
|
688
|
+
if display_name is not None:
|
|
689
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
690
|
+
if health_objective is not None:
|
|
691
|
+
pulumi.set(__self__, "health_objective", health_objective)
|
|
692
|
+
if icon is not None:
|
|
693
|
+
pulumi.set(__self__, "icon", icon)
|
|
694
|
+
if impact is None:
|
|
695
|
+
impact = 'Standard'
|
|
696
|
+
if impact is not None:
|
|
697
|
+
pulumi.set(__self__, "impact", impact)
|
|
698
|
+
if kind is None:
|
|
699
|
+
kind = 'Default'
|
|
700
|
+
if kind is not None:
|
|
701
|
+
pulumi.set(__self__, "kind", kind)
|
|
702
|
+
if labels is not None:
|
|
703
|
+
pulumi.set(__self__, "labels", labels)
|
|
704
|
+
if signals is not None:
|
|
705
|
+
pulumi.set(__self__, "signals", signals)
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter(name="deletionDate")
|
|
709
|
+
def deletion_date(self) -> builtins.str:
|
|
710
|
+
"""
|
|
711
|
+
Date when the entity was (soft-)deleted
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "deletion_date")
|
|
714
|
+
|
|
715
|
+
@property
|
|
716
|
+
@pulumi.getter(name="discoveredBy")
|
|
717
|
+
def discovered_by(self) -> builtins.str:
|
|
718
|
+
"""
|
|
719
|
+
Discovered by which discovery rule. If set, the entity cannot be deleted manually.
|
|
720
|
+
"""
|
|
721
|
+
return pulumi.get(self, "discovered_by")
|
|
722
|
+
|
|
723
|
+
@property
|
|
724
|
+
@pulumi.getter(name="healthState")
|
|
725
|
+
def health_state(self) -> builtins.str:
|
|
726
|
+
"""
|
|
727
|
+
Health state of this entity
|
|
728
|
+
"""
|
|
729
|
+
return pulumi.get(self, "health_state")
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="provisioningState")
|
|
733
|
+
def provisioning_state(self) -> builtins.str:
|
|
734
|
+
"""
|
|
735
|
+
The status of the last operation.
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "provisioning_state")
|
|
738
|
+
|
|
739
|
+
@property
|
|
740
|
+
@pulumi.getter
|
|
741
|
+
def alerts(self) -> Optional['outputs.EntityAlertsResponse']:
|
|
742
|
+
"""
|
|
743
|
+
Alert configuration for this entity
|
|
744
|
+
"""
|
|
745
|
+
return pulumi.get(self, "alerts")
|
|
746
|
+
|
|
747
|
+
@property
|
|
748
|
+
@pulumi.getter(name="canvasPosition")
|
|
749
|
+
def canvas_position(self) -> Optional['outputs.EntityCoordinatesResponse']:
|
|
750
|
+
"""
|
|
751
|
+
Positioning of the entity on the model canvas
|
|
752
|
+
"""
|
|
753
|
+
return pulumi.get(self, "canvas_position")
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter(name="displayName")
|
|
757
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
758
|
+
"""
|
|
759
|
+
Display name
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "display_name")
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
@pulumi.getter(name="healthObjective")
|
|
765
|
+
def health_objective(self) -> Optional[builtins.float]:
|
|
766
|
+
"""
|
|
767
|
+
Health objective as a percentage of time the entity should be healthy.
|
|
768
|
+
"""
|
|
769
|
+
return pulumi.get(self, "health_objective")
|
|
770
|
+
|
|
771
|
+
@property
|
|
772
|
+
@pulumi.getter
|
|
773
|
+
def icon(self) -> Optional['outputs.IconDefinitionResponse']:
|
|
774
|
+
"""
|
|
775
|
+
Visual icon definition. If not set, a default icon is used.
|
|
776
|
+
"""
|
|
777
|
+
return pulumi.get(self, "icon")
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter
|
|
781
|
+
def impact(self) -> Optional[builtins.str]:
|
|
782
|
+
"""
|
|
783
|
+
Impact of the entity in health state propagation
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "impact")
|
|
786
|
+
|
|
787
|
+
@property
|
|
788
|
+
@pulumi.getter
|
|
789
|
+
def kind(self) -> Optional[builtins.str]:
|
|
790
|
+
"""
|
|
791
|
+
Entity kind
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "kind")
|
|
794
|
+
|
|
795
|
+
@property
|
|
796
|
+
@pulumi.getter
|
|
797
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
798
|
+
"""
|
|
799
|
+
Optional set of labels (key-value pairs)
|
|
800
|
+
"""
|
|
801
|
+
return pulumi.get(self, "labels")
|
|
802
|
+
|
|
803
|
+
@property
|
|
804
|
+
@pulumi.getter
|
|
805
|
+
def signals(self) -> Optional['outputs.SignalGroupResponse']:
|
|
806
|
+
"""
|
|
807
|
+
Signal groups which are assigned to this entity
|
|
808
|
+
"""
|
|
809
|
+
return pulumi.get(self, "signals")
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
@pulumi.output_type
|
|
813
|
+
class EvaluationRuleResponse(dict):
|
|
814
|
+
"""
|
|
815
|
+
Evaluation rule for a signal definition
|
|
816
|
+
"""
|
|
817
|
+
@staticmethod
|
|
818
|
+
def __key_warning(key: str):
|
|
819
|
+
suggest = None
|
|
820
|
+
if key == "degradedRule":
|
|
821
|
+
suggest = "degraded_rule"
|
|
822
|
+
elif key == "dynamicDetectionRule":
|
|
823
|
+
suggest = "dynamic_detection_rule"
|
|
824
|
+
elif key == "unhealthyRule":
|
|
825
|
+
suggest = "unhealthy_rule"
|
|
826
|
+
|
|
827
|
+
if suggest:
|
|
828
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
829
|
+
|
|
830
|
+
def __getitem__(self, key: str) -> Any:
|
|
831
|
+
EvaluationRuleResponse.__key_warning(key)
|
|
832
|
+
return super().__getitem__(key)
|
|
833
|
+
|
|
834
|
+
def get(self, key: str, default = None) -> Any:
|
|
835
|
+
EvaluationRuleResponse.__key_warning(key)
|
|
836
|
+
return super().get(key, default)
|
|
837
|
+
|
|
838
|
+
def __init__(__self__, *,
|
|
839
|
+
degraded_rule: Optional['outputs.ThresholdRuleResponse'] = None,
|
|
840
|
+
dynamic_detection_rule: Optional['outputs.DynamicDetectionRuleResponse'] = None,
|
|
841
|
+
unhealthy_rule: Optional['outputs.ThresholdRuleResponse'] = None):
|
|
842
|
+
"""
|
|
843
|
+
Evaluation rule for a signal definition
|
|
844
|
+
:param 'ThresholdRuleResponse' degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
845
|
+
:param 'DynamicDetectionRuleResponse' dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
846
|
+
:param 'ThresholdRuleResponse' unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
847
|
+
"""
|
|
848
|
+
if degraded_rule is not None:
|
|
849
|
+
pulumi.set(__self__, "degraded_rule", degraded_rule)
|
|
850
|
+
if dynamic_detection_rule is not None:
|
|
851
|
+
pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
|
|
852
|
+
if unhealthy_rule is not None:
|
|
853
|
+
pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
|
|
854
|
+
|
|
855
|
+
@property
|
|
856
|
+
@pulumi.getter(name="degradedRule")
|
|
857
|
+
def degraded_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
|
|
858
|
+
"""
|
|
859
|
+
Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
860
|
+
"""
|
|
861
|
+
return pulumi.get(self, "degraded_rule")
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
@pulumi.getter(name="dynamicDetectionRule")
|
|
865
|
+
def dynamic_detection_rule(self) -> Optional['outputs.DynamicDetectionRuleResponse']:
|
|
866
|
+
"""
|
|
867
|
+
Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
868
|
+
"""
|
|
869
|
+
return pulumi.get(self, "dynamic_detection_rule")
|
|
870
|
+
|
|
871
|
+
@property
|
|
872
|
+
@pulumi.getter(name="unhealthyRule")
|
|
873
|
+
def unhealthy_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
|
|
874
|
+
"""
|
|
875
|
+
Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
876
|
+
"""
|
|
877
|
+
return pulumi.get(self, "unhealthy_rule")
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
@pulumi.output_type
|
|
881
|
+
class HealthModelPropertiesResponse(dict):
|
|
882
|
+
"""
|
|
883
|
+
HealthModel properties
|
|
884
|
+
"""
|
|
885
|
+
@staticmethod
|
|
886
|
+
def __key_warning(key: str):
|
|
887
|
+
suggest = None
|
|
888
|
+
if key == "dataplaneEndpoint":
|
|
889
|
+
suggest = "dataplane_endpoint"
|
|
890
|
+
elif key == "provisioningState":
|
|
891
|
+
suggest = "provisioning_state"
|
|
892
|
+
|
|
893
|
+
if suggest:
|
|
894
|
+
pulumi.log.warn(f"Key '{key}' not found in HealthModelPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
895
|
+
|
|
896
|
+
def __getitem__(self, key: str) -> Any:
|
|
897
|
+
HealthModelPropertiesResponse.__key_warning(key)
|
|
898
|
+
return super().__getitem__(key)
|
|
899
|
+
|
|
900
|
+
def get(self, key: str, default = None) -> Any:
|
|
901
|
+
HealthModelPropertiesResponse.__key_warning(key)
|
|
902
|
+
return super().get(key, default)
|
|
903
|
+
|
|
904
|
+
def __init__(__self__, *,
|
|
905
|
+
dataplane_endpoint: builtins.str,
|
|
906
|
+
provisioning_state: builtins.str,
|
|
907
|
+
discovery: Optional['outputs.ModelDiscoverySettingsResponse'] = None):
|
|
908
|
+
"""
|
|
909
|
+
HealthModel properties
|
|
910
|
+
:param builtins.str dataplane_endpoint: The data plane endpoint for interacting with health data
|
|
911
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
912
|
+
:param 'ModelDiscoverySettingsResponse' discovery: Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
|
|
913
|
+
"""
|
|
914
|
+
pulumi.set(__self__, "dataplane_endpoint", dataplane_endpoint)
|
|
915
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
916
|
+
if discovery is not None:
|
|
917
|
+
pulumi.set(__self__, "discovery", discovery)
|
|
918
|
+
|
|
919
|
+
@property
|
|
920
|
+
@pulumi.getter(name="dataplaneEndpoint")
|
|
921
|
+
def dataplane_endpoint(self) -> builtins.str:
|
|
922
|
+
"""
|
|
923
|
+
The data plane endpoint for interacting with health data
|
|
924
|
+
"""
|
|
925
|
+
return pulumi.get(self, "dataplane_endpoint")
|
|
926
|
+
|
|
927
|
+
@property
|
|
928
|
+
@pulumi.getter(name="provisioningState")
|
|
929
|
+
def provisioning_state(self) -> builtins.str:
|
|
930
|
+
"""
|
|
931
|
+
The status of the last operation.
|
|
932
|
+
"""
|
|
933
|
+
return pulumi.get(self, "provisioning_state")
|
|
934
|
+
|
|
935
|
+
@property
|
|
936
|
+
@pulumi.getter
|
|
937
|
+
def discovery(self) -> Optional['outputs.ModelDiscoverySettingsResponse']:
|
|
938
|
+
"""
|
|
939
|
+
Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
|
|
940
|
+
"""
|
|
941
|
+
return pulumi.get(self, "discovery")
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
@pulumi.output_type
|
|
945
|
+
class IconDefinitionResponse(dict):
|
|
946
|
+
"""
|
|
947
|
+
Visual icon definition of an entity
|
|
948
|
+
"""
|
|
949
|
+
@staticmethod
|
|
950
|
+
def __key_warning(key: str):
|
|
951
|
+
suggest = None
|
|
952
|
+
if key == "iconName":
|
|
953
|
+
suggest = "icon_name"
|
|
954
|
+
elif key == "customData":
|
|
955
|
+
suggest = "custom_data"
|
|
956
|
+
|
|
957
|
+
if suggest:
|
|
958
|
+
pulumi.log.warn(f"Key '{key}' not found in IconDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
959
|
+
|
|
960
|
+
def __getitem__(self, key: str) -> Any:
|
|
961
|
+
IconDefinitionResponse.__key_warning(key)
|
|
962
|
+
return super().__getitem__(key)
|
|
963
|
+
|
|
964
|
+
def get(self, key: str, default = None) -> Any:
|
|
965
|
+
IconDefinitionResponse.__key_warning(key)
|
|
966
|
+
return super().get(key, default)
|
|
967
|
+
|
|
968
|
+
def __init__(__self__, *,
|
|
969
|
+
icon_name: builtins.str,
|
|
970
|
+
custom_data: Optional[builtins.str] = None):
|
|
971
|
+
"""
|
|
972
|
+
Visual icon definition of an entity
|
|
973
|
+
:param builtins.str icon_name: Name of the built-in icon, or 'Custom' to use customData
|
|
974
|
+
:param builtins.str custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
975
|
+
"""
|
|
976
|
+
pulumi.set(__self__, "icon_name", icon_name)
|
|
977
|
+
if custom_data is not None:
|
|
978
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="iconName")
|
|
982
|
+
def icon_name(self) -> builtins.str:
|
|
983
|
+
"""
|
|
984
|
+
Name of the built-in icon, or 'Custom' to use customData
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "icon_name")
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
@pulumi.getter(name="customData")
|
|
990
|
+
def custom_data(self) -> Optional[builtins.str]:
|
|
991
|
+
"""
|
|
992
|
+
Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "custom_data")
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
@pulumi.output_type
|
|
998
|
+
class LogAnalyticsQuerySignalDefinitionPropertiesResponse(dict):
|
|
999
|
+
"""
|
|
1000
|
+
Log Analytics Query Signal Definition properties
|
|
1001
|
+
"""
|
|
1002
|
+
@staticmethod
|
|
1003
|
+
def __key_warning(key: str):
|
|
1004
|
+
suggest = None
|
|
1005
|
+
if key == "deletionDate":
|
|
1006
|
+
suggest = "deletion_date"
|
|
1007
|
+
elif key == "evaluationRules":
|
|
1008
|
+
suggest = "evaluation_rules"
|
|
1009
|
+
elif key == "provisioningState":
|
|
1010
|
+
suggest = "provisioning_state"
|
|
1011
|
+
elif key == "queryText":
|
|
1012
|
+
suggest = "query_text"
|
|
1013
|
+
elif key == "signalKind":
|
|
1014
|
+
suggest = "signal_kind"
|
|
1015
|
+
elif key == "dataUnit":
|
|
1016
|
+
suggest = "data_unit"
|
|
1017
|
+
elif key == "displayName":
|
|
1018
|
+
suggest = "display_name"
|
|
1019
|
+
elif key == "refreshInterval":
|
|
1020
|
+
suggest = "refresh_interval"
|
|
1021
|
+
elif key == "timeGrain":
|
|
1022
|
+
suggest = "time_grain"
|
|
1023
|
+
elif key == "valueColumnName":
|
|
1024
|
+
suggest = "value_column_name"
|
|
1025
|
+
|
|
1026
|
+
if suggest:
|
|
1027
|
+
pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsQuerySignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1028
|
+
|
|
1029
|
+
def __getitem__(self, key: str) -> Any:
|
|
1030
|
+
LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1031
|
+
return super().__getitem__(key)
|
|
1032
|
+
|
|
1033
|
+
def get(self, key: str, default = None) -> Any:
|
|
1034
|
+
LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1035
|
+
return super().get(key, default)
|
|
1036
|
+
|
|
1037
|
+
def __init__(__self__, *,
|
|
1038
|
+
deletion_date: builtins.str,
|
|
1039
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
1040
|
+
provisioning_state: builtins.str,
|
|
1041
|
+
query_text: builtins.str,
|
|
1042
|
+
signal_kind: builtins.str,
|
|
1043
|
+
data_unit: Optional[builtins.str] = None,
|
|
1044
|
+
display_name: Optional[builtins.str] = None,
|
|
1045
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
1046
|
+
refresh_interval: Optional[builtins.str] = None,
|
|
1047
|
+
time_grain: Optional[builtins.str] = None,
|
|
1048
|
+
value_column_name: Optional[builtins.str] = None):
|
|
1049
|
+
"""
|
|
1050
|
+
Log Analytics Query Signal Definition properties
|
|
1051
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
1052
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
1053
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
1054
|
+
:param builtins.str query_text: Query text in KQL syntax
|
|
1055
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
1056
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
1057
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1058
|
+
:param builtins.str display_name: Display name
|
|
1059
|
+
:param Mapping[str, builtins.str] labels: Optional set of labels (key-value pairs)
|
|
1060
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1061
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
1062
|
+
:param builtins.str value_column_name: Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
|
|
1063
|
+
"""
|
|
1064
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
1065
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
1066
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1067
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
1068
|
+
pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
|
|
1069
|
+
if data_unit is not None:
|
|
1070
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
1071
|
+
if display_name is not None:
|
|
1072
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1073
|
+
if labels is not None:
|
|
1074
|
+
pulumi.set(__self__, "labels", labels)
|
|
1075
|
+
if refresh_interval is None:
|
|
1076
|
+
refresh_interval = 'PT1M'
|
|
1077
|
+
if refresh_interval is not None:
|
|
1078
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
1079
|
+
if time_grain is not None:
|
|
1080
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
1081
|
+
if value_column_name is not None:
|
|
1082
|
+
pulumi.set(__self__, "value_column_name", value_column_name)
|
|
1083
|
+
|
|
1084
|
+
@property
|
|
1085
|
+
@pulumi.getter(name="deletionDate")
|
|
1086
|
+
def deletion_date(self) -> builtins.str:
|
|
1087
|
+
"""
|
|
1088
|
+
Date when the signal definition was (soft-)deleted
|
|
1089
|
+
"""
|
|
1090
|
+
return pulumi.get(self, "deletion_date")
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter(name="evaluationRules")
|
|
1094
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
1095
|
+
"""
|
|
1096
|
+
Evaluation rules for the signal definition
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "evaluation_rules")
|
|
1099
|
+
|
|
1100
|
+
@property
|
|
1101
|
+
@pulumi.getter(name="provisioningState")
|
|
1102
|
+
def provisioning_state(self) -> builtins.str:
|
|
1103
|
+
"""
|
|
1104
|
+
The status of the last operation.
|
|
1105
|
+
"""
|
|
1106
|
+
return pulumi.get(self, "provisioning_state")
|
|
1107
|
+
|
|
1108
|
+
@property
|
|
1109
|
+
@pulumi.getter(name="queryText")
|
|
1110
|
+
def query_text(self) -> builtins.str:
|
|
1111
|
+
"""
|
|
1112
|
+
Query text in KQL syntax
|
|
1113
|
+
"""
|
|
1114
|
+
return pulumi.get(self, "query_text")
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter(name="signalKind")
|
|
1118
|
+
def signal_kind(self) -> builtins.str:
|
|
1119
|
+
"""
|
|
1120
|
+
Supported signal kinds as discriminator
|
|
1121
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
1122
|
+
"""
|
|
1123
|
+
return pulumi.get(self, "signal_kind")
|
|
1124
|
+
|
|
1125
|
+
@property
|
|
1126
|
+
@pulumi.getter(name="dataUnit")
|
|
1127
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
1128
|
+
"""
|
|
1129
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1130
|
+
"""
|
|
1131
|
+
return pulumi.get(self, "data_unit")
|
|
1132
|
+
|
|
1133
|
+
@property
|
|
1134
|
+
@pulumi.getter(name="displayName")
|
|
1135
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1136
|
+
"""
|
|
1137
|
+
Display name
|
|
1138
|
+
"""
|
|
1139
|
+
return pulumi.get(self, "display_name")
|
|
1140
|
+
|
|
1141
|
+
@property
|
|
1142
|
+
@pulumi.getter
|
|
1143
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1144
|
+
"""
|
|
1145
|
+
Optional set of labels (key-value pairs)
|
|
1146
|
+
"""
|
|
1147
|
+
return pulumi.get(self, "labels")
|
|
1148
|
+
|
|
1149
|
+
@property
|
|
1150
|
+
@pulumi.getter(name="refreshInterval")
|
|
1151
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
1152
|
+
"""
|
|
1153
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1154
|
+
"""
|
|
1155
|
+
return pulumi.get(self, "refresh_interval")
|
|
1156
|
+
|
|
1157
|
+
@property
|
|
1158
|
+
@pulumi.getter(name="timeGrain")
|
|
1159
|
+
def time_grain(self) -> Optional[builtins.str]:
|
|
1160
|
+
"""
|
|
1161
|
+
Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
1162
|
+
"""
|
|
1163
|
+
return pulumi.get(self, "time_grain")
|
|
1164
|
+
|
|
1165
|
+
@property
|
|
1166
|
+
@pulumi.getter(name="valueColumnName")
|
|
1167
|
+
def value_column_name(self) -> Optional[builtins.str]:
|
|
1168
|
+
"""
|
|
1169
|
+
Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
|
|
1170
|
+
"""
|
|
1171
|
+
return pulumi.get(self, "value_column_name")
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
@pulumi.output_type
|
|
1175
|
+
class LogAnalyticsSignalGroupResponse(dict):
|
|
1176
|
+
"""
|
|
1177
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
1178
|
+
"""
|
|
1179
|
+
@staticmethod
|
|
1180
|
+
def __key_warning(key: str):
|
|
1181
|
+
suggest = None
|
|
1182
|
+
if key == "authenticationSetting":
|
|
1183
|
+
suggest = "authentication_setting"
|
|
1184
|
+
elif key == "logAnalyticsWorkspaceResourceId":
|
|
1185
|
+
suggest = "log_analytics_workspace_resource_id"
|
|
1186
|
+
elif key == "signalAssignments":
|
|
1187
|
+
suggest = "signal_assignments"
|
|
1188
|
+
|
|
1189
|
+
if suggest:
|
|
1190
|
+
pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1191
|
+
|
|
1192
|
+
def __getitem__(self, key: str) -> Any:
|
|
1193
|
+
LogAnalyticsSignalGroupResponse.__key_warning(key)
|
|
1194
|
+
return super().__getitem__(key)
|
|
1195
|
+
|
|
1196
|
+
def get(self, key: str, default = None) -> Any:
|
|
1197
|
+
LogAnalyticsSignalGroupResponse.__key_warning(key)
|
|
1198
|
+
return super().get(key, default)
|
|
1199
|
+
|
|
1200
|
+
def __init__(__self__, *,
|
|
1201
|
+
authentication_setting: builtins.str,
|
|
1202
|
+
log_analytics_workspace_resource_id: builtins.str,
|
|
1203
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
1204
|
+
"""
|
|
1205
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
1206
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
1207
|
+
:param builtins.str log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
|
|
1208
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1209
|
+
"""
|
|
1210
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
1211
|
+
pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
|
|
1212
|
+
if signal_assignments is not None:
|
|
1213
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
1214
|
+
|
|
1215
|
+
@property
|
|
1216
|
+
@pulumi.getter(name="authenticationSetting")
|
|
1217
|
+
def authentication_setting(self) -> builtins.str:
|
|
1218
|
+
"""
|
|
1219
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1220
|
+
"""
|
|
1221
|
+
return pulumi.get(self, "authentication_setting")
|
|
1222
|
+
|
|
1223
|
+
@property
|
|
1224
|
+
@pulumi.getter(name="logAnalyticsWorkspaceResourceId")
|
|
1225
|
+
def log_analytics_workspace_resource_id(self) -> builtins.str:
|
|
1226
|
+
"""
|
|
1227
|
+
Log Analytics Workspace resource ID
|
|
1228
|
+
"""
|
|
1229
|
+
return pulumi.get(self, "log_analytics_workspace_resource_id")
|
|
1230
|
+
|
|
1231
|
+
@property
|
|
1232
|
+
@pulumi.getter(name="signalAssignments")
|
|
1233
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
1234
|
+
"""
|
|
1235
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1236
|
+
"""
|
|
1237
|
+
return pulumi.get(self, "signal_assignments")
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
@pulumi.output_type
|
|
1241
|
+
class ManagedIdentityAuthenticationSettingPropertiesResponse(dict):
|
|
1242
|
+
"""
|
|
1243
|
+
Authentication setting properties for Azure Managed Identity
|
|
1244
|
+
"""
|
|
1245
|
+
@staticmethod
|
|
1246
|
+
def __key_warning(key: str):
|
|
1247
|
+
suggest = None
|
|
1248
|
+
if key == "authenticationKind":
|
|
1249
|
+
suggest = "authentication_kind"
|
|
1250
|
+
elif key == "managedIdentityName":
|
|
1251
|
+
suggest = "managed_identity_name"
|
|
1252
|
+
elif key == "provisioningState":
|
|
1253
|
+
suggest = "provisioning_state"
|
|
1254
|
+
elif key == "displayName":
|
|
1255
|
+
suggest = "display_name"
|
|
1256
|
+
|
|
1257
|
+
if suggest:
|
|
1258
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityAuthenticationSettingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1259
|
+
|
|
1260
|
+
def __getitem__(self, key: str) -> Any:
|
|
1261
|
+
ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
|
|
1262
|
+
return super().__getitem__(key)
|
|
1263
|
+
|
|
1264
|
+
def get(self, key: str, default = None) -> Any:
|
|
1265
|
+
ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
|
|
1266
|
+
return super().get(key, default)
|
|
1267
|
+
|
|
1268
|
+
def __init__(__self__, *,
|
|
1269
|
+
authentication_kind: builtins.str,
|
|
1270
|
+
managed_identity_name: builtins.str,
|
|
1271
|
+
provisioning_state: builtins.str,
|
|
1272
|
+
display_name: Optional[builtins.str] = None):
|
|
1273
|
+
"""
|
|
1274
|
+
Authentication setting properties for Azure Managed Identity
|
|
1275
|
+
:param builtins.str authentication_kind: Supported kinds of authentication settings as discriminator
|
|
1276
|
+
Expected value is 'ManagedIdentity'.
|
|
1277
|
+
:param builtins.str managed_identity_name: Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
1278
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
1279
|
+
:param builtins.str display_name: Display name
|
|
1280
|
+
"""
|
|
1281
|
+
pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
|
|
1282
|
+
pulumi.set(__self__, "managed_identity_name", managed_identity_name)
|
|
1283
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1284
|
+
if display_name is not None:
|
|
1285
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1286
|
+
|
|
1287
|
+
@property
|
|
1288
|
+
@pulumi.getter(name="authenticationKind")
|
|
1289
|
+
def authentication_kind(self) -> builtins.str:
|
|
1290
|
+
"""
|
|
1291
|
+
Supported kinds of authentication settings as discriminator
|
|
1292
|
+
Expected value is 'ManagedIdentity'.
|
|
1293
|
+
"""
|
|
1294
|
+
return pulumi.get(self, "authentication_kind")
|
|
1295
|
+
|
|
1296
|
+
@property
|
|
1297
|
+
@pulumi.getter(name="managedIdentityName")
|
|
1298
|
+
def managed_identity_name(self) -> builtins.str:
|
|
1299
|
+
"""
|
|
1300
|
+
Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
1301
|
+
"""
|
|
1302
|
+
return pulumi.get(self, "managed_identity_name")
|
|
1303
|
+
|
|
1304
|
+
@property
|
|
1305
|
+
@pulumi.getter(name="provisioningState")
|
|
1306
|
+
def provisioning_state(self) -> builtins.str:
|
|
1307
|
+
"""
|
|
1308
|
+
The status of the last operation.
|
|
1309
|
+
"""
|
|
1310
|
+
return pulumi.get(self, "provisioning_state")
|
|
1311
|
+
|
|
1312
|
+
@property
|
|
1313
|
+
@pulumi.getter(name="displayName")
|
|
1314
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1315
|
+
"""
|
|
1316
|
+
Display name
|
|
1317
|
+
"""
|
|
1318
|
+
return pulumi.get(self, "display_name")
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
@pulumi.output_type
|
|
1322
|
+
class ManagedServiceIdentityResponse(dict):
|
|
1323
|
+
"""
|
|
1324
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
1325
|
+
"""
|
|
1326
|
+
@staticmethod
|
|
1327
|
+
def __key_warning(key: str):
|
|
1328
|
+
suggest = None
|
|
1329
|
+
if key == "principalId":
|
|
1330
|
+
suggest = "principal_id"
|
|
1331
|
+
elif key == "tenantId":
|
|
1332
|
+
suggest = "tenant_id"
|
|
1333
|
+
elif key == "userAssignedIdentities":
|
|
1334
|
+
suggest = "user_assigned_identities"
|
|
1335
|
+
|
|
1336
|
+
if suggest:
|
|
1337
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1338
|
+
|
|
1339
|
+
def __getitem__(self, key: str) -> Any:
|
|
1340
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
1341
|
+
return super().__getitem__(key)
|
|
1342
|
+
|
|
1343
|
+
def get(self, key: str, default = None) -> Any:
|
|
1344
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
1345
|
+
return super().get(key, default)
|
|
1346
|
+
|
|
1347
|
+
def __init__(__self__, *,
|
|
1348
|
+
principal_id: builtins.str,
|
|
1349
|
+
tenant_id: builtins.str,
|
|
1350
|
+
type: builtins.str,
|
|
1351
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
1352
|
+
"""
|
|
1353
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
1354
|
+
:param builtins.str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1355
|
+
:param builtins.str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1356
|
+
:param builtins.str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
1357
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1358
|
+
"""
|
|
1359
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1360
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1361
|
+
pulumi.set(__self__, "type", type)
|
|
1362
|
+
if user_assigned_identities is not None:
|
|
1363
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1364
|
+
|
|
1365
|
+
@property
|
|
1366
|
+
@pulumi.getter(name="principalId")
|
|
1367
|
+
def principal_id(self) -> builtins.str:
|
|
1368
|
+
"""
|
|
1369
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1370
|
+
"""
|
|
1371
|
+
return pulumi.get(self, "principal_id")
|
|
1372
|
+
|
|
1373
|
+
@property
|
|
1374
|
+
@pulumi.getter(name="tenantId")
|
|
1375
|
+
def tenant_id(self) -> builtins.str:
|
|
1376
|
+
"""
|
|
1377
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1378
|
+
"""
|
|
1379
|
+
return pulumi.get(self, "tenant_id")
|
|
1380
|
+
|
|
1381
|
+
@property
|
|
1382
|
+
@pulumi.getter
|
|
1383
|
+
def type(self) -> builtins.str:
|
|
1384
|
+
"""
|
|
1385
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
1386
|
+
"""
|
|
1387
|
+
return pulumi.get(self, "type")
|
|
1388
|
+
|
|
1389
|
+
@property
|
|
1390
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1391
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
1392
|
+
"""
|
|
1393
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1394
|
+
"""
|
|
1395
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
@pulumi.output_type
|
|
1399
|
+
class ModelDiscoverySettingsResponse(dict):
|
|
1400
|
+
"""
|
|
1401
|
+
Settings for automatically discovering entities for the health model.
|
|
1402
|
+
"""
|
|
1403
|
+
@staticmethod
|
|
1404
|
+
def __key_warning(key: str):
|
|
1405
|
+
suggest = None
|
|
1406
|
+
if key == "addRecommendedSignals":
|
|
1407
|
+
suggest = "add_recommended_signals"
|
|
1408
|
+
|
|
1409
|
+
if suggest:
|
|
1410
|
+
pulumi.log.warn(f"Key '{key}' not found in ModelDiscoverySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1411
|
+
|
|
1412
|
+
def __getitem__(self, key: str) -> Any:
|
|
1413
|
+
ModelDiscoverySettingsResponse.__key_warning(key)
|
|
1414
|
+
return super().__getitem__(key)
|
|
1415
|
+
|
|
1416
|
+
def get(self, key: str, default = None) -> Any:
|
|
1417
|
+
ModelDiscoverySettingsResponse.__key_warning(key)
|
|
1418
|
+
return super().get(key, default)
|
|
1419
|
+
|
|
1420
|
+
def __init__(__self__, *,
|
|
1421
|
+
add_recommended_signals: builtins.str,
|
|
1422
|
+
scope: builtins.str,
|
|
1423
|
+
identity: Optional[builtins.str] = None):
|
|
1424
|
+
"""
|
|
1425
|
+
Settings for automatically discovering entities for the health model.
|
|
1426
|
+
:param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
1427
|
+
:param builtins.str scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
1428
|
+
:param builtins.str identity: Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
|
|
1429
|
+
"""
|
|
1430
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
1431
|
+
pulumi.set(__self__, "scope", scope)
|
|
1432
|
+
if identity is not None:
|
|
1433
|
+
pulumi.set(__self__, "identity", identity)
|
|
1434
|
+
|
|
1435
|
+
@property
|
|
1436
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
1437
|
+
def add_recommended_signals(self) -> builtins.str:
|
|
1438
|
+
"""
|
|
1439
|
+
Whether to add all recommended signals to the discovered entities.
|
|
1440
|
+
"""
|
|
1441
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
1442
|
+
|
|
1443
|
+
@property
|
|
1444
|
+
@pulumi.getter
|
|
1445
|
+
def scope(self) -> builtins.str:
|
|
1446
|
+
"""
|
|
1447
|
+
The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
1448
|
+
"""
|
|
1449
|
+
return pulumi.get(self, "scope")
|
|
1450
|
+
|
|
1451
|
+
@property
|
|
1452
|
+
@pulumi.getter
|
|
1453
|
+
def identity(self) -> Optional[builtins.str]:
|
|
1454
|
+
"""
|
|
1455
|
+
Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
|
|
1456
|
+
"""
|
|
1457
|
+
return pulumi.get(self, "identity")
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
@pulumi.output_type
|
|
1461
|
+
class PrometheusMetricsSignalDefinitionPropertiesResponse(dict):
|
|
1462
|
+
"""
|
|
1463
|
+
Prometheus Metrics Signal Definition properties
|
|
1464
|
+
"""
|
|
1465
|
+
@staticmethod
|
|
1466
|
+
def __key_warning(key: str):
|
|
1467
|
+
suggest = None
|
|
1468
|
+
if key == "deletionDate":
|
|
1469
|
+
suggest = "deletion_date"
|
|
1470
|
+
elif key == "evaluationRules":
|
|
1471
|
+
suggest = "evaluation_rules"
|
|
1472
|
+
elif key == "provisioningState":
|
|
1473
|
+
suggest = "provisioning_state"
|
|
1474
|
+
elif key == "queryText":
|
|
1475
|
+
suggest = "query_text"
|
|
1476
|
+
elif key == "signalKind":
|
|
1477
|
+
suggest = "signal_kind"
|
|
1478
|
+
elif key == "dataUnit":
|
|
1479
|
+
suggest = "data_unit"
|
|
1480
|
+
elif key == "displayName":
|
|
1481
|
+
suggest = "display_name"
|
|
1482
|
+
elif key == "refreshInterval":
|
|
1483
|
+
suggest = "refresh_interval"
|
|
1484
|
+
elif key == "timeGrain":
|
|
1485
|
+
suggest = "time_grain"
|
|
1486
|
+
|
|
1487
|
+
if suggest:
|
|
1488
|
+
pulumi.log.warn(f"Key '{key}' not found in PrometheusMetricsSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1489
|
+
|
|
1490
|
+
def __getitem__(self, key: str) -> Any:
|
|
1491
|
+
PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1492
|
+
return super().__getitem__(key)
|
|
1493
|
+
|
|
1494
|
+
def get(self, key: str, default = None) -> Any:
|
|
1495
|
+
PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1496
|
+
return super().get(key, default)
|
|
1497
|
+
|
|
1498
|
+
def __init__(__self__, *,
|
|
1499
|
+
deletion_date: builtins.str,
|
|
1500
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
1501
|
+
provisioning_state: builtins.str,
|
|
1502
|
+
query_text: builtins.str,
|
|
1503
|
+
signal_kind: builtins.str,
|
|
1504
|
+
data_unit: Optional[builtins.str] = None,
|
|
1505
|
+
display_name: Optional[builtins.str] = None,
|
|
1506
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
1507
|
+
refresh_interval: Optional[builtins.str] = None,
|
|
1508
|
+
time_grain: Optional[builtins.str] = None):
|
|
1509
|
+
"""
|
|
1510
|
+
Prometheus Metrics Signal Definition properties
|
|
1511
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
1512
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
1513
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
1514
|
+
:param builtins.str query_text: Query text in PromQL syntax
|
|
1515
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
1516
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
1517
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1518
|
+
:param builtins.str display_name: Display name
|
|
1519
|
+
:param Mapping[str, builtins.str] labels: Optional set of labels (key-value pairs)
|
|
1520
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1521
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
|
|
1522
|
+
"""
|
|
1523
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
1524
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
1525
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1526
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
1527
|
+
pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
|
|
1528
|
+
if data_unit is not None:
|
|
1529
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
1530
|
+
if display_name is not None:
|
|
1531
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1532
|
+
if labels is not None:
|
|
1533
|
+
pulumi.set(__self__, "labels", labels)
|
|
1534
|
+
if refresh_interval is None:
|
|
1535
|
+
refresh_interval = 'PT1M'
|
|
1536
|
+
if refresh_interval is not None:
|
|
1537
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
1538
|
+
if time_grain is not None:
|
|
1539
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
1540
|
+
|
|
1541
|
+
@property
|
|
1542
|
+
@pulumi.getter(name="deletionDate")
|
|
1543
|
+
def deletion_date(self) -> builtins.str:
|
|
1544
|
+
"""
|
|
1545
|
+
Date when the signal definition was (soft-)deleted
|
|
1546
|
+
"""
|
|
1547
|
+
return pulumi.get(self, "deletion_date")
|
|
1548
|
+
|
|
1549
|
+
@property
|
|
1550
|
+
@pulumi.getter(name="evaluationRules")
|
|
1551
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
1552
|
+
"""
|
|
1553
|
+
Evaluation rules for the signal definition
|
|
1554
|
+
"""
|
|
1555
|
+
return pulumi.get(self, "evaluation_rules")
|
|
1556
|
+
|
|
1557
|
+
@property
|
|
1558
|
+
@pulumi.getter(name="provisioningState")
|
|
1559
|
+
def provisioning_state(self) -> builtins.str:
|
|
1560
|
+
"""
|
|
1561
|
+
The status of the last operation.
|
|
1562
|
+
"""
|
|
1563
|
+
return pulumi.get(self, "provisioning_state")
|
|
1564
|
+
|
|
1565
|
+
@property
|
|
1566
|
+
@pulumi.getter(name="queryText")
|
|
1567
|
+
def query_text(self) -> builtins.str:
|
|
1568
|
+
"""
|
|
1569
|
+
Query text in PromQL syntax
|
|
1570
|
+
"""
|
|
1571
|
+
return pulumi.get(self, "query_text")
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter(name="signalKind")
|
|
1575
|
+
def signal_kind(self) -> builtins.str:
|
|
1576
|
+
"""
|
|
1577
|
+
Supported signal kinds as discriminator
|
|
1578
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
1579
|
+
"""
|
|
1580
|
+
return pulumi.get(self, "signal_kind")
|
|
1581
|
+
|
|
1582
|
+
@property
|
|
1583
|
+
@pulumi.getter(name="dataUnit")
|
|
1584
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
1585
|
+
"""
|
|
1586
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1587
|
+
"""
|
|
1588
|
+
return pulumi.get(self, "data_unit")
|
|
1589
|
+
|
|
1590
|
+
@property
|
|
1591
|
+
@pulumi.getter(name="displayName")
|
|
1592
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1593
|
+
"""
|
|
1594
|
+
Display name
|
|
1595
|
+
"""
|
|
1596
|
+
return pulumi.get(self, "display_name")
|
|
1597
|
+
|
|
1598
|
+
@property
|
|
1599
|
+
@pulumi.getter
|
|
1600
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1601
|
+
"""
|
|
1602
|
+
Optional set of labels (key-value pairs)
|
|
1603
|
+
"""
|
|
1604
|
+
return pulumi.get(self, "labels")
|
|
1605
|
+
|
|
1606
|
+
@property
|
|
1607
|
+
@pulumi.getter(name="refreshInterval")
|
|
1608
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
1609
|
+
"""
|
|
1610
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1611
|
+
"""
|
|
1612
|
+
return pulumi.get(self, "refresh_interval")
|
|
1613
|
+
|
|
1614
|
+
@property
|
|
1615
|
+
@pulumi.getter(name="timeGrain")
|
|
1616
|
+
def time_grain(self) -> Optional[builtins.str]:
|
|
1617
|
+
"""
|
|
1618
|
+
Time range of signal. ISO duration format like PT10M.
|
|
1619
|
+
"""
|
|
1620
|
+
return pulumi.get(self, "time_grain")
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
@pulumi.output_type
|
|
1624
|
+
class RelationshipPropertiesResponse(dict):
|
|
1625
|
+
"""
|
|
1626
|
+
Relationship properties
|
|
1627
|
+
"""
|
|
1628
|
+
@staticmethod
|
|
1629
|
+
def __key_warning(key: str):
|
|
1630
|
+
suggest = None
|
|
1631
|
+
if key == "childEntityName":
|
|
1632
|
+
suggest = "child_entity_name"
|
|
1633
|
+
elif key == "deletionDate":
|
|
1634
|
+
suggest = "deletion_date"
|
|
1635
|
+
elif key == "discoveredBy":
|
|
1636
|
+
suggest = "discovered_by"
|
|
1637
|
+
elif key == "parentEntityName":
|
|
1638
|
+
suggest = "parent_entity_name"
|
|
1639
|
+
elif key == "provisioningState":
|
|
1640
|
+
suggest = "provisioning_state"
|
|
1641
|
+
elif key == "displayName":
|
|
1642
|
+
suggest = "display_name"
|
|
1643
|
+
|
|
1644
|
+
if suggest:
|
|
1645
|
+
pulumi.log.warn(f"Key '{key}' not found in RelationshipPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1646
|
+
|
|
1647
|
+
def __getitem__(self, key: str) -> Any:
|
|
1648
|
+
RelationshipPropertiesResponse.__key_warning(key)
|
|
1649
|
+
return super().__getitem__(key)
|
|
1650
|
+
|
|
1651
|
+
def get(self, key: str, default = None) -> Any:
|
|
1652
|
+
RelationshipPropertiesResponse.__key_warning(key)
|
|
1653
|
+
return super().get(key, default)
|
|
1654
|
+
|
|
1655
|
+
def __init__(__self__, *,
|
|
1656
|
+
child_entity_name: builtins.str,
|
|
1657
|
+
deletion_date: builtins.str,
|
|
1658
|
+
discovered_by: builtins.str,
|
|
1659
|
+
parent_entity_name: builtins.str,
|
|
1660
|
+
provisioning_state: builtins.str,
|
|
1661
|
+
display_name: Optional[builtins.str] = None,
|
|
1662
|
+
labels: Optional[Mapping[str, builtins.str]] = None):
|
|
1663
|
+
"""
|
|
1664
|
+
Relationship properties
|
|
1665
|
+
:param builtins.str child_entity_name: Resource name of the child entity
|
|
1666
|
+
:param builtins.str deletion_date: Date when the relationship was (soft-)deleted
|
|
1667
|
+
:param builtins.str discovered_by: Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
|
|
1668
|
+
:param builtins.str parent_entity_name: Resource name of the parent entity
|
|
1669
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
1670
|
+
:param builtins.str display_name: Display name
|
|
1671
|
+
:param Mapping[str, builtins.str] labels: Optional set of labels (key-value pairs)
|
|
1672
|
+
"""
|
|
1673
|
+
pulumi.set(__self__, "child_entity_name", child_entity_name)
|
|
1674
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
1675
|
+
pulumi.set(__self__, "discovered_by", discovered_by)
|
|
1676
|
+
pulumi.set(__self__, "parent_entity_name", parent_entity_name)
|
|
1677
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1678
|
+
if display_name is not None:
|
|
1679
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1680
|
+
if labels is not None:
|
|
1681
|
+
pulumi.set(__self__, "labels", labels)
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter(name="childEntityName")
|
|
1685
|
+
def child_entity_name(self) -> builtins.str:
|
|
1686
|
+
"""
|
|
1687
|
+
Resource name of the child entity
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "child_entity_name")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="deletionDate")
|
|
1693
|
+
def deletion_date(self) -> builtins.str:
|
|
1694
|
+
"""
|
|
1695
|
+
Date when the relationship was (soft-)deleted
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "deletion_date")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="discoveredBy")
|
|
1701
|
+
def discovered_by(self) -> builtins.str:
|
|
1702
|
+
"""
|
|
1703
|
+
Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "discovered_by")
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter(name="parentEntityName")
|
|
1709
|
+
def parent_entity_name(self) -> builtins.str:
|
|
1710
|
+
"""
|
|
1711
|
+
Resource name of the parent entity
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "parent_entity_name")
|
|
1714
|
+
|
|
1715
|
+
@property
|
|
1716
|
+
@pulumi.getter(name="provisioningState")
|
|
1717
|
+
def provisioning_state(self) -> builtins.str:
|
|
1718
|
+
"""
|
|
1719
|
+
The status of the last operation.
|
|
1720
|
+
"""
|
|
1721
|
+
return pulumi.get(self, "provisioning_state")
|
|
1722
|
+
|
|
1723
|
+
@property
|
|
1724
|
+
@pulumi.getter(name="displayName")
|
|
1725
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1726
|
+
"""
|
|
1727
|
+
Display name
|
|
1728
|
+
"""
|
|
1729
|
+
return pulumi.get(self, "display_name")
|
|
1730
|
+
|
|
1731
|
+
@property
|
|
1732
|
+
@pulumi.getter
|
|
1733
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1734
|
+
"""
|
|
1735
|
+
Optional set of labels (key-value pairs)
|
|
1736
|
+
"""
|
|
1737
|
+
return pulumi.get(self, "labels")
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
@pulumi.output_type
|
|
1741
|
+
class ResourceMetricSignalDefinitionPropertiesResponse(dict):
|
|
1742
|
+
"""
|
|
1743
|
+
Azure Resource Metric Signal Definition properties
|
|
1744
|
+
"""
|
|
1745
|
+
@staticmethod
|
|
1746
|
+
def __key_warning(key: str):
|
|
1747
|
+
suggest = None
|
|
1748
|
+
if key == "aggregationType":
|
|
1749
|
+
suggest = "aggregation_type"
|
|
1750
|
+
elif key == "deletionDate":
|
|
1751
|
+
suggest = "deletion_date"
|
|
1752
|
+
elif key == "evaluationRules":
|
|
1753
|
+
suggest = "evaluation_rules"
|
|
1754
|
+
elif key == "metricName":
|
|
1755
|
+
suggest = "metric_name"
|
|
1756
|
+
elif key == "metricNamespace":
|
|
1757
|
+
suggest = "metric_namespace"
|
|
1758
|
+
elif key == "provisioningState":
|
|
1759
|
+
suggest = "provisioning_state"
|
|
1760
|
+
elif key == "signalKind":
|
|
1761
|
+
suggest = "signal_kind"
|
|
1762
|
+
elif key == "timeGrain":
|
|
1763
|
+
suggest = "time_grain"
|
|
1764
|
+
elif key == "dataUnit":
|
|
1765
|
+
suggest = "data_unit"
|
|
1766
|
+
elif key == "dimensionFilter":
|
|
1767
|
+
suggest = "dimension_filter"
|
|
1768
|
+
elif key == "displayName":
|
|
1769
|
+
suggest = "display_name"
|
|
1770
|
+
elif key == "refreshInterval":
|
|
1771
|
+
suggest = "refresh_interval"
|
|
1772
|
+
|
|
1773
|
+
if suggest:
|
|
1774
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceMetricSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1775
|
+
|
|
1776
|
+
def __getitem__(self, key: str) -> Any:
|
|
1777
|
+
ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1778
|
+
return super().__getitem__(key)
|
|
1779
|
+
|
|
1780
|
+
def get(self, key: str, default = None) -> Any:
|
|
1781
|
+
ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
1782
|
+
return super().get(key, default)
|
|
1783
|
+
|
|
1784
|
+
def __init__(__self__, *,
|
|
1785
|
+
aggregation_type: builtins.str,
|
|
1786
|
+
deletion_date: builtins.str,
|
|
1787
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
1788
|
+
metric_name: builtins.str,
|
|
1789
|
+
metric_namespace: builtins.str,
|
|
1790
|
+
provisioning_state: builtins.str,
|
|
1791
|
+
signal_kind: builtins.str,
|
|
1792
|
+
time_grain: builtins.str,
|
|
1793
|
+
data_unit: Optional[builtins.str] = None,
|
|
1794
|
+
dimension: Optional[builtins.str] = None,
|
|
1795
|
+
dimension_filter: Optional[builtins.str] = None,
|
|
1796
|
+
display_name: Optional[builtins.str] = None,
|
|
1797
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
1798
|
+
refresh_interval: Optional[builtins.str] = None):
|
|
1799
|
+
"""
|
|
1800
|
+
Azure Resource Metric Signal Definition properties
|
|
1801
|
+
:param builtins.str aggregation_type: Type of aggregation to apply to the metric
|
|
1802
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
1803
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
1804
|
+
:param builtins.str metric_name: Name of the metric
|
|
1805
|
+
:param builtins.str metric_namespace: Metric namespace
|
|
1806
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
1807
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
1808
|
+
Expected value is 'AzureResourceMetric'.
|
|
1809
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
|
|
1810
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1811
|
+
:param builtins.str dimension: Optional: Dimension to split by
|
|
1812
|
+
:param builtins.str dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
1813
|
+
:param builtins.str display_name: Display name
|
|
1814
|
+
:param Mapping[str, builtins.str] labels: Optional set of labels (key-value pairs)
|
|
1815
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1816
|
+
"""
|
|
1817
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
1818
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
1819
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
1820
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
1821
|
+
pulumi.set(__self__, "metric_namespace", metric_namespace)
|
|
1822
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1823
|
+
pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
|
|
1824
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
1825
|
+
if data_unit is not None:
|
|
1826
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
1827
|
+
if dimension is not None:
|
|
1828
|
+
pulumi.set(__self__, "dimension", dimension)
|
|
1829
|
+
if dimension_filter is not None:
|
|
1830
|
+
pulumi.set(__self__, "dimension_filter", dimension_filter)
|
|
1831
|
+
if display_name is not None:
|
|
1832
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1833
|
+
if labels is not None:
|
|
1834
|
+
pulumi.set(__self__, "labels", labels)
|
|
1835
|
+
if refresh_interval is None:
|
|
1836
|
+
refresh_interval = 'PT1M'
|
|
1837
|
+
if refresh_interval is not None:
|
|
1838
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
1839
|
+
|
|
1840
|
+
@property
|
|
1841
|
+
@pulumi.getter(name="aggregationType")
|
|
1842
|
+
def aggregation_type(self) -> builtins.str:
|
|
1843
|
+
"""
|
|
1844
|
+
Type of aggregation to apply to the metric
|
|
1845
|
+
"""
|
|
1846
|
+
return pulumi.get(self, "aggregation_type")
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter(name="deletionDate")
|
|
1850
|
+
def deletion_date(self) -> builtins.str:
|
|
1851
|
+
"""
|
|
1852
|
+
Date when the signal definition was (soft-)deleted
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "deletion_date")
|
|
1855
|
+
|
|
1856
|
+
@property
|
|
1857
|
+
@pulumi.getter(name="evaluationRules")
|
|
1858
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
1859
|
+
"""
|
|
1860
|
+
Evaluation rules for the signal definition
|
|
1861
|
+
"""
|
|
1862
|
+
return pulumi.get(self, "evaluation_rules")
|
|
1863
|
+
|
|
1864
|
+
@property
|
|
1865
|
+
@pulumi.getter(name="metricName")
|
|
1866
|
+
def metric_name(self) -> builtins.str:
|
|
1867
|
+
"""
|
|
1868
|
+
Name of the metric
|
|
1869
|
+
"""
|
|
1870
|
+
return pulumi.get(self, "metric_name")
|
|
1871
|
+
|
|
1872
|
+
@property
|
|
1873
|
+
@pulumi.getter(name="metricNamespace")
|
|
1874
|
+
def metric_namespace(self) -> builtins.str:
|
|
1875
|
+
"""
|
|
1876
|
+
Metric namespace
|
|
1877
|
+
"""
|
|
1878
|
+
return pulumi.get(self, "metric_namespace")
|
|
1879
|
+
|
|
1880
|
+
@property
|
|
1881
|
+
@pulumi.getter(name="provisioningState")
|
|
1882
|
+
def provisioning_state(self) -> builtins.str:
|
|
1883
|
+
"""
|
|
1884
|
+
The status of the last operation.
|
|
1885
|
+
"""
|
|
1886
|
+
return pulumi.get(self, "provisioning_state")
|
|
1887
|
+
|
|
1888
|
+
@property
|
|
1889
|
+
@pulumi.getter(name="signalKind")
|
|
1890
|
+
def signal_kind(self) -> builtins.str:
|
|
1891
|
+
"""
|
|
1892
|
+
Supported signal kinds as discriminator
|
|
1893
|
+
Expected value is 'AzureResourceMetric'.
|
|
1894
|
+
"""
|
|
1895
|
+
return pulumi.get(self, "signal_kind")
|
|
1896
|
+
|
|
1897
|
+
@property
|
|
1898
|
+
@pulumi.getter(name="timeGrain")
|
|
1899
|
+
def time_grain(self) -> builtins.str:
|
|
1900
|
+
"""
|
|
1901
|
+
Time range of signal. ISO duration format like PT10M.
|
|
1902
|
+
"""
|
|
1903
|
+
return pulumi.get(self, "time_grain")
|
|
1904
|
+
|
|
1905
|
+
@property
|
|
1906
|
+
@pulumi.getter(name="dataUnit")
|
|
1907
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
1908
|
+
"""
|
|
1909
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
1910
|
+
"""
|
|
1911
|
+
return pulumi.get(self, "data_unit")
|
|
1912
|
+
|
|
1913
|
+
@property
|
|
1914
|
+
@pulumi.getter
|
|
1915
|
+
def dimension(self) -> Optional[builtins.str]:
|
|
1916
|
+
"""
|
|
1917
|
+
Optional: Dimension to split by
|
|
1918
|
+
"""
|
|
1919
|
+
return pulumi.get(self, "dimension")
|
|
1920
|
+
|
|
1921
|
+
@property
|
|
1922
|
+
@pulumi.getter(name="dimensionFilter")
|
|
1923
|
+
def dimension_filter(self) -> Optional[builtins.str]:
|
|
1924
|
+
"""
|
|
1925
|
+
Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
1926
|
+
"""
|
|
1927
|
+
return pulumi.get(self, "dimension_filter")
|
|
1928
|
+
|
|
1929
|
+
@property
|
|
1930
|
+
@pulumi.getter(name="displayName")
|
|
1931
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1932
|
+
"""
|
|
1933
|
+
Display name
|
|
1934
|
+
"""
|
|
1935
|
+
return pulumi.get(self, "display_name")
|
|
1936
|
+
|
|
1937
|
+
@property
|
|
1938
|
+
@pulumi.getter
|
|
1939
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1940
|
+
"""
|
|
1941
|
+
Optional set of labels (key-value pairs)
|
|
1942
|
+
"""
|
|
1943
|
+
return pulumi.get(self, "labels")
|
|
1944
|
+
|
|
1945
|
+
@property
|
|
1946
|
+
@pulumi.getter(name="refreshInterval")
|
|
1947
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
1948
|
+
"""
|
|
1949
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
1950
|
+
"""
|
|
1951
|
+
return pulumi.get(self, "refresh_interval")
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
@pulumi.output_type
|
|
1955
|
+
class SignalAssignmentResponse(dict):
|
|
1956
|
+
"""
|
|
1957
|
+
Group of signal definition assignments
|
|
1958
|
+
"""
|
|
1959
|
+
@staticmethod
|
|
1960
|
+
def __key_warning(key: str):
|
|
1961
|
+
suggest = None
|
|
1962
|
+
if key == "signalDefinitions":
|
|
1963
|
+
suggest = "signal_definitions"
|
|
1964
|
+
|
|
1965
|
+
if suggest:
|
|
1966
|
+
pulumi.log.warn(f"Key '{key}' not found in SignalAssignmentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1967
|
+
|
|
1968
|
+
def __getitem__(self, key: str) -> Any:
|
|
1969
|
+
SignalAssignmentResponse.__key_warning(key)
|
|
1970
|
+
return super().__getitem__(key)
|
|
1971
|
+
|
|
1972
|
+
def get(self, key: str, default = None) -> Any:
|
|
1973
|
+
SignalAssignmentResponse.__key_warning(key)
|
|
1974
|
+
return super().get(key, default)
|
|
1975
|
+
|
|
1976
|
+
def __init__(__self__, *,
|
|
1977
|
+
signal_definitions: Sequence[builtins.str]):
|
|
1978
|
+
"""
|
|
1979
|
+
Group of signal definition assignments
|
|
1980
|
+
:param Sequence[builtins.str] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
1981
|
+
"""
|
|
1982
|
+
pulumi.set(__self__, "signal_definitions", signal_definitions)
|
|
1983
|
+
|
|
1984
|
+
@property
|
|
1985
|
+
@pulumi.getter(name="signalDefinitions")
|
|
1986
|
+
def signal_definitions(self) -> Sequence[builtins.str]:
|
|
1987
|
+
"""
|
|
1988
|
+
Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
1989
|
+
"""
|
|
1990
|
+
return pulumi.get(self, "signal_definitions")
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
@pulumi.output_type
|
|
1994
|
+
class SignalGroupResponse(dict):
|
|
1995
|
+
"""
|
|
1996
|
+
Contains various signal groups that can be assigned to an entity
|
|
1997
|
+
"""
|
|
1998
|
+
@staticmethod
|
|
1999
|
+
def __key_warning(key: str):
|
|
2000
|
+
suggest = None
|
|
2001
|
+
if key == "azureLogAnalytics":
|
|
2002
|
+
suggest = "azure_log_analytics"
|
|
2003
|
+
elif key == "azureMonitorWorkspace":
|
|
2004
|
+
suggest = "azure_monitor_workspace"
|
|
2005
|
+
elif key == "azureResource":
|
|
2006
|
+
suggest = "azure_resource"
|
|
2007
|
+
|
|
2008
|
+
if suggest:
|
|
2009
|
+
pulumi.log.warn(f"Key '{key}' not found in SignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2010
|
+
|
|
2011
|
+
def __getitem__(self, key: str) -> Any:
|
|
2012
|
+
SignalGroupResponse.__key_warning(key)
|
|
2013
|
+
return super().__getitem__(key)
|
|
2014
|
+
|
|
2015
|
+
def get(self, key: str, default = None) -> Any:
|
|
2016
|
+
SignalGroupResponse.__key_warning(key)
|
|
2017
|
+
return super().get(key, default)
|
|
2018
|
+
|
|
2019
|
+
def __init__(__self__, *,
|
|
2020
|
+
azure_log_analytics: Optional['outputs.LogAnalyticsSignalGroupResponse'] = None,
|
|
2021
|
+
azure_monitor_workspace: Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse'] = None,
|
|
2022
|
+
azure_resource: Optional['outputs.AzureResourceSignalGroupResponse'] = None,
|
|
2023
|
+
dependencies: Optional['outputs.DependenciesSignalGroupResponse'] = None):
|
|
2024
|
+
"""
|
|
2025
|
+
Contains various signal groups that can be assigned to an entity
|
|
2026
|
+
:param 'LogAnalyticsSignalGroupResponse' azure_log_analytics: Log Analytics Signal Group
|
|
2027
|
+
:param 'AzureMonitorWorkspaceSignalGroupResponse' azure_monitor_workspace: Azure Monitor Workspace Signal Group
|
|
2028
|
+
:param 'AzureResourceSignalGroupResponse' azure_resource: Azure Resource Signal Group
|
|
2029
|
+
:param 'DependenciesSignalGroupResponse' dependencies: Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
2030
|
+
"""
|
|
2031
|
+
if azure_log_analytics is not None:
|
|
2032
|
+
pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
|
|
2033
|
+
if azure_monitor_workspace is not None:
|
|
2034
|
+
pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
|
|
2035
|
+
if azure_resource is not None:
|
|
2036
|
+
pulumi.set(__self__, "azure_resource", azure_resource)
|
|
2037
|
+
if dependencies is not None:
|
|
2038
|
+
pulumi.set(__self__, "dependencies", dependencies)
|
|
2039
|
+
|
|
2040
|
+
@property
|
|
2041
|
+
@pulumi.getter(name="azureLogAnalytics")
|
|
2042
|
+
def azure_log_analytics(self) -> Optional['outputs.LogAnalyticsSignalGroupResponse']:
|
|
2043
|
+
"""
|
|
2044
|
+
Log Analytics Signal Group
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "azure_log_analytics")
|
|
2047
|
+
|
|
2048
|
+
@property
|
|
2049
|
+
@pulumi.getter(name="azureMonitorWorkspace")
|
|
2050
|
+
def azure_monitor_workspace(self) -> Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse']:
|
|
2051
|
+
"""
|
|
2052
|
+
Azure Monitor Workspace Signal Group
|
|
2053
|
+
"""
|
|
2054
|
+
return pulumi.get(self, "azure_monitor_workspace")
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter(name="azureResource")
|
|
2058
|
+
def azure_resource(self) -> Optional['outputs.AzureResourceSignalGroupResponse']:
|
|
2059
|
+
"""
|
|
2060
|
+
Azure Resource Signal Group
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "azure_resource")
|
|
2063
|
+
|
|
2064
|
+
@property
|
|
2065
|
+
@pulumi.getter
|
|
2066
|
+
def dependencies(self) -> Optional['outputs.DependenciesSignalGroupResponse']:
|
|
2067
|
+
"""
|
|
2068
|
+
Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
2069
|
+
"""
|
|
2070
|
+
return pulumi.get(self, "dependencies")
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
@pulumi.output_type
|
|
2074
|
+
class SystemDataResponse(dict):
|
|
2075
|
+
"""
|
|
2076
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2077
|
+
"""
|
|
2078
|
+
@staticmethod
|
|
2079
|
+
def __key_warning(key: str):
|
|
2080
|
+
suggest = None
|
|
2081
|
+
if key == "createdAt":
|
|
2082
|
+
suggest = "created_at"
|
|
2083
|
+
elif key == "createdBy":
|
|
2084
|
+
suggest = "created_by"
|
|
2085
|
+
elif key == "createdByType":
|
|
2086
|
+
suggest = "created_by_type"
|
|
2087
|
+
elif key == "lastModifiedAt":
|
|
2088
|
+
suggest = "last_modified_at"
|
|
2089
|
+
elif key == "lastModifiedBy":
|
|
2090
|
+
suggest = "last_modified_by"
|
|
2091
|
+
elif key == "lastModifiedByType":
|
|
2092
|
+
suggest = "last_modified_by_type"
|
|
2093
|
+
|
|
2094
|
+
if suggest:
|
|
2095
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2096
|
+
|
|
2097
|
+
def __getitem__(self, key: str) -> Any:
|
|
2098
|
+
SystemDataResponse.__key_warning(key)
|
|
2099
|
+
return super().__getitem__(key)
|
|
2100
|
+
|
|
2101
|
+
def get(self, key: str, default = None) -> Any:
|
|
2102
|
+
SystemDataResponse.__key_warning(key)
|
|
2103
|
+
return super().get(key, default)
|
|
2104
|
+
|
|
2105
|
+
def __init__(__self__, *,
|
|
2106
|
+
created_at: Optional[builtins.str] = None,
|
|
2107
|
+
created_by: Optional[builtins.str] = None,
|
|
2108
|
+
created_by_type: Optional[builtins.str] = None,
|
|
2109
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
2110
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
2111
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
2112
|
+
"""
|
|
2113
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2114
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
2115
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
2116
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
2117
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2118
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
2119
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
2120
|
+
"""
|
|
2121
|
+
if created_at is not None:
|
|
2122
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2123
|
+
if created_by is not None:
|
|
2124
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2125
|
+
if created_by_type is not None:
|
|
2126
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2127
|
+
if last_modified_at is not None:
|
|
2128
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2129
|
+
if last_modified_by is not None:
|
|
2130
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2131
|
+
if last_modified_by_type is not None:
|
|
2132
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2133
|
+
|
|
2134
|
+
@property
|
|
2135
|
+
@pulumi.getter(name="createdAt")
|
|
2136
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
2137
|
+
"""
|
|
2138
|
+
The timestamp of resource creation (UTC).
|
|
2139
|
+
"""
|
|
2140
|
+
return pulumi.get(self, "created_at")
|
|
2141
|
+
|
|
2142
|
+
@property
|
|
2143
|
+
@pulumi.getter(name="createdBy")
|
|
2144
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
2145
|
+
"""
|
|
2146
|
+
The identity that created the resource.
|
|
2147
|
+
"""
|
|
2148
|
+
return pulumi.get(self, "created_by")
|
|
2149
|
+
|
|
2150
|
+
@property
|
|
2151
|
+
@pulumi.getter(name="createdByType")
|
|
2152
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
2153
|
+
"""
|
|
2154
|
+
The type of identity that created the resource.
|
|
2155
|
+
"""
|
|
2156
|
+
return pulumi.get(self, "created_by_type")
|
|
2157
|
+
|
|
2158
|
+
@property
|
|
2159
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2160
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
2161
|
+
"""
|
|
2162
|
+
The timestamp of resource last modification (UTC)
|
|
2163
|
+
"""
|
|
2164
|
+
return pulumi.get(self, "last_modified_at")
|
|
2165
|
+
|
|
2166
|
+
@property
|
|
2167
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2168
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
2169
|
+
"""
|
|
2170
|
+
The identity that last modified the resource.
|
|
2171
|
+
"""
|
|
2172
|
+
return pulumi.get(self, "last_modified_by")
|
|
2173
|
+
|
|
2174
|
+
@property
|
|
2175
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2176
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
2177
|
+
"""
|
|
2178
|
+
The type of identity that last modified the resource.
|
|
2179
|
+
"""
|
|
2180
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
@pulumi.output_type
|
|
2184
|
+
class ThresholdRuleResponse(dict):
|
|
2185
|
+
"""
|
|
2186
|
+
Threshold-based evaluation rule for a signal definition
|
|
2187
|
+
"""
|
|
2188
|
+
def __init__(__self__, *,
|
|
2189
|
+
operator: builtins.str,
|
|
2190
|
+
threshold: builtins.str):
|
|
2191
|
+
"""
|
|
2192
|
+
Threshold-based evaluation rule for a signal definition
|
|
2193
|
+
:param builtins.str operator: Operator how to compare the signal value with the threshold
|
|
2194
|
+
:param builtins.str threshold: Threshold value
|
|
2195
|
+
"""
|
|
2196
|
+
pulumi.set(__self__, "operator", operator)
|
|
2197
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
2198
|
+
|
|
2199
|
+
@property
|
|
2200
|
+
@pulumi.getter
|
|
2201
|
+
def operator(self) -> builtins.str:
|
|
2202
|
+
"""
|
|
2203
|
+
Operator how to compare the signal value with the threshold
|
|
2204
|
+
"""
|
|
2205
|
+
return pulumi.get(self, "operator")
|
|
2206
|
+
|
|
2207
|
+
@property
|
|
2208
|
+
@pulumi.getter
|
|
2209
|
+
def threshold(self) -> builtins.str:
|
|
2210
|
+
"""
|
|
2211
|
+
Threshold value
|
|
2212
|
+
"""
|
|
2213
|
+
return pulumi.get(self, "threshold")
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
@pulumi.output_type
|
|
2217
|
+
class UserAssignedIdentityResponse(dict):
|
|
2218
|
+
"""
|
|
2219
|
+
User assigned identity properties
|
|
2220
|
+
"""
|
|
2221
|
+
@staticmethod
|
|
2222
|
+
def __key_warning(key: str):
|
|
2223
|
+
suggest = None
|
|
2224
|
+
if key == "clientId":
|
|
2225
|
+
suggest = "client_id"
|
|
2226
|
+
elif key == "principalId":
|
|
2227
|
+
suggest = "principal_id"
|
|
2228
|
+
|
|
2229
|
+
if suggest:
|
|
2230
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2231
|
+
|
|
2232
|
+
def __getitem__(self, key: str) -> Any:
|
|
2233
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2234
|
+
return super().__getitem__(key)
|
|
2235
|
+
|
|
2236
|
+
def get(self, key: str, default = None) -> Any:
|
|
2237
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2238
|
+
return super().get(key, default)
|
|
2239
|
+
|
|
2240
|
+
def __init__(__self__, *,
|
|
2241
|
+
client_id: builtins.str,
|
|
2242
|
+
principal_id: builtins.str):
|
|
2243
|
+
"""
|
|
2244
|
+
User assigned identity properties
|
|
2245
|
+
:param builtins.str client_id: The client ID of the assigned identity.
|
|
2246
|
+
:param builtins.str principal_id: The principal ID of the assigned identity.
|
|
2247
|
+
"""
|
|
2248
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2249
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2250
|
+
|
|
2251
|
+
@property
|
|
2252
|
+
@pulumi.getter(name="clientId")
|
|
2253
|
+
def client_id(self) -> builtins.str:
|
|
2254
|
+
"""
|
|
2255
|
+
The client ID of the assigned identity.
|
|
2256
|
+
"""
|
|
2257
|
+
return pulumi.get(self, "client_id")
|
|
2258
|
+
|
|
2259
|
+
@property
|
|
2260
|
+
@pulumi.getter(name="principalId")
|
|
2261
|
+
def principal_id(self) -> builtins.str:
|
|
2262
|
+
"""
|
|
2263
|
+
The principal ID of the assigned identity.
|
|
2264
|
+
"""
|
|
2265
|
+
return pulumi.get(self, "principal_id")
|
|
2266
|
+
|
|
2267
|
+
|