pulumi-azure-native 3.6.0a1751063629__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.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1751063629.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.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
|
@@ -60,7 +60,7 @@ __all__ = [
|
|
|
60
60
|
@pulumi.output_type
|
|
61
61
|
class AuthConfigResponse(dict):
|
|
62
62
|
"""
|
|
63
|
-
Authentication configuration properties of a server
|
|
63
|
+
Authentication configuration properties of a flexible server.
|
|
64
64
|
"""
|
|
65
65
|
@staticmethod
|
|
66
66
|
def __key_warning(key: str):
|
|
@@ -88,10 +88,10 @@ class AuthConfigResponse(dict):
|
|
|
88
88
|
password_auth: Optional[builtins.str] = None,
|
|
89
89
|
tenant_id: Optional[builtins.str] = None):
|
|
90
90
|
"""
|
|
91
|
-
Authentication configuration properties of a server
|
|
92
|
-
:param builtins.str active_directory_auth:
|
|
93
|
-
:param builtins.str password_auth:
|
|
94
|
-
:param builtins.str tenant_id:
|
|
91
|
+
Authentication configuration properties of a flexible server.
|
|
92
|
+
:param builtins.str active_directory_auth: Indicates if the server supports Microsoft Entra authentication.
|
|
93
|
+
:param builtins.str password_auth: Indicates if the server supports password based authentication.
|
|
94
|
+
:param builtins.str tenant_id: Identifier of the tenant of the delegated resource.
|
|
95
95
|
"""
|
|
96
96
|
if active_directory_auth is not None:
|
|
97
97
|
pulumi.set(__self__, "active_directory_auth", active_directory_auth)
|
|
@@ -108,7 +108,7 @@ class AuthConfigResponse(dict):
|
|
|
108
108
|
@pulumi.getter(name="activeDirectoryAuth")
|
|
109
109
|
def active_directory_auth(self) -> Optional[builtins.str]:
|
|
110
110
|
"""
|
|
111
|
-
|
|
111
|
+
Indicates if the server supports Microsoft Entra authentication.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "active_directory_auth")
|
|
114
114
|
|
|
@@ -116,7 +116,7 @@ class AuthConfigResponse(dict):
|
|
|
116
116
|
@pulumi.getter(name="passwordAuth")
|
|
117
117
|
def password_auth(self) -> Optional[builtins.str]:
|
|
118
118
|
"""
|
|
119
|
-
|
|
119
|
+
Indicates if the server supports password based authentication.
|
|
120
120
|
"""
|
|
121
121
|
return pulumi.get(self, "password_auth")
|
|
122
122
|
|
|
@@ -124,7 +124,7 @@ class AuthConfigResponse(dict):
|
|
|
124
124
|
@pulumi.getter(name="tenantId")
|
|
125
125
|
def tenant_id(self) -> Optional[builtins.str]:
|
|
126
126
|
"""
|
|
127
|
-
|
|
127
|
+
Identifier of the tenant of the delegated resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "tenant_id")
|
|
130
130
|
|
|
@@ -132,7 +132,7 @@ class AuthConfigResponse(dict):
|
|
|
132
132
|
@pulumi.output_type
|
|
133
133
|
class BackupResponse(dict):
|
|
134
134
|
"""
|
|
135
|
-
Backup properties of a server
|
|
135
|
+
Backup properties of a flexible server.
|
|
136
136
|
"""
|
|
137
137
|
@staticmethod
|
|
138
138
|
def __key_warning(key: str):
|
|
@@ -160,10 +160,10 @@ class BackupResponse(dict):
|
|
|
160
160
|
backup_retention_days: Optional[builtins.int] = None,
|
|
161
161
|
geo_redundant_backup: Optional[builtins.str] = None):
|
|
162
162
|
"""
|
|
163
|
-
Backup properties of a server
|
|
164
|
-
:param builtins.str earliest_restore_date:
|
|
165
|
-
:param builtins.int backup_retention_days: Backup retention days for the server.
|
|
166
|
-
:param builtins.str geo_redundant_backup:
|
|
163
|
+
Backup properties of a flexible server.
|
|
164
|
+
:param builtins.str earliest_restore_date: Earliest restore point time (ISO8601 format) for a flexible server.
|
|
165
|
+
:param builtins.int backup_retention_days: Backup retention days for the flexible server.
|
|
166
|
+
:param builtins.str geo_redundant_backup: Indicates if the server is configured to create geographically redundant backups.
|
|
167
167
|
"""
|
|
168
168
|
pulumi.set(__self__, "earliest_restore_date", earliest_restore_date)
|
|
169
169
|
if backup_retention_days is None:
|
|
@@ -179,7 +179,7 @@ class BackupResponse(dict):
|
|
|
179
179
|
@pulumi.getter(name="earliestRestoreDate")
|
|
180
180
|
def earliest_restore_date(self) -> builtins.str:
|
|
181
181
|
"""
|
|
182
|
-
|
|
182
|
+
Earliest restore point time (ISO8601 format) for a flexible server.
|
|
183
183
|
"""
|
|
184
184
|
return pulumi.get(self, "earliest_restore_date")
|
|
185
185
|
|
|
@@ -187,7 +187,7 @@ class BackupResponse(dict):
|
|
|
187
187
|
@pulumi.getter(name="backupRetentionDays")
|
|
188
188
|
def backup_retention_days(self) -> Optional[builtins.int]:
|
|
189
189
|
"""
|
|
190
|
-
Backup retention days for the server.
|
|
190
|
+
Backup retention days for the flexible server.
|
|
191
191
|
"""
|
|
192
192
|
return pulumi.get(self, "backup_retention_days")
|
|
193
193
|
|
|
@@ -195,7 +195,7 @@ class BackupResponse(dict):
|
|
|
195
195
|
@pulumi.getter(name="geoRedundantBackup")
|
|
196
196
|
def geo_redundant_backup(self) -> Optional[builtins.str]:
|
|
197
197
|
"""
|
|
198
|
-
|
|
198
|
+
Indicates if the server is configured to create geographically redundant backups.
|
|
199
199
|
"""
|
|
200
200
|
return pulumi.get(self, "geo_redundant_backup")
|
|
201
201
|
|
|
@@ -203,7 +203,7 @@ class BackupResponse(dict):
|
|
|
203
203
|
@pulumi.output_type
|
|
204
204
|
class DataEncryptionResponse(dict):
|
|
205
205
|
"""
|
|
206
|
-
Data encryption properties of a server
|
|
206
|
+
Data encryption properties of a flexible server.
|
|
207
207
|
"""
|
|
208
208
|
@staticmethod
|
|
209
209
|
def __key_warning(key: str):
|
|
@@ -241,14 +241,14 @@ class DataEncryptionResponse(dict):
|
|
|
241
241
|
primary_user_assigned_identity_id: Optional[builtins.str] = None,
|
|
242
242
|
type: Optional[builtins.str] = None):
|
|
243
243
|
"""
|
|
244
|
-
Data encryption properties of a server
|
|
245
|
-
:param builtins.str geo_backup_encryption_key_status:
|
|
246
|
-
:param builtins.str geo_backup_key_uri:
|
|
247
|
-
:param builtins.str geo_backup_user_assigned_identity_id:
|
|
248
|
-
:param builtins.str primary_encryption_key_status:
|
|
249
|
-
:param builtins.str primary_key_uri: URI
|
|
250
|
-
:param builtins.str primary_user_assigned_identity_id:
|
|
251
|
-
:param builtins.str type: Data encryption type
|
|
244
|
+
Data encryption properties of a flexible server.
|
|
245
|
+
:param builtins.str geo_backup_encryption_key_status: Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
|
|
246
|
+
:param builtins.str geo_backup_key_uri: Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
|
|
247
|
+
:param builtins.str geo_backup_user_assigned_identity_id: Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
|
|
248
|
+
:param builtins.str primary_encryption_key_status: Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
|
|
249
|
+
:param builtins.str primary_key_uri: URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
|
|
250
|
+
:param builtins.str primary_user_assigned_identity_id: Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
|
|
251
|
+
:param builtins.str type: Data encryption type used by a flexible server.
|
|
252
252
|
"""
|
|
253
253
|
if geo_backup_encryption_key_status is not None:
|
|
254
254
|
pulumi.set(__self__, "geo_backup_encryption_key_status", geo_backup_encryption_key_status)
|
|
@@ -269,7 +269,7 @@ class DataEncryptionResponse(dict):
|
|
|
269
269
|
@pulumi.getter(name="geoBackupEncryptionKeyStatus")
|
|
270
270
|
def geo_backup_encryption_key_status(self) -> Optional[builtins.str]:
|
|
271
271
|
"""
|
|
272
|
-
|
|
272
|
+
Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups.
|
|
273
273
|
"""
|
|
274
274
|
return pulumi.get(self, "geo_backup_encryption_key_status")
|
|
275
275
|
|
|
@@ -277,7 +277,7 @@ class DataEncryptionResponse(dict):
|
|
|
277
277
|
@pulumi.getter(name="geoBackupKeyURI")
|
|
278
278
|
def geo_backup_key_uri(self) -> Optional[builtins.str]:
|
|
279
279
|
"""
|
|
280
|
-
|
|
280
|
+
Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
|
|
281
281
|
"""
|
|
282
282
|
return pulumi.get(self, "geo_backup_key_uri")
|
|
283
283
|
|
|
@@ -285,7 +285,7 @@ class DataEncryptionResponse(dict):
|
|
|
285
285
|
@pulumi.getter(name="geoBackupUserAssignedIdentityId")
|
|
286
286
|
def geo_backup_user_assigned_identity_id(self) -> Optional[builtins.str]:
|
|
287
287
|
"""
|
|
288
|
-
|
|
288
|
+
Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a flexible server that is configured to support geographically redundant backups.
|
|
289
289
|
"""
|
|
290
290
|
return pulumi.get(self, "geo_backup_user_assigned_identity_id")
|
|
291
291
|
|
|
@@ -293,7 +293,7 @@ class DataEncryptionResponse(dict):
|
|
|
293
293
|
@pulumi.getter(name="primaryEncryptionKeyStatus")
|
|
294
294
|
def primary_encryption_key_status(self) -> Optional[builtins.str]:
|
|
295
295
|
"""
|
|
296
|
-
|
|
296
|
+
Status of key used by a flexible server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "primary_encryption_key_status")
|
|
299
299
|
|
|
@@ -301,7 +301,7 @@ class DataEncryptionResponse(dict):
|
|
|
301
301
|
@pulumi.getter(name="primaryKeyURI")
|
|
302
302
|
def primary_key_uri(self) -> Optional[builtins.str]:
|
|
303
303
|
"""
|
|
304
|
-
URI
|
|
304
|
+
URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a flexible server.
|
|
305
305
|
"""
|
|
306
306
|
return pulumi.get(self, "primary_key_uri")
|
|
307
307
|
|
|
@@ -309,7 +309,7 @@ class DataEncryptionResponse(dict):
|
|
|
309
309
|
@pulumi.getter(name="primaryUserAssignedIdentityId")
|
|
310
310
|
def primary_user_assigned_identity_id(self) -> Optional[builtins.str]:
|
|
311
311
|
"""
|
|
312
|
-
|
|
312
|
+
Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a flexible server.
|
|
313
313
|
"""
|
|
314
314
|
return pulumi.get(self, "primary_user_assigned_identity_id")
|
|
315
315
|
|
|
@@ -317,7 +317,7 @@ class DataEncryptionResponse(dict):
|
|
|
317
317
|
@pulumi.getter
|
|
318
318
|
def type(self) -> Optional[builtins.str]:
|
|
319
319
|
"""
|
|
320
|
-
Data encryption type
|
|
320
|
+
Data encryption type used by a flexible server.
|
|
321
321
|
"""
|
|
322
322
|
return pulumi.get(self, "type")
|
|
323
323
|
|
|
@@ -325,7 +325,7 @@ class DataEncryptionResponse(dict):
|
|
|
325
325
|
@pulumi.output_type
|
|
326
326
|
class DbLevelValidationStatusResponse(dict):
|
|
327
327
|
"""
|
|
328
|
-
Validation status summary for
|
|
328
|
+
Validation status summary for a database.
|
|
329
329
|
"""
|
|
330
330
|
@staticmethod
|
|
331
331
|
def __key_warning(key: str):
|
|
@@ -354,11 +354,11 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
354
354
|
started_on: Optional[builtins.str] = None,
|
|
355
355
|
summary: Optional[Sequence['outputs.ValidationSummaryItemResponse']] = None):
|
|
356
356
|
"""
|
|
357
|
-
Validation status summary for
|
|
358
|
-
:param builtins.str database_name: Name of
|
|
359
|
-
:param builtins.str ended_on: End
|
|
360
|
-
:param builtins.str started_on: Start
|
|
361
|
-
:param Sequence['ValidationSummaryItemResponse'] summary: Summary of database level validations
|
|
357
|
+
Validation status summary for a database.
|
|
358
|
+
:param builtins.str database_name: Name of database.
|
|
359
|
+
:param builtins.str ended_on: End time of a database level validation.
|
|
360
|
+
:param builtins.str started_on: Start time of a database level validation.
|
|
361
|
+
:param Sequence['ValidationSummaryItemResponse'] summary: Summary of database level validations.
|
|
362
362
|
"""
|
|
363
363
|
if database_name is not None:
|
|
364
364
|
pulumi.set(__self__, "database_name", database_name)
|
|
@@ -373,7 +373,7 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
373
373
|
@pulumi.getter(name="databaseName")
|
|
374
374
|
def database_name(self) -> Optional[builtins.str]:
|
|
375
375
|
"""
|
|
376
|
-
Name of
|
|
376
|
+
Name of database.
|
|
377
377
|
"""
|
|
378
378
|
return pulumi.get(self, "database_name")
|
|
379
379
|
|
|
@@ -381,7 +381,7 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
381
381
|
@pulumi.getter(name="endedOn")
|
|
382
382
|
def ended_on(self) -> Optional[builtins.str]:
|
|
383
383
|
"""
|
|
384
|
-
End
|
|
384
|
+
End time of a database level validation.
|
|
385
385
|
"""
|
|
386
386
|
return pulumi.get(self, "ended_on")
|
|
387
387
|
|
|
@@ -389,7 +389,7 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
389
389
|
@pulumi.getter(name="startedOn")
|
|
390
390
|
def started_on(self) -> Optional[builtins.str]:
|
|
391
391
|
"""
|
|
392
|
-
Start
|
|
392
|
+
Start time of a database level validation.
|
|
393
393
|
"""
|
|
394
394
|
return pulumi.get(self, "started_on")
|
|
395
395
|
|
|
@@ -397,7 +397,7 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
397
397
|
@pulumi.getter
|
|
398
398
|
def summary(self) -> Optional[Sequence['outputs.ValidationSummaryItemResponse']]:
|
|
399
399
|
"""
|
|
400
|
-
Summary of database level validations
|
|
400
|
+
Summary of database level validations.
|
|
401
401
|
"""
|
|
402
402
|
return pulumi.get(self, "summary")
|
|
403
403
|
|
|
@@ -405,7 +405,7 @@ class DbLevelValidationStatusResponse(dict):
|
|
|
405
405
|
@pulumi.output_type
|
|
406
406
|
class DbMigrationStatusResponse(dict):
|
|
407
407
|
"""
|
|
408
|
-
Migration status of
|
|
408
|
+
Migration status of a database.
|
|
409
409
|
"""
|
|
410
410
|
@staticmethod
|
|
411
411
|
def __key_warning(key: str):
|
|
@@ -468,23 +468,23 @@ class DbMigrationStatusResponse(dict):
|
|
|
468
468
|
migration_state: Optional[builtins.str] = None,
|
|
469
469
|
started_on: Optional[builtins.str] = None):
|
|
470
470
|
"""
|
|
471
|
-
Migration status of
|
|
472
|
-
:param builtins.int applied_changes:
|
|
473
|
-
:param builtins.int cdc_delete_counter:
|
|
474
|
-
:param builtins.int cdc_insert_counter:
|
|
475
|
-
:param builtins.int cdc_update_counter:
|
|
476
|
-
:param builtins.str database_name: Name of
|
|
477
|
-
:param builtins.str ended_on: End
|
|
478
|
-
:param builtins.int full_load_completed_tables: Number of tables loaded during the migration of a
|
|
479
|
-
:param builtins.int full_load_errored_tables: Number of tables
|
|
480
|
-
:param builtins.int full_load_loading_tables: Number of tables loading during the migration of a
|
|
481
|
-
:param builtins.int full_load_queued_tables: Number of tables queued for the migration of a
|
|
482
|
-
:param builtins.int incoming_changes:
|
|
483
|
-
:param builtins.int latency: Lag in seconds between source and target during online phase
|
|
484
|
-
:param builtins.str message: Error message, if any, for the migration state
|
|
485
|
-
:param builtins.str migration_operation: Migration operation of
|
|
486
|
-
:param builtins.str migration_state: Migration
|
|
487
|
-
:param builtins.str started_on: Start
|
|
471
|
+
Migration status of a database.
|
|
472
|
+
:param builtins.int applied_changes: Change Data Capture applied changes counter.
|
|
473
|
+
:param builtins.int cdc_delete_counter: Change Data Capture delete counter.
|
|
474
|
+
:param builtins.int cdc_insert_counter: Change Data Capture insert counter.
|
|
475
|
+
:param builtins.int cdc_update_counter: Change Data Capture update counter.
|
|
476
|
+
:param builtins.str database_name: Name of database.
|
|
477
|
+
:param builtins.str ended_on: End time of a migration state.
|
|
478
|
+
:param builtins.int full_load_completed_tables: Number of tables loaded during the migration of a database.
|
|
479
|
+
:param builtins.int full_load_errored_tables: Number of tables encountering errors during the migration of a database.
|
|
480
|
+
:param builtins.int full_load_loading_tables: Number of tables loading during the migration of a database.
|
|
481
|
+
:param builtins.int full_load_queued_tables: Number of tables queued for the migration of a database.
|
|
482
|
+
:param builtins.int incoming_changes: Change Data Capture incoming changes counter.
|
|
483
|
+
:param builtins.int latency: Lag in seconds between source and target during online phase.
|
|
484
|
+
:param builtins.str message: Error message, if any, for the migration state.
|
|
485
|
+
:param builtins.str migration_operation: Migration operation of a database.
|
|
486
|
+
:param builtins.str migration_state: Migration state of a database.
|
|
487
|
+
:param builtins.str started_on: Start time of a migration state.
|
|
488
488
|
"""
|
|
489
489
|
if applied_changes is not None:
|
|
490
490
|
pulumi.set(__self__, "applied_changes", applied_changes)
|
|
@@ -523,7 +523,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
523
523
|
@pulumi.getter(name="appliedChanges")
|
|
524
524
|
def applied_changes(self) -> Optional[builtins.int]:
|
|
525
525
|
"""
|
|
526
|
-
|
|
526
|
+
Change Data Capture applied changes counter.
|
|
527
527
|
"""
|
|
528
528
|
return pulumi.get(self, "applied_changes")
|
|
529
529
|
|
|
@@ -531,7 +531,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
531
531
|
@pulumi.getter(name="cdcDeleteCounter")
|
|
532
532
|
def cdc_delete_counter(self) -> Optional[builtins.int]:
|
|
533
533
|
"""
|
|
534
|
-
|
|
534
|
+
Change Data Capture delete counter.
|
|
535
535
|
"""
|
|
536
536
|
return pulumi.get(self, "cdc_delete_counter")
|
|
537
537
|
|
|
@@ -539,7 +539,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
539
539
|
@pulumi.getter(name="cdcInsertCounter")
|
|
540
540
|
def cdc_insert_counter(self) -> Optional[builtins.int]:
|
|
541
541
|
"""
|
|
542
|
-
|
|
542
|
+
Change Data Capture insert counter.
|
|
543
543
|
"""
|
|
544
544
|
return pulumi.get(self, "cdc_insert_counter")
|
|
545
545
|
|
|
@@ -547,7 +547,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
547
547
|
@pulumi.getter(name="cdcUpdateCounter")
|
|
548
548
|
def cdc_update_counter(self) -> Optional[builtins.int]:
|
|
549
549
|
"""
|
|
550
|
-
|
|
550
|
+
Change Data Capture update counter.
|
|
551
551
|
"""
|
|
552
552
|
return pulumi.get(self, "cdc_update_counter")
|
|
553
553
|
|
|
@@ -555,7 +555,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
555
555
|
@pulumi.getter(name="databaseName")
|
|
556
556
|
def database_name(self) -> Optional[builtins.str]:
|
|
557
557
|
"""
|
|
558
|
-
Name of
|
|
558
|
+
Name of database.
|
|
559
559
|
"""
|
|
560
560
|
return pulumi.get(self, "database_name")
|
|
561
561
|
|
|
@@ -563,7 +563,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
563
563
|
@pulumi.getter(name="endedOn")
|
|
564
564
|
def ended_on(self) -> Optional[builtins.str]:
|
|
565
565
|
"""
|
|
566
|
-
End
|
|
566
|
+
End time of a migration state.
|
|
567
567
|
"""
|
|
568
568
|
return pulumi.get(self, "ended_on")
|
|
569
569
|
|
|
@@ -571,7 +571,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
571
571
|
@pulumi.getter(name="fullLoadCompletedTables")
|
|
572
572
|
def full_load_completed_tables(self) -> Optional[builtins.int]:
|
|
573
573
|
"""
|
|
574
|
-
Number of tables loaded during the migration of a
|
|
574
|
+
Number of tables loaded during the migration of a database.
|
|
575
575
|
"""
|
|
576
576
|
return pulumi.get(self, "full_load_completed_tables")
|
|
577
577
|
|
|
@@ -579,7 +579,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
579
579
|
@pulumi.getter(name="fullLoadErroredTables")
|
|
580
580
|
def full_load_errored_tables(self) -> Optional[builtins.int]:
|
|
581
581
|
"""
|
|
582
|
-
Number of tables
|
|
582
|
+
Number of tables encountering errors during the migration of a database.
|
|
583
583
|
"""
|
|
584
584
|
return pulumi.get(self, "full_load_errored_tables")
|
|
585
585
|
|
|
@@ -587,7 +587,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
587
587
|
@pulumi.getter(name="fullLoadLoadingTables")
|
|
588
588
|
def full_load_loading_tables(self) -> Optional[builtins.int]:
|
|
589
589
|
"""
|
|
590
|
-
Number of tables loading during the migration of a
|
|
590
|
+
Number of tables loading during the migration of a database.
|
|
591
591
|
"""
|
|
592
592
|
return pulumi.get(self, "full_load_loading_tables")
|
|
593
593
|
|
|
@@ -595,7 +595,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
595
595
|
@pulumi.getter(name="fullLoadQueuedTables")
|
|
596
596
|
def full_load_queued_tables(self) -> Optional[builtins.int]:
|
|
597
597
|
"""
|
|
598
|
-
Number of tables queued for the migration of a
|
|
598
|
+
Number of tables queued for the migration of a database.
|
|
599
599
|
"""
|
|
600
600
|
return pulumi.get(self, "full_load_queued_tables")
|
|
601
601
|
|
|
@@ -603,7 +603,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
603
603
|
@pulumi.getter(name="incomingChanges")
|
|
604
604
|
def incoming_changes(self) -> Optional[builtins.int]:
|
|
605
605
|
"""
|
|
606
|
-
|
|
606
|
+
Change Data Capture incoming changes counter.
|
|
607
607
|
"""
|
|
608
608
|
return pulumi.get(self, "incoming_changes")
|
|
609
609
|
|
|
@@ -611,7 +611,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
611
611
|
@pulumi.getter
|
|
612
612
|
def latency(self) -> Optional[builtins.int]:
|
|
613
613
|
"""
|
|
614
|
-
Lag in seconds between source and target during online phase
|
|
614
|
+
Lag in seconds between source and target during online phase.
|
|
615
615
|
"""
|
|
616
616
|
return pulumi.get(self, "latency")
|
|
617
617
|
|
|
@@ -619,7 +619,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
619
619
|
@pulumi.getter
|
|
620
620
|
def message(self) -> Optional[builtins.str]:
|
|
621
621
|
"""
|
|
622
|
-
Error message, if any, for the migration state
|
|
622
|
+
Error message, if any, for the migration state.
|
|
623
623
|
"""
|
|
624
624
|
return pulumi.get(self, "message")
|
|
625
625
|
|
|
@@ -627,7 +627,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
627
627
|
@pulumi.getter(name="migrationOperation")
|
|
628
628
|
def migration_operation(self) -> Optional[builtins.str]:
|
|
629
629
|
"""
|
|
630
|
-
Migration operation of
|
|
630
|
+
Migration operation of a database.
|
|
631
631
|
"""
|
|
632
632
|
return pulumi.get(self, "migration_operation")
|
|
633
633
|
|
|
@@ -635,7 +635,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
635
635
|
@pulumi.getter(name="migrationState")
|
|
636
636
|
def migration_state(self) -> Optional[builtins.str]:
|
|
637
637
|
"""
|
|
638
|
-
Migration
|
|
638
|
+
Migration state of a database.
|
|
639
639
|
"""
|
|
640
640
|
return pulumi.get(self, "migration_state")
|
|
641
641
|
|
|
@@ -643,7 +643,7 @@ class DbMigrationStatusResponse(dict):
|
|
|
643
643
|
@pulumi.getter(name="startedOn")
|
|
644
644
|
def started_on(self) -> Optional[builtins.str]:
|
|
645
645
|
"""
|
|
646
|
-
Start
|
|
646
|
+
Start time of a migration state.
|
|
647
647
|
"""
|
|
648
648
|
return pulumi.get(self, "started_on")
|
|
649
649
|
|
|
@@ -677,10 +677,10 @@ class DbServerMetadataResponse(dict):
|
|
|
677
677
|
version: Optional[builtins.str] = None):
|
|
678
678
|
"""
|
|
679
679
|
Database server metadata.
|
|
680
|
-
:param builtins.str location: Location of database server
|
|
681
|
-
:param 'ServerSkuResponse' sku:
|
|
682
|
-
:param builtins.int storage_mb: Storage size in MB for database server
|
|
683
|
-
:param builtins.str version:
|
|
680
|
+
:param builtins.str location: Location of database server.
|
|
681
|
+
:param 'ServerSkuResponse' sku: Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server.
|
|
682
|
+
:param builtins.int storage_mb: Storage size (in MB) for database server.
|
|
683
|
+
:param builtins.str version: Major version of PostgreSQL database engine.
|
|
684
684
|
"""
|
|
685
685
|
pulumi.set(__self__, "location", location)
|
|
686
686
|
if sku is not None:
|
|
@@ -694,7 +694,7 @@ class DbServerMetadataResponse(dict):
|
|
|
694
694
|
@pulumi.getter
|
|
695
695
|
def location(self) -> builtins.str:
|
|
696
696
|
"""
|
|
697
|
-
Location of database server
|
|
697
|
+
Location of database server.
|
|
698
698
|
"""
|
|
699
699
|
return pulumi.get(self, "location")
|
|
700
700
|
|
|
@@ -702,7 +702,7 @@ class DbServerMetadataResponse(dict):
|
|
|
702
702
|
@pulumi.getter
|
|
703
703
|
def sku(self) -> Optional['outputs.ServerSkuResponse']:
|
|
704
704
|
"""
|
|
705
|
-
|
|
705
|
+
Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server.
|
|
706
706
|
"""
|
|
707
707
|
return pulumi.get(self, "sku")
|
|
708
708
|
|
|
@@ -710,7 +710,7 @@ class DbServerMetadataResponse(dict):
|
|
|
710
710
|
@pulumi.getter(name="storageMb")
|
|
711
711
|
def storage_mb(self) -> Optional[builtins.int]:
|
|
712
712
|
"""
|
|
713
|
-
Storage size in MB for database server
|
|
713
|
+
Storage size (in MB) for database server.
|
|
714
714
|
"""
|
|
715
715
|
return pulumi.get(self, "storage_mb")
|
|
716
716
|
|
|
@@ -718,7 +718,7 @@ class DbServerMetadataResponse(dict):
|
|
|
718
718
|
@pulumi.getter
|
|
719
719
|
def version(self) -> Optional[builtins.str]:
|
|
720
720
|
"""
|
|
721
|
-
|
|
721
|
+
Major version of PostgreSQL database engine.
|
|
722
722
|
"""
|
|
723
723
|
return pulumi.get(self, "version")
|
|
724
724
|
|
|
@@ -726,7 +726,7 @@ class DbServerMetadataResponse(dict):
|
|
|
726
726
|
@pulumi.output_type
|
|
727
727
|
class HighAvailabilityResponse(dict):
|
|
728
728
|
"""
|
|
729
|
-
High availability properties of a server
|
|
729
|
+
High availability properties of a flexible server.
|
|
730
730
|
"""
|
|
731
731
|
@staticmethod
|
|
732
732
|
def __key_warning(key: str):
|
|
@@ -750,10 +750,10 @@ class HighAvailabilityResponse(dict):
|
|
|
750
750
|
mode: Optional[builtins.str] = None,
|
|
751
751
|
standby_availability_zone: Optional[builtins.str] = None):
|
|
752
752
|
"""
|
|
753
|
-
High availability properties of a server
|
|
754
|
-
:param builtins.str state:
|
|
755
|
-
:param builtins.str mode:
|
|
756
|
-
:param builtins.str standby_availability_zone:
|
|
753
|
+
High availability properties of a flexible server.
|
|
754
|
+
:param builtins.str state: Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
|
|
755
|
+
:param builtins.str mode: High availability mode for a flexible server.
|
|
756
|
+
:param builtins.str standby_availability_zone: Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
|
|
757
757
|
"""
|
|
758
758
|
pulumi.set(__self__, "state", state)
|
|
759
759
|
if mode is None:
|
|
@@ -769,7 +769,7 @@ class HighAvailabilityResponse(dict):
|
|
|
769
769
|
@pulumi.getter
|
|
770
770
|
def state(self) -> builtins.str:
|
|
771
771
|
"""
|
|
772
|
-
|
|
772
|
+
Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.
|
|
773
773
|
"""
|
|
774
774
|
return pulumi.get(self, "state")
|
|
775
775
|
|
|
@@ -777,7 +777,7 @@ class HighAvailabilityResponse(dict):
|
|
|
777
777
|
@pulumi.getter
|
|
778
778
|
def mode(self) -> Optional[builtins.str]:
|
|
779
779
|
"""
|
|
780
|
-
|
|
780
|
+
High availability mode for a flexible server.
|
|
781
781
|
"""
|
|
782
782
|
return pulumi.get(self, "mode")
|
|
783
783
|
|
|
@@ -785,7 +785,7 @@ class HighAvailabilityResponse(dict):
|
|
|
785
785
|
@pulumi.getter(name="standbyAvailabilityZone")
|
|
786
786
|
def standby_availability_zone(self) -> Optional[builtins.str]:
|
|
787
787
|
"""
|
|
788
|
-
|
|
788
|
+
Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant.
|
|
789
789
|
"""
|
|
790
790
|
return pulumi.get(self, "standby_availability_zone")
|
|
791
791
|
|
|
@@ -841,7 +841,7 @@ class IdentityPropertiesResponse(dict):
|
|
|
841
841
|
@pulumi.output_type
|
|
842
842
|
class MaintenanceWindowResponse(dict):
|
|
843
843
|
"""
|
|
844
|
-
Maintenance window properties of a server.
|
|
844
|
+
Maintenance window properties of a flexible server.
|
|
845
845
|
"""
|
|
846
846
|
@staticmethod
|
|
847
847
|
def __key_warning(key: str):
|
|
@@ -872,11 +872,11 @@ class MaintenanceWindowResponse(dict):
|
|
|
872
872
|
start_hour: Optional[builtins.int] = None,
|
|
873
873
|
start_minute: Optional[builtins.int] = None):
|
|
874
874
|
"""
|
|
875
|
-
Maintenance window properties of a server.
|
|
876
|
-
:param builtins.str custom_window:
|
|
877
|
-
:param builtins.int day_of_week:
|
|
878
|
-
:param builtins.int start_hour:
|
|
879
|
-
:param builtins.int start_minute:
|
|
875
|
+
Maintenance window properties of a flexible server.
|
|
876
|
+
:param builtins.str custom_window: Indicates whether custom window is enabled or disabled.
|
|
877
|
+
:param builtins.int day_of_week: Day of the week to be used for maintenance window.
|
|
878
|
+
:param builtins.int start_hour: Start hour to be used for maintenance window.
|
|
879
|
+
:param builtins.int start_minute: Start minute to be used for maintenance window.
|
|
880
880
|
"""
|
|
881
881
|
if custom_window is None:
|
|
882
882
|
custom_window = 'Disabled'
|
|
@@ -899,7 +899,7 @@ class MaintenanceWindowResponse(dict):
|
|
|
899
899
|
@pulumi.getter(name="customWindow")
|
|
900
900
|
def custom_window(self) -> Optional[builtins.str]:
|
|
901
901
|
"""
|
|
902
|
-
|
|
902
|
+
Indicates whether custom window is enabled or disabled.
|
|
903
903
|
"""
|
|
904
904
|
return pulumi.get(self, "custom_window")
|
|
905
905
|
|
|
@@ -907,7 +907,7 @@ class MaintenanceWindowResponse(dict):
|
|
|
907
907
|
@pulumi.getter(name="dayOfWeek")
|
|
908
908
|
def day_of_week(self) -> Optional[builtins.int]:
|
|
909
909
|
"""
|
|
910
|
-
|
|
910
|
+
Day of the week to be used for maintenance window.
|
|
911
911
|
"""
|
|
912
912
|
return pulumi.get(self, "day_of_week")
|
|
913
913
|
|
|
@@ -915,7 +915,7 @@ class MaintenanceWindowResponse(dict):
|
|
|
915
915
|
@pulumi.getter(name="startHour")
|
|
916
916
|
def start_hour(self) -> Optional[builtins.int]:
|
|
917
917
|
"""
|
|
918
|
-
|
|
918
|
+
Start hour to be used for maintenance window.
|
|
919
919
|
"""
|
|
920
920
|
return pulumi.get(self, "start_hour")
|
|
921
921
|
|
|
@@ -923,7 +923,7 @@ class MaintenanceWindowResponse(dict):
|
|
|
923
923
|
@pulumi.getter(name="startMinute")
|
|
924
924
|
def start_minute(self) -> Optional[builtins.int]:
|
|
925
925
|
"""
|
|
926
|
-
|
|
926
|
+
Start minute to be used for maintenance window.
|
|
927
927
|
"""
|
|
928
928
|
return pulumi.get(self, "start_minute")
|
|
929
929
|
|
|
@@ -931,7 +931,7 @@ class MaintenanceWindowResponse(dict):
|
|
|
931
931
|
@pulumi.output_type
|
|
932
932
|
class MigrationStatusResponse(dict):
|
|
933
933
|
"""
|
|
934
|
-
|
|
934
|
+
State of migration.
|
|
935
935
|
"""
|
|
936
936
|
@staticmethod
|
|
937
937
|
def __key_warning(key: str):
|
|
@@ -955,10 +955,10 @@ class MigrationStatusResponse(dict):
|
|
|
955
955
|
error: builtins.str,
|
|
956
956
|
state: builtins.str):
|
|
957
957
|
"""
|
|
958
|
-
|
|
959
|
-
:param 'MigrationSubStateDetailsResponse' current_sub_state_details: Current
|
|
960
|
-
:param builtins.str error: Error message, if any, for the migration state
|
|
961
|
-
:param builtins.str state: State of migration
|
|
958
|
+
State of migration.
|
|
959
|
+
:param 'MigrationSubStateDetailsResponse' current_sub_state_details: Current migration sub state details.
|
|
960
|
+
:param builtins.str error: Error message, if any, for the migration state.
|
|
961
|
+
:param builtins.str state: State of migration.
|
|
962
962
|
"""
|
|
963
963
|
pulumi.set(__self__, "current_sub_state_details", current_sub_state_details)
|
|
964
964
|
pulumi.set(__self__, "error", error)
|
|
@@ -968,7 +968,7 @@ class MigrationStatusResponse(dict):
|
|
|
968
968
|
@pulumi.getter(name="currentSubStateDetails")
|
|
969
969
|
def current_sub_state_details(self) -> 'outputs.MigrationSubStateDetailsResponse':
|
|
970
970
|
"""
|
|
971
|
-
Current
|
|
971
|
+
Current migration sub state details.
|
|
972
972
|
"""
|
|
973
973
|
return pulumi.get(self, "current_sub_state_details")
|
|
974
974
|
|
|
@@ -976,7 +976,7 @@ class MigrationStatusResponse(dict):
|
|
|
976
976
|
@pulumi.getter
|
|
977
977
|
def error(self) -> builtins.str:
|
|
978
978
|
"""
|
|
979
|
-
Error message, if any, for the migration state
|
|
979
|
+
Error message, if any, for the migration state.
|
|
980
980
|
"""
|
|
981
981
|
return pulumi.get(self, "error")
|
|
982
982
|
|
|
@@ -984,7 +984,7 @@ class MigrationStatusResponse(dict):
|
|
|
984
984
|
@pulumi.getter
|
|
985
985
|
def state(self) -> builtins.str:
|
|
986
986
|
"""
|
|
987
|
-
State of migration
|
|
987
|
+
State of migration.
|
|
988
988
|
"""
|
|
989
989
|
return pulumi.get(self, "state")
|
|
990
990
|
|
|
@@ -992,7 +992,7 @@ class MigrationStatusResponse(dict):
|
|
|
992
992
|
@pulumi.output_type
|
|
993
993
|
class MigrationSubStateDetailsResponse(dict):
|
|
994
994
|
"""
|
|
995
|
-
|
|
995
|
+
Details of migration substate.
|
|
996
996
|
"""
|
|
997
997
|
@staticmethod
|
|
998
998
|
def __key_warning(key: str):
|
|
@@ -1020,9 +1020,9 @@ class MigrationSubStateDetailsResponse(dict):
|
|
|
1020
1020
|
db_details: Optional[Mapping[str, 'outputs.DbMigrationStatusResponse']] = None,
|
|
1021
1021
|
validation_details: Optional['outputs.ValidationDetailsResponse'] = None):
|
|
1022
1022
|
"""
|
|
1023
|
-
|
|
1024
|
-
:param builtins.str current_sub_state:
|
|
1025
|
-
:param 'ValidationDetailsResponse' validation_details: Details for the validation for migration
|
|
1023
|
+
Details of migration substate.
|
|
1024
|
+
:param builtins.str current_sub_state: Substate of migration.
|
|
1025
|
+
:param 'ValidationDetailsResponse' validation_details: Details for the validation for migration.
|
|
1026
1026
|
"""
|
|
1027
1027
|
pulumi.set(__self__, "current_sub_state", current_sub_state)
|
|
1028
1028
|
if db_details is not None:
|
|
@@ -1034,7 +1034,7 @@ class MigrationSubStateDetailsResponse(dict):
|
|
|
1034
1034
|
@pulumi.getter(name="currentSubState")
|
|
1035
1035
|
def current_sub_state(self) -> builtins.str:
|
|
1036
1036
|
"""
|
|
1037
|
-
|
|
1037
|
+
Substate of migration.
|
|
1038
1038
|
"""
|
|
1039
1039
|
return pulumi.get(self, "current_sub_state")
|
|
1040
1040
|
|
|
@@ -1047,7 +1047,7 @@ class MigrationSubStateDetailsResponse(dict):
|
|
|
1047
1047
|
@pulumi.getter(name="validationDetails")
|
|
1048
1048
|
def validation_details(self) -> Optional['outputs.ValidationDetailsResponse']:
|
|
1049
1049
|
"""
|
|
1050
|
-
Details for the validation for migration
|
|
1050
|
+
Details for the validation for migration.
|
|
1051
1051
|
"""
|
|
1052
1052
|
return pulumi.get(self, "validation_details")
|
|
1053
1053
|
|
|
@@ -1055,7 +1055,7 @@ class MigrationSubStateDetailsResponse(dict):
|
|
|
1055
1055
|
@pulumi.output_type
|
|
1056
1056
|
class NetworkResponse(dict):
|
|
1057
1057
|
"""
|
|
1058
|
-
Network properties of a server.
|
|
1058
|
+
Network properties of a flexible server.
|
|
1059
1059
|
"""
|
|
1060
1060
|
@staticmethod
|
|
1061
1061
|
def __key_warning(key: str):
|
|
@@ -1083,10 +1083,10 @@ class NetworkResponse(dict):
|
|
|
1083
1083
|
private_dns_zone_arm_resource_id: Optional[builtins.str] = None,
|
|
1084
1084
|
public_network_access: Optional[builtins.str] = None):
|
|
1085
1085
|
"""
|
|
1086
|
-
Network properties of a server.
|
|
1087
|
-
:param builtins.str delegated_subnet_resource_id:
|
|
1088
|
-
:param builtins.str private_dns_zone_arm_resource_id:
|
|
1089
|
-
:param builtins.str public_network_access: public network access is enabled or not
|
|
1086
|
+
Network properties of a flexible server.
|
|
1087
|
+
:param builtins.str delegated_subnet_resource_id: Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
|
|
1088
|
+
:param builtins.str private_dns_zone_arm_resource_id: Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
|
|
1089
|
+
:param builtins.str public_network_access: Indicates if public network access is enabled or not.
|
|
1090
1090
|
"""
|
|
1091
1091
|
if delegated_subnet_resource_id is not None:
|
|
1092
1092
|
pulumi.set(__self__, "delegated_subnet_resource_id", delegated_subnet_resource_id)
|
|
@@ -1099,7 +1099,7 @@ class NetworkResponse(dict):
|
|
|
1099
1099
|
@pulumi.getter(name="delegatedSubnetResourceId")
|
|
1100
1100
|
def delegated_subnet_resource_id(self) -> Optional[builtins.str]:
|
|
1101
1101
|
"""
|
|
1102
|
-
|
|
1102
|
+
Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
|
|
1103
1103
|
"""
|
|
1104
1104
|
return pulumi.get(self, "delegated_subnet_resource_id")
|
|
1105
1105
|
|
|
@@ -1107,7 +1107,7 @@ class NetworkResponse(dict):
|
|
|
1107
1107
|
@pulumi.getter(name="privateDnsZoneArmResourceId")
|
|
1108
1108
|
def private_dns_zone_arm_resource_id(self) -> Optional[builtins.str]:
|
|
1109
1109
|
"""
|
|
1110
|
-
|
|
1110
|
+
Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.
|
|
1111
1111
|
"""
|
|
1112
1112
|
return pulumi.get(self, "private_dns_zone_arm_resource_id")
|
|
1113
1113
|
|
|
@@ -1115,7 +1115,7 @@ class NetworkResponse(dict):
|
|
|
1115
1115
|
@pulumi.getter(name="publicNetworkAccess")
|
|
1116
1116
|
def public_network_access(self) -> Optional[builtins.str]:
|
|
1117
1117
|
"""
|
|
1118
|
-
public network access is enabled or not
|
|
1118
|
+
Indicates if public network access is enabled or not.
|
|
1119
1119
|
"""
|
|
1120
1120
|
return pulumi.get(self, "public_network_access")
|
|
1121
1121
|
|
|
@@ -1353,7 +1353,7 @@ class PrivateLinkServiceConnectionStateResponse(dict):
|
|
|
1353
1353
|
@pulumi.output_type
|
|
1354
1354
|
class ReplicaResponse(dict):
|
|
1355
1355
|
"""
|
|
1356
|
-
Replica properties of a server
|
|
1356
|
+
Replica properties of a flexible server.
|
|
1357
1357
|
"""
|
|
1358
1358
|
@staticmethod
|
|
1359
1359
|
def __key_warning(key: str):
|
|
@@ -1377,10 +1377,10 @@ class ReplicaResponse(dict):
|
|
|
1377
1377
|
replication_state: builtins.str,
|
|
1378
1378
|
role: Optional[builtins.str] = None):
|
|
1379
1379
|
"""
|
|
1380
|
-
Replica properties of a server
|
|
1381
|
-
:param builtins.int capacity:
|
|
1382
|
-
:param builtins.str replication_state:
|
|
1383
|
-
:param builtins.str role:
|
|
1380
|
+
Replica properties of a flexible server.
|
|
1381
|
+
:param builtins.int capacity: Maximum number of read replicas allowed for a flexible server.
|
|
1382
|
+
:param builtins.str replication_state: Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
|
|
1383
|
+
:param builtins.str role: Role of the server in a replication set.
|
|
1384
1384
|
"""
|
|
1385
1385
|
pulumi.set(__self__, "capacity", capacity)
|
|
1386
1386
|
pulumi.set(__self__, "replication_state", replication_state)
|
|
@@ -1391,7 +1391,7 @@ class ReplicaResponse(dict):
|
|
|
1391
1391
|
@pulumi.getter
|
|
1392
1392
|
def capacity(self) -> builtins.int:
|
|
1393
1393
|
"""
|
|
1394
|
-
|
|
1394
|
+
Maximum number of read replicas allowed for a flexible server.
|
|
1395
1395
|
"""
|
|
1396
1396
|
return pulumi.get(self, "capacity")
|
|
1397
1397
|
|
|
@@ -1399,7 +1399,7 @@ class ReplicaResponse(dict):
|
|
|
1399
1399
|
@pulumi.getter(name="replicationState")
|
|
1400
1400
|
def replication_state(self) -> builtins.str:
|
|
1401
1401
|
"""
|
|
1402
|
-
|
|
1402
|
+
Indicates the replication state of a read replica. This property is returned only when the target flexible server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating
|
|
1403
1403
|
"""
|
|
1404
1404
|
return pulumi.get(self, "replication_state")
|
|
1405
1405
|
|
|
@@ -1407,7 +1407,7 @@ class ReplicaResponse(dict):
|
|
|
1407
1407
|
@pulumi.getter
|
|
1408
1408
|
def role(self) -> Optional[builtins.str]:
|
|
1409
1409
|
"""
|
|
1410
|
-
|
|
1410
|
+
Role of the server in a replication set.
|
|
1411
1411
|
"""
|
|
1412
1412
|
return pulumi.get(self, "role")
|
|
1413
1413
|
|
|
@@ -1877,15 +1877,15 @@ class ServerPrivateLinkServiceConnectionStatePropertyResponse(dict):
|
|
|
1877
1877
|
@pulumi.output_type
|
|
1878
1878
|
class ServerSkuResponse(dict):
|
|
1879
1879
|
"""
|
|
1880
|
-
|
|
1880
|
+
Compute information of a flexible server.
|
|
1881
1881
|
"""
|
|
1882
1882
|
def __init__(__self__, *,
|
|
1883
1883
|
name: Optional[builtins.str] = None,
|
|
1884
1884
|
tier: Optional[builtins.str] = None):
|
|
1885
1885
|
"""
|
|
1886
|
-
|
|
1887
|
-
:param builtins.str name:
|
|
1888
|
-
:param builtins.str tier:
|
|
1886
|
+
Compute information of a flexible server.
|
|
1887
|
+
:param builtins.str name: Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server.
|
|
1888
|
+
:param builtins.str tier: Tier of the compute assigned to a flexible server.
|
|
1889
1889
|
"""
|
|
1890
1890
|
if name is not None:
|
|
1891
1891
|
pulumi.set(__self__, "name", name)
|
|
@@ -1896,7 +1896,7 @@ class ServerSkuResponse(dict):
|
|
|
1896
1896
|
@pulumi.getter
|
|
1897
1897
|
def name(self) -> Optional[builtins.str]:
|
|
1898
1898
|
"""
|
|
1899
|
-
|
|
1899
|
+
Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server.
|
|
1900
1900
|
"""
|
|
1901
1901
|
return pulumi.get(self, "name")
|
|
1902
1902
|
|
|
@@ -1904,7 +1904,7 @@ class ServerSkuResponse(dict):
|
|
|
1904
1904
|
@pulumi.getter
|
|
1905
1905
|
def tier(self) -> Optional[builtins.str]:
|
|
1906
1906
|
"""
|
|
1907
|
-
|
|
1907
|
+
Tier of the compute assigned to a flexible server.
|
|
1908
1908
|
"""
|
|
1909
1909
|
return pulumi.get(self, "tier")
|
|
1910
1910
|
|
|
@@ -2096,15 +2096,15 @@ class SingleServerSkuResponse(dict):
|
|
|
2096
2096
|
@pulumi.output_type
|
|
2097
2097
|
class SkuResponse(dict):
|
|
2098
2098
|
"""
|
|
2099
|
-
|
|
2099
|
+
Compute information of a flexible server.
|
|
2100
2100
|
"""
|
|
2101
2101
|
def __init__(__self__, *,
|
|
2102
2102
|
name: builtins.str,
|
|
2103
2103
|
tier: builtins.str):
|
|
2104
2104
|
"""
|
|
2105
|
-
|
|
2106
|
-
:param builtins.str name:
|
|
2107
|
-
:param builtins.str tier:
|
|
2105
|
+
Compute information of a flexible server.
|
|
2106
|
+
:param builtins.str name: Name by which is known a given compute size assigned to a flexible server.
|
|
2107
|
+
:param builtins.str tier: Tier of the compute assigned to a flexible server.
|
|
2108
2108
|
"""
|
|
2109
2109
|
pulumi.set(__self__, "name", name)
|
|
2110
2110
|
pulumi.set(__self__, "tier", tier)
|
|
@@ -2113,7 +2113,7 @@ class SkuResponse(dict):
|
|
|
2113
2113
|
@pulumi.getter
|
|
2114
2114
|
def name(self) -> builtins.str:
|
|
2115
2115
|
"""
|
|
2116
|
-
|
|
2116
|
+
Name by which is known a given compute size assigned to a flexible server.
|
|
2117
2117
|
"""
|
|
2118
2118
|
return pulumi.get(self, "name")
|
|
2119
2119
|
|
|
@@ -2121,7 +2121,7 @@ class SkuResponse(dict):
|
|
|
2121
2121
|
@pulumi.getter
|
|
2122
2122
|
def tier(self) -> builtins.str:
|
|
2123
2123
|
"""
|
|
2124
|
-
|
|
2124
|
+
Tier of the compute assigned to a flexible server.
|
|
2125
2125
|
"""
|
|
2126
2126
|
return pulumi.get(self, "tier")
|
|
2127
2127
|
|
|
@@ -2211,7 +2211,7 @@ class StorageProfileResponse(dict):
|
|
|
2211
2211
|
@pulumi.output_type
|
|
2212
2212
|
class StorageResponse(dict):
|
|
2213
2213
|
"""
|
|
2214
|
-
Storage properties of a server
|
|
2214
|
+
Storage properties of a flexible server.
|
|
2215
2215
|
"""
|
|
2216
2216
|
@staticmethod
|
|
2217
2217
|
def __key_warning(key: str):
|
|
@@ -2240,13 +2240,13 @@ class StorageResponse(dict):
|
|
|
2240
2240
|
tier: Optional[builtins.str] = None,
|
|
2241
2241
|
type: Optional[builtins.str] = None):
|
|
2242
2242
|
"""
|
|
2243
|
-
Storage properties of a server
|
|
2244
|
-
:param builtins.str auto_grow: Flag to enable
|
|
2245
|
-
:param builtins.int iops:
|
|
2246
|
-
:param builtins.int storage_size_gb:
|
|
2247
|
-
:param builtins.int throughput:
|
|
2248
|
-
:param builtins.str tier:
|
|
2249
|
-
:param builtins.str type:
|
|
2243
|
+
Storage properties of a flexible server.
|
|
2244
|
+
:param builtins.str auto_grow: Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
|
|
2245
|
+
:param builtins.int iops: Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
|
|
2246
|
+
:param builtins.int storage_size_gb: Size of storage assigned to a flexible server.
|
|
2247
|
+
:param builtins.int throughput: Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
|
|
2248
|
+
:param builtins.str tier: Storage tier of a flexible server.
|
|
2249
|
+
:param builtins.str type: Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
|
|
2250
2250
|
"""
|
|
2251
2251
|
if auto_grow is not None:
|
|
2252
2252
|
pulumi.set(__self__, "auto_grow", auto_grow)
|
|
@@ -2265,7 +2265,7 @@ class StorageResponse(dict):
|
|
|
2265
2265
|
@pulumi.getter(name="autoGrow")
|
|
2266
2266
|
def auto_grow(self) -> Optional[builtins.str]:
|
|
2267
2267
|
"""
|
|
2268
|
-
Flag to enable
|
|
2268
|
+
Flag to enable or disable the automatic growth of storage size of a flexible server when available space is nearing zero and conditions allow for automatically growing storage size.
|
|
2269
2269
|
"""
|
|
2270
2270
|
return pulumi.get(self, "auto_grow")
|
|
2271
2271
|
|
|
@@ -2273,7 +2273,7 @@ class StorageResponse(dict):
|
|
|
2273
2273
|
@pulumi.getter
|
|
2274
2274
|
def iops(self) -> Optional[builtins.int]:
|
|
2275
2275
|
"""
|
|
2276
|
-
|
|
2276
|
+
Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS.
|
|
2277
2277
|
"""
|
|
2278
2278
|
return pulumi.get(self, "iops")
|
|
2279
2279
|
|
|
@@ -2281,7 +2281,7 @@ class StorageResponse(dict):
|
|
|
2281
2281
|
@pulumi.getter(name="storageSizeGB")
|
|
2282
2282
|
def storage_size_gb(self) -> Optional[builtins.int]:
|
|
2283
2283
|
"""
|
|
2284
|
-
|
|
2284
|
+
Size of storage assigned to a flexible server.
|
|
2285
2285
|
"""
|
|
2286
2286
|
return pulumi.get(self, "storage_size_gb")
|
|
2287
2287
|
|
|
@@ -2289,7 +2289,7 @@ class StorageResponse(dict):
|
|
|
2289
2289
|
@pulumi.getter
|
|
2290
2290
|
def throughput(self) -> Optional[builtins.int]:
|
|
2291
2291
|
"""
|
|
2292
|
-
|
|
2292
|
+
Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS.
|
|
2293
2293
|
"""
|
|
2294
2294
|
return pulumi.get(self, "throughput")
|
|
2295
2295
|
|
|
@@ -2297,7 +2297,7 @@ class StorageResponse(dict):
|
|
|
2297
2297
|
@pulumi.getter
|
|
2298
2298
|
def tier(self) -> Optional[builtins.str]:
|
|
2299
2299
|
"""
|
|
2300
|
-
|
|
2300
|
+
Storage tier of a flexible server.
|
|
2301
2301
|
"""
|
|
2302
2302
|
return pulumi.get(self, "tier")
|
|
2303
2303
|
|
|
@@ -2305,7 +2305,7 @@ class StorageResponse(dict):
|
|
|
2305
2305
|
@pulumi.getter
|
|
2306
2306
|
def type(self) -> Optional[builtins.str]:
|
|
2307
2307
|
"""
|
|
2308
|
-
|
|
2308
|
+
Type of storage assigned to a flexible server. Allowed values are Premium_LRS or PremiumV2_LRS. If not specified, it defaults to Premium_LRS.
|
|
2309
2309
|
"""
|
|
2310
2310
|
return pulumi.get(self, "type")
|
|
2311
2311
|
|
|
@@ -2458,9 +2458,9 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2458
2458
|
User assigned identity properties
|
|
2459
2459
|
:param builtins.str client_id: The client ID of the assigned identity.
|
|
2460
2460
|
:param builtins.str principal_id: The principal ID of the assigned identity.
|
|
2461
|
-
:param builtins.str tenant_id:
|
|
2462
|
-
:param builtins.str type:
|
|
2463
|
-
:param Mapping[str, 'UserIdentityResponse'] user_assigned_identities:
|
|
2461
|
+
:param builtins.str tenant_id: Identifier of the tenant of a flexible server.
|
|
2462
|
+
:param builtins.str type: Types of identities associated with a flexible server.
|
|
2463
|
+
:param Mapping[str, 'UserIdentityResponse'] user_assigned_identities: Map of user assigned managed identities.
|
|
2464
2464
|
"""
|
|
2465
2465
|
pulumi.set(__self__, "client_id", client_id)
|
|
2466
2466
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
@@ -2491,7 +2491,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2491
2491
|
@pulumi.getter(name="tenantId")
|
|
2492
2492
|
def tenant_id(self) -> Optional[builtins.str]:
|
|
2493
2493
|
"""
|
|
2494
|
-
|
|
2494
|
+
Identifier of the tenant of a flexible server.
|
|
2495
2495
|
"""
|
|
2496
2496
|
return pulumi.get(self, "tenant_id")
|
|
2497
2497
|
|
|
@@ -2499,7 +2499,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2499
2499
|
@pulumi.getter
|
|
2500
2500
|
def type(self) -> Optional[builtins.str]:
|
|
2501
2501
|
"""
|
|
2502
|
-
|
|
2502
|
+
Types of identities associated with a flexible server.
|
|
2503
2503
|
"""
|
|
2504
2504
|
return pulumi.get(self, "type")
|
|
2505
2505
|
|
|
@@ -2507,7 +2507,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2507
2507
|
@pulumi.getter(name="userAssignedIdentities")
|
|
2508
2508
|
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserIdentityResponse']]:
|
|
2509
2509
|
"""
|
|
2510
|
-
|
|
2510
|
+
Map of user assigned managed identities.
|
|
2511
2511
|
"""
|
|
2512
2512
|
return pulumi.get(self, "user_assigned_identities")
|
|
2513
2513
|
|
|
@@ -2515,7 +2515,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2515
2515
|
@pulumi.output_type
|
|
2516
2516
|
class UserIdentityResponse(dict):
|
|
2517
2517
|
"""
|
|
2518
|
-
|
|
2518
|
+
User assigned managed identity associated with a flexible server.
|
|
2519
2519
|
"""
|
|
2520
2520
|
@staticmethod
|
|
2521
2521
|
def __key_warning(key: str):
|
|
@@ -2540,9 +2540,9 @@ class UserIdentityResponse(dict):
|
|
|
2540
2540
|
client_id: Optional[builtins.str] = None,
|
|
2541
2541
|
principal_id: Optional[builtins.str] = None):
|
|
2542
2542
|
"""
|
|
2543
|
-
|
|
2544
|
-
:param builtins.str client_id: the client
|
|
2545
|
-
:param builtins.str principal_id: the object
|
|
2543
|
+
User assigned managed identity associated with a flexible server.
|
|
2544
|
+
:param builtins.str client_id: Identifier of the client of the service principal associated to the user assigned managed identity.
|
|
2545
|
+
:param builtins.str principal_id: Identifier of the object of the service principal associated to the user assigned managed identity.
|
|
2546
2546
|
"""
|
|
2547
2547
|
if client_id is not None:
|
|
2548
2548
|
pulumi.set(__self__, "client_id", client_id)
|
|
@@ -2553,7 +2553,7 @@ class UserIdentityResponse(dict):
|
|
|
2553
2553
|
@pulumi.getter(name="clientId")
|
|
2554
2554
|
def client_id(self) -> Optional[builtins.str]:
|
|
2555
2555
|
"""
|
|
2556
|
-
the client
|
|
2556
|
+
Identifier of the client of the service principal associated to the user assigned managed identity.
|
|
2557
2557
|
"""
|
|
2558
2558
|
return pulumi.get(self, "client_id")
|
|
2559
2559
|
|
|
@@ -2561,7 +2561,7 @@ class UserIdentityResponse(dict):
|
|
|
2561
2561
|
@pulumi.getter(name="principalId")
|
|
2562
2562
|
def principal_id(self) -> Optional[builtins.str]:
|
|
2563
2563
|
"""
|
|
2564
|
-
the object
|
|
2564
|
+
Identifier of the object of the service principal associated to the user assigned managed identity.
|
|
2565
2565
|
"""
|
|
2566
2566
|
return pulumi.get(self, "principal_id")
|
|
2567
2567
|
|
|
@@ -2569,7 +2569,7 @@ class UserIdentityResponse(dict):
|
|
|
2569
2569
|
@pulumi.output_type
|
|
2570
2570
|
class ValidationDetailsResponse(dict):
|
|
2571
2571
|
"""
|
|
2572
|
-
Details for the validation for migration
|
|
2572
|
+
Details for the validation for migration.
|
|
2573
2573
|
"""
|
|
2574
2574
|
@staticmethod
|
|
2575
2575
|
def __key_warning(key: str):
|
|
@@ -2601,12 +2601,12 @@ class ValidationDetailsResponse(dict):
|
|
|
2601
2601
|
validation_end_time_in_utc: Optional[builtins.str] = None,
|
|
2602
2602
|
validation_start_time_in_utc: Optional[builtins.str] = None):
|
|
2603
2603
|
"""
|
|
2604
|
-
Details for the validation for migration
|
|
2605
|
-
:param Sequence['DbLevelValidationStatusResponse'] db_level_validation_details: Details of server level validations
|
|
2606
|
-
:param Sequence['ValidationSummaryItemResponse'] server_level_validation_details: Details of server level validations
|
|
2607
|
-
:param builtins.str status: Validation status for migration
|
|
2608
|
-
:param builtins.str validation_end_time_in_utc:
|
|
2609
|
-
:param builtins.str validation_start_time_in_utc:
|
|
2604
|
+
Details for the validation for migration.
|
|
2605
|
+
:param Sequence['DbLevelValidationStatusResponse'] db_level_validation_details: Details of server level validations.
|
|
2606
|
+
:param Sequence['ValidationSummaryItemResponse'] server_level_validation_details: Details of server level validations.
|
|
2607
|
+
:param builtins.str status: Validation status for migration.
|
|
2608
|
+
:param builtins.str validation_end_time_in_utc: End time (UTC) for validation.
|
|
2609
|
+
:param builtins.str validation_start_time_in_utc: Start time (UTC) for validation.
|
|
2610
2610
|
"""
|
|
2611
2611
|
if db_level_validation_details is not None:
|
|
2612
2612
|
pulumi.set(__self__, "db_level_validation_details", db_level_validation_details)
|
|
@@ -2623,7 +2623,7 @@ class ValidationDetailsResponse(dict):
|
|
|
2623
2623
|
@pulumi.getter(name="dbLevelValidationDetails")
|
|
2624
2624
|
def db_level_validation_details(self) -> Optional[Sequence['outputs.DbLevelValidationStatusResponse']]:
|
|
2625
2625
|
"""
|
|
2626
|
-
Details of server level validations
|
|
2626
|
+
Details of server level validations.
|
|
2627
2627
|
"""
|
|
2628
2628
|
return pulumi.get(self, "db_level_validation_details")
|
|
2629
2629
|
|
|
@@ -2631,7 +2631,7 @@ class ValidationDetailsResponse(dict):
|
|
|
2631
2631
|
@pulumi.getter(name="serverLevelValidationDetails")
|
|
2632
2632
|
def server_level_validation_details(self) -> Optional[Sequence['outputs.ValidationSummaryItemResponse']]:
|
|
2633
2633
|
"""
|
|
2634
|
-
Details of server level validations
|
|
2634
|
+
Details of server level validations.
|
|
2635
2635
|
"""
|
|
2636
2636
|
return pulumi.get(self, "server_level_validation_details")
|
|
2637
2637
|
|
|
@@ -2639,7 +2639,7 @@ class ValidationDetailsResponse(dict):
|
|
|
2639
2639
|
@pulumi.getter
|
|
2640
2640
|
def status(self) -> Optional[builtins.str]:
|
|
2641
2641
|
"""
|
|
2642
|
-
Validation status for migration
|
|
2642
|
+
Validation status for migration.
|
|
2643
2643
|
"""
|
|
2644
2644
|
return pulumi.get(self, "status")
|
|
2645
2645
|
|
|
@@ -2647,7 +2647,7 @@ class ValidationDetailsResponse(dict):
|
|
|
2647
2647
|
@pulumi.getter(name="validationEndTimeInUtc")
|
|
2648
2648
|
def validation_end_time_in_utc(self) -> Optional[builtins.str]:
|
|
2649
2649
|
"""
|
|
2650
|
-
|
|
2650
|
+
End time (UTC) for validation.
|
|
2651
2651
|
"""
|
|
2652
2652
|
return pulumi.get(self, "validation_end_time_in_utc")
|
|
2653
2653
|
|
|
@@ -2655,7 +2655,7 @@ class ValidationDetailsResponse(dict):
|
|
|
2655
2655
|
@pulumi.getter(name="validationStartTimeInUtc")
|
|
2656
2656
|
def validation_start_time_in_utc(self) -> Optional[builtins.str]:
|
|
2657
2657
|
"""
|
|
2658
|
-
|
|
2658
|
+
Start time (UTC) for validation.
|
|
2659
2659
|
"""
|
|
2660
2660
|
return pulumi.get(self, "validation_start_time_in_utc")
|
|
2661
2661
|
|
|
@@ -2663,15 +2663,15 @@ class ValidationDetailsResponse(dict):
|
|
|
2663
2663
|
@pulumi.output_type
|
|
2664
2664
|
class ValidationMessageResponse(dict):
|
|
2665
2665
|
"""
|
|
2666
|
-
Validation message object
|
|
2666
|
+
Validation message object.
|
|
2667
2667
|
"""
|
|
2668
2668
|
def __init__(__self__, *,
|
|
2669
2669
|
message: Optional[builtins.str] = None,
|
|
2670
2670
|
state: Optional[builtins.str] = None):
|
|
2671
2671
|
"""
|
|
2672
|
-
Validation message object
|
|
2673
|
-
:param builtins.str message: Validation message string
|
|
2674
|
-
:param builtins.str state: Severity of validation message
|
|
2672
|
+
Validation message object.
|
|
2673
|
+
:param builtins.str message: Validation message string.
|
|
2674
|
+
:param builtins.str state: Severity of validation message.
|
|
2675
2675
|
"""
|
|
2676
2676
|
if message is not None:
|
|
2677
2677
|
pulumi.set(__self__, "message", message)
|
|
@@ -2682,7 +2682,7 @@ class ValidationMessageResponse(dict):
|
|
|
2682
2682
|
@pulumi.getter
|
|
2683
2683
|
def message(self) -> Optional[builtins.str]:
|
|
2684
2684
|
"""
|
|
2685
|
-
Validation message string
|
|
2685
|
+
Validation message string.
|
|
2686
2686
|
"""
|
|
2687
2687
|
return pulumi.get(self, "message")
|
|
2688
2688
|
|
|
@@ -2690,7 +2690,7 @@ class ValidationMessageResponse(dict):
|
|
|
2690
2690
|
@pulumi.getter
|
|
2691
2691
|
def state(self) -> Optional[builtins.str]:
|
|
2692
2692
|
"""
|
|
2693
|
-
Severity of validation message
|
|
2693
|
+
Severity of validation message.
|
|
2694
2694
|
"""
|
|
2695
2695
|
return pulumi.get(self, "state")
|
|
2696
2696
|
|
|
@@ -2698,17 +2698,17 @@ class ValidationMessageResponse(dict):
|
|
|
2698
2698
|
@pulumi.output_type
|
|
2699
2699
|
class ValidationSummaryItemResponse(dict):
|
|
2700
2700
|
"""
|
|
2701
|
-
Validation summary object
|
|
2701
|
+
Validation summary object.
|
|
2702
2702
|
"""
|
|
2703
2703
|
def __init__(__self__, *,
|
|
2704
2704
|
messages: Optional[Sequence['outputs.ValidationMessageResponse']] = None,
|
|
2705
2705
|
state: Optional[builtins.str] = None,
|
|
2706
2706
|
type: Optional[builtins.str] = None):
|
|
2707
2707
|
"""
|
|
2708
|
-
Validation summary object
|
|
2709
|
-
:param Sequence['ValidationMessageResponse'] messages: Validation messages
|
|
2710
|
-
:param builtins.str state: Validation status for migration
|
|
2711
|
-
:param builtins.str type: Validation type
|
|
2708
|
+
Validation summary object.
|
|
2709
|
+
:param Sequence['ValidationMessageResponse'] messages: Validation messages.
|
|
2710
|
+
:param builtins.str state: Validation status for migration.
|
|
2711
|
+
:param builtins.str type: Validation type.
|
|
2712
2712
|
"""
|
|
2713
2713
|
if messages is not None:
|
|
2714
2714
|
pulumi.set(__self__, "messages", messages)
|
|
@@ -2721,7 +2721,7 @@ class ValidationSummaryItemResponse(dict):
|
|
|
2721
2721
|
@pulumi.getter
|
|
2722
2722
|
def messages(self) -> Optional[Sequence['outputs.ValidationMessageResponse']]:
|
|
2723
2723
|
"""
|
|
2724
|
-
Validation messages
|
|
2724
|
+
Validation messages.
|
|
2725
2725
|
"""
|
|
2726
2726
|
return pulumi.get(self, "messages")
|
|
2727
2727
|
|
|
@@ -2729,7 +2729,7 @@ class ValidationSummaryItemResponse(dict):
|
|
|
2729
2729
|
@pulumi.getter
|
|
2730
2730
|
def state(self) -> Optional[builtins.str]:
|
|
2731
2731
|
"""
|
|
2732
|
-
Validation status for migration
|
|
2732
|
+
Validation status for migration.
|
|
2733
2733
|
"""
|
|
2734
2734
|
return pulumi.get(self, "state")
|
|
2735
2735
|
|
|
@@ -2737,7 +2737,7 @@ class ValidationSummaryItemResponse(dict):
|
|
|
2737
2737
|
@pulumi.getter
|
|
2738
2738
|
def type(self) -> Optional[builtins.str]:
|
|
2739
2739
|
"""
|
|
2740
|
-
Validation type
|
|
2740
|
+
Validation type.
|
|
2741
2741
|
"""
|
|
2742
2742
|
return pulumi.get(self, "type")
|
|
2743
2743
|
|