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
|
@@ -51,6 +51,8 @@ __all__ = [
|
|
|
51
51
|
'BlobStorageTokenStoreArgsDict',
|
|
52
52
|
'BuildConfigurationArgs',
|
|
53
53
|
'BuildConfigurationArgsDict',
|
|
54
|
+
'CertificateKeyVaultPropertiesArgs',
|
|
55
|
+
'CertificateKeyVaultPropertiesArgsDict',
|
|
54
56
|
'CertificatePropertiesArgs',
|
|
55
57
|
'CertificatePropertiesArgsDict',
|
|
56
58
|
'CircuitBreakerPolicyArgs',
|
|
@@ -167,6 +169,8 @@ __all__ = [
|
|
|
167
169
|
'HttpSettingsArgsDict',
|
|
168
170
|
'IdentityProvidersArgs',
|
|
169
171
|
'IdentityProvidersArgsDict',
|
|
172
|
+
'IdentitySettingsArgs',
|
|
173
|
+
'IdentitySettingsArgsDict',
|
|
170
174
|
'IngressPortMappingArgs',
|
|
171
175
|
'IngressPortMappingArgsDict',
|
|
172
176
|
'IngressStickySessionsArgs',
|
|
@@ -199,6 +203,8 @@ __all__ = [
|
|
|
199
203
|
'JobTemplateArgsDict',
|
|
200
204
|
'JwtClaimChecksArgs',
|
|
201
205
|
'JwtClaimChecksArgsDict',
|
|
206
|
+
'LifecycleConfigurationArgs',
|
|
207
|
+
'LifecycleConfigurationArgsDict',
|
|
202
208
|
'LogAnalyticsConfigurationArgs',
|
|
203
209
|
'LogAnalyticsConfigurationArgsDict',
|
|
204
210
|
'LoginRoutesArgs',
|
|
@@ -223,8 +229,8 @@ __all__ = [
|
|
|
223
229
|
'ManagedServiceIdentityArgsDict',
|
|
224
230
|
'MtlsArgs',
|
|
225
231
|
'MtlsArgsDict',
|
|
226
|
-
'
|
|
227
|
-
'
|
|
232
|
+
'NfsAzureFilePropertiesArgs',
|
|
233
|
+
'NfsAzureFilePropertiesArgsDict',
|
|
228
234
|
'NonceArgs',
|
|
229
235
|
'NonceArgsDict',
|
|
230
236
|
'OpenIdConnectClientCredentialArgs',
|
|
@@ -245,6 +251,10 @@ __all__ = [
|
|
|
245
251
|
'RegistryCredentialsArgsDict',
|
|
246
252
|
'RegistryInfoArgs',
|
|
247
253
|
'RegistryInfoArgsDict',
|
|
254
|
+
'RuntimeJavaArgs',
|
|
255
|
+
'RuntimeJavaArgsDict',
|
|
256
|
+
'RuntimeArgs',
|
|
257
|
+
'RuntimeArgsDict',
|
|
248
258
|
'ScaleConfigurationArgs',
|
|
249
259
|
'ScaleConfigurationArgsDict',
|
|
250
260
|
'ScaleRuleAuthArgs',
|
|
@@ -253,8 +263,6 @@ __all__ = [
|
|
|
253
263
|
'ScaleRuleArgsDict',
|
|
254
264
|
'ScaleArgs',
|
|
255
265
|
'ScaleArgsDict',
|
|
256
|
-
'ScgRouteArgs',
|
|
257
|
-
'ScgRouteArgsDict',
|
|
258
266
|
'ScheduledEntryArgs',
|
|
259
267
|
'ScheduledEntryArgsDict',
|
|
260
268
|
'SecretVolumeItemArgs',
|
|
@@ -283,8 +291,6 @@ __all__ = [
|
|
|
283
291
|
'SpringCloudConfigComponentArgsDict',
|
|
284
292
|
'SpringCloudEurekaComponentArgs',
|
|
285
293
|
'SpringCloudEurekaComponentArgsDict',
|
|
286
|
-
'SpringCloudGatewayComponentArgs',
|
|
287
|
-
'SpringCloudGatewayComponentArgsDict',
|
|
288
294
|
'TcpConnectionPoolArgs',
|
|
289
295
|
'TcpConnectionPoolArgsDict',
|
|
290
296
|
'TcpRetryPolicyArgs',
|
|
@@ -803,7 +809,7 @@ if not MYPY:
|
|
|
803
809
|
open_id_issuer: NotRequired[pulumi.Input[builtins.str]]
|
|
804
810
|
"""
|
|
805
811
|
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
806
|
-
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
|
|
812
|
+
When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
807
813
|
This URI is a case-sensitive identifier for the token issuer.
|
|
808
814
|
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
809
815
|
"""
|
|
@@ -833,7 +839,7 @@ class AzureActiveDirectoryRegistrationArgs:
|
|
|
833
839
|
a replacement for the Client Secret. It is also optional.
|
|
834
840
|
:param pulumi.Input[builtins.str] client_secret_setting_name: The app setting name that contains the client secret of the relying party application.
|
|
835
841
|
:param pulumi.Input[builtins.str] open_id_issuer: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
836
|
-
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
|
|
842
|
+
When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
837
843
|
This URI is a case-sensitive identifier for the token issuer.
|
|
838
844
|
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
839
845
|
"""
|
|
@@ -921,7 +927,7 @@ class AzureActiveDirectoryRegistrationArgs:
|
|
|
921
927
|
def open_id_issuer(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
922
928
|
"""
|
|
923
929
|
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
924
|
-
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
|
|
930
|
+
When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
925
931
|
This URI is a case-sensitive identifier for the token issuer.
|
|
926
932
|
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
927
933
|
"""
|
|
@@ -1585,11 +1591,71 @@ class BuildConfigurationArgs:
|
|
|
1585
1591
|
pulumi.set(self, "pre_build_steps", value)
|
|
1586
1592
|
|
|
1587
1593
|
|
|
1594
|
+
if not MYPY:
|
|
1595
|
+
class CertificateKeyVaultPropertiesArgsDict(TypedDict):
|
|
1596
|
+
"""
|
|
1597
|
+
Properties for a certificate stored in a Key Vault.
|
|
1598
|
+
"""
|
|
1599
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
1600
|
+
"""
|
|
1601
|
+
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1602
|
+
"""
|
|
1603
|
+
key_vault_url: NotRequired[pulumi.Input[builtins.str]]
|
|
1604
|
+
"""
|
|
1605
|
+
URL pointing to the Azure Key Vault secret that holds the certificate.
|
|
1606
|
+
"""
|
|
1607
|
+
elif False:
|
|
1608
|
+
CertificateKeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1609
|
+
|
|
1610
|
+
@pulumi.input_type
|
|
1611
|
+
class CertificateKeyVaultPropertiesArgs:
|
|
1612
|
+
def __init__(__self__, *,
|
|
1613
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
1614
|
+
key_vault_url: Optional[pulumi.Input[builtins.str]] = None):
|
|
1615
|
+
"""
|
|
1616
|
+
Properties for a certificate stored in a Key Vault.
|
|
1617
|
+
:param pulumi.Input[builtins.str] identity: Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1618
|
+
:param pulumi.Input[builtins.str] key_vault_url: URL pointing to the Azure Key Vault secret that holds the certificate.
|
|
1619
|
+
"""
|
|
1620
|
+
if identity is not None:
|
|
1621
|
+
pulumi.set(__self__, "identity", identity)
|
|
1622
|
+
if key_vault_url is not None:
|
|
1623
|
+
pulumi.set(__self__, "key_vault_url", key_vault_url)
|
|
1624
|
+
|
|
1625
|
+
@property
|
|
1626
|
+
@pulumi.getter
|
|
1627
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1628
|
+
"""
|
|
1629
|
+
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1630
|
+
"""
|
|
1631
|
+
return pulumi.get(self, "identity")
|
|
1632
|
+
|
|
1633
|
+
@identity.setter
|
|
1634
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1635
|
+
pulumi.set(self, "identity", value)
|
|
1636
|
+
|
|
1637
|
+
@property
|
|
1638
|
+
@pulumi.getter(name="keyVaultUrl")
|
|
1639
|
+
def key_vault_url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1640
|
+
"""
|
|
1641
|
+
URL pointing to the Azure Key Vault secret that holds the certificate.
|
|
1642
|
+
"""
|
|
1643
|
+
return pulumi.get(self, "key_vault_url")
|
|
1644
|
+
|
|
1645
|
+
@key_vault_url.setter
|
|
1646
|
+
def key_vault_url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1647
|
+
pulumi.set(self, "key_vault_url", value)
|
|
1648
|
+
|
|
1649
|
+
|
|
1588
1650
|
if not MYPY:
|
|
1589
1651
|
class CertificatePropertiesArgsDict(TypedDict):
|
|
1590
1652
|
"""
|
|
1591
1653
|
Certificate resource specific properties
|
|
1592
1654
|
"""
|
|
1655
|
+
certificate_key_vault_properties: NotRequired[pulumi.Input['CertificateKeyVaultPropertiesArgsDict']]
|
|
1656
|
+
"""
|
|
1657
|
+
Properties for a certificate stored in a Key Vault.
|
|
1658
|
+
"""
|
|
1593
1659
|
password: NotRequired[pulumi.Input[builtins.str]]
|
|
1594
1660
|
"""
|
|
1595
1661
|
Certificate password.
|
|
@@ -1604,18 +1670,34 @@ elif False:
|
|
|
1604
1670
|
@pulumi.input_type
|
|
1605
1671
|
class CertificatePropertiesArgs:
|
|
1606
1672
|
def __init__(__self__, *,
|
|
1673
|
+
certificate_key_vault_properties: Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']] = None,
|
|
1607
1674
|
password: Optional[pulumi.Input[builtins.str]] = None,
|
|
1608
1675
|
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
1609
1676
|
"""
|
|
1610
1677
|
Certificate resource specific properties
|
|
1678
|
+
:param pulumi.Input['CertificateKeyVaultPropertiesArgs'] certificate_key_vault_properties: Properties for a certificate stored in a Key Vault.
|
|
1611
1679
|
:param pulumi.Input[builtins.str] password: Certificate password.
|
|
1612
1680
|
:param pulumi.Input[builtins.str] value: PFX or PEM blob
|
|
1613
1681
|
"""
|
|
1682
|
+
if certificate_key_vault_properties is not None:
|
|
1683
|
+
pulumi.set(__self__, "certificate_key_vault_properties", certificate_key_vault_properties)
|
|
1614
1684
|
if password is not None:
|
|
1615
1685
|
pulumi.set(__self__, "password", password)
|
|
1616
1686
|
if value is not None:
|
|
1617
1687
|
pulumi.set(__self__, "value", value)
|
|
1618
1688
|
|
|
1689
|
+
@property
|
|
1690
|
+
@pulumi.getter(name="certificateKeyVaultProperties")
|
|
1691
|
+
def certificate_key_vault_properties(self) -> Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']]:
|
|
1692
|
+
"""
|
|
1693
|
+
Properties for a certificate stored in a Key Vault.
|
|
1694
|
+
"""
|
|
1695
|
+
return pulumi.get(self, "certificate_key_vault_properties")
|
|
1696
|
+
|
|
1697
|
+
@certificate_key_vault_properties.setter
|
|
1698
|
+
def certificate_key_vault_properties(self, value: Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']]):
|
|
1699
|
+
pulumi.set(self, "certificate_key_vault_properties", value)
|
|
1700
|
+
|
|
1619
1701
|
@property
|
|
1620
1702
|
@pulumi.getter
|
|
1621
1703
|
def password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -1787,6 +1869,10 @@ if not MYPY:
|
|
|
1787
1869
|
"""
|
|
1788
1870
|
Dapr configuration for the Container App.
|
|
1789
1871
|
"""
|
|
1872
|
+
identity_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgsDict']]]]
|
|
1873
|
+
"""
|
|
1874
|
+
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.
|
|
1875
|
+
"""
|
|
1790
1876
|
ingress: NotRequired[pulumi.Input['IngressArgsDict']]
|
|
1791
1877
|
"""
|
|
1792
1878
|
Ingress configurations.
|
|
@@ -1799,6 +1885,10 @@ if not MYPY:
|
|
|
1799
1885
|
"""
|
|
1800
1886
|
Collection of private container registry credentials for containers used by the Container app
|
|
1801
1887
|
"""
|
|
1888
|
+
runtime: NotRequired[pulumi.Input['RuntimeArgsDict']]
|
|
1889
|
+
"""
|
|
1890
|
+
App runtime configuration for the Container App.
|
|
1891
|
+
"""
|
|
1802
1892
|
secrets: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecretArgsDict']]]]
|
|
1803
1893
|
"""
|
|
1804
1894
|
Collection of secrets used by a Container app
|
|
@@ -1815,9 +1905,11 @@ class ConfigurationArgs:
|
|
|
1815
1905
|
def __init__(__self__, *,
|
|
1816
1906
|
active_revisions_mode: Optional[pulumi.Input[Union[builtins.str, 'ActiveRevisionsMode']]] = None,
|
|
1817
1907
|
dapr: Optional[pulumi.Input['DaprArgs']] = None,
|
|
1908
|
+
identity_settings: Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]] = None,
|
|
1818
1909
|
ingress: Optional[pulumi.Input['IngressArgs']] = None,
|
|
1819
1910
|
max_inactive_revisions: Optional[pulumi.Input[builtins.int]] = None,
|
|
1820
1911
|
registries: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryCredentialsArgs']]]] = None,
|
|
1912
|
+
runtime: Optional[pulumi.Input['RuntimeArgs']] = None,
|
|
1821
1913
|
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['SecretArgs']]]] = None,
|
|
1822
1914
|
service: Optional[pulumi.Input['ServiceArgs']] = None):
|
|
1823
1915
|
"""
|
|
@@ -1825,9 +1917,11 @@ class ConfigurationArgs:
|
|
|
1825
1917
|
:param pulumi.Input[Union[builtins.str, 'ActiveRevisionsMode']] active_revisions_mode: ActiveRevisionsMode controls how active revisions are handled for the Container app:
|
|
1826
1918
|
<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>
|
|
1827
1919
|
:param pulumi.Input['DaprArgs'] dapr: Dapr configuration for the Container App.
|
|
1920
|
+
:param pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]] 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.
|
|
1828
1921
|
:param pulumi.Input['IngressArgs'] ingress: Ingress configurations.
|
|
1829
1922
|
:param pulumi.Input[builtins.int] max_inactive_revisions: Optional. Max inactive revisions a Container App can have.
|
|
1830
1923
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryCredentialsArgs']]] registries: Collection of private container registry credentials for containers used by the Container app
|
|
1924
|
+
:param pulumi.Input['RuntimeArgs'] runtime: App runtime configuration for the Container App.
|
|
1831
1925
|
:param pulumi.Input[Sequence[pulumi.Input['SecretArgs']]] secrets: Collection of secrets used by a Container app
|
|
1832
1926
|
:param pulumi.Input['ServiceArgs'] service: Container App to be a dev Container App Service
|
|
1833
1927
|
"""
|
|
@@ -1837,12 +1931,16 @@ class ConfigurationArgs:
|
|
|
1837
1931
|
pulumi.set(__self__, "active_revisions_mode", active_revisions_mode)
|
|
1838
1932
|
if dapr is not None:
|
|
1839
1933
|
pulumi.set(__self__, "dapr", dapr)
|
|
1934
|
+
if identity_settings is not None:
|
|
1935
|
+
pulumi.set(__self__, "identity_settings", identity_settings)
|
|
1840
1936
|
if ingress is not None:
|
|
1841
1937
|
pulumi.set(__self__, "ingress", ingress)
|
|
1842
1938
|
if max_inactive_revisions is not None:
|
|
1843
1939
|
pulumi.set(__self__, "max_inactive_revisions", max_inactive_revisions)
|
|
1844
1940
|
if registries is not None:
|
|
1845
1941
|
pulumi.set(__self__, "registries", registries)
|
|
1942
|
+
if runtime is not None:
|
|
1943
|
+
pulumi.set(__self__, "runtime", runtime)
|
|
1846
1944
|
if secrets is not None:
|
|
1847
1945
|
pulumi.set(__self__, "secrets", secrets)
|
|
1848
1946
|
if service is not None:
|
|
@@ -1873,6 +1971,18 @@ class ConfigurationArgs:
|
|
|
1873
1971
|
def dapr(self, value: Optional[pulumi.Input['DaprArgs']]):
|
|
1874
1972
|
pulumi.set(self, "dapr", value)
|
|
1875
1973
|
|
|
1974
|
+
@property
|
|
1975
|
+
@pulumi.getter(name="identitySettings")
|
|
1976
|
+
def identity_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]]:
|
|
1977
|
+
"""
|
|
1978
|
+
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.
|
|
1979
|
+
"""
|
|
1980
|
+
return pulumi.get(self, "identity_settings")
|
|
1981
|
+
|
|
1982
|
+
@identity_settings.setter
|
|
1983
|
+
def identity_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]]):
|
|
1984
|
+
pulumi.set(self, "identity_settings", value)
|
|
1985
|
+
|
|
1876
1986
|
@property
|
|
1877
1987
|
@pulumi.getter
|
|
1878
1988
|
def ingress(self) -> Optional[pulumi.Input['IngressArgs']]:
|
|
@@ -1909,6 +2019,18 @@ class ConfigurationArgs:
|
|
|
1909
2019
|
def registries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryCredentialsArgs']]]]):
|
|
1910
2020
|
pulumi.set(self, "registries", value)
|
|
1911
2021
|
|
|
2022
|
+
@property
|
|
2023
|
+
@pulumi.getter
|
|
2024
|
+
def runtime(self) -> Optional[pulumi.Input['RuntimeArgs']]:
|
|
2025
|
+
"""
|
|
2026
|
+
App runtime configuration for the Container App.
|
|
2027
|
+
"""
|
|
2028
|
+
return pulumi.get(self, "runtime")
|
|
2029
|
+
|
|
2030
|
+
@runtime.setter
|
|
2031
|
+
def runtime(self, value: Optional[pulumi.Input['RuntimeArgs']]):
|
|
2032
|
+
pulumi.set(self, "runtime", value)
|
|
2033
|
+
|
|
1912
2034
|
@property
|
|
1913
2035
|
@pulumi.getter
|
|
1914
2036
|
def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretArgs']]]]:
|
|
@@ -3003,6 +3125,10 @@ if not MYPY:
|
|
|
3003
3125
|
"""
|
|
3004
3126
|
Configuration properties for apps environment custom domain
|
|
3005
3127
|
"""
|
|
3128
|
+
certificate_key_vault_properties: NotRequired[pulumi.Input['CertificateKeyVaultPropertiesArgsDict']]
|
|
3129
|
+
"""
|
|
3130
|
+
Certificate stored in Azure Key Vault.
|
|
3131
|
+
"""
|
|
3006
3132
|
certificate_password: NotRequired[pulumi.Input[builtins.str]]
|
|
3007
3133
|
"""
|
|
3008
3134
|
Certificate password
|
|
@@ -3021,15 +3147,19 @@ elif False:
|
|
|
3021
3147
|
@pulumi.input_type
|
|
3022
3148
|
class CustomDomainConfigurationArgs:
|
|
3023
3149
|
def __init__(__self__, *,
|
|
3150
|
+
certificate_key_vault_properties: Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']] = None,
|
|
3024
3151
|
certificate_password: Optional[pulumi.Input[builtins.str]] = None,
|
|
3025
3152
|
certificate_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
3026
3153
|
dns_suffix: Optional[pulumi.Input[builtins.str]] = None):
|
|
3027
3154
|
"""
|
|
3028
3155
|
Configuration properties for apps environment custom domain
|
|
3156
|
+
:param pulumi.Input['CertificateKeyVaultPropertiesArgs'] certificate_key_vault_properties: Certificate stored in Azure Key Vault.
|
|
3029
3157
|
:param pulumi.Input[builtins.str] certificate_password: Certificate password
|
|
3030
3158
|
:param pulumi.Input[builtins.str] certificate_value: PFX or PEM blob
|
|
3031
3159
|
:param pulumi.Input[builtins.str] dns_suffix: Dns suffix for the environment domain
|
|
3032
3160
|
"""
|
|
3161
|
+
if certificate_key_vault_properties is not None:
|
|
3162
|
+
pulumi.set(__self__, "certificate_key_vault_properties", certificate_key_vault_properties)
|
|
3033
3163
|
if certificate_password is not None:
|
|
3034
3164
|
pulumi.set(__self__, "certificate_password", certificate_password)
|
|
3035
3165
|
if certificate_value is not None:
|
|
@@ -3037,6 +3167,18 @@ class CustomDomainConfigurationArgs:
|
|
|
3037
3167
|
if dns_suffix is not None:
|
|
3038
3168
|
pulumi.set(__self__, "dns_suffix", dns_suffix)
|
|
3039
3169
|
|
|
3170
|
+
@property
|
|
3171
|
+
@pulumi.getter(name="certificateKeyVaultProperties")
|
|
3172
|
+
def certificate_key_vault_properties(self) -> Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']]:
|
|
3173
|
+
"""
|
|
3174
|
+
Certificate stored in Azure Key Vault.
|
|
3175
|
+
"""
|
|
3176
|
+
return pulumi.get(self, "certificate_key_vault_properties")
|
|
3177
|
+
|
|
3178
|
+
@certificate_key_vault_properties.setter
|
|
3179
|
+
def certificate_key_vault_properties(self, value: Optional[pulumi.Input['CertificateKeyVaultPropertiesArgs']]):
|
|
3180
|
+
pulumi.set(self, "certificate_key_vault_properties", value)
|
|
3181
|
+
|
|
3040
3182
|
@property
|
|
3041
3183
|
@pulumi.getter(name="certificatePassword")
|
|
3042
3184
|
def certificate_password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -3234,6 +3376,10 @@ if not MYPY:
|
|
|
3234
3376
|
"""
|
|
3235
3377
|
Authentication secrets for the custom scale rule.
|
|
3236
3378
|
"""
|
|
3379
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
3380
|
+
"""
|
|
3381
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
3382
|
+
"""
|
|
3237
3383
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
3238
3384
|
"""
|
|
3239
3385
|
Metadata properties to describe custom scale rule.
|
|
@@ -3250,17 +3396,21 @@ elif False:
|
|
|
3250
3396
|
class CustomScaleRuleArgs:
|
|
3251
3397
|
def __init__(__self__, *,
|
|
3252
3398
|
auth: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]] = None,
|
|
3399
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
3253
3400
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
3254
3401
|
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
3255
3402
|
"""
|
|
3256
3403
|
Container App container Custom scaling rule.
|
|
3257
3404
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]] auth: Authentication secrets for the custom scale rule.
|
|
3405
|
+
:param pulumi.Input[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.
|
|
3258
3406
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] metadata: Metadata properties to describe custom scale rule.
|
|
3259
3407
|
:param pulumi.Input[builtins.str] type: Type of the custom scale rule
|
|
3260
3408
|
eg: azure-servicebus, redis etc.
|
|
3261
3409
|
"""
|
|
3262
3410
|
if auth is not None:
|
|
3263
3411
|
pulumi.set(__self__, "auth", auth)
|
|
3412
|
+
if identity is not None:
|
|
3413
|
+
pulumi.set(__self__, "identity", identity)
|
|
3264
3414
|
if metadata is not None:
|
|
3265
3415
|
pulumi.set(__self__, "metadata", metadata)
|
|
3266
3416
|
if type is not None:
|
|
@@ -3278,6 +3428,18 @@ class CustomScaleRuleArgs:
|
|
|
3278
3428
|
def auth(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]):
|
|
3279
3429
|
pulumi.set(self, "auth", value)
|
|
3280
3430
|
|
|
3431
|
+
@property
|
|
3432
|
+
@pulumi.getter
|
|
3433
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3434
|
+
"""
|
|
3435
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
3436
|
+
"""
|
|
3437
|
+
return pulumi.get(self, "identity")
|
|
3438
|
+
|
|
3439
|
+
@identity.setter
|
|
3440
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3441
|
+
pulumi.set(self, "identity", value)
|
|
3442
|
+
|
|
3281
3443
|
@property
|
|
3282
3444
|
@pulumi.getter
|
|
3283
3445
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
@@ -4223,13 +4385,9 @@ if not MYPY:
|
|
|
4223
4385
|
"""
|
|
4224
4386
|
Dynamic pool configuration.
|
|
4225
4387
|
"""
|
|
4226
|
-
|
|
4227
|
-
"""
|
|
4228
|
-
The cooldown period of a session in seconds.
|
|
4229
|
-
"""
|
|
4230
|
-
execution_type: NotRequired[pulumi.Input[Union[builtins.str, 'ExecutionType']]]
|
|
4388
|
+
lifecycle_configuration: NotRequired[pulumi.Input['LifecycleConfigurationArgsDict']]
|
|
4231
4389
|
"""
|
|
4232
|
-
The
|
|
4390
|
+
The lifecycle configuration of a session in the dynamic session pool
|
|
4233
4391
|
"""
|
|
4234
4392
|
elif False:
|
|
4235
4393
|
DynamicPoolConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -4237,41 +4395,25 @@ elif False:
|
|
|
4237
4395
|
@pulumi.input_type
|
|
4238
4396
|
class DynamicPoolConfigurationArgs:
|
|
4239
4397
|
def __init__(__self__, *,
|
|
4240
|
-
|
|
4241
|
-
execution_type: Optional[pulumi.Input[Union[builtins.str, 'ExecutionType']]] = None):
|
|
4398
|
+
lifecycle_configuration: Optional[pulumi.Input['LifecycleConfigurationArgs']] = None):
|
|
4242
4399
|
"""
|
|
4243
4400
|
Dynamic pool configuration.
|
|
4244
|
-
:param pulumi.Input[
|
|
4245
|
-
:param pulumi.Input[Union[builtins.str, 'ExecutionType']] execution_type: The execution type of the session pool.
|
|
4246
|
-
"""
|
|
4247
|
-
if cooldown_period_in_seconds is not None:
|
|
4248
|
-
pulumi.set(__self__, "cooldown_period_in_seconds", cooldown_period_in_seconds)
|
|
4249
|
-
if execution_type is not None:
|
|
4250
|
-
pulumi.set(__self__, "execution_type", execution_type)
|
|
4251
|
-
|
|
4252
|
-
@property
|
|
4253
|
-
@pulumi.getter(name="cooldownPeriodInSeconds")
|
|
4254
|
-
def cooldown_period_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
4401
|
+
:param pulumi.Input['LifecycleConfigurationArgs'] lifecycle_configuration: The lifecycle configuration of a session in the dynamic session pool
|
|
4255
4402
|
"""
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
return pulumi.get(self, "cooldown_period_in_seconds")
|
|
4259
|
-
|
|
4260
|
-
@cooldown_period_in_seconds.setter
|
|
4261
|
-
def cooldown_period_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
4262
|
-
pulumi.set(self, "cooldown_period_in_seconds", value)
|
|
4403
|
+
if lifecycle_configuration is not None:
|
|
4404
|
+
pulumi.set(__self__, "lifecycle_configuration", lifecycle_configuration)
|
|
4263
4405
|
|
|
4264
4406
|
@property
|
|
4265
|
-
@pulumi.getter(name="
|
|
4266
|
-
def
|
|
4407
|
+
@pulumi.getter(name="lifecycleConfiguration")
|
|
4408
|
+
def lifecycle_configuration(self) -> Optional[pulumi.Input['LifecycleConfigurationArgs']]:
|
|
4267
4409
|
"""
|
|
4268
|
-
The
|
|
4410
|
+
The lifecycle configuration of a session in the dynamic session pool
|
|
4269
4411
|
"""
|
|
4270
|
-
return pulumi.get(self, "
|
|
4412
|
+
return pulumi.get(self, "lifecycle_configuration")
|
|
4271
4413
|
|
|
4272
|
-
@
|
|
4273
|
-
def
|
|
4274
|
-
pulumi.set(self, "
|
|
4414
|
+
@lifecycle_configuration.setter
|
|
4415
|
+
def lifecycle_configuration(self, value: Optional[pulumi.Input['LifecycleConfigurationArgs']]):
|
|
4416
|
+
pulumi.set(self, "lifecycle_configuration", value)
|
|
4275
4417
|
|
|
4276
4418
|
|
|
4277
4419
|
if not MYPY:
|
|
@@ -5945,6 +6087,10 @@ if not MYPY:
|
|
|
5945
6087
|
"""
|
|
5946
6088
|
Authentication secrets for the custom scale rule.
|
|
5947
6089
|
"""
|
|
6090
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
6091
|
+
"""
|
|
6092
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6093
|
+
"""
|
|
5948
6094
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
5949
6095
|
"""
|
|
5950
6096
|
Metadata properties to describe http scale rule.
|
|
@@ -5956,14 +6102,18 @@ elif False:
|
|
|
5956
6102
|
class HttpScaleRuleArgs:
|
|
5957
6103
|
def __init__(__self__, *,
|
|
5958
6104
|
auth: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]] = None,
|
|
6105
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
5959
6106
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
5960
6107
|
"""
|
|
5961
6108
|
Container App container Http scaling rule.
|
|
5962
6109
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]] auth: Authentication secrets for the custom scale rule.
|
|
6110
|
+
:param pulumi.Input[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.
|
|
5963
6111
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] metadata: Metadata properties to describe http scale rule.
|
|
5964
6112
|
"""
|
|
5965
6113
|
if auth is not None:
|
|
5966
6114
|
pulumi.set(__self__, "auth", auth)
|
|
6115
|
+
if identity is not None:
|
|
6116
|
+
pulumi.set(__self__, "identity", identity)
|
|
5967
6117
|
if metadata is not None:
|
|
5968
6118
|
pulumi.set(__self__, "metadata", metadata)
|
|
5969
6119
|
|
|
@@ -5979,6 +6129,18 @@ class HttpScaleRuleArgs:
|
|
|
5979
6129
|
def auth(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]):
|
|
5980
6130
|
pulumi.set(self, "auth", value)
|
|
5981
6131
|
|
|
6132
|
+
@property
|
|
6133
|
+
@pulumi.getter
|
|
6134
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
6135
|
+
"""
|
|
6136
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6137
|
+
"""
|
|
6138
|
+
return pulumi.get(self, "identity")
|
|
6139
|
+
|
|
6140
|
+
@identity.setter
|
|
6141
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
6142
|
+
pulumi.set(self, "identity", value)
|
|
6143
|
+
|
|
5982
6144
|
@property
|
|
5983
6145
|
@pulumi.getter
|
|
5984
6146
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
@@ -6283,6 +6445,63 @@ class IdentityProvidersArgs:
|
|
|
6283
6445
|
pulumi.set(self, "twitter", value)
|
|
6284
6446
|
|
|
6285
6447
|
|
|
6448
|
+
if not MYPY:
|
|
6449
|
+
class IdentitySettingsArgsDict(TypedDict):
|
|
6450
|
+
"""
|
|
6451
|
+
Optional settings for a Managed Identity that is assigned to the Container App.
|
|
6452
|
+
"""
|
|
6453
|
+
identity: pulumi.Input[builtins.str]
|
|
6454
|
+
"""
|
|
6455
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6456
|
+
"""
|
|
6457
|
+
lifecycle: NotRequired[pulumi.Input[Union[builtins.str, 'IdentitySettingsLifeCycle']]]
|
|
6458
|
+
"""
|
|
6459
|
+
Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
|
|
6460
|
+
"""
|
|
6461
|
+
elif False:
|
|
6462
|
+
IdentitySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
6463
|
+
|
|
6464
|
+
@pulumi.input_type
|
|
6465
|
+
class IdentitySettingsArgs:
|
|
6466
|
+
def __init__(__self__, *,
|
|
6467
|
+
identity: pulumi.Input[builtins.str],
|
|
6468
|
+
lifecycle: Optional[pulumi.Input[Union[builtins.str, 'IdentitySettingsLifeCycle']]] = None):
|
|
6469
|
+
"""
|
|
6470
|
+
Optional settings for a Managed Identity that is assigned to the Container App.
|
|
6471
|
+
:param pulumi.Input[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.
|
|
6472
|
+
:param pulumi.Input[Union[builtins.str, 'IdentitySettingsLifeCycle']] lifecycle: Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
|
|
6473
|
+
"""
|
|
6474
|
+
pulumi.set(__self__, "identity", identity)
|
|
6475
|
+
if lifecycle is None:
|
|
6476
|
+
lifecycle = 'All'
|
|
6477
|
+
if lifecycle is not None:
|
|
6478
|
+
pulumi.set(__self__, "lifecycle", lifecycle)
|
|
6479
|
+
|
|
6480
|
+
@property
|
|
6481
|
+
@pulumi.getter
|
|
6482
|
+
def identity(self) -> pulumi.Input[builtins.str]:
|
|
6483
|
+
"""
|
|
6484
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
6485
|
+
"""
|
|
6486
|
+
return pulumi.get(self, "identity")
|
|
6487
|
+
|
|
6488
|
+
@identity.setter
|
|
6489
|
+
def identity(self, value: pulumi.Input[builtins.str]):
|
|
6490
|
+
pulumi.set(self, "identity", value)
|
|
6491
|
+
|
|
6492
|
+
@property
|
|
6493
|
+
@pulumi.getter
|
|
6494
|
+
def lifecycle(self) -> Optional[pulumi.Input[Union[builtins.str, 'IdentitySettingsLifeCycle']]]:
|
|
6495
|
+
"""
|
|
6496
|
+
Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
|
|
6497
|
+
"""
|
|
6498
|
+
return pulumi.get(self, "lifecycle")
|
|
6499
|
+
|
|
6500
|
+
@lifecycle.setter
|
|
6501
|
+
def lifecycle(self, value: Optional[pulumi.Input[Union[builtins.str, 'IdentitySettingsLifeCycle']]]):
|
|
6502
|
+
pulumi.set(self, "lifecycle", value)
|
|
6503
|
+
|
|
6504
|
+
|
|
6286
6505
|
if not MYPY:
|
|
6287
6506
|
class IngressPortMappingArgsDict(TypedDict):
|
|
6288
6507
|
"""
|
|
@@ -7296,6 +7515,10 @@ if not MYPY:
|
|
|
7296
7515
|
"""
|
|
7297
7516
|
Trigger configuration of an event driven job.
|
|
7298
7517
|
"""
|
|
7518
|
+
identity_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgsDict']]]]
|
|
7519
|
+
"""
|
|
7520
|
+
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.
|
|
7521
|
+
"""
|
|
7299
7522
|
manual_trigger_config: NotRequired[pulumi.Input['JobConfigurationManualTriggerConfigArgsDict']]
|
|
7300
7523
|
"""
|
|
7301
7524
|
Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
|
|
@@ -7325,6 +7548,7 @@ class JobConfigurationArgs:
|
|
|
7325
7548
|
replica_timeout: pulumi.Input[builtins.int],
|
|
7326
7549
|
trigger_type: Optional[pulumi.Input[Union[builtins.str, 'TriggerType']]] = None,
|
|
7327
7550
|
event_trigger_config: Optional[pulumi.Input['JobConfigurationEventTriggerConfigArgs']] = None,
|
|
7551
|
+
identity_settings: Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]] = None,
|
|
7328
7552
|
manual_trigger_config: Optional[pulumi.Input['JobConfigurationManualTriggerConfigArgs']] = None,
|
|
7329
7553
|
registries: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryCredentialsArgs']]]] = None,
|
|
7330
7554
|
replica_retry_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -7335,6 +7559,7 @@ class JobConfigurationArgs:
|
|
|
7335
7559
|
:param pulumi.Input[builtins.int] replica_timeout: Maximum number of seconds a replica is allowed to run.
|
|
7336
7560
|
:param pulumi.Input[Union[builtins.str, 'TriggerType']] trigger_type: Trigger type of the job
|
|
7337
7561
|
:param pulumi.Input['JobConfigurationEventTriggerConfigArgs'] event_trigger_config: Trigger configuration of an event driven job.
|
|
7562
|
+
:param pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]] 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.
|
|
7338
7563
|
:param pulumi.Input['JobConfigurationManualTriggerConfigArgs'] manual_trigger_config: Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
|
|
7339
7564
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryCredentialsArgs']]] registries: Collection of private container registry credentials used by a Container apps job
|
|
7340
7565
|
:param pulumi.Input[builtins.int] replica_retry_limit: Maximum number of retries before failing the job.
|
|
@@ -7347,6 +7572,8 @@ class JobConfigurationArgs:
|
|
|
7347
7572
|
pulumi.set(__self__, "trigger_type", trigger_type)
|
|
7348
7573
|
if event_trigger_config is not None:
|
|
7349
7574
|
pulumi.set(__self__, "event_trigger_config", event_trigger_config)
|
|
7575
|
+
if identity_settings is not None:
|
|
7576
|
+
pulumi.set(__self__, "identity_settings", identity_settings)
|
|
7350
7577
|
if manual_trigger_config is not None:
|
|
7351
7578
|
pulumi.set(__self__, "manual_trigger_config", manual_trigger_config)
|
|
7352
7579
|
if registries is not None:
|
|
@@ -7394,6 +7621,18 @@ class JobConfigurationArgs:
|
|
|
7394
7621
|
def event_trigger_config(self, value: Optional[pulumi.Input['JobConfigurationEventTriggerConfigArgs']]):
|
|
7395
7622
|
pulumi.set(self, "event_trigger_config", value)
|
|
7396
7623
|
|
|
7624
|
+
@property
|
|
7625
|
+
@pulumi.getter(name="identitySettings")
|
|
7626
|
+
def identity_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]]:
|
|
7627
|
+
"""
|
|
7628
|
+
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.
|
|
7629
|
+
"""
|
|
7630
|
+
return pulumi.get(self, "identity_settings")
|
|
7631
|
+
|
|
7632
|
+
@identity_settings.setter
|
|
7633
|
+
def identity_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IdentitySettingsArgs']]]]):
|
|
7634
|
+
pulumi.set(self, "identity_settings", value)
|
|
7635
|
+
|
|
7397
7636
|
@property
|
|
7398
7637
|
@pulumi.getter(name="manualTriggerConfig")
|
|
7399
7638
|
def manual_trigger_config(self) -> Optional[pulumi.Input['JobConfigurationManualTriggerConfigArgs']]:
|
|
@@ -7464,6 +7703,10 @@ if not MYPY:
|
|
|
7464
7703
|
"""
|
|
7465
7704
|
Authentication secrets for the scale rule.
|
|
7466
7705
|
"""
|
|
7706
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
7707
|
+
"""
|
|
7708
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
7709
|
+
"""
|
|
7467
7710
|
metadata: NotRequired[Any]
|
|
7468
7711
|
"""
|
|
7469
7712
|
Metadata properties to describe the scale rule.
|
|
@@ -7484,12 +7727,14 @@ elif False:
|
|
|
7484
7727
|
class JobScaleRuleArgs:
|
|
7485
7728
|
def __init__(__self__, *,
|
|
7486
7729
|
auth: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]] = None,
|
|
7730
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
7487
7731
|
metadata: Optional[Any] = None,
|
|
7488
7732
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
7489
7733
|
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
7490
7734
|
"""
|
|
7491
7735
|
Scaling rule.
|
|
7492
7736
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]] auth: Authentication secrets for the scale rule.
|
|
7737
|
+
:param pulumi.Input[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.
|
|
7493
7738
|
:param Any metadata: Metadata properties to describe the scale rule.
|
|
7494
7739
|
:param pulumi.Input[builtins.str] name: Scale Rule Name
|
|
7495
7740
|
:param pulumi.Input[builtins.str] type: Type of the scale rule
|
|
@@ -7497,6 +7742,8 @@ class JobScaleRuleArgs:
|
|
|
7497
7742
|
"""
|
|
7498
7743
|
if auth is not None:
|
|
7499
7744
|
pulumi.set(__self__, "auth", auth)
|
|
7745
|
+
if identity is not None:
|
|
7746
|
+
pulumi.set(__self__, "identity", identity)
|
|
7500
7747
|
if metadata is not None:
|
|
7501
7748
|
pulumi.set(__self__, "metadata", metadata)
|
|
7502
7749
|
if name is not None:
|
|
@@ -7516,6 +7763,18 @@ class JobScaleRuleArgs:
|
|
|
7516
7763
|
def auth(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]):
|
|
7517
7764
|
pulumi.set(self, "auth", value)
|
|
7518
7765
|
|
|
7766
|
+
@property
|
|
7767
|
+
@pulumi.getter
|
|
7768
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
7769
|
+
"""
|
|
7770
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
7771
|
+
"""
|
|
7772
|
+
return pulumi.get(self, "identity")
|
|
7773
|
+
|
|
7774
|
+
@identity.setter
|
|
7775
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
7776
|
+
pulumi.set(self, "identity", value)
|
|
7777
|
+
|
|
7519
7778
|
@property
|
|
7520
7779
|
@pulumi.getter
|
|
7521
7780
|
def metadata(self) -> Optional[Any]:
|
|
@@ -7786,6 +8045,82 @@ class JwtClaimChecksArgs:
|
|
|
7786
8045
|
pulumi.set(self, "allowed_groups", value)
|
|
7787
8046
|
|
|
7788
8047
|
|
|
8048
|
+
if not MYPY:
|
|
8049
|
+
class LifecycleConfigurationArgsDict(TypedDict):
|
|
8050
|
+
"""
|
|
8051
|
+
The lifecycle configuration properties of a session in the dynamic session pool
|
|
8052
|
+
"""
|
|
8053
|
+
cooldown_period_in_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
8054
|
+
"""
|
|
8055
|
+
The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
|
|
8056
|
+
"""
|
|
8057
|
+
lifecycle_type: NotRequired[pulumi.Input[Union[builtins.str, 'LifecycleType']]]
|
|
8058
|
+
"""
|
|
8059
|
+
The lifecycle type of the session pool.
|
|
8060
|
+
"""
|
|
8061
|
+
max_alive_period_in_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
8062
|
+
"""
|
|
8063
|
+
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
|
|
8064
|
+
"""
|
|
8065
|
+
elif False:
|
|
8066
|
+
LifecycleConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
8067
|
+
|
|
8068
|
+
@pulumi.input_type
|
|
8069
|
+
class LifecycleConfigurationArgs:
|
|
8070
|
+
def __init__(__self__, *,
|
|
8071
|
+
cooldown_period_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
8072
|
+
lifecycle_type: Optional[pulumi.Input[Union[builtins.str, 'LifecycleType']]] = None,
|
|
8073
|
+
max_alive_period_in_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
8074
|
+
"""
|
|
8075
|
+
The lifecycle configuration properties of a session in the dynamic session pool
|
|
8076
|
+
:param pulumi.Input[builtins.int] cooldown_period_in_seconds: The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
|
|
8077
|
+
:param pulumi.Input[Union[builtins.str, 'LifecycleType']] lifecycle_type: The lifecycle type of the session pool.
|
|
8078
|
+
:param pulumi.Input[builtins.int] max_alive_period_in_seconds: The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
|
|
8079
|
+
"""
|
|
8080
|
+
if cooldown_period_in_seconds is not None:
|
|
8081
|
+
pulumi.set(__self__, "cooldown_period_in_seconds", cooldown_period_in_seconds)
|
|
8082
|
+
if lifecycle_type is not None:
|
|
8083
|
+
pulumi.set(__self__, "lifecycle_type", lifecycle_type)
|
|
8084
|
+
if max_alive_period_in_seconds is not None:
|
|
8085
|
+
pulumi.set(__self__, "max_alive_period_in_seconds", max_alive_period_in_seconds)
|
|
8086
|
+
|
|
8087
|
+
@property
|
|
8088
|
+
@pulumi.getter(name="cooldownPeriodInSeconds")
|
|
8089
|
+
def cooldown_period_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
8090
|
+
"""
|
|
8091
|
+
The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
|
|
8092
|
+
"""
|
|
8093
|
+
return pulumi.get(self, "cooldown_period_in_seconds")
|
|
8094
|
+
|
|
8095
|
+
@cooldown_period_in_seconds.setter
|
|
8096
|
+
def cooldown_period_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
8097
|
+
pulumi.set(self, "cooldown_period_in_seconds", value)
|
|
8098
|
+
|
|
8099
|
+
@property
|
|
8100
|
+
@pulumi.getter(name="lifecycleType")
|
|
8101
|
+
def lifecycle_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'LifecycleType']]]:
|
|
8102
|
+
"""
|
|
8103
|
+
The lifecycle type of the session pool.
|
|
8104
|
+
"""
|
|
8105
|
+
return pulumi.get(self, "lifecycle_type")
|
|
8106
|
+
|
|
8107
|
+
@lifecycle_type.setter
|
|
8108
|
+
def lifecycle_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'LifecycleType']]]):
|
|
8109
|
+
pulumi.set(self, "lifecycle_type", value)
|
|
8110
|
+
|
|
8111
|
+
@property
|
|
8112
|
+
@pulumi.getter(name="maxAlivePeriodInSeconds")
|
|
8113
|
+
def max_alive_period_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
8114
|
+
"""
|
|
8115
|
+
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
|
|
8116
|
+
"""
|
|
8117
|
+
return pulumi.get(self, "max_alive_period_in_seconds")
|
|
8118
|
+
|
|
8119
|
+
@max_alive_period_in_seconds.setter
|
|
8120
|
+
def max_alive_period_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
8121
|
+
pulumi.set(self, "max_alive_period_in_seconds", value)
|
|
8122
|
+
|
|
8123
|
+
|
|
7789
8124
|
if not MYPY:
|
|
7790
8125
|
class LogAnalyticsConfigurationArgsDict(TypedDict):
|
|
7791
8126
|
"""
|
|
@@ -8229,19 +8564,27 @@ if not MYPY:
|
|
|
8229
8564
|
"""
|
|
8230
8565
|
Azure file properties
|
|
8231
8566
|
"""
|
|
8567
|
+
nfs_azure_file: NotRequired[pulumi.Input['NfsAzureFilePropertiesArgsDict']]
|
|
8568
|
+
"""
|
|
8569
|
+
NFS Azure file properties
|
|
8570
|
+
"""
|
|
8232
8571
|
elif False:
|
|
8233
8572
|
ManagedEnvironmentStoragePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
8234
8573
|
|
|
8235
8574
|
@pulumi.input_type
|
|
8236
8575
|
class ManagedEnvironmentStoragePropertiesArgs:
|
|
8237
8576
|
def __init__(__self__, *,
|
|
8238
|
-
azure_file: Optional[pulumi.Input['AzureFilePropertiesArgs']] = None
|
|
8577
|
+
azure_file: Optional[pulumi.Input['AzureFilePropertiesArgs']] = None,
|
|
8578
|
+
nfs_azure_file: Optional[pulumi.Input['NfsAzureFilePropertiesArgs']] = None):
|
|
8239
8579
|
"""
|
|
8240
8580
|
Storage properties
|
|
8241
8581
|
:param pulumi.Input['AzureFilePropertiesArgs'] azure_file: Azure file properties
|
|
8582
|
+
:param pulumi.Input['NfsAzureFilePropertiesArgs'] nfs_azure_file: NFS Azure file properties
|
|
8242
8583
|
"""
|
|
8243
8584
|
if azure_file is not None:
|
|
8244
8585
|
pulumi.set(__self__, "azure_file", azure_file)
|
|
8586
|
+
if nfs_azure_file is not None:
|
|
8587
|
+
pulumi.set(__self__, "nfs_azure_file", nfs_azure_file)
|
|
8245
8588
|
|
|
8246
8589
|
@property
|
|
8247
8590
|
@pulumi.getter(name="azureFile")
|
|
@@ -8255,6 +8598,18 @@ class ManagedEnvironmentStoragePropertiesArgs:
|
|
|
8255
8598
|
def azure_file(self, value: Optional[pulumi.Input['AzureFilePropertiesArgs']]):
|
|
8256
8599
|
pulumi.set(self, "azure_file", value)
|
|
8257
8600
|
|
|
8601
|
+
@property
|
|
8602
|
+
@pulumi.getter(name="nfsAzureFile")
|
|
8603
|
+
def nfs_azure_file(self) -> Optional[pulumi.Input['NfsAzureFilePropertiesArgs']]:
|
|
8604
|
+
"""
|
|
8605
|
+
NFS Azure file properties
|
|
8606
|
+
"""
|
|
8607
|
+
return pulumi.get(self, "nfs_azure_file")
|
|
8608
|
+
|
|
8609
|
+
@nfs_azure_file.setter
|
|
8610
|
+
def nfs_azure_file(self, value: Optional[pulumi.Input['NfsAzureFilePropertiesArgs']]):
|
|
8611
|
+
pulumi.set(self, "nfs_azure_file", value)
|
|
8612
|
+
|
|
8258
8613
|
|
|
8259
8614
|
if not MYPY:
|
|
8260
8615
|
class ManagedIdentitySettingArgsDict(TypedDict):
|
|
@@ -8405,101 +8760,79 @@ class MtlsArgs:
|
|
|
8405
8760
|
|
|
8406
8761
|
|
|
8407
8762
|
if not MYPY:
|
|
8408
|
-
class
|
|
8763
|
+
class NfsAzureFilePropertiesArgsDict(TypedDict):
|
|
8409
8764
|
"""
|
|
8410
|
-
|
|
8765
|
+
NFS Azure File Properties.
|
|
8411
8766
|
"""
|
|
8412
|
-
|
|
8767
|
+
access_mode: NotRequired[pulumi.Input[Union[builtins.str, 'AccessMode']]]
|
|
8413
8768
|
"""
|
|
8414
|
-
|
|
8415
|
-
Expected value is 'Nacos'.
|
|
8769
|
+
Access mode for storage
|
|
8416
8770
|
"""
|
|
8417
|
-
|
|
8771
|
+
server: NotRequired[pulumi.Input[builtins.str]]
|
|
8418
8772
|
"""
|
|
8419
|
-
|
|
8773
|
+
Server for NFS azure file. Specify the Azure storage account server address.
|
|
8420
8774
|
"""
|
|
8421
|
-
|
|
8775
|
+
share_name: NotRequired[pulumi.Input[builtins.str]]
|
|
8422
8776
|
"""
|
|
8423
|
-
|
|
8424
|
-
"""
|
|
8425
|
-
service_binds: NotRequired[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgsDict']]]]
|
|
8426
|
-
"""
|
|
8427
|
-
List of Java Components that are bound to the Java component
|
|
8777
|
+
NFS Azure file share name.
|
|
8428
8778
|
"""
|
|
8429
8779
|
elif False:
|
|
8430
|
-
|
|
8780
|
+
NfsAzureFilePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
8431
8781
|
|
|
8432
8782
|
@pulumi.input_type
|
|
8433
|
-
class
|
|
8783
|
+
class NfsAzureFilePropertiesArgs:
|
|
8434
8784
|
def __init__(__self__, *,
|
|
8435
|
-
|
|
8436
|
-
|
|
8437
|
-
|
|
8438
|
-
service_binds: Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]]] = None):
|
|
8439
|
-
"""
|
|
8440
|
-
Nacos properties.
|
|
8441
|
-
:param pulumi.Input[builtins.str] component_type: Type of the Java Component.
|
|
8442
|
-
Expected value is 'Nacos'.
|
|
8443
|
-
:param pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgs']]] configurations: List of Java Components configuration properties
|
|
8444
|
-
:param pulumi.Input['JavaComponentPropertiesScaleArgs'] scale: Java component scaling configurations
|
|
8445
|
-
:param pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]] service_binds: List of Java Components that are bound to the Java component
|
|
8446
|
-
"""
|
|
8447
|
-
pulumi.set(__self__, "component_type", 'Nacos')
|
|
8448
|
-
if configurations is not None:
|
|
8449
|
-
pulumi.set(__self__, "configurations", configurations)
|
|
8450
|
-
if scale is not None:
|
|
8451
|
-
pulumi.set(__self__, "scale", scale)
|
|
8452
|
-
if service_binds is not None:
|
|
8453
|
-
pulumi.set(__self__, "service_binds", service_binds)
|
|
8454
|
-
|
|
8455
|
-
@property
|
|
8456
|
-
@pulumi.getter(name="componentType")
|
|
8457
|
-
def component_type(self) -> pulumi.Input[builtins.str]:
|
|
8785
|
+
access_mode: Optional[pulumi.Input[Union[builtins.str, 'AccessMode']]] = None,
|
|
8786
|
+
server: Optional[pulumi.Input[builtins.str]] = None,
|
|
8787
|
+
share_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
8458
8788
|
"""
|
|
8459
|
-
|
|
8460
|
-
|
|
8789
|
+
NFS Azure File Properties.
|
|
8790
|
+
:param pulumi.Input[Union[builtins.str, 'AccessMode']] access_mode: Access mode for storage
|
|
8791
|
+
:param pulumi.Input[builtins.str] server: Server for NFS azure file. Specify the Azure storage account server address.
|
|
8792
|
+
:param pulumi.Input[builtins.str] share_name: NFS Azure file share name.
|
|
8461
8793
|
"""
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
|
|
8794
|
+
if access_mode is not None:
|
|
8795
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
|
8796
|
+
if server is not None:
|
|
8797
|
+
pulumi.set(__self__, "server", server)
|
|
8798
|
+
if share_name is not None:
|
|
8799
|
+
pulumi.set(__self__, "share_name", share_name)
|
|
8467
8800
|
|
|
8468
8801
|
@property
|
|
8469
|
-
@pulumi.getter
|
|
8470
|
-
def
|
|
8802
|
+
@pulumi.getter(name="accessMode")
|
|
8803
|
+
def access_mode(self) -> Optional[pulumi.Input[Union[builtins.str, 'AccessMode']]]:
|
|
8471
8804
|
"""
|
|
8472
|
-
|
|
8805
|
+
Access mode for storage
|
|
8473
8806
|
"""
|
|
8474
|
-
return pulumi.get(self, "
|
|
8807
|
+
return pulumi.get(self, "access_mode")
|
|
8475
8808
|
|
|
8476
|
-
@
|
|
8477
|
-
def
|
|
8478
|
-
pulumi.set(self, "
|
|
8809
|
+
@access_mode.setter
|
|
8810
|
+
def access_mode(self, value: Optional[pulumi.Input[Union[builtins.str, 'AccessMode']]]):
|
|
8811
|
+
pulumi.set(self, "access_mode", value)
|
|
8479
8812
|
|
|
8480
8813
|
@property
|
|
8481
8814
|
@pulumi.getter
|
|
8482
|
-
def
|
|
8815
|
+
def server(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8483
8816
|
"""
|
|
8484
|
-
|
|
8817
|
+
Server for NFS azure file. Specify the Azure storage account server address.
|
|
8485
8818
|
"""
|
|
8486
|
-
return pulumi.get(self, "
|
|
8819
|
+
return pulumi.get(self, "server")
|
|
8487
8820
|
|
|
8488
|
-
@
|
|
8489
|
-
def
|
|
8490
|
-
pulumi.set(self, "
|
|
8821
|
+
@server.setter
|
|
8822
|
+
def server(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8823
|
+
pulumi.set(self, "server", value)
|
|
8491
8824
|
|
|
8492
8825
|
@property
|
|
8493
|
-
@pulumi.getter(name="
|
|
8494
|
-
def
|
|
8826
|
+
@pulumi.getter(name="shareName")
|
|
8827
|
+
def share_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8495
8828
|
"""
|
|
8496
|
-
|
|
8829
|
+
NFS Azure file share name.
|
|
8497
8830
|
"""
|
|
8498
|
-
return pulumi.get(self, "
|
|
8831
|
+
return pulumi.get(self, "share_name")
|
|
8499
8832
|
|
|
8500
|
-
@
|
|
8501
|
-
def
|
|
8502
|
-
pulumi.set(self, "
|
|
8833
|
+
@share_name.setter
|
|
8834
|
+
def share_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8835
|
+
pulumi.set(self, "share_name", value)
|
|
8503
8836
|
|
|
8504
8837
|
|
|
8505
8838
|
if not MYPY:
|
|
@@ -9019,10 +9352,18 @@ if not MYPY:
|
|
|
9019
9352
|
"""
|
|
9020
9353
|
Container App container Azure Queue based scaling rule.
|
|
9021
9354
|
"""
|
|
9355
|
+
account_name: NotRequired[pulumi.Input[builtins.str]]
|
|
9356
|
+
"""
|
|
9357
|
+
Storage account name. required if using managed identity to authenticate
|
|
9358
|
+
"""
|
|
9022
9359
|
auth: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgsDict']]]]
|
|
9023
9360
|
"""
|
|
9024
9361
|
Authentication secrets for the queue scale rule.
|
|
9025
9362
|
"""
|
|
9363
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
9364
|
+
"""
|
|
9365
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
9366
|
+
"""
|
|
9026
9367
|
queue_length: NotRequired[pulumi.Input[builtins.int]]
|
|
9027
9368
|
"""
|
|
9028
9369
|
Queue length.
|
|
@@ -9037,22 +9378,42 @@ elif False:
|
|
|
9037
9378
|
@pulumi.input_type
|
|
9038
9379
|
class QueueScaleRuleArgs:
|
|
9039
9380
|
def __init__(__self__, *,
|
|
9381
|
+
account_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
9040
9382
|
auth: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]] = None,
|
|
9383
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
9041
9384
|
queue_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
9042
9385
|
queue_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
9043
9386
|
"""
|
|
9044
9387
|
Container App container Azure Queue based scaling rule.
|
|
9388
|
+
:param pulumi.Input[builtins.str] account_name: Storage account name. required if using managed identity to authenticate
|
|
9045
9389
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]] auth: Authentication secrets for the queue scale rule.
|
|
9390
|
+
:param pulumi.Input[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.
|
|
9046
9391
|
:param pulumi.Input[builtins.int] queue_length: Queue length.
|
|
9047
9392
|
:param pulumi.Input[builtins.str] queue_name: Queue name.
|
|
9048
9393
|
"""
|
|
9394
|
+
if account_name is not None:
|
|
9395
|
+
pulumi.set(__self__, "account_name", account_name)
|
|
9049
9396
|
if auth is not None:
|
|
9050
9397
|
pulumi.set(__self__, "auth", auth)
|
|
9398
|
+
if identity is not None:
|
|
9399
|
+
pulumi.set(__self__, "identity", identity)
|
|
9051
9400
|
if queue_length is not None:
|
|
9052
9401
|
pulumi.set(__self__, "queue_length", queue_length)
|
|
9053
9402
|
if queue_name is not None:
|
|
9054
9403
|
pulumi.set(__self__, "queue_name", queue_name)
|
|
9055
9404
|
|
|
9405
|
+
@property
|
|
9406
|
+
@pulumi.getter(name="accountName")
|
|
9407
|
+
def account_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9408
|
+
"""
|
|
9409
|
+
Storage account name. required if using managed identity to authenticate
|
|
9410
|
+
"""
|
|
9411
|
+
return pulumi.get(self, "account_name")
|
|
9412
|
+
|
|
9413
|
+
@account_name.setter
|
|
9414
|
+
def account_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9415
|
+
pulumi.set(self, "account_name", value)
|
|
9416
|
+
|
|
9056
9417
|
@property
|
|
9057
9418
|
@pulumi.getter
|
|
9058
9419
|
def auth(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]:
|
|
@@ -9065,6 +9426,18 @@ class QueueScaleRuleArgs:
|
|
|
9065
9426
|
def auth(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]):
|
|
9066
9427
|
pulumi.set(self, "auth", value)
|
|
9067
9428
|
|
|
9429
|
+
@property
|
|
9430
|
+
@pulumi.getter
|
|
9431
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9432
|
+
"""
|
|
9433
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
9434
|
+
"""
|
|
9435
|
+
return pulumi.get(self, "identity")
|
|
9436
|
+
|
|
9437
|
+
@identity.setter
|
|
9438
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9439
|
+
pulumi.set(self, "identity", value)
|
|
9440
|
+
|
|
9068
9441
|
@property
|
|
9069
9442
|
@pulumi.getter(name="queueLength")
|
|
9070
9443
|
def queue_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -9262,6 +9635,78 @@ class RegistryInfoArgs:
|
|
|
9262
9635
|
pulumi.set(self, "registry_user_name", value)
|
|
9263
9636
|
|
|
9264
9637
|
|
|
9638
|
+
if not MYPY:
|
|
9639
|
+
class RuntimeJavaArgsDict(TypedDict):
|
|
9640
|
+
"""
|
|
9641
|
+
Java app configuration
|
|
9642
|
+
"""
|
|
9643
|
+
enable_metrics: NotRequired[pulumi.Input[builtins.bool]]
|
|
9644
|
+
"""
|
|
9645
|
+
Enable jmx core metrics for the java app
|
|
9646
|
+
"""
|
|
9647
|
+
elif False:
|
|
9648
|
+
RuntimeJavaArgsDict: TypeAlias = Mapping[str, Any]
|
|
9649
|
+
|
|
9650
|
+
@pulumi.input_type
|
|
9651
|
+
class RuntimeJavaArgs:
|
|
9652
|
+
def __init__(__self__, *,
|
|
9653
|
+
enable_metrics: Optional[pulumi.Input[builtins.bool]] = None):
|
|
9654
|
+
"""
|
|
9655
|
+
Java app configuration
|
|
9656
|
+
:param pulumi.Input[builtins.bool] enable_metrics: Enable jmx core metrics for the java app
|
|
9657
|
+
"""
|
|
9658
|
+
if enable_metrics is not None:
|
|
9659
|
+
pulumi.set(__self__, "enable_metrics", enable_metrics)
|
|
9660
|
+
|
|
9661
|
+
@property
|
|
9662
|
+
@pulumi.getter(name="enableMetrics")
|
|
9663
|
+
def enable_metrics(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
9664
|
+
"""
|
|
9665
|
+
Enable jmx core metrics for the java app
|
|
9666
|
+
"""
|
|
9667
|
+
return pulumi.get(self, "enable_metrics")
|
|
9668
|
+
|
|
9669
|
+
@enable_metrics.setter
|
|
9670
|
+
def enable_metrics(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
9671
|
+
pulumi.set(self, "enable_metrics", value)
|
|
9672
|
+
|
|
9673
|
+
|
|
9674
|
+
if not MYPY:
|
|
9675
|
+
class RuntimeArgsDict(TypedDict):
|
|
9676
|
+
"""
|
|
9677
|
+
Container App Runtime configuration.
|
|
9678
|
+
"""
|
|
9679
|
+
java: NotRequired[pulumi.Input['RuntimeJavaArgsDict']]
|
|
9680
|
+
"""
|
|
9681
|
+
Java app configuration
|
|
9682
|
+
"""
|
|
9683
|
+
elif False:
|
|
9684
|
+
RuntimeArgsDict: TypeAlias = Mapping[str, Any]
|
|
9685
|
+
|
|
9686
|
+
@pulumi.input_type
|
|
9687
|
+
class RuntimeArgs:
|
|
9688
|
+
def __init__(__self__, *,
|
|
9689
|
+
java: Optional[pulumi.Input['RuntimeJavaArgs']] = None):
|
|
9690
|
+
"""
|
|
9691
|
+
Container App Runtime configuration.
|
|
9692
|
+
:param pulumi.Input['RuntimeJavaArgs'] java: Java app configuration
|
|
9693
|
+
"""
|
|
9694
|
+
if java is not None:
|
|
9695
|
+
pulumi.set(__self__, "java", java)
|
|
9696
|
+
|
|
9697
|
+
@property
|
|
9698
|
+
@pulumi.getter
|
|
9699
|
+
def java(self) -> Optional[pulumi.Input['RuntimeJavaArgs']]:
|
|
9700
|
+
"""
|
|
9701
|
+
Java app configuration
|
|
9702
|
+
"""
|
|
9703
|
+
return pulumi.get(self, "java")
|
|
9704
|
+
|
|
9705
|
+
@java.setter
|
|
9706
|
+
def java(self, value: Optional[pulumi.Input['RuntimeJavaArgs']]):
|
|
9707
|
+
pulumi.set(self, "java", value)
|
|
9708
|
+
|
|
9709
|
+
|
|
9265
9710
|
if not MYPY:
|
|
9266
9711
|
class ScaleConfigurationArgsDict(TypedDict):
|
|
9267
9712
|
"""
|
|
@@ -9495,6 +9940,10 @@ if not MYPY:
|
|
|
9495
9940
|
"""
|
|
9496
9941
|
Container App scaling configurations.
|
|
9497
9942
|
"""
|
|
9943
|
+
cooldown_period: NotRequired[pulumi.Input[builtins.int]]
|
|
9944
|
+
"""
|
|
9945
|
+
Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
|
|
9946
|
+
"""
|
|
9498
9947
|
max_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
9499
9948
|
"""
|
|
9500
9949
|
Optional. Maximum number of container replicas. Defaults to 10 if not set.
|
|
@@ -9503,6 +9952,10 @@ if not MYPY:
|
|
|
9503
9952
|
"""
|
|
9504
9953
|
Optional. Minimum number of container replicas.
|
|
9505
9954
|
"""
|
|
9955
|
+
polling_interval: NotRequired[pulumi.Input[builtins.int]]
|
|
9956
|
+
"""
|
|
9957
|
+
Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
|
|
9958
|
+
"""
|
|
9506
9959
|
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgsDict']]]]
|
|
9507
9960
|
"""
|
|
9508
9961
|
Scaling rules.
|
|
@@ -9513,24 +9966,44 @@ elif False:
|
|
|
9513
9966
|
@pulumi.input_type
|
|
9514
9967
|
class ScaleArgs:
|
|
9515
9968
|
def __init__(__self__, *,
|
|
9969
|
+
cooldown_period: Optional[pulumi.Input[builtins.int]] = None,
|
|
9516
9970
|
max_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
9517
9971
|
min_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
9972
|
+
polling_interval: Optional[pulumi.Input[builtins.int]] = None,
|
|
9518
9973
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]]] = None):
|
|
9519
9974
|
"""
|
|
9520
9975
|
Container App scaling configurations.
|
|
9976
|
+
:param pulumi.Input[builtins.int] cooldown_period: Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
|
|
9521
9977
|
:param pulumi.Input[builtins.int] max_replicas: Optional. Maximum number of container replicas. Defaults to 10 if not set.
|
|
9522
9978
|
:param pulumi.Input[builtins.int] min_replicas: Optional. Minimum number of container replicas.
|
|
9979
|
+
:param pulumi.Input[builtins.int] polling_interval: Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
|
|
9523
9980
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]] rules: Scaling rules.
|
|
9524
9981
|
"""
|
|
9982
|
+
if cooldown_period is not None:
|
|
9983
|
+
pulumi.set(__self__, "cooldown_period", cooldown_period)
|
|
9525
9984
|
if max_replicas is None:
|
|
9526
9985
|
max_replicas = 10
|
|
9527
9986
|
if max_replicas is not None:
|
|
9528
9987
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
9529
9988
|
if min_replicas is not None:
|
|
9530
9989
|
pulumi.set(__self__, "min_replicas", min_replicas)
|
|
9990
|
+
if polling_interval is not None:
|
|
9991
|
+
pulumi.set(__self__, "polling_interval", polling_interval)
|
|
9531
9992
|
if rules is not None:
|
|
9532
9993
|
pulumi.set(__self__, "rules", rules)
|
|
9533
9994
|
|
|
9995
|
+
@property
|
|
9996
|
+
@pulumi.getter(name="cooldownPeriod")
|
|
9997
|
+
def cooldown_period(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
9998
|
+
"""
|
|
9999
|
+
Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
|
|
10000
|
+
"""
|
|
10001
|
+
return pulumi.get(self, "cooldown_period")
|
|
10002
|
+
|
|
10003
|
+
@cooldown_period.setter
|
|
10004
|
+
def cooldown_period(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
10005
|
+
pulumi.set(self, "cooldown_period", value)
|
|
10006
|
+
|
|
9534
10007
|
@property
|
|
9535
10008
|
@pulumi.getter(name="maxReplicas")
|
|
9536
10009
|
def max_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -9555,6 +10028,18 @@ class ScaleArgs:
|
|
|
9555
10028
|
def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
9556
10029
|
pulumi.set(self, "min_replicas", value)
|
|
9557
10030
|
|
|
10031
|
+
@property
|
|
10032
|
+
@pulumi.getter(name="pollingInterval")
|
|
10033
|
+
def polling_interval(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
10034
|
+
"""
|
|
10035
|
+
Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
|
|
10036
|
+
"""
|
|
10037
|
+
return pulumi.get(self, "polling_interval")
|
|
10038
|
+
|
|
10039
|
+
@polling_interval.setter
|
|
10040
|
+
def polling_interval(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
10041
|
+
pulumi.set(self, "polling_interval", value)
|
|
10042
|
+
|
|
9558
10043
|
@property
|
|
9559
10044
|
@pulumi.getter
|
|
9560
10045
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]]]:
|
|
@@ -9568,120 +10053,6 @@ class ScaleArgs:
|
|
|
9568
10053
|
pulumi.set(self, "rules", value)
|
|
9569
10054
|
|
|
9570
10055
|
|
|
9571
|
-
if not MYPY:
|
|
9572
|
-
class ScgRouteArgsDict(TypedDict):
|
|
9573
|
-
"""
|
|
9574
|
-
Spring Cloud Gateway route definition
|
|
9575
|
-
"""
|
|
9576
|
-
id: pulumi.Input[builtins.str]
|
|
9577
|
-
"""
|
|
9578
|
-
Id of the route
|
|
9579
|
-
"""
|
|
9580
|
-
uri: pulumi.Input[builtins.str]
|
|
9581
|
-
"""
|
|
9582
|
-
Uri of the route
|
|
9583
|
-
"""
|
|
9584
|
-
filters: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
9585
|
-
"""
|
|
9586
|
-
Filters of the route
|
|
9587
|
-
"""
|
|
9588
|
-
order: NotRequired[pulumi.Input[builtins.float]]
|
|
9589
|
-
"""
|
|
9590
|
-
Order of the route
|
|
9591
|
-
"""
|
|
9592
|
-
predicates: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
9593
|
-
"""
|
|
9594
|
-
Predicates of the route
|
|
9595
|
-
"""
|
|
9596
|
-
elif False:
|
|
9597
|
-
ScgRouteArgsDict: TypeAlias = Mapping[str, Any]
|
|
9598
|
-
|
|
9599
|
-
@pulumi.input_type
|
|
9600
|
-
class ScgRouteArgs:
|
|
9601
|
-
def __init__(__self__, *,
|
|
9602
|
-
id: pulumi.Input[builtins.str],
|
|
9603
|
-
uri: pulumi.Input[builtins.str],
|
|
9604
|
-
filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
9605
|
-
order: Optional[pulumi.Input[builtins.float]] = None,
|
|
9606
|
-
predicates: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
9607
|
-
"""
|
|
9608
|
-
Spring Cloud Gateway route definition
|
|
9609
|
-
:param pulumi.Input[builtins.str] id: Id of the route
|
|
9610
|
-
:param pulumi.Input[builtins.str] uri: Uri of the route
|
|
9611
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] filters: Filters of the route
|
|
9612
|
-
:param pulumi.Input[builtins.float] order: Order of the route
|
|
9613
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] predicates: Predicates of the route
|
|
9614
|
-
"""
|
|
9615
|
-
pulumi.set(__self__, "id", id)
|
|
9616
|
-
pulumi.set(__self__, "uri", uri)
|
|
9617
|
-
if filters is not None:
|
|
9618
|
-
pulumi.set(__self__, "filters", filters)
|
|
9619
|
-
if order is not None:
|
|
9620
|
-
pulumi.set(__self__, "order", order)
|
|
9621
|
-
if predicates is not None:
|
|
9622
|
-
pulumi.set(__self__, "predicates", predicates)
|
|
9623
|
-
|
|
9624
|
-
@property
|
|
9625
|
-
@pulumi.getter
|
|
9626
|
-
def id(self) -> pulumi.Input[builtins.str]:
|
|
9627
|
-
"""
|
|
9628
|
-
Id of the route
|
|
9629
|
-
"""
|
|
9630
|
-
return pulumi.get(self, "id")
|
|
9631
|
-
|
|
9632
|
-
@id.setter
|
|
9633
|
-
def id(self, value: pulumi.Input[builtins.str]):
|
|
9634
|
-
pulumi.set(self, "id", value)
|
|
9635
|
-
|
|
9636
|
-
@property
|
|
9637
|
-
@pulumi.getter
|
|
9638
|
-
def uri(self) -> pulumi.Input[builtins.str]:
|
|
9639
|
-
"""
|
|
9640
|
-
Uri of the route
|
|
9641
|
-
"""
|
|
9642
|
-
return pulumi.get(self, "uri")
|
|
9643
|
-
|
|
9644
|
-
@uri.setter
|
|
9645
|
-
def uri(self, value: pulumi.Input[builtins.str]):
|
|
9646
|
-
pulumi.set(self, "uri", value)
|
|
9647
|
-
|
|
9648
|
-
@property
|
|
9649
|
-
@pulumi.getter
|
|
9650
|
-
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
9651
|
-
"""
|
|
9652
|
-
Filters of the route
|
|
9653
|
-
"""
|
|
9654
|
-
return pulumi.get(self, "filters")
|
|
9655
|
-
|
|
9656
|
-
@filters.setter
|
|
9657
|
-
def filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
9658
|
-
pulumi.set(self, "filters", value)
|
|
9659
|
-
|
|
9660
|
-
@property
|
|
9661
|
-
@pulumi.getter
|
|
9662
|
-
def order(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
9663
|
-
"""
|
|
9664
|
-
Order of the route
|
|
9665
|
-
"""
|
|
9666
|
-
return pulumi.get(self, "order")
|
|
9667
|
-
|
|
9668
|
-
@order.setter
|
|
9669
|
-
def order(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
9670
|
-
pulumi.set(self, "order", value)
|
|
9671
|
-
|
|
9672
|
-
@property
|
|
9673
|
-
@pulumi.getter
|
|
9674
|
-
def predicates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
9675
|
-
"""
|
|
9676
|
-
Predicates of the route
|
|
9677
|
-
"""
|
|
9678
|
-
return pulumi.get(self, "predicates")
|
|
9679
|
-
|
|
9680
|
-
@predicates.setter
|
|
9681
|
-
def predicates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
9682
|
-
pulumi.set(self, "predicates", value)
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
10056
|
if not MYPY:
|
|
9686
10057
|
class ScheduledEntryArgsDict(TypedDict):
|
|
9687
10058
|
"""
|
|
@@ -10708,124 +11079,6 @@ class SpringCloudEurekaComponentArgs:
|
|
|
10708
11079
|
pulumi.set(self, "service_binds", value)
|
|
10709
11080
|
|
|
10710
11081
|
|
|
10711
|
-
if not MYPY:
|
|
10712
|
-
class SpringCloudGatewayComponentArgsDict(TypedDict):
|
|
10713
|
-
"""
|
|
10714
|
-
Spring Cloud Gateway properties.
|
|
10715
|
-
"""
|
|
10716
|
-
component_type: pulumi.Input[builtins.str]
|
|
10717
|
-
"""
|
|
10718
|
-
Type of the Java Component.
|
|
10719
|
-
Expected value is 'SpringCloudGateway'.
|
|
10720
|
-
"""
|
|
10721
|
-
configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgsDict']]]]
|
|
10722
|
-
"""
|
|
10723
|
-
List of Java Components configuration properties
|
|
10724
|
-
"""
|
|
10725
|
-
scale: NotRequired[pulumi.Input['JavaComponentPropertiesScaleArgsDict']]
|
|
10726
|
-
"""
|
|
10727
|
-
Java component scaling configurations
|
|
10728
|
-
"""
|
|
10729
|
-
service_binds: NotRequired[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgsDict']]]]
|
|
10730
|
-
"""
|
|
10731
|
-
List of Java Components that are bound to the Java component
|
|
10732
|
-
"""
|
|
10733
|
-
spring_cloud_gateway_routes: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScgRouteArgsDict']]]]
|
|
10734
|
-
"""
|
|
10735
|
-
Gateway route definition
|
|
10736
|
-
"""
|
|
10737
|
-
elif False:
|
|
10738
|
-
SpringCloudGatewayComponentArgsDict: TypeAlias = Mapping[str, Any]
|
|
10739
|
-
|
|
10740
|
-
@pulumi.input_type
|
|
10741
|
-
class SpringCloudGatewayComponentArgs:
|
|
10742
|
-
def __init__(__self__, *,
|
|
10743
|
-
component_type: pulumi.Input[builtins.str],
|
|
10744
|
-
configurations: Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgs']]]] = None,
|
|
10745
|
-
scale: Optional[pulumi.Input['JavaComponentPropertiesScaleArgs']] = None,
|
|
10746
|
-
service_binds: Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]]] = None,
|
|
10747
|
-
spring_cloud_gateway_routes: Optional[pulumi.Input[Sequence[pulumi.Input['ScgRouteArgs']]]] = None):
|
|
10748
|
-
"""
|
|
10749
|
-
Spring Cloud Gateway properties.
|
|
10750
|
-
:param pulumi.Input[builtins.str] component_type: Type of the Java Component.
|
|
10751
|
-
Expected value is 'SpringCloudGateway'.
|
|
10752
|
-
:param pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgs']]] configurations: List of Java Components configuration properties
|
|
10753
|
-
:param pulumi.Input['JavaComponentPropertiesScaleArgs'] scale: Java component scaling configurations
|
|
10754
|
-
:param pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]] service_binds: List of Java Components that are bound to the Java component
|
|
10755
|
-
:param pulumi.Input[Sequence[pulumi.Input['ScgRouteArgs']]] spring_cloud_gateway_routes: Gateway route definition
|
|
10756
|
-
"""
|
|
10757
|
-
pulumi.set(__self__, "component_type", 'SpringCloudGateway')
|
|
10758
|
-
if configurations is not None:
|
|
10759
|
-
pulumi.set(__self__, "configurations", configurations)
|
|
10760
|
-
if scale is not None:
|
|
10761
|
-
pulumi.set(__self__, "scale", scale)
|
|
10762
|
-
if service_binds is not None:
|
|
10763
|
-
pulumi.set(__self__, "service_binds", service_binds)
|
|
10764
|
-
if spring_cloud_gateway_routes is not None:
|
|
10765
|
-
pulumi.set(__self__, "spring_cloud_gateway_routes", spring_cloud_gateway_routes)
|
|
10766
|
-
|
|
10767
|
-
@property
|
|
10768
|
-
@pulumi.getter(name="componentType")
|
|
10769
|
-
def component_type(self) -> pulumi.Input[builtins.str]:
|
|
10770
|
-
"""
|
|
10771
|
-
Type of the Java Component.
|
|
10772
|
-
Expected value is 'SpringCloudGateway'.
|
|
10773
|
-
"""
|
|
10774
|
-
return pulumi.get(self, "component_type")
|
|
10775
|
-
|
|
10776
|
-
@component_type.setter
|
|
10777
|
-
def component_type(self, value: pulumi.Input[builtins.str]):
|
|
10778
|
-
pulumi.set(self, "component_type", value)
|
|
10779
|
-
|
|
10780
|
-
@property
|
|
10781
|
-
@pulumi.getter
|
|
10782
|
-
def configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgs']]]]:
|
|
10783
|
-
"""
|
|
10784
|
-
List of Java Components configuration properties
|
|
10785
|
-
"""
|
|
10786
|
-
return pulumi.get(self, "configurations")
|
|
10787
|
-
|
|
10788
|
-
@configurations.setter
|
|
10789
|
-
def configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentConfigurationPropertyArgs']]]]):
|
|
10790
|
-
pulumi.set(self, "configurations", value)
|
|
10791
|
-
|
|
10792
|
-
@property
|
|
10793
|
-
@pulumi.getter
|
|
10794
|
-
def scale(self) -> Optional[pulumi.Input['JavaComponentPropertiesScaleArgs']]:
|
|
10795
|
-
"""
|
|
10796
|
-
Java component scaling configurations
|
|
10797
|
-
"""
|
|
10798
|
-
return pulumi.get(self, "scale")
|
|
10799
|
-
|
|
10800
|
-
@scale.setter
|
|
10801
|
-
def scale(self, value: Optional[pulumi.Input['JavaComponentPropertiesScaleArgs']]):
|
|
10802
|
-
pulumi.set(self, "scale", value)
|
|
10803
|
-
|
|
10804
|
-
@property
|
|
10805
|
-
@pulumi.getter(name="serviceBinds")
|
|
10806
|
-
def service_binds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]]]:
|
|
10807
|
-
"""
|
|
10808
|
-
List of Java Components that are bound to the Java component
|
|
10809
|
-
"""
|
|
10810
|
-
return pulumi.get(self, "service_binds")
|
|
10811
|
-
|
|
10812
|
-
@service_binds.setter
|
|
10813
|
-
def service_binds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JavaComponentServiceBindArgs']]]]):
|
|
10814
|
-
pulumi.set(self, "service_binds", value)
|
|
10815
|
-
|
|
10816
|
-
@property
|
|
10817
|
-
@pulumi.getter(name="springCloudGatewayRoutes")
|
|
10818
|
-
def spring_cloud_gateway_routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScgRouteArgs']]]]:
|
|
10819
|
-
"""
|
|
10820
|
-
Gateway route definition
|
|
10821
|
-
"""
|
|
10822
|
-
return pulumi.get(self, "spring_cloud_gateway_routes")
|
|
10823
|
-
|
|
10824
|
-
@spring_cloud_gateway_routes.setter
|
|
10825
|
-
def spring_cloud_gateway_routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScgRouteArgs']]]]):
|
|
10826
|
-
pulumi.set(self, "spring_cloud_gateway_routes", value)
|
|
10827
|
-
|
|
10828
|
-
|
|
10829
11082
|
if not MYPY:
|
|
10830
11083
|
class TcpConnectionPoolArgsDict(TypedDict):
|
|
10831
11084
|
"""
|
|
@@ -10907,6 +11160,10 @@ if not MYPY:
|
|
|
10907
11160
|
"""
|
|
10908
11161
|
Authentication secrets for the tcp scale rule.
|
|
10909
11162
|
"""
|
|
11163
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
11164
|
+
"""
|
|
11165
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
11166
|
+
"""
|
|
10910
11167
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
10911
11168
|
"""
|
|
10912
11169
|
Metadata properties to describe tcp scale rule.
|
|
@@ -10918,14 +11175,18 @@ elif False:
|
|
|
10918
11175
|
class TcpScaleRuleArgs:
|
|
10919
11176
|
def __init__(__self__, *,
|
|
10920
11177
|
auth: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]] = None,
|
|
11178
|
+
identity: Optional[pulumi.Input[builtins.str]] = None,
|
|
10921
11179
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
10922
11180
|
"""
|
|
10923
11181
|
Container App container Tcp scaling rule.
|
|
10924
11182
|
:param pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]] auth: Authentication secrets for the tcp scale rule.
|
|
11183
|
+
:param pulumi.Input[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.
|
|
10925
11184
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] metadata: Metadata properties to describe tcp scale rule.
|
|
10926
11185
|
"""
|
|
10927
11186
|
if auth is not None:
|
|
10928
11187
|
pulumi.set(__self__, "auth", auth)
|
|
11188
|
+
if identity is not None:
|
|
11189
|
+
pulumi.set(__self__, "identity", identity)
|
|
10929
11190
|
if metadata is not None:
|
|
10930
11191
|
pulumi.set(__self__, "metadata", metadata)
|
|
10931
11192
|
|
|
@@ -10941,6 +11202,18 @@ class TcpScaleRuleArgs:
|
|
|
10941
11202
|
def auth(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScaleRuleAuthArgs']]]]):
|
|
10942
11203
|
pulumi.set(self, "auth", value)
|
|
10943
11204
|
|
|
11205
|
+
@property
|
|
11206
|
+
@pulumi.getter
|
|
11207
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
11208
|
+
"""
|
|
11209
|
+
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
|
|
11210
|
+
"""
|
|
11211
|
+
return pulumi.get(self, "identity")
|
|
11212
|
+
|
|
11213
|
+
@identity.setter
|
|
11214
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
11215
|
+
pulumi.set(self, "identity", value)
|
|
11216
|
+
|
|
10944
11217
|
@property
|
|
10945
11218
|
@pulumi.getter
|
|
10946
11219
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
@@ -11670,7 +11943,7 @@ if not MYPY:
|
|
|
11670
11943
|
"""
|
|
11671
11944
|
mount_options: NotRequired[pulumi.Input[builtins.str]]
|
|
11672
11945
|
"""
|
|
11673
|
-
Mount options used while mounting the
|
|
11946
|
+
Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
|
|
11674
11947
|
"""
|
|
11675
11948
|
name: NotRequired[pulumi.Input[builtins.str]]
|
|
11676
11949
|
"""
|
|
@@ -11701,7 +11974,7 @@ class VolumeArgs:
|
|
|
11701
11974
|
storage_type: Optional[pulumi.Input[Union[builtins.str, 'StorageType']]] = None):
|
|
11702
11975
|
"""
|
|
11703
11976
|
Volume definitions for the Container App.
|
|
11704
|
-
:param pulumi.Input[builtins.str] mount_options: Mount options used while mounting the
|
|
11977
|
+
:param pulumi.Input[builtins.str] mount_options: Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
|
|
11705
11978
|
:param pulumi.Input[builtins.str] name: Volume name.
|
|
11706
11979
|
:param pulumi.Input[Sequence[pulumi.Input['SecretVolumeItemArgs']]] secrets: List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.
|
|
11707
11980
|
:param pulumi.Input[builtins.str] storage_name: Name of storage resource. No need to provide for EmptyDir and Secret.
|
|
@@ -11722,7 +11995,7 @@ class VolumeArgs:
|
|
|
11722
11995
|
@pulumi.getter(name="mountOptions")
|
|
11723
11996
|
def mount_options(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
11724
11997
|
"""
|
|
11725
|
-
Mount options used while mounting the
|
|
11998
|
+
Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
|
|
11726
11999
|
"""
|
|
11727
12000
|
return pulumi.get(self, "mount_options")
|
|
11728
12001
|
|