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
|
@@ -61,7 +61,7 @@ __all__ = [
|
|
|
61
61
|
'DedicatedHostAllocatableVMResponse',
|
|
62
62
|
'DedicatedHostAvailableCapacityResponse',
|
|
63
63
|
'DedicatedHostGroupInstanceViewResponse',
|
|
64
|
-
'
|
|
64
|
+
'DedicatedHostGroupPropertiesAdditionalCapabilitiesResponse',
|
|
65
65
|
'DedicatedHostInstanceViewResponse',
|
|
66
66
|
'DedicatedHostInstanceViewWithNameResponse',
|
|
67
67
|
'DefaultVirtualMachineScaleSetInfoResponse',
|
|
@@ -71,6 +71,7 @@ __all__ = [
|
|
|
71
71
|
'DiskEncryptionSetParametersResponse',
|
|
72
72
|
'DiskEncryptionSettingsResponse',
|
|
73
73
|
'DiskInstanceViewResponse',
|
|
74
|
+
'DiskPurchasePlanResponse',
|
|
74
75
|
'DiskRestorePointAttributesResponse',
|
|
75
76
|
'DiskRestorePointInstanceViewResponse',
|
|
76
77
|
'DiskRestorePointReplicationStatusResponse',
|
|
@@ -149,10 +150,9 @@ __all__ = [
|
|
|
149
150
|
'PrivateEndpointResponse',
|
|
150
151
|
'PrivateLinkServiceConnectionStateResponse',
|
|
151
152
|
'PropertyUpdatesInProgressResponse',
|
|
152
|
-
'
|
|
153
|
+
'ProximityPlacementGroupPropertiesIntentResponse',
|
|
153
154
|
'ProxyAgentSettingsResponse',
|
|
154
155
|
'PublicIPAddressSkuResponse',
|
|
155
|
-
'PurchasePlanResponse',
|
|
156
156
|
'RecommendedMachineConfigurationResponse',
|
|
157
157
|
'RegionalReplicationStatusResponse',
|
|
158
158
|
'RegionalSharingStatusResponse',
|
|
@@ -208,7 +208,7 @@ __all__ = [
|
|
|
208
208
|
'UserArtifactManageResponse',
|
|
209
209
|
'UserArtifactSettingsResponse',
|
|
210
210
|
'UserArtifactSourceResponse',
|
|
211
|
-
'
|
|
211
|
+
'UserAssignedIdentitiesValueResponse',
|
|
212
212
|
'UserInitiatedRebootResponse',
|
|
213
213
|
'UserInitiatedRedeployResponse',
|
|
214
214
|
'VMDiskSecurityProfileResponse',
|
|
@@ -2896,7 +2896,7 @@ class DataDiskResponse(dict):
|
|
|
2896
2896
|
:param builtins.int lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
2897
2897
|
:param builtins.str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**
|
|
2898
2898
|
:param builtins.str delete_option: Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the data disk is deleted when VM is deleted. **Detach.** If this value is used, the data disk is retained after VM is deleted. The default value is set to **Detach**.
|
|
2899
|
-
:param builtins.str detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
2899
|
+
:param builtins.str detach_option: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview**. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
2900
2900
|
:param builtins.int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
2901
2901
|
:param 'VirtualHardDiskResponse' image: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
|
|
2902
2902
|
:param 'ManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
@@ -2985,7 +2985,7 @@ class DataDiskResponse(dict):
|
|
|
2985
2985
|
@pulumi.getter(name="detachOption")
|
|
2986
2986
|
def detach_option(self) -> Optional[builtins.str]:
|
|
2987
2987
|
"""
|
|
2988
|
-
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
2988
|
+
Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview**. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
|
|
2989
2989
|
"""
|
|
2990
2990
|
return pulumi.get(self, "detach_option")
|
|
2991
2991
|
|
|
@@ -3166,7 +3166,7 @@ class DedicatedHostGroupInstanceViewResponse(dict):
|
|
|
3166
3166
|
|
|
3167
3167
|
|
|
3168
3168
|
@pulumi.output_type
|
|
3169
|
-
class
|
|
3169
|
+
class DedicatedHostGroupPropertiesAdditionalCapabilitiesResponse(dict):
|
|
3170
3170
|
"""
|
|
3171
3171
|
Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01.
|
|
3172
3172
|
"""
|
|
@@ -3177,14 +3177,14 @@ class DedicatedHostGroupPropertiesResponseAdditionalCapabilities(dict):
|
|
|
3177
3177
|
suggest = "ultra_ssd_enabled"
|
|
3178
3178
|
|
|
3179
3179
|
if suggest:
|
|
3180
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3180
|
+
pulumi.log.warn(f"Key '{key}' not found in DedicatedHostGroupPropertiesAdditionalCapabilitiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3181
3181
|
|
|
3182
3182
|
def __getitem__(self, key: str) -> Any:
|
|
3183
|
-
|
|
3183
|
+
DedicatedHostGroupPropertiesAdditionalCapabilitiesResponse.__key_warning(key)
|
|
3184
3184
|
return super().__getitem__(key)
|
|
3185
3185
|
|
|
3186
3186
|
def get(self, key: str, default = None) -> Any:
|
|
3187
|
-
|
|
3187
|
+
DedicatedHostGroupPropertiesAdditionalCapabilitiesResponse.__key_warning(key)
|
|
3188
3188
|
return super().get(key, default)
|
|
3189
3189
|
|
|
3190
3190
|
def __init__(__self__, *,
|
|
@@ -3375,8 +3375,8 @@ class DefaultVirtualMachineScaleSetInfoResponse(dict):
|
|
|
3375
3375
|
default_virtual_machine_scale_set: 'outputs.SubResourceResponse'):
|
|
3376
3376
|
"""
|
|
3377
3377
|
Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API.
|
|
3378
|
-
:param builtins.bool constrained_maximum_capacity:
|
|
3379
|
-
:param 'SubResourceResponse' default_virtual_machine_scale_set:
|
|
3378
|
+
:param builtins.bool constrained_maximum_capacity: Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set after its migration will be constrained to a limited number of VMs.
|
|
3379
|
+
:param 'SubResourceResponse' default_virtual_machine_scale_set: The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API.
|
|
3380
3380
|
"""
|
|
3381
3381
|
pulumi.set(__self__, "constrained_maximum_capacity", constrained_maximum_capacity)
|
|
3382
3382
|
pulumi.set(__self__, "default_virtual_machine_scale_set", default_virtual_machine_scale_set)
|
|
@@ -3385,7 +3385,7 @@ class DefaultVirtualMachineScaleSetInfoResponse(dict):
|
|
|
3385
3385
|
@pulumi.getter(name="constrainedMaximumCapacity")
|
|
3386
3386
|
def constrained_maximum_capacity(self) -> builtins.bool:
|
|
3387
3387
|
"""
|
|
3388
|
-
|
|
3388
|
+
Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set after its migration will be constrained to a limited number of VMs.
|
|
3389
3389
|
"""
|
|
3390
3390
|
return pulumi.get(self, "constrained_maximum_capacity")
|
|
3391
3391
|
|
|
@@ -3393,7 +3393,7 @@ class DefaultVirtualMachineScaleSetInfoResponse(dict):
|
|
|
3393
3393
|
@pulumi.getter(name="defaultVirtualMachineScaleSet")
|
|
3394
3394
|
def default_virtual_machine_scale_set(self) -> 'outputs.SubResourceResponse':
|
|
3395
3395
|
"""
|
|
3396
|
-
|
|
3396
|
+
The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon triggering a seamless migration via the ConvertToVirtualMachineScaleSet API.
|
|
3397
3397
|
"""
|
|
3398
3398
|
return pulumi.get(self, "default_virtual_machine_scale_set")
|
|
3399
3399
|
|
|
@@ -3666,6 +3666,79 @@ class DiskInstanceViewResponse(dict):
|
|
|
3666
3666
|
return pulumi.get(self, "statuses")
|
|
3667
3667
|
|
|
3668
3668
|
|
|
3669
|
+
@pulumi.output_type
|
|
3670
|
+
class DiskPurchasePlanResponse(dict):
|
|
3671
|
+
"""
|
|
3672
|
+
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
|
3673
|
+
"""
|
|
3674
|
+
@staticmethod
|
|
3675
|
+
def __key_warning(key: str):
|
|
3676
|
+
suggest = None
|
|
3677
|
+
if key == "promotionCode":
|
|
3678
|
+
suggest = "promotion_code"
|
|
3679
|
+
|
|
3680
|
+
if suggest:
|
|
3681
|
+
pulumi.log.warn(f"Key '{key}' not found in DiskPurchasePlanResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3682
|
+
|
|
3683
|
+
def __getitem__(self, key: str) -> Any:
|
|
3684
|
+
DiskPurchasePlanResponse.__key_warning(key)
|
|
3685
|
+
return super().__getitem__(key)
|
|
3686
|
+
|
|
3687
|
+
def get(self, key: str, default = None) -> Any:
|
|
3688
|
+
DiskPurchasePlanResponse.__key_warning(key)
|
|
3689
|
+
return super().get(key, default)
|
|
3690
|
+
|
|
3691
|
+
def __init__(__self__, *,
|
|
3692
|
+
name: builtins.str,
|
|
3693
|
+
product: builtins.str,
|
|
3694
|
+
publisher: builtins.str,
|
|
3695
|
+
promotion_code: Optional[builtins.str] = None):
|
|
3696
|
+
"""
|
|
3697
|
+
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
|
3698
|
+
:param builtins.str name: The plan ID.
|
|
3699
|
+
:param builtins.str product: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
|
|
3700
|
+
:param builtins.str publisher: The publisher ID.
|
|
3701
|
+
:param builtins.str promotion_code: The Offer Promotion Code.
|
|
3702
|
+
"""
|
|
3703
|
+
pulumi.set(__self__, "name", name)
|
|
3704
|
+
pulumi.set(__self__, "product", product)
|
|
3705
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
3706
|
+
if promotion_code is not None:
|
|
3707
|
+
pulumi.set(__self__, "promotion_code", promotion_code)
|
|
3708
|
+
|
|
3709
|
+
@property
|
|
3710
|
+
@pulumi.getter
|
|
3711
|
+
def name(self) -> builtins.str:
|
|
3712
|
+
"""
|
|
3713
|
+
The plan ID.
|
|
3714
|
+
"""
|
|
3715
|
+
return pulumi.get(self, "name")
|
|
3716
|
+
|
|
3717
|
+
@property
|
|
3718
|
+
@pulumi.getter
|
|
3719
|
+
def product(self) -> builtins.str:
|
|
3720
|
+
"""
|
|
3721
|
+
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
|
|
3722
|
+
"""
|
|
3723
|
+
return pulumi.get(self, "product")
|
|
3724
|
+
|
|
3725
|
+
@property
|
|
3726
|
+
@pulumi.getter
|
|
3727
|
+
def publisher(self) -> builtins.str:
|
|
3728
|
+
"""
|
|
3729
|
+
The publisher ID.
|
|
3730
|
+
"""
|
|
3731
|
+
return pulumi.get(self, "publisher")
|
|
3732
|
+
|
|
3733
|
+
@property
|
|
3734
|
+
@pulumi.getter(name="promotionCode")
|
|
3735
|
+
def promotion_code(self) -> Optional[builtins.str]:
|
|
3736
|
+
"""
|
|
3737
|
+
The Offer Promotion Code.
|
|
3738
|
+
"""
|
|
3739
|
+
return pulumi.get(self, "promotion_code")
|
|
3740
|
+
|
|
3741
|
+
|
|
3669
3742
|
@pulumi.output_type
|
|
3670
3743
|
class DiskRestorePointAttributesResponse(dict):
|
|
3671
3744
|
"""
|
|
@@ -4097,13 +4170,13 @@ class EncryptionSetIdentityResponse(dict):
|
|
|
4097
4170
|
principal_id: builtins.str,
|
|
4098
4171
|
tenant_id: builtins.str,
|
|
4099
4172
|
type: Optional[builtins.str] = None,
|
|
4100
|
-
user_assigned_identities: Optional[Mapping[str, 'outputs.
|
|
4173
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']] = None):
|
|
4101
4174
|
"""
|
|
4102
4175
|
The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
|
|
4103
4176
|
:param builtins.str principal_id: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity
|
|
4104
4177
|
:param builtins.str tenant_id: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity
|
|
4105
4178
|
:param builtins.str type: The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys.
|
|
4106
|
-
:param Mapping[str, '
|
|
4179
|
+
:param Mapping[str, 'UserAssignedIdentitiesValueResponse'] user_assigned_identities: The list of user identities associated with the disk encryption set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
4107
4180
|
"""
|
|
4108
4181
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
4109
4182
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
@@ -4138,7 +4211,7 @@ class EncryptionSetIdentityResponse(dict):
|
|
|
4138
4211
|
|
|
4139
4212
|
@property
|
|
4140
4213
|
@pulumi.getter(name="userAssignedIdentities")
|
|
4141
|
-
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.
|
|
4214
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']]:
|
|
4142
4215
|
"""
|
|
4143
4216
|
The list of user identities associated with the disk encryption set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
4144
4217
|
"""
|
|
@@ -5135,13 +5208,13 @@ class GalleryIdentityResponse(dict):
|
|
|
5135
5208
|
principal_id: builtins.str,
|
|
5136
5209
|
tenant_id: builtins.str,
|
|
5137
5210
|
type: Optional[builtins.str] = None,
|
|
5138
|
-
user_assigned_identities: Optional[Mapping[str, 'outputs.
|
|
5211
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']] = None):
|
|
5139
5212
|
"""
|
|
5140
5213
|
Identity for the virtual machine.
|
|
5141
5214
|
:param builtins.str principal_id: The principal id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
5142
5215
|
:param builtins.str tenant_id: The AAD tenant id of the gallery identity. This property will only be provided for a system assigned identity.
|
|
5143
5216
|
:param builtins.str type: The type of identity used for the gallery. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove all identities from the gallery.
|
|
5144
|
-
:param Mapping[str, '
|
|
5217
|
+
:param Mapping[str, 'UserAssignedIdentitiesValueResponse'] user_assigned_identities: The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
5145
5218
|
"""
|
|
5146
5219
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
5147
5220
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
@@ -5176,7 +5249,7 @@ class GalleryIdentityResponse(dict):
|
|
|
5176
5249
|
|
|
5177
5250
|
@property
|
|
5178
5251
|
@pulumi.getter(name="userAssignedIdentities")
|
|
5179
|
-
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.
|
|
5252
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']]:
|
|
5180
5253
|
"""
|
|
5181
5254
|
The list of user identities associated with the gallery. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
5182
5255
|
"""
|
|
@@ -6832,7 +6905,7 @@ class KeyVaultAndKeyReferenceResponse(dict):
|
|
|
6832
6905
|
@pulumi.output_type
|
|
6833
6906
|
class KeyVaultAndSecretReferenceResponse(dict):
|
|
6834
6907
|
"""
|
|
6835
|
-
Key Vault Secret Url and vault id of the encryption key
|
|
6908
|
+
Key Vault Secret Url and vault id of the encryption key
|
|
6836
6909
|
"""
|
|
6837
6910
|
@staticmethod
|
|
6838
6911
|
def __key_warning(key: str):
|
|
@@ -6857,7 +6930,7 @@ class KeyVaultAndSecretReferenceResponse(dict):
|
|
|
6857
6930
|
secret_url: builtins.str,
|
|
6858
6931
|
source_vault: 'outputs.SourceVaultResponse'):
|
|
6859
6932
|
"""
|
|
6860
|
-
Key Vault Secret Url and vault id of the encryption key
|
|
6933
|
+
Key Vault Secret Url and vault id of the encryption key
|
|
6861
6934
|
:param builtins.str secret_url: Url pointing to a key or secret in KeyVault
|
|
6862
6935
|
:param 'SourceVaultResponse' source_vault: Resource id of the KeyVault containing the key or secret
|
|
6863
6936
|
"""
|
|
@@ -8433,10 +8506,10 @@ class PatchSettingsResponse(dict):
|
|
|
8433
8506
|
patch_mode: Optional[builtins.str] = None):
|
|
8434
8507
|
"""
|
|
8435
8508
|
Specifies settings related to VM Guest Patching on Windows.
|
|
8436
|
-
:param builtins.str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
8509
|
+
:param builtins.str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
8437
8510
|
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
8438
8511
|
:param builtins.bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
|
|
8439
|
-
:param builtins.str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
8512
|
+
:param builtins.str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
8440
8513
|
"""
|
|
8441
8514
|
if assessment_mode is not None:
|
|
8442
8515
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -8451,7 +8524,7 @@ class PatchSettingsResponse(dict):
|
|
|
8451
8524
|
@pulumi.getter(name="assessmentMode")
|
|
8452
8525
|
def assessment_mode(self) -> Optional[builtins.str]:
|
|
8453
8526
|
"""
|
|
8454
|
-
Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
8527
|
+
Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
8455
8528
|
"""
|
|
8456
8529
|
return pulumi.get(self, "assessment_mode")
|
|
8457
8530
|
|
|
@@ -8475,7 +8548,7 @@ class PatchSettingsResponse(dict):
|
|
|
8475
8548
|
@pulumi.getter(name="patchMode")
|
|
8476
8549
|
def patch_mode(self) -> Optional[builtins.str]:
|
|
8477
8550
|
"""
|
|
8478
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
8551
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
8479
8552
|
"""
|
|
8480
8553
|
return pulumi.get(self, "patch_mode")
|
|
8481
8554
|
|
|
@@ -8760,6 +8833,8 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
8760
8833
|
suggest = "private_link_service_connection_state"
|
|
8761
8834
|
elif key == "provisioningState":
|
|
8762
8835
|
suggest = "provisioning_state"
|
|
8836
|
+
elif key == "systemData":
|
|
8837
|
+
suggest = "system_data"
|
|
8763
8838
|
|
|
8764
8839
|
if suggest:
|
|
8765
8840
|
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -8778,28 +8853,31 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
8778
8853
|
private_endpoint: 'outputs.PrivateEndpointResponse',
|
|
8779
8854
|
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
8780
8855
|
provisioning_state: builtins.str,
|
|
8856
|
+
system_data: 'outputs.SystemDataResponse',
|
|
8781
8857
|
type: builtins.str):
|
|
8782
8858
|
"""
|
|
8783
8859
|
The Private Endpoint Connection resource.
|
|
8784
|
-
:param builtins.str id:
|
|
8785
|
-
:param builtins.str name:
|
|
8860
|
+
:param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
8861
|
+
:param builtins.str name: The name of the resource
|
|
8786
8862
|
:param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
|
|
8787
8863
|
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between DiskAccess and Virtual Network.
|
|
8788
8864
|
:param builtins.str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
8789
|
-
:param
|
|
8865
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
8866
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
8790
8867
|
"""
|
|
8791
8868
|
pulumi.set(__self__, "id", id)
|
|
8792
8869
|
pulumi.set(__self__, "name", name)
|
|
8793
8870
|
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
8794
8871
|
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
8795
8872
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
8873
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
8796
8874
|
pulumi.set(__self__, "type", type)
|
|
8797
8875
|
|
|
8798
8876
|
@property
|
|
8799
8877
|
@pulumi.getter
|
|
8800
8878
|
def id(self) -> builtins.str:
|
|
8801
8879
|
"""
|
|
8802
|
-
|
|
8880
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
8803
8881
|
"""
|
|
8804
8882
|
return pulumi.get(self, "id")
|
|
8805
8883
|
|
|
@@ -8807,7 +8885,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
8807
8885
|
@pulumi.getter
|
|
8808
8886
|
def name(self) -> builtins.str:
|
|
8809
8887
|
"""
|
|
8810
|
-
|
|
8888
|
+
The name of the resource
|
|
8811
8889
|
"""
|
|
8812
8890
|
return pulumi.get(self, "name")
|
|
8813
8891
|
|
|
@@ -8835,11 +8913,19 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
8835
8913
|
"""
|
|
8836
8914
|
return pulumi.get(self, "provisioning_state")
|
|
8837
8915
|
|
|
8916
|
+
@property
|
|
8917
|
+
@pulumi.getter(name="systemData")
|
|
8918
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
8919
|
+
"""
|
|
8920
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
8921
|
+
"""
|
|
8922
|
+
return pulumi.get(self, "system_data")
|
|
8923
|
+
|
|
8838
8924
|
@property
|
|
8839
8925
|
@pulumi.getter
|
|
8840
8926
|
def type(self) -> builtins.str:
|
|
8841
8927
|
"""
|
|
8842
|
-
|
|
8928
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
8843
8929
|
"""
|
|
8844
8930
|
return pulumi.get(self, "type")
|
|
8845
8931
|
|
|
@@ -8971,7 +9057,7 @@ class PropertyUpdatesInProgressResponse(dict):
|
|
|
8971
9057
|
|
|
8972
9058
|
|
|
8973
9059
|
@pulumi.output_type
|
|
8974
|
-
class
|
|
9060
|
+
class ProximityPlacementGroupPropertiesIntentResponse(dict):
|
|
8975
9061
|
"""
|
|
8976
9062
|
Specifies the user intent of the proximity placement group.
|
|
8977
9063
|
"""
|
|
@@ -8982,14 +9068,14 @@ class ProximityPlacementGroupPropertiesResponseIntent(dict):
|
|
|
8982
9068
|
suggest = "vm_sizes"
|
|
8983
9069
|
|
|
8984
9070
|
if suggest:
|
|
8985
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
9071
|
+
pulumi.log.warn(f"Key '{key}' not found in ProximityPlacementGroupPropertiesIntentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
8986
9072
|
|
|
8987
9073
|
def __getitem__(self, key: str) -> Any:
|
|
8988
|
-
|
|
9074
|
+
ProximityPlacementGroupPropertiesIntentResponse.__key_warning(key)
|
|
8989
9075
|
return super().__getitem__(key)
|
|
8990
9076
|
|
|
8991
9077
|
def get(self, key: str, default = None) -> Any:
|
|
8992
|
-
|
|
9078
|
+
ProximityPlacementGroupPropertiesIntentResponse.__key_warning(key)
|
|
8993
9079
|
return super().get(key, default)
|
|
8994
9080
|
|
|
8995
9081
|
def __init__(__self__, *,
|
|
@@ -9135,79 +9221,6 @@ class PublicIPAddressSkuResponse(dict):
|
|
|
9135
9221
|
return pulumi.get(self, "tier")
|
|
9136
9222
|
|
|
9137
9223
|
|
|
9138
|
-
@pulumi.output_type
|
|
9139
|
-
class PurchasePlanResponse(dict):
|
|
9140
|
-
"""
|
|
9141
|
-
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
|
9142
|
-
"""
|
|
9143
|
-
@staticmethod
|
|
9144
|
-
def __key_warning(key: str):
|
|
9145
|
-
suggest = None
|
|
9146
|
-
if key == "promotionCode":
|
|
9147
|
-
suggest = "promotion_code"
|
|
9148
|
-
|
|
9149
|
-
if suggest:
|
|
9150
|
-
pulumi.log.warn(f"Key '{key}' not found in PurchasePlanResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9151
|
-
|
|
9152
|
-
def __getitem__(self, key: str) -> Any:
|
|
9153
|
-
PurchasePlanResponse.__key_warning(key)
|
|
9154
|
-
return super().__getitem__(key)
|
|
9155
|
-
|
|
9156
|
-
def get(self, key: str, default = None) -> Any:
|
|
9157
|
-
PurchasePlanResponse.__key_warning(key)
|
|
9158
|
-
return super().get(key, default)
|
|
9159
|
-
|
|
9160
|
-
def __init__(__self__, *,
|
|
9161
|
-
name: builtins.str,
|
|
9162
|
-
product: builtins.str,
|
|
9163
|
-
publisher: builtins.str,
|
|
9164
|
-
promotion_code: Optional[builtins.str] = None):
|
|
9165
|
-
"""
|
|
9166
|
-
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
|
9167
|
-
:param builtins.str name: The plan ID.
|
|
9168
|
-
:param builtins.str product: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
|
|
9169
|
-
:param builtins.str publisher: The publisher ID.
|
|
9170
|
-
:param builtins.str promotion_code: The Offer Promotion Code.
|
|
9171
|
-
"""
|
|
9172
|
-
pulumi.set(__self__, "name", name)
|
|
9173
|
-
pulumi.set(__self__, "product", product)
|
|
9174
|
-
pulumi.set(__self__, "publisher", publisher)
|
|
9175
|
-
if promotion_code is not None:
|
|
9176
|
-
pulumi.set(__self__, "promotion_code", promotion_code)
|
|
9177
|
-
|
|
9178
|
-
@property
|
|
9179
|
-
@pulumi.getter
|
|
9180
|
-
def name(self) -> builtins.str:
|
|
9181
|
-
"""
|
|
9182
|
-
The plan ID.
|
|
9183
|
-
"""
|
|
9184
|
-
return pulumi.get(self, "name")
|
|
9185
|
-
|
|
9186
|
-
@property
|
|
9187
|
-
@pulumi.getter
|
|
9188
|
-
def product(self) -> builtins.str:
|
|
9189
|
-
"""
|
|
9190
|
-
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
|
|
9191
|
-
"""
|
|
9192
|
-
return pulumi.get(self, "product")
|
|
9193
|
-
|
|
9194
|
-
@property
|
|
9195
|
-
@pulumi.getter
|
|
9196
|
-
def publisher(self) -> builtins.str:
|
|
9197
|
-
"""
|
|
9198
|
-
The publisher ID.
|
|
9199
|
-
"""
|
|
9200
|
-
return pulumi.get(self, "publisher")
|
|
9201
|
-
|
|
9202
|
-
@property
|
|
9203
|
-
@pulumi.getter(name="promotionCode")
|
|
9204
|
-
def promotion_code(self) -> Optional[builtins.str]:
|
|
9205
|
-
"""
|
|
9206
|
-
The Offer Promotion Code.
|
|
9207
|
-
"""
|
|
9208
|
-
return pulumi.get(self, "promotion_code")
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
9224
|
@pulumi.output_type
|
|
9212
9225
|
class RecommendedMachineConfigurationResponse(dict):
|
|
9213
9226
|
"""
|
|
@@ -9746,6 +9759,8 @@ class RestorePointResponse(dict):
|
|
|
9746
9759
|
suggest = "instance_view"
|
|
9747
9760
|
elif key == "provisioningState":
|
|
9748
9761
|
suggest = "provisioning_state"
|
|
9762
|
+
elif key == "systemData":
|
|
9763
|
+
suggest = "system_data"
|
|
9749
9764
|
elif key == "consistencyMode":
|
|
9750
9765
|
suggest = "consistency_mode"
|
|
9751
9766
|
elif key == "excludeDisks":
|
|
@@ -9773,6 +9788,7 @@ class RestorePointResponse(dict):
|
|
|
9773
9788
|
instance_view: 'outputs.RestorePointInstanceViewResponse',
|
|
9774
9789
|
name: builtins.str,
|
|
9775
9790
|
provisioning_state: builtins.str,
|
|
9791
|
+
system_data: 'outputs.SystemDataResponse',
|
|
9776
9792
|
type: builtins.str,
|
|
9777
9793
|
consistency_mode: Optional[builtins.str] = None,
|
|
9778
9794
|
exclude_disks: Optional[Sequence['outputs.ApiEntityReferenceResponse']] = None,
|
|
@@ -9781,11 +9797,12 @@ class RestorePointResponse(dict):
|
|
|
9781
9797
|
time_created: Optional[builtins.str] = None):
|
|
9782
9798
|
"""
|
|
9783
9799
|
Restore Point details.
|
|
9784
|
-
:param builtins.str id:
|
|
9800
|
+
:param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
9785
9801
|
:param 'RestorePointInstanceViewResponse' instance_view: The restore point instance view.
|
|
9786
|
-
:param builtins.str name:
|
|
9802
|
+
:param builtins.str name: The name of the resource
|
|
9787
9803
|
:param builtins.str provisioning_state: Gets the provisioning state of the restore point.
|
|
9788
|
-
:param
|
|
9804
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
9805
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
9789
9806
|
:param builtins.str consistency_mode: ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
|
|
9790
9807
|
:param Sequence['ApiEntityReferenceResponse'] exclude_disks: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.
|
|
9791
9808
|
:param 'RestorePointSourceMetadataResponse' source_metadata: Gets the details of the VM captured at the time of the restore point creation.
|
|
@@ -9796,6 +9813,7 @@ class RestorePointResponse(dict):
|
|
|
9796
9813
|
pulumi.set(__self__, "instance_view", instance_view)
|
|
9797
9814
|
pulumi.set(__self__, "name", name)
|
|
9798
9815
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
9816
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
9799
9817
|
pulumi.set(__self__, "type", type)
|
|
9800
9818
|
if consistency_mode is not None:
|
|
9801
9819
|
pulumi.set(__self__, "consistency_mode", consistency_mode)
|
|
@@ -9812,7 +9830,7 @@ class RestorePointResponse(dict):
|
|
|
9812
9830
|
@pulumi.getter
|
|
9813
9831
|
def id(self) -> builtins.str:
|
|
9814
9832
|
"""
|
|
9815
|
-
|
|
9833
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
9816
9834
|
"""
|
|
9817
9835
|
return pulumi.get(self, "id")
|
|
9818
9836
|
|
|
@@ -9828,7 +9846,7 @@ class RestorePointResponse(dict):
|
|
|
9828
9846
|
@pulumi.getter
|
|
9829
9847
|
def name(self) -> builtins.str:
|
|
9830
9848
|
"""
|
|
9831
|
-
|
|
9849
|
+
The name of the resource
|
|
9832
9850
|
"""
|
|
9833
9851
|
return pulumi.get(self, "name")
|
|
9834
9852
|
|
|
@@ -9840,11 +9858,19 @@ class RestorePointResponse(dict):
|
|
|
9840
9858
|
"""
|
|
9841
9859
|
return pulumi.get(self, "provisioning_state")
|
|
9842
9860
|
|
|
9861
|
+
@property
|
|
9862
|
+
@pulumi.getter(name="systemData")
|
|
9863
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
9864
|
+
"""
|
|
9865
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
9866
|
+
"""
|
|
9867
|
+
return pulumi.get(self, "system_data")
|
|
9868
|
+
|
|
9843
9869
|
@property
|
|
9844
9870
|
@pulumi.getter
|
|
9845
9871
|
def type(self) -> builtins.str:
|
|
9846
9872
|
"""
|
|
9847
|
-
|
|
9873
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
9848
9874
|
"""
|
|
9849
9875
|
return pulumi.get(self, "type")
|
|
9850
9876
|
|
|
@@ -10526,7 +10552,7 @@ class RunCommandInputParameterResponse(dict):
|
|
|
10526
10552
|
@pulumi.output_type
|
|
10527
10553
|
class RunCommandManagedIdentityResponse(dict):
|
|
10528
10554
|
"""
|
|
10529
|
-
|
|
10555
|
+
Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
|
|
10530
10556
|
"""
|
|
10531
10557
|
@staticmethod
|
|
10532
10558
|
def __key_warning(key: str):
|
|
@@ -10551,7 +10577,7 @@ class RunCommandManagedIdentityResponse(dict):
|
|
|
10551
10577
|
client_id: Optional[builtins.str] = None,
|
|
10552
10578
|
object_id: Optional[builtins.str] = None):
|
|
10553
10579
|
"""
|
|
10554
|
-
|
|
10580
|
+
Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
|
|
10555
10581
|
:param builtins.str client_id: Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
|
|
10556
10582
|
:param builtins.str object_id: Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
|
|
10557
10583
|
"""
|
|
@@ -11792,15 +11818,23 @@ class SupportedCapabilitiesResponse(dict):
|
|
|
11792
11818
|
@pulumi.output_type
|
|
11793
11819
|
class SystemDataResponse(dict):
|
|
11794
11820
|
"""
|
|
11795
|
-
|
|
11821
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
11796
11822
|
"""
|
|
11797
11823
|
@staticmethod
|
|
11798
11824
|
def __key_warning(key: str):
|
|
11799
11825
|
suggest = None
|
|
11800
11826
|
if key == "createdAt":
|
|
11801
11827
|
suggest = "created_at"
|
|
11828
|
+
elif key == "createdBy":
|
|
11829
|
+
suggest = "created_by"
|
|
11830
|
+
elif key == "createdByType":
|
|
11831
|
+
suggest = "created_by_type"
|
|
11802
11832
|
elif key == "lastModifiedAt":
|
|
11803
11833
|
suggest = "last_modified_at"
|
|
11834
|
+
elif key == "lastModifiedBy":
|
|
11835
|
+
suggest = "last_modified_by"
|
|
11836
|
+
elif key == "lastModifiedByType":
|
|
11837
|
+
suggest = "last_modified_by_type"
|
|
11804
11838
|
|
|
11805
11839
|
if suggest:
|
|
11806
11840
|
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -11814,32 +11848,82 @@ class SystemDataResponse(dict):
|
|
|
11814
11848
|
return super().get(key, default)
|
|
11815
11849
|
|
|
11816
11850
|
def __init__(__self__, *,
|
|
11817
|
-
created_at: builtins.str,
|
|
11818
|
-
|
|
11819
|
-
|
|
11820
|
-
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
"""
|
|
11824
|
-
|
|
11825
|
-
|
|
11851
|
+
created_at: Optional[builtins.str] = None,
|
|
11852
|
+
created_by: Optional[builtins.str] = None,
|
|
11853
|
+
created_by_type: Optional[builtins.str] = None,
|
|
11854
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
11855
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
11856
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
11857
|
+
"""
|
|
11858
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
11859
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
11860
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
11861
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
11862
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
11863
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
11864
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
11865
|
+
"""
|
|
11866
|
+
if created_at is not None:
|
|
11867
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
11868
|
+
if created_by is not None:
|
|
11869
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
11870
|
+
if created_by_type is not None:
|
|
11871
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
11872
|
+
if last_modified_at is not None:
|
|
11873
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
11874
|
+
if last_modified_by is not None:
|
|
11875
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
11876
|
+
if last_modified_by_type is not None:
|
|
11877
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
11826
11878
|
|
|
11827
11879
|
@property
|
|
11828
11880
|
@pulumi.getter(name="createdAt")
|
|
11829
|
-
def created_at(self) -> builtins.str:
|
|
11881
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
11830
11882
|
"""
|
|
11831
|
-
|
|
11883
|
+
The timestamp of resource creation (UTC).
|
|
11832
11884
|
"""
|
|
11833
11885
|
return pulumi.get(self, "created_at")
|
|
11834
11886
|
|
|
11887
|
+
@property
|
|
11888
|
+
@pulumi.getter(name="createdBy")
|
|
11889
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
11890
|
+
"""
|
|
11891
|
+
The identity that created the resource.
|
|
11892
|
+
"""
|
|
11893
|
+
return pulumi.get(self, "created_by")
|
|
11894
|
+
|
|
11895
|
+
@property
|
|
11896
|
+
@pulumi.getter(name="createdByType")
|
|
11897
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
11898
|
+
"""
|
|
11899
|
+
The type of identity that created the resource.
|
|
11900
|
+
"""
|
|
11901
|
+
return pulumi.get(self, "created_by_type")
|
|
11902
|
+
|
|
11835
11903
|
@property
|
|
11836
11904
|
@pulumi.getter(name="lastModifiedAt")
|
|
11837
|
-
def last_modified_at(self) -> builtins.str:
|
|
11905
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
11838
11906
|
"""
|
|
11839
|
-
|
|
11907
|
+
The timestamp of resource last modification (UTC)
|
|
11840
11908
|
"""
|
|
11841
11909
|
return pulumi.get(self, "last_modified_at")
|
|
11842
11910
|
|
|
11911
|
+
@property
|
|
11912
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
11913
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
11914
|
+
"""
|
|
11915
|
+
The identity that last modified the resource.
|
|
11916
|
+
"""
|
|
11917
|
+
return pulumi.get(self, "last_modified_by")
|
|
11918
|
+
|
|
11919
|
+
@property
|
|
11920
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
11921
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
11922
|
+
"""
|
|
11923
|
+
The type of identity that last modified the resource.
|
|
11924
|
+
"""
|
|
11925
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
11926
|
+
|
|
11843
11927
|
|
|
11844
11928
|
@pulumi.output_type
|
|
11845
11929
|
class TargetRegionResponse(dict):
|
|
@@ -12371,7 +12455,7 @@ class UserArtifactSourceResponse(dict):
|
|
|
12371
12455
|
|
|
12372
12456
|
|
|
12373
12457
|
@pulumi.output_type
|
|
12374
|
-
class
|
|
12458
|
+
class UserAssignedIdentitiesValueResponse(dict):
|
|
12375
12459
|
@staticmethod
|
|
12376
12460
|
def __key_warning(key: str):
|
|
12377
12461
|
suggest = None
|
|
@@ -12381,14 +12465,14 @@ class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
|
|
|
12381
12465
|
suggest = "principal_id"
|
|
12382
12466
|
|
|
12383
12467
|
if suggest:
|
|
12384
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
12468
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesValueResponse. Access the value via the '{suggest}' property getter instead.")
|
|
12385
12469
|
|
|
12386
12470
|
def __getitem__(self, key: str) -> Any:
|
|
12387
|
-
|
|
12471
|
+
UserAssignedIdentitiesValueResponse.__key_warning(key)
|
|
12388
12472
|
return super().__getitem__(key)
|
|
12389
12473
|
|
|
12390
12474
|
def get(self, key: str, default = None) -> Any:
|
|
12391
|
-
|
|
12475
|
+
UserAssignedIdentitiesValueResponse.__key_warning(key)
|
|
12392
12476
|
return super().get(key, default)
|
|
12393
12477
|
|
|
12394
12478
|
def __init__(__self__, *,
|
|
@@ -13134,6 +13218,8 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13134
13218
|
suggest = None
|
|
13135
13219
|
if key == "provisioningState":
|
|
13136
13220
|
suggest = "provisioning_state"
|
|
13221
|
+
elif key == "systemData":
|
|
13222
|
+
suggest = "system_data"
|
|
13137
13223
|
elif key == "autoUpgradeMinorVersion":
|
|
13138
13224
|
suggest = "auto_upgrade_minor_version"
|
|
13139
13225
|
elif key == "enableAutomaticUpgrade":
|
|
@@ -13166,14 +13252,15 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13166
13252
|
|
|
13167
13253
|
def __init__(__self__, *,
|
|
13168
13254
|
id: builtins.str,
|
|
13255
|
+
location: builtins.str,
|
|
13169
13256
|
name: builtins.str,
|
|
13170
13257
|
provisioning_state: builtins.str,
|
|
13258
|
+
system_data: 'outputs.SystemDataResponse',
|
|
13171
13259
|
type: builtins.str,
|
|
13172
13260
|
auto_upgrade_minor_version: Optional[builtins.bool] = None,
|
|
13173
13261
|
enable_automatic_upgrade: Optional[builtins.bool] = None,
|
|
13174
13262
|
force_update_tag: Optional[builtins.str] = None,
|
|
13175
13263
|
instance_view: Optional['outputs.VirtualMachineExtensionInstanceViewResponse'] = None,
|
|
13176
|
-
location: Optional[builtins.str] = None,
|
|
13177
13264
|
protected_settings: Optional[Any] = None,
|
|
13178
13265
|
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
13179
13266
|
provision_after_extensions: Optional[Sequence[builtins.str]] = None,
|
|
@@ -13184,27 +13271,30 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13184
13271
|
type_handler_version: Optional[builtins.str] = None):
|
|
13185
13272
|
"""
|
|
13186
13273
|
Describes a Virtual Machine Extension.
|
|
13187
|
-
:param builtins.str id:
|
|
13188
|
-
:param builtins.str
|
|
13274
|
+
:param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
13275
|
+
:param builtins.str location: The geo-location where the resource lives
|
|
13276
|
+
:param builtins.str name: The name of the resource
|
|
13189
13277
|
:param builtins.str provisioning_state: The provisioning state, which only appears in the response.
|
|
13190
|
-
:param
|
|
13278
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
13279
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
13191
13280
|
:param builtins.bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
13192
13281
|
:param builtins.bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
13193
13282
|
:param builtins.str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
13194
13283
|
:param 'VirtualMachineExtensionInstanceViewResponse' instance_view: The virtual machine extension instance view.
|
|
13195
|
-
:param builtins.str location: Resource location
|
|
13196
13284
|
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
13197
13285
|
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
13198
13286
|
:param Sequence[builtins.str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
13199
13287
|
:param builtins.str publisher: The name of the extension handler publisher.
|
|
13200
13288
|
:param Any settings: Json formatted public settings for the extension.
|
|
13201
13289
|
:param builtins.bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
13202
|
-
:param Mapping[str, builtins.str] tags: Resource tags
|
|
13290
|
+
:param Mapping[str, builtins.str] tags: Resource tags.
|
|
13203
13291
|
:param builtins.str type_handler_version: Specifies the version of the script handler.
|
|
13204
13292
|
"""
|
|
13205
13293
|
pulumi.set(__self__, "id", id)
|
|
13294
|
+
pulumi.set(__self__, "location", location)
|
|
13206
13295
|
pulumi.set(__self__, "name", name)
|
|
13207
13296
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
13297
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
13208
13298
|
pulumi.set(__self__, "type", type)
|
|
13209
13299
|
if auto_upgrade_minor_version is not None:
|
|
13210
13300
|
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
@@ -13214,8 +13304,6 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13214
13304
|
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
13215
13305
|
if instance_view is not None:
|
|
13216
13306
|
pulumi.set(__self__, "instance_view", instance_view)
|
|
13217
|
-
if location is not None:
|
|
13218
|
-
pulumi.set(__self__, "location", location)
|
|
13219
13307
|
if protected_settings is not None:
|
|
13220
13308
|
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
13221
13309
|
if protected_settings_from_key_vault is not None:
|
|
@@ -13237,15 +13325,23 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13237
13325
|
@pulumi.getter
|
|
13238
13326
|
def id(self) -> builtins.str:
|
|
13239
13327
|
"""
|
|
13240
|
-
|
|
13328
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
13241
13329
|
"""
|
|
13242
13330
|
return pulumi.get(self, "id")
|
|
13243
13331
|
|
|
13332
|
+
@property
|
|
13333
|
+
@pulumi.getter
|
|
13334
|
+
def location(self) -> builtins.str:
|
|
13335
|
+
"""
|
|
13336
|
+
The geo-location where the resource lives
|
|
13337
|
+
"""
|
|
13338
|
+
return pulumi.get(self, "location")
|
|
13339
|
+
|
|
13244
13340
|
@property
|
|
13245
13341
|
@pulumi.getter
|
|
13246
13342
|
def name(self) -> builtins.str:
|
|
13247
13343
|
"""
|
|
13248
|
-
|
|
13344
|
+
The name of the resource
|
|
13249
13345
|
"""
|
|
13250
13346
|
return pulumi.get(self, "name")
|
|
13251
13347
|
|
|
@@ -13257,11 +13353,19 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13257
13353
|
"""
|
|
13258
13354
|
return pulumi.get(self, "provisioning_state")
|
|
13259
13355
|
|
|
13356
|
+
@property
|
|
13357
|
+
@pulumi.getter(name="systemData")
|
|
13358
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
13359
|
+
"""
|
|
13360
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
13361
|
+
"""
|
|
13362
|
+
return pulumi.get(self, "system_data")
|
|
13363
|
+
|
|
13260
13364
|
@property
|
|
13261
13365
|
@pulumi.getter
|
|
13262
13366
|
def type(self) -> builtins.str:
|
|
13263
13367
|
"""
|
|
13264
|
-
|
|
13368
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
13265
13369
|
"""
|
|
13266
13370
|
return pulumi.get(self, "type")
|
|
13267
13371
|
|
|
@@ -13297,14 +13401,6 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13297
13401
|
"""
|
|
13298
13402
|
return pulumi.get(self, "instance_view")
|
|
13299
13403
|
|
|
13300
|
-
@property
|
|
13301
|
-
@pulumi.getter
|
|
13302
|
-
def location(self) -> Optional[builtins.str]:
|
|
13303
|
-
"""
|
|
13304
|
-
Resource location
|
|
13305
|
-
"""
|
|
13306
|
-
return pulumi.get(self, "location")
|
|
13307
|
-
|
|
13308
13404
|
@property
|
|
13309
13405
|
@pulumi.getter(name="protectedSettings")
|
|
13310
13406
|
def protected_settings(self) -> Optional[Any]:
|
|
@@ -13357,7 +13453,7 @@ class VirtualMachineExtensionResponse(dict):
|
|
|
13357
13453
|
@pulumi.getter
|
|
13358
13454
|
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
13359
13455
|
"""
|
|
13360
|
-
Resource tags
|
|
13456
|
+
Resource tags.
|
|
13361
13457
|
"""
|
|
13362
13458
|
return pulumi.get(self, "tags")
|
|
13363
13459
|
|
|
@@ -13422,13 +13518,13 @@ class VirtualMachineIdentityResponse(dict):
|
|
|
13422
13518
|
principal_id: builtins.str,
|
|
13423
13519
|
tenant_id: builtins.str,
|
|
13424
13520
|
type: Optional[builtins.str] = None,
|
|
13425
|
-
user_assigned_identities: Optional[Mapping[str, 'outputs.
|
|
13521
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']] = None):
|
|
13426
13522
|
"""
|
|
13427
13523
|
Identity for the virtual machine.
|
|
13428
13524
|
:param builtins.str principal_id: The principal id of virtual machine identity. This property will only be provided for a system assigned identity.
|
|
13429
13525
|
:param builtins.str tenant_id: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity.
|
|
13430
13526
|
:param builtins.str type: The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
|
|
13431
|
-
:param Mapping[str, '
|
|
13527
|
+
:param Mapping[str, 'UserAssignedIdentitiesValueResponse'] user_assigned_identities: The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
13432
13528
|
"""
|
|
13433
13529
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
13434
13530
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
@@ -13463,7 +13559,7 @@ class VirtualMachineIdentityResponse(dict):
|
|
|
13463
13559
|
|
|
13464
13560
|
@property
|
|
13465
13561
|
@pulumi.getter(name="userAssignedIdentities")
|
|
13466
|
-
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.
|
|
13562
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']]:
|
|
13467
13563
|
"""
|
|
13468
13564
|
The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
13469
13565
|
"""
|
|
@@ -13540,7 +13636,7 @@ class VirtualMachineInstanceViewResponse(dict):
|
|
|
13540
13636
|
The instance view of a virtual machine.
|
|
13541
13637
|
:param builtins.str assigned_host: Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
|
|
13542
13638
|
:param builtins.bool is_vm_in_standby_pool: [Preview Feature] Specifies whether the VM is currently in or out of the Standby Pool.
|
|
13543
|
-
:param 'VirtualMachineHealthStatusResponse' vm_health: The
|
|
13639
|
+
:param 'VirtualMachineHealthStatusResponse' vm_health: The health status for the VM.
|
|
13544
13640
|
:param 'BootDiagnosticsInstanceViewResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
13545
13641
|
:param builtins.str computer_name: The computer name assigned to the virtual machine.
|
|
13546
13642
|
:param Sequence['DiskInstanceViewResponse'] disks: The virtual machine disk information.
|
|
@@ -13608,7 +13704,7 @@ class VirtualMachineInstanceViewResponse(dict):
|
|
|
13608
13704
|
@pulumi.getter(name="vmHealth")
|
|
13609
13705
|
def vm_health(self) -> 'outputs.VirtualMachineHealthStatusResponse':
|
|
13610
13706
|
"""
|
|
13611
|
-
The
|
|
13707
|
+
The health status for the VM.
|
|
13612
13708
|
"""
|
|
13613
13709
|
return pulumi.get(self, "vm_health")
|
|
13614
13710
|
|
|
@@ -14896,7 +14992,7 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
14896
14992
|
:param builtins.bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
14897
14993
|
:param builtins.bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
14898
14994
|
:param builtins.str force_update_tag: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
|
|
14899
|
-
:param builtins.str name:
|
|
14995
|
+
:param builtins.str name: Resource name
|
|
14900
14996
|
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
14901
14997
|
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
14902
14998
|
:param Sequence[builtins.str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
@@ -14983,7 +15079,7 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
14983
15079
|
@pulumi.getter
|
|
14984
15080
|
def name(self) -> Optional[builtins.str]:
|
|
14985
15081
|
"""
|
|
14986
|
-
|
|
15082
|
+
Resource name
|
|
14987
15083
|
"""
|
|
14988
15084
|
return pulumi.get(self, "name")
|
|
14989
15085
|
|
|
@@ -15259,13 +15355,13 @@ class VirtualMachineScaleSetIdentityResponse(dict):
|
|
|
15259
15355
|
principal_id: builtins.str,
|
|
15260
15356
|
tenant_id: builtins.str,
|
|
15261
15357
|
type: Optional[builtins.str] = None,
|
|
15262
|
-
user_assigned_identities: Optional[Mapping[str, 'outputs.
|
|
15358
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']] = None):
|
|
15263
15359
|
"""
|
|
15264
15360
|
Identity for the virtual machine scale set.
|
|
15265
15361
|
:param builtins.str principal_id: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity.
|
|
15266
15362
|
:param builtins.str tenant_id: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity.
|
|
15267
15363
|
:param builtins.str type: The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set.
|
|
15268
|
-
:param Mapping[str, '
|
|
15364
|
+
:param Mapping[str, 'UserAssignedIdentitiesValueResponse'] user_assigned_identities: The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
15269
15365
|
"""
|
|
15270
15366
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
15271
15367
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
@@ -15300,7 +15396,7 @@ class VirtualMachineScaleSetIdentityResponse(dict):
|
|
|
15300
15396
|
|
|
15301
15397
|
@property
|
|
15302
15398
|
@pulumi.getter(name="userAssignedIdentities")
|
|
15303
|
-
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.
|
|
15399
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesValueResponse']]:
|
|
15304
15400
|
"""
|
|
15305
15401
|
The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
15306
15402
|
"""
|
|
@@ -15740,7 +15836,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
15740
15836
|
"""
|
|
15741
15837
|
Describes a virtual machine scale set network profile.
|
|
15742
15838
|
:param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
15743
|
-
:param builtins.str network_api_version:
|
|
15839
|
+
:param builtins.str network_api_version: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
|
|
15744
15840
|
:param Sequence['VirtualMachineScaleSetNetworkConfigurationResponse'] network_interface_configurations: The list of network configurations.
|
|
15745
15841
|
"""
|
|
15746
15842
|
if health_probe is not None:
|
|
@@ -15762,7 +15858,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
15762
15858
|
@pulumi.getter(name="networkApiVersion")
|
|
15763
15859
|
def network_api_version(self) -> Optional[builtins.str]:
|
|
15764
15860
|
"""
|
|
15765
|
-
|
|
15861
|
+
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
|
|
15766
15862
|
"""
|
|
15767
15863
|
return pulumi.get(self, "network_api_version")
|
|
15768
15864
|
|
|
@@ -16320,6 +16416,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
16320
16416
|
"""
|
|
16321
16417
|
Describes a virtual machine scale set storage profile.
|
|
16322
16418
|
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
16419
|
+
:param builtins.str disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
16323
16420
|
:param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
|
|
16324
16421
|
:param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
16325
16422
|
"""
|
|
@@ -16343,6 +16440,9 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
16343
16440
|
@property
|
|
16344
16441
|
@pulumi.getter(name="diskControllerType")
|
|
16345
16442
|
def disk_controller_type(self) -> Optional[builtins.str]:
|
|
16443
|
+
"""
|
|
16444
|
+
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
16445
|
+
"""
|
|
16346
16446
|
return pulumi.get(self, "disk_controller_type")
|
|
16347
16447
|
|
|
16348
16448
|
@property
|
|
@@ -16428,7 +16528,7 @@ class VirtualMachineScaleSetVMInstanceViewResponse(dict):
|
|
|
16428
16528
|
"""
|
|
16429
16529
|
The instance view of a virtual machine scale set VM.
|
|
16430
16530
|
:param builtins.str assigned_host: Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.
|
|
16431
|
-
:param 'VirtualMachineHealthStatusResponse' vm_health: The
|
|
16531
|
+
:param 'VirtualMachineHealthStatusResponse' vm_health: The health status for the VM.
|
|
16432
16532
|
:param 'BootDiagnosticsInstanceViewResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
16433
16533
|
:param builtins.str computer_name: Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):** 64 characters. <br><br> For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-infrastructure-subscription-accounts-guidelines?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json#1-naming-conventions).
|
|
16434
16534
|
:param Sequence['DiskInstanceViewResponse'] disks: The disks information.
|
|
@@ -16487,7 +16587,7 @@ class VirtualMachineScaleSetVMInstanceViewResponse(dict):
|
|
|
16487
16587
|
@pulumi.getter(name="vmHealth")
|
|
16488
16588
|
def vm_health(self) -> 'outputs.VirtualMachineHealthStatusResponse':
|
|
16489
16589
|
"""
|
|
16490
|
-
The
|
|
16590
|
+
The health status for the VM.
|
|
16491
16591
|
"""
|
|
16492
16592
|
return pulumi.get(self, "vm_health")
|
|
16493
16593
|
|