pulumi-azure-native 3.6.0a1751063629__py3-none-any.whl → 3.6.1__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.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.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.1.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.dist-info}/top_level.txt +0 -0
|
@@ -35,6 +35,7 @@ __all__ = [
|
|
|
35
35
|
'AzureStaticWebAppsResponse',
|
|
36
36
|
'BlobStorageTokenStoreResponse',
|
|
37
37
|
'BuildConfigurationResponse',
|
|
38
|
+
'CertificateKeyVaultPropertiesResponse',
|
|
38
39
|
'CertificateResponseProperties',
|
|
39
40
|
'CircuitBreakerPolicyResponse',
|
|
40
41
|
'ClientRegistrationResponse',
|
|
@@ -100,6 +101,7 @@ __all__ = [
|
|
|
100
101
|
'HttpSettingsResponse',
|
|
101
102
|
'HttpSettingsRoutesResponse',
|
|
102
103
|
'IdentityProvidersResponse',
|
|
104
|
+
'IdentitySettingsResponse',
|
|
103
105
|
'IngressPortMappingResponse',
|
|
104
106
|
'IngressResponse',
|
|
105
107
|
'IngressResponseStickySessions',
|
|
@@ -118,6 +120,7 @@ __all__ = [
|
|
|
118
120
|
'JobTemplateResponse',
|
|
119
121
|
'JwtClaimChecksResponse',
|
|
120
122
|
'KedaConfigurationResponse',
|
|
123
|
+
'LifecycleConfigurationResponse',
|
|
121
124
|
'LogAnalyticsConfigurationResponse',
|
|
122
125
|
'LoginResponse',
|
|
123
126
|
'LoginRoutesResponse',
|
|
@@ -130,7 +133,7 @@ __all__ = [
|
|
|
130
133
|
'ManagedIdentitySettingResponse',
|
|
131
134
|
'ManagedServiceIdentityResponse',
|
|
132
135
|
'MtlsResponse',
|
|
133
|
-
'
|
|
136
|
+
'NfsAzureFilePropertiesResponse',
|
|
134
137
|
'NonceResponse',
|
|
135
138
|
'OpenIdConnectClientCredentialResponse',
|
|
136
139
|
'OpenIdConnectConfigResponse',
|
|
@@ -142,11 +145,12 @@ __all__ = [
|
|
|
142
145
|
'QueueScaleRuleResponse',
|
|
143
146
|
'RegistryCredentialsResponse',
|
|
144
147
|
'RegistryInfoResponse',
|
|
148
|
+
'RuntimeResponse',
|
|
149
|
+
'RuntimeResponseJava',
|
|
145
150
|
'ScaleConfigurationResponse',
|
|
146
151
|
'ScaleResponse',
|
|
147
152
|
'ScaleRuleAuthResponse',
|
|
148
153
|
'ScaleRuleResponse',
|
|
149
|
-
'ScgRouteResponse',
|
|
150
154
|
'ScheduledEntryResponse',
|
|
151
155
|
'SecretResponse',
|
|
152
156
|
'SecretVolumeItemResponse',
|
|
@@ -161,7 +165,6 @@ __all__ = [
|
|
|
161
165
|
'SpringBootAdminComponentResponse',
|
|
162
166
|
'SpringCloudConfigComponentResponse',
|
|
163
167
|
'SpringCloudEurekaComponentResponse',
|
|
164
|
-
'SpringCloudGatewayComponentResponse',
|
|
165
168
|
'SystemDataResponse',
|
|
166
169
|
'TcpConnectionPoolResponse',
|
|
167
170
|
'TcpRetryPolicyResponse',
|
|
@@ -626,7 +629,7 @@ class AzureActiveDirectoryRegistrationResponse(dict):
|
|
|
626
629
|
a replacement for the Client Secret. It is also optional.
|
|
627
630
|
:param builtins.str client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
|
|
628
631
|
:param builtins.str open_id_issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
629
|
-
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
|
|
632
|
+
When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
630
633
|
This URI is a case-sensitive identifier for the token issuer.
|
|
631
634
|
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
632
635
|
"""
|
|
@@ -694,7 +697,7 @@ class AzureActiveDirectoryRegistrationResponse(dict):
|
|
|
694
697
|
def open_id_issuer(self) -> Optional[builtins.str]:
|
|
695
698
|
"""
|
|
696
699
|
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
697
|
-
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
|
|
700
|
+
When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
698
701
|
This URI is a case-sensitive identifier for the token issuer.
|
|
699
702
|
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
700
703
|
"""
|
|
@@ -1191,6 +1194,58 @@ class BuildConfigurationResponse(dict):
|
|
|
1191
1194
|
return pulumi.get(self, "pre_build_steps")
|
|
1192
1195
|
|
|
1193
1196
|
|
|
1197
|
+
@pulumi.output_type
|
|
1198
|
+
class CertificateKeyVaultPropertiesResponse(dict):
|
|
1199
|
+
"""
|
|
1200
|
+
Properties for a certificate stored in a Key Vault.
|
|
1201
|
+
"""
|
|
1202
|
+
@staticmethod
|
|
1203
|
+
def __key_warning(key: str):
|
|
1204
|
+
suggest = None
|
|
1205
|
+
if key == "keyVaultUrl":
|
|
1206
|
+
suggest = "key_vault_url"
|
|
1207
|
+
|
|
1208
|
+
if suggest:
|
|
1209
|
+
pulumi.log.warn(f"Key '{key}' not found in CertificateKeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1210
|
+
|
|
1211
|
+
def __getitem__(self, key: str) -> Any:
|
|
1212
|
+
CertificateKeyVaultPropertiesResponse.__key_warning(key)
|
|
1213
|
+
return super().__getitem__(key)
|
|
1214
|
+
|
|
1215
|
+
def get(self, key: str, default = None) -> Any:
|
|
1216
|
+
CertificateKeyVaultPropertiesResponse.__key_warning(key)
|
|
1217
|
+
return super().get(key, default)
|
|
1218
|
+
|
|
1219
|
+
def __init__(__self__, *,
|
|
1220
|
+
identity: Optional[builtins.str] = None,
|
|
1221
|
+
key_vault_url: Optional[builtins.str] = None):
|
|
1222
|
+
"""
|
|
1223
|
+
Properties for a certificate stored in a Key Vault.
|
|
1224
|
+
:param builtins.str identity: Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1225
|
+
:param builtins.str key_vault_url: URL pointing to the Azure Key Vault secret that holds the certificate.
|
|
1226
|
+
"""
|
|
1227
|
+
if identity is not None:
|
|
1228
|
+
pulumi.set(__self__, "identity", identity)
|
|
1229
|
+
if key_vault_url is not None:
|
|
1230
|
+
pulumi.set(__self__, "key_vault_url", key_vault_url)
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
@pulumi.getter
|
|
1234
|
+
def identity(self) -> Optional[builtins.str]:
|
|
1235
|
+
"""
|
|
1236
|
+
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1237
|
+
"""
|
|
1238
|
+
return pulumi.get(self, "identity")
|
|
1239
|
+
|
|
1240
|
+
@property
|
|
1241
|
+
@pulumi.getter(name="keyVaultUrl")
|
|
1242
|
+
def key_vault_url(self) -> Optional[builtins.str]:
|
|
1243
|
+
"""
|
|
1244
|
+
URL pointing to the Azure Key Vault secret that holds the certificate.
|
|
1245
|
+
"""
|
|
1246
|
+
return pulumi.get(self, "key_vault_url")
|
|
1247
|
+
|
|
1248
|
+
|
|
1194
1249
|
@pulumi.output_type
|
|
1195
1250
|
class CertificateResponseProperties(dict):
|
|
1196
1251
|
"""
|
|
@@ -1211,6 +1266,8 @@ class CertificateResponseProperties(dict):
|
|
|
1211
1266
|
suggest = "subject_alternative_names"
|
|
1212
1267
|
elif key == "subjectName":
|
|
1213
1268
|
suggest = "subject_name"
|
|
1269
|
+
elif key == "certificateKeyVaultProperties":
|
|
1270
|
+
suggest = "certificate_key_vault_properties"
|
|
1214
1271
|
|
|
1215
1272
|
if suggest:
|
|
1216
1273
|
pulumi.log.warn(f"Key '{key}' not found in CertificateResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1232,7 +1289,8 @@ class CertificateResponseProperties(dict):
|
|
|
1232
1289
|
subject_alternative_names: Sequence[builtins.str],
|
|
1233
1290
|
subject_name: builtins.str,
|
|
1234
1291
|
thumbprint: builtins.str,
|
|
1235
|
-
valid: builtins.bool
|
|
1292
|
+
valid: builtins.bool,
|
|
1293
|
+
certificate_key_vault_properties: Optional['outputs.CertificateKeyVaultPropertiesResponse'] = None):
|
|
1236
1294
|
"""
|
|
1237
1295
|
Certificate resource specific properties
|
|
1238
1296
|
:param builtins.str expiration_date: Certificate expiration date.
|
|
@@ -1244,6 +1302,7 @@ class CertificateResponseProperties(dict):
|
|
|
1244
1302
|
:param builtins.str subject_name: Subject name of the certificate.
|
|
1245
1303
|
:param builtins.str thumbprint: Certificate thumbprint.
|
|
1246
1304
|
:param builtins.bool valid: Is the certificate valid?.
|
|
1305
|
+
:param 'CertificateKeyVaultPropertiesResponse' certificate_key_vault_properties: Properties for a certificate stored in a Key Vault.
|
|
1247
1306
|
"""
|
|
1248
1307
|
pulumi.set(__self__, "expiration_date", expiration_date)
|
|
1249
1308
|
pulumi.set(__self__, "issue_date", issue_date)
|
|
@@ -1254,6 +1313,8 @@ class CertificateResponseProperties(dict):
|
|
|
1254
1313
|
pulumi.set(__self__, "subject_name", subject_name)
|
|
1255
1314
|
pulumi.set(__self__, "thumbprint", thumbprint)
|
|
1256
1315
|
pulumi.set(__self__, "valid", valid)
|
|
1316
|
+
if certificate_key_vault_properties is not None:
|
|
1317
|
+
pulumi.set(__self__, "certificate_key_vault_properties", certificate_key_vault_properties)
|
|
1257
1318
|
|
|
1258
1319
|
@property
|
|
1259
1320
|
@pulumi.getter(name="expirationDate")
|
|
@@ -1327,6 +1388,14 @@ class CertificateResponseProperties(dict):
|
|
|
1327
1388
|
"""
|
|
1328
1389
|
return pulumi.get(self, "valid")
|
|
1329
1390
|
|
|
1391
|
+
@property
|
|
1392
|
+
@pulumi.getter(name="certificateKeyVaultProperties")
|
|
1393
|
+
def certificate_key_vault_properties(self) -> Optional['outputs.CertificateKeyVaultPropertiesResponse']:
|
|
1394
|
+
"""
|
|
1395
|
+
Properties for a certificate stored in a Key Vault.
|
|
1396
|
+
"""
|
|
1397
|
+
return pulumi.get(self, "certificate_key_vault_properties")
|
|
1398
|
+
|
|
1330
1399
|
|
|
1331
1400
|
@pulumi.output_type
|
|
1332
1401
|
class CircuitBreakerPolicyResponse(dict):
|
|
@@ -1460,6 +1529,8 @@ class ConfigurationResponse(dict):
|
|
|
1460
1529
|
suggest = None
|
|
1461
1530
|
if key == "activeRevisionsMode":
|
|
1462
1531
|
suggest = "active_revisions_mode"
|
|
1532
|
+
elif key == "identitySettings":
|
|
1533
|
+
suggest = "identity_settings"
|
|
1463
1534
|
elif key == "maxInactiveRevisions":
|
|
1464
1535
|
suggest = "max_inactive_revisions"
|
|
1465
1536
|
|
|
@@ -1477,9 +1548,11 @@ class ConfigurationResponse(dict):
|
|
|
1477
1548
|
def __init__(__self__, *,
|
|
1478
1549
|
active_revisions_mode: Optional[builtins.str] = None,
|
|
1479
1550
|
dapr: Optional['outputs.DaprResponse'] = None,
|
|
1551
|
+
identity_settings: Optional[Sequence['outputs.IdentitySettingsResponse']] = None,
|
|
1480
1552
|
ingress: Optional['outputs.IngressResponse'] = None,
|
|
1481
1553
|
max_inactive_revisions: Optional[builtins.int] = None,
|
|
1482
1554
|
registries: Optional[Sequence['outputs.RegistryCredentialsResponse']] = None,
|
|
1555
|
+
runtime: Optional['outputs.RuntimeResponse'] = None,
|
|
1483
1556
|
secrets: Optional[Sequence['outputs.SecretResponse']] = None,
|
|
1484
1557
|
service: Optional['outputs.ServiceResponse'] = None):
|
|
1485
1558
|
"""
|
|
@@ -1487,9 +1560,11 @@ class ConfigurationResponse(dict):
|
|
|
1487
1560
|
:param builtins.str active_revisions_mode: ActiveRevisionsMode controls how active revisions are handled for the Container app:
|
|
1488
1561
|
<list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
|
|
1489
1562
|
:param 'DaprResponse' dapr: Dapr configuration for the Container App.
|
|
1563
|
+
:param Sequence['IdentitySettingsResponse'] identity_settings: Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used.
|
|
1490
1564
|
:param 'IngressResponse' ingress: Ingress configurations.
|
|
1491
1565
|
:param builtins.int max_inactive_revisions: Optional. Max inactive revisions a Container App can have.
|
|
1492
1566
|
:param Sequence['RegistryCredentialsResponse'] registries: Collection of private container registry credentials for containers used by the Container app
|
|
1567
|
+
:param 'RuntimeResponse' runtime: App runtime configuration for the Container App.
|
|
1493
1568
|
:param Sequence['SecretResponse'] secrets: Collection of secrets used by a Container app
|
|
1494
1569
|
:param 'ServiceResponse' service: Container App to be a dev Container App Service
|
|
1495
1570
|
"""
|
|
@@ -1499,12 +1574,16 @@ class ConfigurationResponse(dict):
|
|
|
1499
1574
|
pulumi.set(__self__, "active_revisions_mode", active_revisions_mode)
|
|
1500
1575
|
if dapr is not None:
|
|
1501
1576
|
pulumi.set(__self__, "dapr", dapr)
|
|
1577
|
+
if identity_settings is not None:
|
|
1578
|
+
pulumi.set(__self__, "identity_settings", identity_settings)
|
|
1502
1579
|
if ingress is not None:
|
|
1503
1580
|
pulumi.set(__self__, "ingress", ingress)
|
|
1504
1581
|
if max_inactive_revisions is not None:
|
|
1505
1582
|
pulumi.set(__self__, "max_inactive_revisions", max_inactive_revisions)
|
|
1506
1583
|
if registries is not None:
|
|
1507
1584
|
pulumi.set(__self__, "registries", registries)
|
|
1585
|
+
if runtime is not None:
|
|
1586
|
+
pulumi.set(__self__, "runtime", runtime)
|
|
1508
1587
|
if secrets is not None:
|
|
1509
1588
|
pulumi.set(__self__, "secrets", secrets)
|
|
1510
1589
|
if service is not None:
|
|
@@ -1527,6 +1606,14 @@ class ConfigurationResponse(dict):
|
|
|
1527
1606
|
"""
|
|
1528
1607
|
return pulumi.get(self, "dapr")
|
|
1529
1608
|
|
|
1609
|
+
@property
|
|
1610
|
+
@pulumi.getter(name="identitySettings")
|
|
1611
|
+
def identity_settings(self) -> Optional[Sequence['outputs.IdentitySettingsResponse']]:
|
|
1612
|
+
"""
|
|
1613
|
+
Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used.
|
|
1614
|
+
"""
|
|
1615
|
+
return pulumi.get(self, "identity_settings")
|
|
1616
|
+
|
|
1530
1617
|
@property
|
|
1531
1618
|
@pulumi.getter
|
|
1532
1619
|
def ingress(self) -> Optional['outputs.IngressResponse']:
|
|
@@ -1551,6 +1638,14 @@ class ConfigurationResponse(dict):
|
|
|
1551
1638
|
"""
|
|
1552
1639
|
return pulumi.get(self, "registries")
|
|
1553
1640
|
|
|
1641
|
+
@property
|
|
1642
|
+
@pulumi.getter
|
|
1643
|
+
def runtime(self) -> Optional['outputs.RuntimeResponse']:
|
|
1644
|
+
"""
|
|
1645
|
+
App runtime configuration for the Container App.
|
|
1646
|
+
"""
|
|
1647
|
+
return pulumi.get(self, "runtime")
|
|
1648
|
+
|
|
1554
1649
|
@property
|
|
1555
1650
|
@pulumi.getter
|
|
1556
1651
|
def secrets(self) -> Optional[Sequence['outputs.SecretResponse']]:
|
|
@@ -2479,6 +2574,8 @@ class CustomDomainConfigurationResponse(dict):
|
|
|
2479
2574
|
suggest = "expiration_date"
|
|
2480
2575
|
elif key == "subjectName":
|
|
2481
2576
|
suggest = "subject_name"
|
|
2577
|
+
elif key == "certificateKeyVaultProperties":
|
|
2578
|
+
suggest = "certificate_key_vault_properties"
|
|
2482
2579
|
elif key == "certificatePassword":
|
|
2483
2580
|
suggest = "certificate_password"
|
|
2484
2581
|
elif key == "certificateValue":
|
|
@@ -2502,6 +2599,7 @@ class CustomDomainConfigurationResponse(dict):
|
|
|
2502
2599
|
expiration_date: builtins.str,
|
|
2503
2600
|
subject_name: builtins.str,
|
|
2504
2601
|
thumbprint: builtins.str,
|
|
2602
|
+
certificate_key_vault_properties: Optional['outputs.CertificateKeyVaultPropertiesResponse'] = None,
|
|
2505
2603
|
certificate_password: Optional[builtins.str] = None,
|
|
2506
2604
|
certificate_value: Optional[builtins.str] = None,
|
|
2507
2605
|
dns_suffix: Optional[builtins.str] = None):
|
|
@@ -2511,6 +2609,7 @@ class CustomDomainConfigurationResponse(dict):
|
|
|
2511
2609
|
:param builtins.str expiration_date: Certificate expiration date.
|
|
2512
2610
|
:param builtins.str subject_name: Subject name of the certificate.
|
|
2513
2611
|
:param builtins.str thumbprint: Certificate thumbprint.
|
|
2612
|
+
:param 'CertificateKeyVaultPropertiesResponse' certificate_key_vault_properties: Certificate stored in Azure Key Vault.
|
|
2514
2613
|
:param builtins.str certificate_password: Certificate password
|
|
2515
2614
|
:param builtins.str certificate_value: PFX or PEM blob
|
|
2516
2615
|
:param builtins.str dns_suffix: Dns suffix for the environment domain
|
|
@@ -2519,6 +2618,8 @@ class CustomDomainConfigurationResponse(dict):
|
|
|
2519
2618
|
pulumi.set(__self__, "expiration_date", expiration_date)
|
|
2520
2619
|
pulumi.set(__self__, "subject_name", subject_name)
|
|
2521
2620
|
pulumi.set(__self__, "thumbprint", thumbprint)
|
|
2621
|
+
if certificate_key_vault_properties is not None:
|
|
2622
|
+
pulumi.set(__self__, "certificate_key_vault_properties", certificate_key_vault_properties)
|
|
2522
2623
|
if certificate_password is not None:
|
|
2523
2624
|
pulumi.set(__self__, "certificate_password", certificate_password)
|
|
2524
2625
|
if certificate_value is not None:
|
|
@@ -2558,6 +2659,14 @@ class CustomDomainConfigurationResponse(dict):
|
|
|
2558
2659
|
"""
|
|
2559
2660
|
return pulumi.get(self, "thumbprint")
|
|
2560
2661
|
|
|
2662
|
+
@property
|
|
2663
|
+
@pulumi.getter(name="certificateKeyVaultProperties")
|
|
2664
|
+
def certificate_key_vault_properties(self) -> Optional['outputs.CertificateKeyVaultPropertiesResponse']:
|
|
2665
|
+
"""
|
|
2666
|
+
Certificate stored in Azure Key Vault.
|
|
2667
|
+
"""
|
|
2668
|
+
return pulumi.get(self, "certificate_key_vault_properties")
|
|
2669
|
+
|
|
2561
2670
|
@property
|
|
2562
2671
|
@pulumi.getter(name="certificatePassword")
|
|
2563
2672
|
def certificate_password(self) -> Optional[builtins.str]:
|
|
@@ -2802,17 +2911,21 @@ class CustomScaleRuleResponse(dict):
|
|
|
2802
2911
|
"""
|
|
2803
2912
|
def __init__(__self__, *,
|
|
2804
2913
|
auth: Optional[Sequence['outputs.ScaleRuleAuthResponse']] = None,
|
|
2914
|
+
identity: Optional[builtins.str] = None,
|
|
2805
2915
|
metadata: Optional[Mapping[str, builtins.str]] = None,
|
|
2806
2916
|
type: Optional[builtins.str] = None):
|
|
2807
2917
|
"""
|
|
2808
2918
|
Container App container Custom scaling rule.
|
|
2809
2919
|
:param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the custom scale rule.
|
|
2920
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
2810
2921
|
:param Mapping[str, builtins.str] metadata: Metadata properties to describe custom scale rule.
|
|
2811
2922
|
:param builtins.str type: Type of the custom scale rule
|
|
2812
2923
|
eg: azure-servicebus, redis etc.
|
|
2813
2924
|
"""
|
|
2814
2925
|
if auth is not None:
|
|
2815
2926
|
pulumi.set(__self__, "auth", auth)
|
|
2927
|
+
if identity is not None:
|
|
2928
|
+
pulumi.set(__self__, "identity", identity)
|
|
2816
2929
|
if metadata is not None:
|
|
2817
2930
|
pulumi.set(__self__, "metadata", metadata)
|
|
2818
2931
|
if type is not None:
|
|
@@ -2826,6 +2939,14 @@ class CustomScaleRuleResponse(dict):
|
|
|
2826
2939
|
"""
|
|
2827
2940
|
return pulumi.get(self, "auth")
|
|
2828
2941
|
|
|
2942
|
+
@property
|
|
2943
|
+
@pulumi.getter
|
|
2944
|
+
def identity(self) -> Optional[builtins.str]:
|
|
2945
|
+
"""
|
|
2946
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
2947
|
+
"""
|
|
2948
|
+
return pulumi.get(self, "identity")
|
|
2949
|
+
|
|
2829
2950
|
@property
|
|
2830
2951
|
@pulumi.getter
|
|
2831
2952
|
def metadata(self) -> Optional[Mapping[str, builtins.str]]:
|
|
@@ -3691,10 +3812,8 @@ class DynamicPoolConfigurationResponse(dict):
|
|
|
3691
3812
|
@staticmethod
|
|
3692
3813
|
def __key_warning(key: str):
|
|
3693
3814
|
suggest = None
|
|
3694
|
-
if key == "
|
|
3695
|
-
suggest = "
|
|
3696
|
-
elif key == "executionType":
|
|
3697
|
-
suggest = "execution_type"
|
|
3815
|
+
if key == "lifecycleConfiguration":
|
|
3816
|
+
suggest = "lifecycle_configuration"
|
|
3698
3817
|
|
|
3699
3818
|
if suggest:
|
|
3700
3819
|
pulumi.log.warn(f"Key '{key}' not found in DynamicPoolConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -3708,33 +3827,21 @@ class DynamicPoolConfigurationResponse(dict):
|
|
|
3708
3827
|
return super().get(key, default)
|
|
3709
3828
|
|
|
3710
3829
|
def __init__(__self__, *,
|
|
3711
|
-
|
|
3712
|
-
execution_type: Optional[builtins.str] = None):
|
|
3830
|
+
lifecycle_configuration: Optional['outputs.LifecycleConfigurationResponse'] = None):
|
|
3713
3831
|
"""
|
|
3714
3832
|
Dynamic pool configuration.
|
|
3715
|
-
:param
|
|
3716
|
-
:param builtins.str execution_type: The execution type of the session pool.
|
|
3717
|
-
"""
|
|
3718
|
-
if cooldown_period_in_seconds is not None:
|
|
3719
|
-
pulumi.set(__self__, "cooldown_period_in_seconds", cooldown_period_in_seconds)
|
|
3720
|
-
if execution_type is not None:
|
|
3721
|
-
pulumi.set(__self__, "execution_type", execution_type)
|
|
3722
|
-
|
|
3723
|
-
@property
|
|
3724
|
-
@pulumi.getter(name="cooldownPeriodInSeconds")
|
|
3725
|
-
def cooldown_period_in_seconds(self) -> Optional[builtins.int]:
|
|
3833
|
+
:param 'LifecycleConfigurationResponse' lifecycle_configuration: The lifecycle configuration of a session in the dynamic session pool
|
|
3726
3834
|
"""
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
return pulumi.get(self, "cooldown_period_in_seconds")
|
|
3835
|
+
if lifecycle_configuration is not None:
|
|
3836
|
+
pulumi.set(__self__, "lifecycle_configuration", lifecycle_configuration)
|
|
3730
3837
|
|
|
3731
3838
|
@property
|
|
3732
|
-
@pulumi.getter(name="
|
|
3733
|
-
def
|
|
3839
|
+
@pulumi.getter(name="lifecycleConfiguration")
|
|
3840
|
+
def lifecycle_configuration(self) -> Optional['outputs.LifecycleConfigurationResponse']:
|
|
3734
3841
|
"""
|
|
3735
|
-
The
|
|
3842
|
+
The lifecycle configuration of a session in the dynamic session pool
|
|
3736
3843
|
"""
|
|
3737
|
-
return pulumi.get(self, "
|
|
3844
|
+
return pulumi.get(self, "lifecycle_configuration")
|
|
3738
3845
|
|
|
3739
3846
|
|
|
3740
3847
|
@pulumi.output_type
|
|
@@ -5205,14 +5312,18 @@ class HttpScaleRuleResponse(dict):
|
|
|
5205
5312
|
"""
|
|
5206
5313
|
def __init__(__self__, *,
|
|
5207
5314
|
auth: Optional[Sequence['outputs.ScaleRuleAuthResponse']] = None,
|
|
5315
|
+
identity: Optional[builtins.str] = None,
|
|
5208
5316
|
metadata: Optional[Mapping[str, builtins.str]] = None):
|
|
5209
5317
|
"""
|
|
5210
5318
|
Container App container Http scaling rule.
|
|
5211
5319
|
:param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the custom scale rule.
|
|
5320
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
5212
5321
|
:param Mapping[str, builtins.str] metadata: Metadata properties to describe http scale rule.
|
|
5213
5322
|
"""
|
|
5214
5323
|
if auth is not None:
|
|
5215
5324
|
pulumi.set(__self__, "auth", auth)
|
|
5325
|
+
if identity is not None:
|
|
5326
|
+
pulumi.set(__self__, "identity", identity)
|
|
5216
5327
|
if metadata is not None:
|
|
5217
5328
|
pulumi.set(__self__, "metadata", metadata)
|
|
5218
5329
|
|
|
@@ -5224,6 +5335,14 @@ class HttpScaleRuleResponse(dict):
|
|
|
5224
5335
|
"""
|
|
5225
5336
|
return pulumi.get(self, "auth")
|
|
5226
5337
|
|
|
5338
|
+
@property
|
|
5339
|
+
@pulumi.getter
|
|
5340
|
+
def identity(self) -> Optional[builtins.str]:
|
|
5341
|
+
"""
|
|
5342
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
5343
|
+
"""
|
|
5344
|
+
return pulumi.get(self, "identity")
|
|
5345
|
+
|
|
5227
5346
|
@property
|
|
5228
5347
|
@pulumi.getter
|
|
5229
5348
|
def metadata(self) -> Optional[Mapping[str, builtins.str]]:
|
|
@@ -5471,6 +5590,42 @@ class IdentityProvidersResponse(dict):
|
|
|
5471
5590
|
return pulumi.get(self, "twitter")
|
|
5472
5591
|
|
|
5473
5592
|
|
|
5593
|
+
@pulumi.output_type
|
|
5594
|
+
class IdentitySettingsResponse(dict):
|
|
5595
|
+
"""
|
|
5596
|
+
Optional settings for a Managed Identity that is assigned to the Container App.
|
|
5597
|
+
"""
|
|
5598
|
+
def __init__(__self__, *,
|
|
5599
|
+
identity: builtins.str,
|
|
5600
|
+
lifecycle: Optional[builtins.str] = None):
|
|
5601
|
+
"""
|
|
5602
|
+
Optional settings for a Managed Identity that is assigned to the Container App.
|
|
5603
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
5604
|
+
:param builtins.str lifecycle: Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
|
|
5605
|
+
"""
|
|
5606
|
+
pulumi.set(__self__, "identity", identity)
|
|
5607
|
+
if lifecycle is None:
|
|
5608
|
+
lifecycle = 'All'
|
|
5609
|
+
if lifecycle is not None:
|
|
5610
|
+
pulumi.set(__self__, "lifecycle", lifecycle)
|
|
5611
|
+
|
|
5612
|
+
@property
|
|
5613
|
+
@pulumi.getter
|
|
5614
|
+
def identity(self) -> builtins.str:
|
|
5615
|
+
"""
|
|
5616
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
5617
|
+
"""
|
|
5618
|
+
return pulumi.get(self, "identity")
|
|
5619
|
+
|
|
5620
|
+
@property
|
|
5621
|
+
@pulumi.getter
|
|
5622
|
+
def lifecycle(self) -> Optional[builtins.str]:
|
|
5623
|
+
"""
|
|
5624
|
+
Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
|
|
5625
|
+
"""
|
|
5626
|
+
return pulumi.get(self, "lifecycle")
|
|
5627
|
+
|
|
5628
|
+
|
|
5474
5629
|
@pulumi.output_type
|
|
5475
5630
|
class IngressPortMappingResponse(dict):
|
|
5476
5631
|
"""
|
|
@@ -6142,6 +6297,8 @@ class JobConfigurationResponse(dict):
|
|
|
6142
6297
|
suggest = "trigger_type"
|
|
6143
6298
|
elif key == "eventTriggerConfig":
|
|
6144
6299
|
suggest = "event_trigger_config"
|
|
6300
|
+
elif key == "identitySettings":
|
|
6301
|
+
suggest = "identity_settings"
|
|
6145
6302
|
elif key == "manualTriggerConfig":
|
|
6146
6303
|
suggest = "manual_trigger_config"
|
|
6147
6304
|
elif key == "replicaRetryLimit":
|
|
@@ -6164,6 +6321,7 @@ class JobConfigurationResponse(dict):
|
|
|
6164
6321
|
replica_timeout: builtins.int,
|
|
6165
6322
|
trigger_type: Optional[builtins.str] = None,
|
|
6166
6323
|
event_trigger_config: Optional['outputs.JobConfigurationResponseEventTriggerConfig'] = None,
|
|
6324
|
+
identity_settings: Optional[Sequence['outputs.IdentitySettingsResponse']] = None,
|
|
6167
6325
|
manual_trigger_config: Optional['outputs.JobConfigurationResponseManualTriggerConfig'] = None,
|
|
6168
6326
|
registries: Optional[Sequence['outputs.RegistryCredentialsResponse']] = None,
|
|
6169
6327
|
replica_retry_limit: Optional[builtins.int] = None,
|
|
@@ -6174,6 +6332,7 @@ class JobConfigurationResponse(dict):
|
|
|
6174
6332
|
:param builtins.int replica_timeout: Maximum number of seconds a replica is allowed to run.
|
|
6175
6333
|
:param builtins.str trigger_type: Trigger type of the job
|
|
6176
6334
|
:param 'JobConfigurationResponseEventTriggerConfig' event_trigger_config: Trigger configuration of an event driven job.
|
|
6335
|
+
:param Sequence['IdentitySettingsResponse'] identity_settings: Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used.
|
|
6177
6336
|
:param 'JobConfigurationResponseManualTriggerConfig' manual_trigger_config: Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
|
|
6178
6337
|
:param Sequence['RegistryCredentialsResponse'] registries: Collection of private container registry credentials used by a Container apps job
|
|
6179
6338
|
:param builtins.int replica_retry_limit: Maximum number of retries before failing the job.
|
|
@@ -6186,6 +6345,8 @@ class JobConfigurationResponse(dict):
|
|
|
6186
6345
|
pulumi.set(__self__, "trigger_type", trigger_type)
|
|
6187
6346
|
if event_trigger_config is not None:
|
|
6188
6347
|
pulumi.set(__self__, "event_trigger_config", event_trigger_config)
|
|
6348
|
+
if identity_settings is not None:
|
|
6349
|
+
pulumi.set(__self__, "identity_settings", identity_settings)
|
|
6189
6350
|
if manual_trigger_config is not None:
|
|
6190
6351
|
pulumi.set(__self__, "manual_trigger_config", manual_trigger_config)
|
|
6191
6352
|
if registries is not None:
|
|
@@ -6221,6 +6382,14 @@ class JobConfigurationResponse(dict):
|
|
|
6221
6382
|
"""
|
|
6222
6383
|
return pulumi.get(self, "event_trigger_config")
|
|
6223
6384
|
|
|
6385
|
+
@property
|
|
6386
|
+
@pulumi.getter(name="identitySettings")
|
|
6387
|
+
def identity_settings(self) -> Optional[Sequence['outputs.IdentitySettingsResponse']]:
|
|
6388
|
+
"""
|
|
6389
|
+
Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used.
|
|
6390
|
+
"""
|
|
6391
|
+
return pulumi.get(self, "identity_settings")
|
|
6392
|
+
|
|
6224
6393
|
@property
|
|
6225
6394
|
@pulumi.getter(name="manualTriggerConfig")
|
|
6226
6395
|
def manual_trigger_config(self) -> Optional['outputs.JobConfigurationResponseManualTriggerConfig']:
|
|
@@ -6534,12 +6703,14 @@ class JobScaleRuleResponse(dict):
|
|
|
6534
6703
|
"""
|
|
6535
6704
|
def __init__(__self__, *,
|
|
6536
6705
|
auth: Optional[Sequence['outputs.ScaleRuleAuthResponse']] = None,
|
|
6706
|
+
identity: Optional[builtins.str] = None,
|
|
6537
6707
|
metadata: Optional[Any] = None,
|
|
6538
6708
|
name: Optional[builtins.str] = None,
|
|
6539
6709
|
type: Optional[builtins.str] = None):
|
|
6540
6710
|
"""
|
|
6541
6711
|
Scaling rule.
|
|
6542
6712
|
:param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the scale rule.
|
|
6713
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6543
6714
|
:param Any metadata: Metadata properties to describe the scale rule.
|
|
6544
6715
|
:param builtins.str name: Scale Rule Name
|
|
6545
6716
|
:param builtins.str type: Type of the scale rule
|
|
@@ -6547,6 +6718,8 @@ class JobScaleRuleResponse(dict):
|
|
|
6547
6718
|
"""
|
|
6548
6719
|
if auth is not None:
|
|
6549
6720
|
pulumi.set(__self__, "auth", auth)
|
|
6721
|
+
if identity is not None:
|
|
6722
|
+
pulumi.set(__self__, "identity", identity)
|
|
6550
6723
|
if metadata is not None:
|
|
6551
6724
|
pulumi.set(__self__, "metadata", metadata)
|
|
6552
6725
|
if name is not None:
|
|
@@ -6562,6 +6735,14 @@ class JobScaleRuleResponse(dict):
|
|
|
6562
6735
|
"""
|
|
6563
6736
|
return pulumi.get(self, "auth")
|
|
6564
6737
|
|
|
6738
|
+
@property
|
|
6739
|
+
@pulumi.getter
|
|
6740
|
+
def identity(self) -> Optional[builtins.str]:
|
|
6741
|
+
"""
|
|
6742
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6743
|
+
"""
|
|
6744
|
+
return pulumi.get(self, "identity")
|
|
6745
|
+
|
|
6565
6746
|
@property
|
|
6566
6747
|
@pulumi.getter
|
|
6567
6748
|
def metadata(self) -> Optional[Any]:
|
|
@@ -6728,6 +6909,74 @@ class KedaConfigurationResponse(dict):
|
|
|
6728
6909
|
return pulumi.get(self, "version")
|
|
6729
6910
|
|
|
6730
6911
|
|
|
6912
|
+
@pulumi.output_type
|
|
6913
|
+
class LifecycleConfigurationResponse(dict):
|
|
6914
|
+
"""
|
|
6915
|
+
The lifecycle configuration properties of a session in the dynamic session pool
|
|
6916
|
+
"""
|
|
6917
|
+
@staticmethod
|
|
6918
|
+
def __key_warning(key: str):
|
|
6919
|
+
suggest = None
|
|
6920
|
+
if key == "cooldownPeriodInSeconds":
|
|
6921
|
+
suggest = "cooldown_period_in_seconds"
|
|
6922
|
+
elif key == "lifecycleType":
|
|
6923
|
+
suggest = "lifecycle_type"
|
|
6924
|
+
elif key == "maxAlivePeriodInSeconds":
|
|
6925
|
+
suggest = "max_alive_period_in_seconds"
|
|
6926
|
+
|
|
6927
|
+
if suggest:
|
|
6928
|
+
pulumi.log.warn(f"Key '{key}' not found in LifecycleConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6929
|
+
|
|
6930
|
+
def __getitem__(self, key: str) -> Any:
|
|
6931
|
+
LifecycleConfigurationResponse.__key_warning(key)
|
|
6932
|
+
return super().__getitem__(key)
|
|
6933
|
+
|
|
6934
|
+
def get(self, key: str, default = None) -> Any:
|
|
6935
|
+
LifecycleConfigurationResponse.__key_warning(key)
|
|
6936
|
+
return super().get(key, default)
|
|
6937
|
+
|
|
6938
|
+
def __init__(__self__, *,
|
|
6939
|
+
cooldown_period_in_seconds: Optional[builtins.int] = None,
|
|
6940
|
+
lifecycle_type: Optional[builtins.str] = None,
|
|
6941
|
+
max_alive_period_in_seconds: Optional[builtins.int] = None):
|
|
6942
|
+
"""
|
|
6943
|
+
The lifecycle configuration properties of a session in the dynamic session pool
|
|
6944
|
+
:param builtins.int cooldown_period_in_seconds: The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
|
|
6945
|
+
:param builtins.str lifecycle_type: The lifecycle type of the session pool.
|
|
6946
|
+
:param builtins.int max_alive_period_in_seconds: The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
|
|
6947
|
+
"""
|
|
6948
|
+
if cooldown_period_in_seconds is not None:
|
|
6949
|
+
pulumi.set(__self__, "cooldown_period_in_seconds", cooldown_period_in_seconds)
|
|
6950
|
+
if lifecycle_type is not None:
|
|
6951
|
+
pulumi.set(__self__, "lifecycle_type", lifecycle_type)
|
|
6952
|
+
if max_alive_period_in_seconds is not None:
|
|
6953
|
+
pulumi.set(__self__, "max_alive_period_in_seconds", max_alive_period_in_seconds)
|
|
6954
|
+
|
|
6955
|
+
@property
|
|
6956
|
+
@pulumi.getter(name="cooldownPeriodInSeconds")
|
|
6957
|
+
def cooldown_period_in_seconds(self) -> Optional[builtins.int]:
|
|
6958
|
+
"""
|
|
6959
|
+
The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
|
|
6960
|
+
"""
|
|
6961
|
+
return pulumi.get(self, "cooldown_period_in_seconds")
|
|
6962
|
+
|
|
6963
|
+
@property
|
|
6964
|
+
@pulumi.getter(name="lifecycleType")
|
|
6965
|
+
def lifecycle_type(self) -> Optional[builtins.str]:
|
|
6966
|
+
"""
|
|
6967
|
+
The lifecycle type of the session pool.
|
|
6968
|
+
"""
|
|
6969
|
+
return pulumi.get(self, "lifecycle_type")
|
|
6970
|
+
|
|
6971
|
+
@property
|
|
6972
|
+
@pulumi.getter(name="maxAlivePeriodInSeconds")
|
|
6973
|
+
def max_alive_period_in_seconds(self) -> Optional[builtins.int]:
|
|
6974
|
+
"""
|
|
6975
|
+
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
|
|
6976
|
+
"""
|
|
6977
|
+
return pulumi.get(self, "max_alive_period_in_seconds")
|
|
6978
|
+
|
|
6979
|
+
|
|
6731
6980
|
@pulumi.output_type
|
|
6732
6981
|
class LogAnalyticsConfigurationResponse(dict):
|
|
6733
6982
|
"""
|
|
@@ -7111,6 +7360,8 @@ class ManagedEnvironmentStorageResponseProperties(dict):
|
|
|
7111
7360
|
suggest = None
|
|
7112
7361
|
if key == "azureFile":
|
|
7113
7362
|
suggest = "azure_file"
|
|
7363
|
+
elif key == "nfsAzureFile":
|
|
7364
|
+
suggest = "nfs_azure_file"
|
|
7114
7365
|
|
|
7115
7366
|
if suggest:
|
|
7116
7367
|
pulumi.log.warn(f"Key '{key}' not found in ManagedEnvironmentStorageResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -7124,13 +7375,17 @@ class ManagedEnvironmentStorageResponseProperties(dict):
|
|
|
7124
7375
|
return super().get(key, default)
|
|
7125
7376
|
|
|
7126
7377
|
def __init__(__self__, *,
|
|
7127
|
-
azure_file: Optional['outputs.AzureFilePropertiesResponse'] = None
|
|
7378
|
+
azure_file: Optional['outputs.AzureFilePropertiesResponse'] = None,
|
|
7379
|
+
nfs_azure_file: Optional['outputs.NfsAzureFilePropertiesResponse'] = None):
|
|
7128
7380
|
"""
|
|
7129
7381
|
Storage properties
|
|
7130
7382
|
:param 'AzureFilePropertiesResponse' azure_file: Azure file properties
|
|
7383
|
+
:param 'NfsAzureFilePropertiesResponse' nfs_azure_file: NFS Azure file properties
|
|
7131
7384
|
"""
|
|
7132
7385
|
if azure_file is not None:
|
|
7133
7386
|
pulumi.set(__self__, "azure_file", azure_file)
|
|
7387
|
+
if nfs_azure_file is not None:
|
|
7388
|
+
pulumi.set(__self__, "nfs_azure_file", nfs_azure_file)
|
|
7134
7389
|
|
|
7135
7390
|
@property
|
|
7136
7391
|
@pulumi.getter(name="azureFile")
|
|
@@ -7140,6 +7395,14 @@ class ManagedEnvironmentStorageResponseProperties(dict):
|
|
|
7140
7395
|
"""
|
|
7141
7396
|
return pulumi.get(self, "azure_file")
|
|
7142
7397
|
|
|
7398
|
+
@property
|
|
7399
|
+
@pulumi.getter(name="nfsAzureFile")
|
|
7400
|
+
def nfs_azure_file(self) -> Optional['outputs.NfsAzureFilePropertiesResponse']:
|
|
7401
|
+
"""
|
|
7402
|
+
NFS Azure file properties
|
|
7403
|
+
"""
|
|
7404
|
+
return pulumi.get(self, "nfs_azure_file")
|
|
7405
|
+
|
|
7143
7406
|
|
|
7144
7407
|
@pulumi.output_type
|
|
7145
7408
|
class ManagedIdentitySettingResponse(dict):
|
|
@@ -7278,107 +7541,69 @@ class MtlsResponse(dict):
|
|
|
7278
7541
|
|
|
7279
7542
|
|
|
7280
7543
|
@pulumi.output_type
|
|
7281
|
-
class
|
|
7544
|
+
class NfsAzureFilePropertiesResponse(dict):
|
|
7282
7545
|
"""
|
|
7283
|
-
|
|
7546
|
+
NFS Azure File Properties.
|
|
7284
7547
|
"""
|
|
7285
7548
|
@staticmethod
|
|
7286
7549
|
def __key_warning(key: str):
|
|
7287
7550
|
suggest = None
|
|
7288
|
-
if key == "
|
|
7289
|
-
suggest = "
|
|
7290
|
-
elif key == "
|
|
7291
|
-
suggest = "
|
|
7292
|
-
elif key == "serviceBinds":
|
|
7293
|
-
suggest = "service_binds"
|
|
7551
|
+
if key == "accessMode":
|
|
7552
|
+
suggest = "access_mode"
|
|
7553
|
+
elif key == "shareName":
|
|
7554
|
+
suggest = "share_name"
|
|
7294
7555
|
|
|
7295
7556
|
if suggest:
|
|
7296
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
7557
|
+
pulumi.log.warn(f"Key '{key}' not found in NfsAzureFilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7297
7558
|
|
|
7298
7559
|
def __getitem__(self, key: str) -> Any:
|
|
7299
|
-
|
|
7560
|
+
NfsAzureFilePropertiesResponse.__key_warning(key)
|
|
7300
7561
|
return super().__getitem__(key)
|
|
7301
7562
|
|
|
7302
7563
|
def get(self, key: str, default = None) -> Any:
|
|
7303
|
-
|
|
7564
|
+
NfsAzureFilePropertiesResponse.__key_warning(key)
|
|
7304
7565
|
return super().get(key, default)
|
|
7305
7566
|
|
|
7306
7567
|
def __init__(__self__, *,
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
ingress: Optional['outputs.JavaComponentIngressResponse'] = None,
|
|
7311
|
-
scale: Optional['outputs.JavaComponentPropertiesResponseScale'] = None,
|
|
7312
|
-
service_binds: Optional[Sequence['outputs.JavaComponentServiceBindResponse']] = None):
|
|
7313
|
-
"""
|
|
7314
|
-
Nacos properties.
|
|
7315
|
-
:param builtins.str component_type: Type of the Java Component.
|
|
7316
|
-
Expected value is 'Nacos'.
|
|
7317
|
-
:param builtins.str provisioning_state: Provisioning state of the Java Component.
|
|
7318
|
-
:param Sequence['JavaComponentConfigurationPropertyResponse'] configurations: List of Java Components configuration properties
|
|
7319
|
-
:param 'JavaComponentIngressResponse' ingress: Java Component Ingress configurations.
|
|
7320
|
-
:param 'JavaComponentPropertiesResponseScale' scale: Java component scaling configurations
|
|
7321
|
-
:param Sequence['JavaComponentServiceBindResponse'] service_binds: List of Java Components that are bound to the Java component
|
|
7322
|
-
"""
|
|
7323
|
-
pulumi.set(__self__, "component_type", 'Nacos')
|
|
7324
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
7325
|
-
if configurations is not None:
|
|
7326
|
-
pulumi.set(__self__, "configurations", configurations)
|
|
7327
|
-
if ingress is not None:
|
|
7328
|
-
pulumi.set(__self__, "ingress", ingress)
|
|
7329
|
-
if scale is not None:
|
|
7330
|
-
pulumi.set(__self__, "scale", scale)
|
|
7331
|
-
if service_binds is not None:
|
|
7332
|
-
pulumi.set(__self__, "service_binds", service_binds)
|
|
7333
|
-
|
|
7334
|
-
@property
|
|
7335
|
-
@pulumi.getter(name="componentType")
|
|
7336
|
-
def component_type(self) -> builtins.str:
|
|
7337
|
-
"""
|
|
7338
|
-
Type of the Java Component.
|
|
7339
|
-
Expected value is 'Nacos'.
|
|
7340
|
-
"""
|
|
7341
|
-
return pulumi.get(self, "component_type")
|
|
7342
|
-
|
|
7343
|
-
@property
|
|
7344
|
-
@pulumi.getter(name="provisioningState")
|
|
7345
|
-
def provisioning_state(self) -> builtins.str:
|
|
7346
|
-
"""
|
|
7347
|
-
Provisioning state of the Java Component.
|
|
7348
|
-
"""
|
|
7349
|
-
return pulumi.get(self, "provisioning_state")
|
|
7350
|
-
|
|
7351
|
-
@property
|
|
7352
|
-
@pulumi.getter
|
|
7353
|
-
def configurations(self) -> Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']]:
|
|
7568
|
+
access_mode: Optional[builtins.str] = None,
|
|
7569
|
+
server: Optional[builtins.str] = None,
|
|
7570
|
+
share_name: Optional[builtins.str] = None):
|
|
7354
7571
|
"""
|
|
7355
|
-
|
|
7572
|
+
NFS Azure File Properties.
|
|
7573
|
+
:param builtins.str access_mode: Access mode for storage
|
|
7574
|
+
:param builtins.str server: Server for NFS azure file. Specify the Azure storage account server address.
|
|
7575
|
+
:param builtins.str share_name: NFS Azure file share name.
|
|
7356
7576
|
"""
|
|
7357
|
-
|
|
7577
|
+
if access_mode is not None:
|
|
7578
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
|
7579
|
+
if server is not None:
|
|
7580
|
+
pulumi.set(__self__, "server", server)
|
|
7581
|
+
if share_name is not None:
|
|
7582
|
+
pulumi.set(__self__, "share_name", share_name)
|
|
7358
7583
|
|
|
7359
7584
|
@property
|
|
7360
|
-
@pulumi.getter
|
|
7361
|
-
def
|
|
7585
|
+
@pulumi.getter(name="accessMode")
|
|
7586
|
+
def access_mode(self) -> Optional[builtins.str]:
|
|
7362
7587
|
"""
|
|
7363
|
-
|
|
7588
|
+
Access mode for storage
|
|
7364
7589
|
"""
|
|
7365
|
-
return pulumi.get(self, "
|
|
7590
|
+
return pulumi.get(self, "access_mode")
|
|
7366
7591
|
|
|
7367
7592
|
@property
|
|
7368
7593
|
@pulumi.getter
|
|
7369
|
-
def
|
|
7594
|
+
def server(self) -> Optional[builtins.str]:
|
|
7370
7595
|
"""
|
|
7371
|
-
|
|
7596
|
+
Server for NFS azure file. Specify the Azure storage account server address.
|
|
7372
7597
|
"""
|
|
7373
|
-
return pulumi.get(self, "
|
|
7598
|
+
return pulumi.get(self, "server")
|
|
7374
7599
|
|
|
7375
7600
|
@property
|
|
7376
|
-
@pulumi.getter(name="
|
|
7377
|
-
def
|
|
7601
|
+
@pulumi.getter(name="shareName")
|
|
7602
|
+
def share_name(self) -> Optional[builtins.str]:
|
|
7378
7603
|
"""
|
|
7379
|
-
|
|
7604
|
+
NFS Azure file share name.
|
|
7380
7605
|
"""
|
|
7381
|
-
return pulumi.get(self, "
|
|
7606
|
+
return pulumi.get(self, "share_name")
|
|
7382
7607
|
|
|
7383
7608
|
|
|
7384
7609
|
@pulumi.output_type
|
|
@@ -7859,7 +8084,9 @@ class QueueScaleRuleResponse(dict):
|
|
|
7859
8084
|
@staticmethod
|
|
7860
8085
|
def __key_warning(key: str):
|
|
7861
8086
|
suggest = None
|
|
7862
|
-
if key == "
|
|
8087
|
+
if key == "accountName":
|
|
8088
|
+
suggest = "account_name"
|
|
8089
|
+
elif key == "queueLength":
|
|
7863
8090
|
suggest = "queue_length"
|
|
7864
8091
|
elif key == "queueName":
|
|
7865
8092
|
suggest = "queue_name"
|
|
@@ -7876,22 +8103,38 @@ class QueueScaleRuleResponse(dict):
|
|
|
7876
8103
|
return super().get(key, default)
|
|
7877
8104
|
|
|
7878
8105
|
def __init__(__self__, *,
|
|
8106
|
+
account_name: Optional[builtins.str] = None,
|
|
7879
8107
|
auth: Optional[Sequence['outputs.ScaleRuleAuthResponse']] = None,
|
|
8108
|
+
identity: Optional[builtins.str] = None,
|
|
7880
8109
|
queue_length: Optional[builtins.int] = None,
|
|
7881
8110
|
queue_name: Optional[builtins.str] = None):
|
|
7882
8111
|
"""
|
|
7883
8112
|
Container App container Azure Queue based scaling rule.
|
|
8113
|
+
:param builtins.str account_name: Storage account name. required if using managed identity to authenticate
|
|
7884
8114
|
:param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the queue scale rule.
|
|
8115
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
7885
8116
|
:param builtins.int queue_length: Queue length.
|
|
7886
8117
|
:param builtins.str queue_name: Queue name.
|
|
7887
8118
|
"""
|
|
8119
|
+
if account_name is not None:
|
|
8120
|
+
pulumi.set(__self__, "account_name", account_name)
|
|
7888
8121
|
if auth is not None:
|
|
7889
8122
|
pulumi.set(__self__, "auth", auth)
|
|
8123
|
+
if identity is not None:
|
|
8124
|
+
pulumi.set(__self__, "identity", identity)
|
|
7890
8125
|
if queue_length is not None:
|
|
7891
8126
|
pulumi.set(__self__, "queue_length", queue_length)
|
|
7892
8127
|
if queue_name is not None:
|
|
7893
8128
|
pulumi.set(__self__, "queue_name", queue_name)
|
|
7894
8129
|
|
|
8130
|
+
@property
|
|
8131
|
+
@pulumi.getter(name="accountName")
|
|
8132
|
+
def account_name(self) -> Optional[builtins.str]:
|
|
8133
|
+
"""
|
|
8134
|
+
Storage account name. required if using managed identity to authenticate
|
|
8135
|
+
"""
|
|
8136
|
+
return pulumi.get(self, "account_name")
|
|
8137
|
+
|
|
7895
8138
|
@property
|
|
7896
8139
|
@pulumi.getter
|
|
7897
8140
|
def auth(self) -> Optional[Sequence['outputs.ScaleRuleAuthResponse']]:
|
|
@@ -7900,6 +8143,14 @@ class QueueScaleRuleResponse(dict):
|
|
|
7900
8143
|
"""
|
|
7901
8144
|
return pulumi.get(self, "auth")
|
|
7902
8145
|
|
|
8146
|
+
@property
|
|
8147
|
+
@pulumi.getter
|
|
8148
|
+
def identity(self) -> Optional[builtins.str]:
|
|
8149
|
+
"""
|
|
8150
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
8151
|
+
"""
|
|
8152
|
+
return pulumi.get(self, "identity")
|
|
8153
|
+
|
|
7903
8154
|
@property
|
|
7904
8155
|
@pulumi.getter(name="queueLength")
|
|
7905
8156
|
def queue_length(self) -> Optional[builtins.int]:
|
|
@@ -8047,6 +8298,69 @@ class RegistryInfoResponse(dict):
|
|
|
8047
8298
|
return pulumi.get(self, "registry_user_name")
|
|
8048
8299
|
|
|
8049
8300
|
|
|
8301
|
+
@pulumi.output_type
|
|
8302
|
+
class RuntimeResponse(dict):
|
|
8303
|
+
"""
|
|
8304
|
+
Container App Runtime configuration.
|
|
8305
|
+
"""
|
|
8306
|
+
def __init__(__self__, *,
|
|
8307
|
+
java: Optional['outputs.RuntimeResponseJava'] = None):
|
|
8308
|
+
"""
|
|
8309
|
+
Container App Runtime configuration.
|
|
8310
|
+
:param 'RuntimeResponseJava' java: Java app configuration
|
|
8311
|
+
"""
|
|
8312
|
+
if java is not None:
|
|
8313
|
+
pulumi.set(__self__, "java", java)
|
|
8314
|
+
|
|
8315
|
+
@property
|
|
8316
|
+
@pulumi.getter
|
|
8317
|
+
def java(self) -> Optional['outputs.RuntimeResponseJava']:
|
|
8318
|
+
"""
|
|
8319
|
+
Java app configuration
|
|
8320
|
+
"""
|
|
8321
|
+
return pulumi.get(self, "java")
|
|
8322
|
+
|
|
8323
|
+
|
|
8324
|
+
@pulumi.output_type
|
|
8325
|
+
class RuntimeResponseJava(dict):
|
|
8326
|
+
"""
|
|
8327
|
+
Java app configuration
|
|
8328
|
+
"""
|
|
8329
|
+
@staticmethod
|
|
8330
|
+
def __key_warning(key: str):
|
|
8331
|
+
suggest = None
|
|
8332
|
+
if key == "enableMetrics":
|
|
8333
|
+
suggest = "enable_metrics"
|
|
8334
|
+
|
|
8335
|
+
if suggest:
|
|
8336
|
+
pulumi.log.warn(f"Key '{key}' not found in RuntimeResponseJava. Access the value via the '{suggest}' property getter instead.")
|
|
8337
|
+
|
|
8338
|
+
def __getitem__(self, key: str) -> Any:
|
|
8339
|
+
RuntimeResponseJava.__key_warning(key)
|
|
8340
|
+
return super().__getitem__(key)
|
|
8341
|
+
|
|
8342
|
+
def get(self, key: str, default = None) -> Any:
|
|
8343
|
+
RuntimeResponseJava.__key_warning(key)
|
|
8344
|
+
return super().get(key, default)
|
|
8345
|
+
|
|
8346
|
+
def __init__(__self__, *,
|
|
8347
|
+
enable_metrics: Optional[builtins.bool] = None):
|
|
8348
|
+
"""
|
|
8349
|
+
Java app configuration
|
|
8350
|
+
:param builtins.bool enable_metrics: Enable jmx core metrics for the java app
|
|
8351
|
+
"""
|
|
8352
|
+
if enable_metrics is not None:
|
|
8353
|
+
pulumi.set(__self__, "enable_metrics", enable_metrics)
|
|
8354
|
+
|
|
8355
|
+
@property
|
|
8356
|
+
@pulumi.getter(name="enableMetrics")
|
|
8357
|
+
def enable_metrics(self) -> Optional[builtins.bool]:
|
|
8358
|
+
"""
|
|
8359
|
+
Enable jmx core metrics for the java app
|
|
8360
|
+
"""
|
|
8361
|
+
return pulumi.get(self, "enable_metrics")
|
|
8362
|
+
|
|
8363
|
+
|
|
8050
8364
|
@pulumi.output_type
|
|
8051
8365
|
class ScaleConfigurationResponse(dict):
|
|
8052
8366
|
"""
|
|
@@ -8109,10 +8423,14 @@ class ScaleResponse(dict):
|
|
|
8109
8423
|
@staticmethod
|
|
8110
8424
|
def __key_warning(key: str):
|
|
8111
8425
|
suggest = None
|
|
8112
|
-
if key == "
|
|
8426
|
+
if key == "cooldownPeriod":
|
|
8427
|
+
suggest = "cooldown_period"
|
|
8428
|
+
elif key == "maxReplicas":
|
|
8113
8429
|
suggest = "max_replicas"
|
|
8114
8430
|
elif key == "minReplicas":
|
|
8115
8431
|
suggest = "min_replicas"
|
|
8432
|
+
elif key == "pollingInterval":
|
|
8433
|
+
suggest = "polling_interval"
|
|
8116
8434
|
|
|
8117
8435
|
if suggest:
|
|
8118
8436
|
pulumi.log.warn(f"Key '{key}' not found in ScaleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -8126,24 +8444,40 @@ class ScaleResponse(dict):
|
|
|
8126
8444
|
return super().get(key, default)
|
|
8127
8445
|
|
|
8128
8446
|
def __init__(__self__, *,
|
|
8447
|
+
cooldown_period: Optional[builtins.int] = None,
|
|
8129
8448
|
max_replicas: Optional[builtins.int] = None,
|
|
8130
8449
|
min_replicas: Optional[builtins.int] = None,
|
|
8450
|
+
polling_interval: Optional[builtins.int] = None,
|
|
8131
8451
|
rules: Optional[Sequence['outputs.ScaleRuleResponse']] = None):
|
|
8132
8452
|
"""
|
|
8133
8453
|
Container App scaling configurations.
|
|
8454
|
+
:param builtins.int cooldown_period: Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
|
|
8134
8455
|
:param builtins.int max_replicas: Optional. Maximum number of container replicas. Defaults to 10 if not set.
|
|
8135
8456
|
:param builtins.int min_replicas: Optional. Minimum number of container replicas.
|
|
8457
|
+
:param builtins.int polling_interval: Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
|
|
8136
8458
|
:param Sequence['ScaleRuleResponse'] rules: Scaling rules.
|
|
8137
8459
|
"""
|
|
8460
|
+
if cooldown_period is not None:
|
|
8461
|
+
pulumi.set(__self__, "cooldown_period", cooldown_period)
|
|
8138
8462
|
if max_replicas is None:
|
|
8139
8463
|
max_replicas = 10
|
|
8140
8464
|
if max_replicas is not None:
|
|
8141
8465
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
8142
8466
|
if min_replicas is not None:
|
|
8143
8467
|
pulumi.set(__self__, "min_replicas", min_replicas)
|
|
8468
|
+
if polling_interval is not None:
|
|
8469
|
+
pulumi.set(__self__, "polling_interval", polling_interval)
|
|
8144
8470
|
if rules is not None:
|
|
8145
8471
|
pulumi.set(__self__, "rules", rules)
|
|
8146
8472
|
|
|
8473
|
+
@property
|
|
8474
|
+
@pulumi.getter(name="cooldownPeriod")
|
|
8475
|
+
def cooldown_period(self) -> Optional[builtins.int]:
|
|
8476
|
+
"""
|
|
8477
|
+
Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
|
|
8478
|
+
"""
|
|
8479
|
+
return pulumi.get(self, "cooldown_period")
|
|
8480
|
+
|
|
8147
8481
|
@property
|
|
8148
8482
|
@pulumi.getter(name="maxReplicas")
|
|
8149
8483
|
def max_replicas(self) -> Optional[builtins.int]:
|
|
@@ -8160,6 +8494,14 @@ class ScaleResponse(dict):
|
|
|
8160
8494
|
"""
|
|
8161
8495
|
return pulumi.get(self, "min_replicas")
|
|
8162
8496
|
|
|
8497
|
+
@property
|
|
8498
|
+
@pulumi.getter(name="pollingInterval")
|
|
8499
|
+
def polling_interval(self) -> Optional[builtins.int]:
|
|
8500
|
+
"""
|
|
8501
|
+
Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
|
|
8502
|
+
"""
|
|
8503
|
+
return pulumi.get(self, "polling_interval")
|
|
8504
|
+
|
|
8163
8505
|
@property
|
|
8164
8506
|
@pulumi.getter
|
|
8165
8507
|
def rules(self) -> Optional[Sequence['outputs.ScaleRuleResponse']]:
|
|
@@ -8311,75 +8653,6 @@ class ScaleRuleResponse(dict):
|
|
|
8311
8653
|
return pulumi.get(self, "tcp")
|
|
8312
8654
|
|
|
8313
8655
|
|
|
8314
|
-
@pulumi.output_type
|
|
8315
|
-
class ScgRouteResponse(dict):
|
|
8316
|
-
"""
|
|
8317
|
-
Spring Cloud Gateway route definition
|
|
8318
|
-
"""
|
|
8319
|
-
def __init__(__self__, *,
|
|
8320
|
-
id: builtins.str,
|
|
8321
|
-
uri: builtins.str,
|
|
8322
|
-
filters: Optional[Sequence[builtins.str]] = None,
|
|
8323
|
-
order: Optional[builtins.float] = None,
|
|
8324
|
-
predicates: Optional[Sequence[builtins.str]] = None):
|
|
8325
|
-
"""
|
|
8326
|
-
Spring Cloud Gateway route definition
|
|
8327
|
-
:param builtins.str id: Id of the route
|
|
8328
|
-
:param builtins.str uri: Uri of the route
|
|
8329
|
-
:param Sequence[builtins.str] filters: Filters of the route
|
|
8330
|
-
:param builtins.float order: Order of the route
|
|
8331
|
-
:param Sequence[builtins.str] predicates: Predicates of the route
|
|
8332
|
-
"""
|
|
8333
|
-
pulumi.set(__self__, "id", id)
|
|
8334
|
-
pulumi.set(__self__, "uri", uri)
|
|
8335
|
-
if filters is not None:
|
|
8336
|
-
pulumi.set(__self__, "filters", filters)
|
|
8337
|
-
if order is not None:
|
|
8338
|
-
pulumi.set(__self__, "order", order)
|
|
8339
|
-
if predicates is not None:
|
|
8340
|
-
pulumi.set(__self__, "predicates", predicates)
|
|
8341
|
-
|
|
8342
|
-
@property
|
|
8343
|
-
@pulumi.getter
|
|
8344
|
-
def id(self) -> builtins.str:
|
|
8345
|
-
"""
|
|
8346
|
-
Id of the route
|
|
8347
|
-
"""
|
|
8348
|
-
return pulumi.get(self, "id")
|
|
8349
|
-
|
|
8350
|
-
@property
|
|
8351
|
-
@pulumi.getter
|
|
8352
|
-
def uri(self) -> builtins.str:
|
|
8353
|
-
"""
|
|
8354
|
-
Uri of the route
|
|
8355
|
-
"""
|
|
8356
|
-
return pulumi.get(self, "uri")
|
|
8357
|
-
|
|
8358
|
-
@property
|
|
8359
|
-
@pulumi.getter
|
|
8360
|
-
def filters(self) -> Optional[Sequence[builtins.str]]:
|
|
8361
|
-
"""
|
|
8362
|
-
Filters of the route
|
|
8363
|
-
"""
|
|
8364
|
-
return pulumi.get(self, "filters")
|
|
8365
|
-
|
|
8366
|
-
@property
|
|
8367
|
-
@pulumi.getter
|
|
8368
|
-
def order(self) -> Optional[builtins.float]:
|
|
8369
|
-
"""
|
|
8370
|
-
Order of the route
|
|
8371
|
-
"""
|
|
8372
|
-
return pulumi.get(self, "order")
|
|
8373
|
-
|
|
8374
|
-
@property
|
|
8375
|
-
@pulumi.getter
|
|
8376
|
-
def predicates(self) -> Optional[Sequence[builtins.str]]:
|
|
8377
|
-
"""
|
|
8378
|
-
Predicates of the route
|
|
8379
|
-
"""
|
|
8380
|
-
return pulumi.get(self, "predicates")
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
8656
|
@pulumi.output_type
|
|
8384
8657
|
class ScheduledEntryResponse(dict):
|
|
8385
8658
|
"""
|
|
@@ -9215,124 +9488,6 @@ class SpringCloudEurekaComponentResponse(dict):
|
|
|
9215
9488
|
return pulumi.get(self, "service_binds")
|
|
9216
9489
|
|
|
9217
9490
|
|
|
9218
|
-
@pulumi.output_type
|
|
9219
|
-
class SpringCloudGatewayComponentResponse(dict):
|
|
9220
|
-
"""
|
|
9221
|
-
Spring Cloud Gateway properties.
|
|
9222
|
-
"""
|
|
9223
|
-
@staticmethod
|
|
9224
|
-
def __key_warning(key: str):
|
|
9225
|
-
suggest = None
|
|
9226
|
-
if key == "componentType":
|
|
9227
|
-
suggest = "component_type"
|
|
9228
|
-
elif key == "provisioningState":
|
|
9229
|
-
suggest = "provisioning_state"
|
|
9230
|
-
elif key == "serviceBinds":
|
|
9231
|
-
suggest = "service_binds"
|
|
9232
|
-
elif key == "springCloudGatewayRoutes":
|
|
9233
|
-
suggest = "spring_cloud_gateway_routes"
|
|
9234
|
-
|
|
9235
|
-
if suggest:
|
|
9236
|
-
pulumi.log.warn(f"Key '{key}' not found in SpringCloudGatewayComponentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9237
|
-
|
|
9238
|
-
def __getitem__(self, key: str) -> Any:
|
|
9239
|
-
SpringCloudGatewayComponentResponse.__key_warning(key)
|
|
9240
|
-
return super().__getitem__(key)
|
|
9241
|
-
|
|
9242
|
-
def get(self, key: str, default = None) -> Any:
|
|
9243
|
-
SpringCloudGatewayComponentResponse.__key_warning(key)
|
|
9244
|
-
return super().get(key, default)
|
|
9245
|
-
|
|
9246
|
-
def __init__(__self__, *,
|
|
9247
|
-
component_type: builtins.str,
|
|
9248
|
-
provisioning_state: builtins.str,
|
|
9249
|
-
configurations: Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']] = None,
|
|
9250
|
-
ingress: Optional['outputs.JavaComponentIngressResponse'] = None,
|
|
9251
|
-
scale: Optional['outputs.JavaComponentPropertiesResponseScale'] = None,
|
|
9252
|
-
service_binds: Optional[Sequence['outputs.JavaComponentServiceBindResponse']] = None,
|
|
9253
|
-
spring_cloud_gateway_routes: Optional[Sequence['outputs.ScgRouteResponse']] = None):
|
|
9254
|
-
"""
|
|
9255
|
-
Spring Cloud Gateway properties.
|
|
9256
|
-
:param builtins.str component_type: Type of the Java Component.
|
|
9257
|
-
Expected value is 'SpringCloudGateway'.
|
|
9258
|
-
:param builtins.str provisioning_state: Provisioning state of the Java Component.
|
|
9259
|
-
:param Sequence['JavaComponentConfigurationPropertyResponse'] configurations: List of Java Components configuration properties
|
|
9260
|
-
:param 'JavaComponentIngressResponse' ingress: Java Component Ingress configurations.
|
|
9261
|
-
:param 'JavaComponentPropertiesResponseScale' scale: Java component scaling configurations
|
|
9262
|
-
:param Sequence['JavaComponentServiceBindResponse'] service_binds: List of Java Components that are bound to the Java component
|
|
9263
|
-
:param Sequence['ScgRouteResponse'] spring_cloud_gateway_routes: Gateway route definition
|
|
9264
|
-
"""
|
|
9265
|
-
pulumi.set(__self__, "component_type", 'SpringCloudGateway')
|
|
9266
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
9267
|
-
if configurations is not None:
|
|
9268
|
-
pulumi.set(__self__, "configurations", configurations)
|
|
9269
|
-
if ingress is not None:
|
|
9270
|
-
pulumi.set(__self__, "ingress", ingress)
|
|
9271
|
-
if scale is not None:
|
|
9272
|
-
pulumi.set(__self__, "scale", scale)
|
|
9273
|
-
if service_binds is not None:
|
|
9274
|
-
pulumi.set(__self__, "service_binds", service_binds)
|
|
9275
|
-
if spring_cloud_gateway_routes is not None:
|
|
9276
|
-
pulumi.set(__self__, "spring_cloud_gateway_routes", spring_cloud_gateway_routes)
|
|
9277
|
-
|
|
9278
|
-
@property
|
|
9279
|
-
@pulumi.getter(name="componentType")
|
|
9280
|
-
def component_type(self) -> builtins.str:
|
|
9281
|
-
"""
|
|
9282
|
-
Type of the Java Component.
|
|
9283
|
-
Expected value is 'SpringCloudGateway'.
|
|
9284
|
-
"""
|
|
9285
|
-
return pulumi.get(self, "component_type")
|
|
9286
|
-
|
|
9287
|
-
@property
|
|
9288
|
-
@pulumi.getter(name="provisioningState")
|
|
9289
|
-
def provisioning_state(self) -> builtins.str:
|
|
9290
|
-
"""
|
|
9291
|
-
Provisioning state of the Java Component.
|
|
9292
|
-
"""
|
|
9293
|
-
return pulumi.get(self, "provisioning_state")
|
|
9294
|
-
|
|
9295
|
-
@property
|
|
9296
|
-
@pulumi.getter
|
|
9297
|
-
def configurations(self) -> Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']]:
|
|
9298
|
-
"""
|
|
9299
|
-
List of Java Components configuration properties
|
|
9300
|
-
"""
|
|
9301
|
-
return pulumi.get(self, "configurations")
|
|
9302
|
-
|
|
9303
|
-
@property
|
|
9304
|
-
@pulumi.getter
|
|
9305
|
-
def ingress(self) -> Optional['outputs.JavaComponentIngressResponse']:
|
|
9306
|
-
"""
|
|
9307
|
-
Java Component Ingress configurations.
|
|
9308
|
-
"""
|
|
9309
|
-
return pulumi.get(self, "ingress")
|
|
9310
|
-
|
|
9311
|
-
@property
|
|
9312
|
-
@pulumi.getter
|
|
9313
|
-
def scale(self) -> Optional['outputs.JavaComponentPropertiesResponseScale']:
|
|
9314
|
-
"""
|
|
9315
|
-
Java component scaling configurations
|
|
9316
|
-
"""
|
|
9317
|
-
return pulumi.get(self, "scale")
|
|
9318
|
-
|
|
9319
|
-
@property
|
|
9320
|
-
@pulumi.getter(name="serviceBinds")
|
|
9321
|
-
def service_binds(self) -> Optional[Sequence['outputs.JavaComponentServiceBindResponse']]:
|
|
9322
|
-
"""
|
|
9323
|
-
List of Java Components that are bound to the Java component
|
|
9324
|
-
"""
|
|
9325
|
-
return pulumi.get(self, "service_binds")
|
|
9326
|
-
|
|
9327
|
-
@property
|
|
9328
|
-
@pulumi.getter(name="springCloudGatewayRoutes")
|
|
9329
|
-
def spring_cloud_gateway_routes(self) -> Optional[Sequence['outputs.ScgRouteResponse']]:
|
|
9330
|
-
"""
|
|
9331
|
-
Gateway route definition
|
|
9332
|
-
"""
|
|
9333
|
-
return pulumi.get(self, "spring_cloud_gateway_routes")
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
9491
|
@pulumi.output_type
|
|
9337
9492
|
class SystemDataResponse(dict):
|
|
9338
9493
|
"""
|
|
@@ -9530,14 +9685,18 @@ class TcpScaleRuleResponse(dict):
|
|
|
9530
9685
|
"""
|
|
9531
9686
|
def __init__(__self__, *,
|
|
9532
9687
|
auth: Optional[Sequence['outputs.ScaleRuleAuthResponse']] = None,
|
|
9688
|
+
identity: Optional[builtins.str] = None,
|
|
9533
9689
|
metadata: Optional[Mapping[str, builtins.str]] = None):
|
|
9534
9690
|
"""
|
|
9535
9691
|
Container App container Tcp scaling rule.
|
|
9536
9692
|
:param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the tcp scale rule.
|
|
9693
|
+
:param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
9537
9694
|
:param Mapping[str, builtins.str] metadata: Metadata properties to describe tcp scale rule.
|
|
9538
9695
|
"""
|
|
9539
9696
|
if auth is not None:
|
|
9540
9697
|
pulumi.set(__self__, "auth", auth)
|
|
9698
|
+
if identity is not None:
|
|
9699
|
+
pulumi.set(__self__, "identity", identity)
|
|
9541
9700
|
if metadata is not None:
|
|
9542
9701
|
pulumi.set(__self__, "metadata", metadata)
|
|
9543
9702
|
|
|
@@ -9549,6 +9708,14 @@ class TcpScaleRuleResponse(dict):
|
|
|
9549
9708
|
"""
|
|
9550
9709
|
return pulumi.get(self, "auth")
|
|
9551
9710
|
|
|
9711
|
+
@property
|
|
9712
|
+
@pulumi.getter
|
|
9713
|
+
def identity(self) -> Optional[builtins.str]:
|
|
9714
|
+
"""
|
|
9715
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
9716
|
+
"""
|
|
9717
|
+
return pulumi.get(self, "identity")
|
|
9718
|
+
|
|
9552
9719
|
@property
|
|
9553
9720
|
@pulumi.getter
|
|
9554
9721
|
def metadata(self) -> Optional[Mapping[str, builtins.str]]:
|
|
@@ -10227,7 +10394,7 @@ class VolumeResponse(dict):
|
|
|
10227
10394
|
storage_type: Optional[builtins.str] = None):
|
|
10228
10395
|
"""
|
|
10229
10396
|
Volume definitions for the Container App.
|
|
10230
|
-
:param builtins.str mount_options: Mount options used while mounting the
|
|
10397
|
+
:param builtins.str mount_options: Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
|
|
10231
10398
|
:param builtins.str name: Volume name.
|
|
10232
10399
|
:param Sequence['SecretVolumeItemResponse'] secrets: List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.
|
|
10233
10400
|
:param builtins.str storage_name: Name of storage resource. No need to provide for EmptyDir and Secret.
|
|
@@ -10248,7 +10415,7 @@ class VolumeResponse(dict):
|
|
|
10248
10415
|
@pulumi.getter(name="mountOptions")
|
|
10249
10416
|
def mount_options(self) -> Optional[builtins.str]:
|
|
10250
10417
|
"""
|
|
10251
|
-
Mount options used while mounting the
|
|
10418
|
+
Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
|
|
10252
10419
|
"""
|
|
10253
10420
|
return pulumi.get(self, "mount_options")
|
|
10254
10421
|
|