pulumi-azure-native 3.6.0a1751063629__py3-none-any.whl → 3.6.0a1754062012__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +97 -29
- pulumi_azure_native/aad/domain_service.py +5 -1
- pulumi_azure_native/aad/get_domain_service.py +4 -0
- pulumi_azure_native/aad/get_ou_container.py +4 -0
- pulumi_azure_native/aad/ou_container.py +5 -1
- pulumi_azure_native/advisor/assessment.py +3 -3
- pulumi_azure_native/advisor/get_assessment.py +2 -2
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/app/_enums.py +15 -13
- pulumi_azure_native/app/_inputs.py +616 -343
- pulumi_azure_native/app/certificate.py +4 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +14 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +4 -4
- pulumi_azure_native/app/get_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environment.py +5 -5
- pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
- pulumi_azure_native/app/get_container_app.py +20 -6
- pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
- pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +5 -5
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +5 -5
- pulumi_azure_native/app/get_managed_certificate.py +5 -5
- pulumi_azure_native/app/get_managed_environment.py +20 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
- pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +34 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +460 -293
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/botservice/_inputs.py +62 -59
- pulumi_azure_native/botservice/bot.py +24 -14
- pulumi_azure_native/botservice/bot_connection.py +15 -5
- pulumi_azure_native/botservice/channel.py +24 -14
- pulumi_azure_native/botservice/get_bot.py +23 -9
- pulumi_azure_native/botservice/get_bot_connection.py +20 -6
- pulumi_azure_native/botservice/get_channel.py +23 -9
- pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
- pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
- pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
- pulumi_azure_native/botservice/outputs.py +354 -201
- pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
- pulumi_azure_native/cloudhealth/__init__.py +23 -0
- pulumi_azure_native/cloudhealth/_enums.py +244 -0
- pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
- pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
- pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
- pulumi_azure_native/cloudhealth/entity.py +237 -0
- pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
- pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
- pulumi_azure_native/cloudhealth/get_entity.py +168 -0
- pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
- pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
- pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
- pulumi_azure_native/cloudhealth/health_model.py +303 -0
- pulumi_azure_native/cloudhealth/outputs.py +2267 -0
- pulumi_azure_native/cloudhealth/relationship.py +236 -0
- pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +5 -1
- pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/communication/communication_service.py +3 -3
- pulumi_azure_native/communication/domain.py +3 -3
- pulumi_azure_native/communication/email_service.py +3 -3
- pulumi_azure_native/communication/get_communication_service.py +2 -2
- pulumi_azure_native/communication/get_domain.py +2 -2
- pulumi_azure_native/communication/get_email_service.py +2 -2
- pulumi_azure_native/communication/get_sender_username.py +2 -2
- pulumi_azure_native/communication/get_smtp_username.py +4 -0
- pulumi_azure_native/communication/get_suppression_list.py +2 -2
- pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/smtp_username.py +5 -1
- pulumi_azure_native/communication/suppression_list.py +3 -3
- pulumi_azure_native/communication/suppression_list_address.py +3 -3
- pulumi_azure_native/compute/_enums.py +12 -12
- pulumi_azure_native/compute/_inputs.py +135 -128
- pulumi_azure_native/compute/availability_set.py +23 -13
- pulumi_azure_native/compute/capacity_reservation.py +27 -17
- pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
- pulumi_azure_native/compute/dedicated_host.py +26 -16
- pulumi_azure_native/compute/dedicated_host_group.py +28 -18
- pulumi_azure_native/compute/disk.py +34 -24
- pulumi_azure_native/compute/disk_access.py +26 -16
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
- pulumi_azure_native/compute/disk_encryption_set.py +26 -16
- pulumi_azure_native/compute/gallery.py +26 -16
- pulumi_azure_native/compute/gallery_application.py +29 -19
- pulumi_azure_native/compute/gallery_application_version.py +32 -22
- pulumi_azure_native/compute/gallery_image.py +29 -19
- pulumi_azure_native/compute/gallery_image_version.py +32 -22
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
- pulumi_azure_native/compute/get_availability_set.py +22 -8
- pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
- pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
- pulumi_azure_native/compute/get_dedicated_host.py +22 -8
- pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
- pulumi_azure_native/compute/get_disk.py +25 -11
- pulumi_azure_native/compute/get_disk_access.py +24 -10
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
- pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
- pulumi_azure_native/compute/get_gallery.py +22 -8
- pulumi_azure_native/compute/get_gallery_application.py +24 -10
- pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_image.py +24 -10
- pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
- pulumi_azure_native/compute/get_image.py +22 -8
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +24 -10
- pulumi_azure_native/compute/get_restore_point.py +20 -6
- pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
- pulumi_azure_native/compute/get_snapshot.py +25 -11
- pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
- pulumi_azure_native/compute/get_virtual_machine.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
- pulumi_azure_native/compute/image.py +23 -13
- pulumi_azure_native/compute/outputs.py +269 -169
- pulumi_azure_native/compute/proximity_placement_group.py +28 -18
- pulumi_azure_native/compute/restore_point.py +15 -5
- pulumi_azure_native/compute/restore_point_collection.py +23 -13
- pulumi_azure_native/compute/snapshot.py +34 -24
- pulumi_azure_native/compute/ssh_public_key.py +24 -13
- pulumi_azure_native/compute/virtual_machine.py +27 -17
- pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
- pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
- pulumi_azure_native/computeschedule/__init__.py +13 -0
- pulumi_azure_native/computeschedule/_enums.py +210 -0
- pulumi_azure_native/computeschedule/_inputs.py +544 -0
- pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
- pulumi_azure_native/computeschedule/outputs.py +553 -0
- pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confluent/_inputs.py +6 -6
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +11 -11
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
- pulumi_azure_native/confluent/get_topic.py +20 -6
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +4 -4
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +4 -4
- pulumi_azure_native/confluent/list_access_users.py +4 -4
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +15 -15
- pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
- pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
- pulumi_azure_native/confluent/outputs.py +6 -6
- pulumi_azure_native/confluent/topic.py +12 -2
- pulumi_azure_native/connectedcache/__init__.py +5 -0
- pulumi_azure_native/connectedcache/_inputs.py +6 -6
- pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
- pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/isp_customer.py +5 -1
- pulumi_azure_native/connectedcache/outputs.py +508 -4
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +16 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +214 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +102 -0
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +309 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/cosmosdb/_inputs.py +58 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
- pulumi_azure_native/cosmosdb/outputs.py +55 -0
- pulumi_azure_native/dashboard/__init__.py +2 -0
- pulumi_azure_native/dashboard/dashboard.py +253 -0
- pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +392 -54
- pulumi_azure_native/datafactory/outputs.py +262 -22
- pulumi_azure_native/datafactory/pipeline.py +7 -7
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
- pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
- pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
- pulumi_azure_native/dbforpostgresql/backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
- pulumi_azure_native/dbforpostgresql/database.py +11 -11
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
- pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
- pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
- pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
- pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
- pulumi_azure_native/dbforpostgresql/migration.py +98 -98
- pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
- pulumi_azure_native/dbforpostgresql/server.py +76 -76
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
- pulumi_azure_native/dependencymap/discovery_source.py +5 -1
- pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
- pulumi_azure_native/dependencymap/get_map.py +4 -0
- pulumi_azure_native/dependencymap/map.py +5 -1
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +10 -0
- pulumi_azure_native/deviceregistry/_enums.py +108 -0
- pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +232 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
- pulumi_azure_native/deviceregistry/get_schema.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
- pulumi_azure_native/deviceregistry/namespace.py +323 -0
- pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
- pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
- pulumi_azure_native/deviceregistry/outputs.py +3209 -79
- pulumi_azure_native/deviceregistry/schema.py +5 -1
- pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
- pulumi_azure_native/deviceregistry/schema_version.py +5 -1
- pulumi_azure_native/devtestlab/_enums.py +2 -2
- pulumi_azure_native/devtestlab/artifact_source.py +6 -6
- pulumi_azure_native/devtestlab/custom_image.py +6 -6
- pulumi_azure_native/devtestlab/disk.py +6 -6
- pulumi_azure_native/devtestlab/environment.py +6 -6
- pulumi_azure_native/devtestlab/formula.py +6 -6
- pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
- pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
- pulumi_azure_native/devtestlab/get_disk.py +4 -4
- pulumi_azure_native/devtestlab/get_environment.py +4 -4
- pulumi_azure_native/devtestlab/get_formula.py +4 -4
- pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
- pulumi_azure_native/devtestlab/get_lab.py +4 -4
- pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
- pulumi_azure_native/devtestlab/get_policy.py +8 -8
- pulumi_azure_native/devtestlab/get_schedule.py +6 -6
- pulumi_azure_native/devtestlab/get_secret.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
- pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
- pulumi_azure_native/devtestlab/get_user.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
- pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
- pulumi_azure_native/devtestlab/global_schedule.py +6 -6
- pulumi_azure_native/devtestlab/lab.py +11 -11
- pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
- pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
- pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/notification_channel.py +6 -6
- pulumi_azure_native/devtestlab/policy.py +12 -12
- pulumi_azure_native/devtestlab/schedule.py +9 -9
- pulumi_azure_native/devtestlab/secret.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
- pulumi_azure_native/devtestlab/service_runner.py +6 -6
- pulumi_azure_native/devtestlab/user.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
- pulumi_azure_native/devtestlab/virtual_network.py +6 -6
- pulumi_azure_native/dns/dnssec_config.py +3 -3
- pulumi_azure_native/dns/get_dnssec_config.py +4 -4
- pulumi_azure_native/dns/get_record_set.py +18 -4
- pulumi_azure_native/dns/get_zone.py +5 -5
- pulumi_azure_native/dns/outputs.py +2 -2
- pulumi_azure_native/dns/record_set.py +12 -2
- pulumi_azure_native/dns/zone.py +7 -7
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
- pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +4 -0
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/domainregistration/domain.py +3 -3
- pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
- pulumi_azure_native/domainregistration/get_domain.py +2 -2
- pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
- pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
- pulumi_azure_native/edge/__init__.py +41 -0
- pulumi_azure_native/edge/_enums.py +94 -0
- pulumi_azure_native/edge/_inputs.py +1501 -149
- pulumi_azure_native/edge/config_template.py +283 -0
- pulumi_azure_native/edge/configuration.py +253 -0
- pulumi_azure_native/edge/configuration_reference.py +215 -0
- pulumi_azure_native/edge/context.py +274 -0
- pulumi_azure_native/edge/diagnostic.py +294 -0
- pulumi_azure_native/edge/dynamic_configuration.py +236 -0
- pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
- pulumi_azure_native/edge/dynamic_schema.py +226 -0
- pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
- pulumi_azure_native/edge/execution.py +318 -0
- pulumi_azure_native/edge/get_config_template.py +204 -0
- pulumi_azure_native/edge/get_configuration.py +190 -0
- pulumi_azure_native/edge/get_configuration_reference.py +162 -0
- pulumi_azure_native/edge/get_context.py +190 -0
- pulumi_azure_native/edge/get_diagnostic.py +218 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
- pulumi_azure_native/edge/get_execution.py +208 -0
- pulumi_azure_native/edge/get_instance.py +202 -0
- pulumi_azure_native/edge/get_schema.py +204 -0
- pulumi_azure_native/edge/get_schema_version.py +182 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_site_reference.py +168 -0
- pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/get_solution.py +196 -0
- pulumi_azure_native/edge/get_solution_template.py +204 -0
- pulumi_azure_native/edge/get_solution_version.py +202 -0
- pulumi_azure_native/edge/get_target.py +218 -0
- pulumi_azure_native/edge/get_workflow.py +196 -0
- pulumi_azure_native/edge/get_workflow_version.py +202 -0
- pulumi_azure_native/edge/instance.py +297 -0
- pulumi_azure_native/edge/outputs.py +2837 -189
- pulumi_azure_native/edge/schema.py +263 -0
- pulumi_azure_native/edge/schema_version.py +246 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/site_reference.py +236 -0
- pulumi_azure_native/edge/sites_by_service_group.py +5 -1
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/edge/solution.py +257 -0
- pulumi_azure_native/edge/solution_template.py +284 -0
- pulumi_azure_native/edge/solution_version.py +297 -0
- pulumi_azure_native/edge/target.py +313 -0
- pulumi_azure_native/edge/workflow.py +257 -0
- pulumi_azure_native/edge/workflow_version.py +297 -0
- pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
- pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +3 -3
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
- pulumi_azure_native/guestconfiguration/outputs.py +6 -6
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
- pulumi_azure_native/healthbot/bot.py +3 -3
- pulumi_azure_native/healthbot/get_bot.py +2 -2
- pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/__init__.py +8 -0
- pulumi_azure_native/iotoperations/_enums.py +237 -1
- pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
- pulumi_azure_native/iotoperations/akri_connector.py +268 -0
- pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +287 -0
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +188 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +182 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/outputs.py +5997 -2422
- pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
- pulumi_azure_native/loadtestservice/__init__.py +2 -0
- pulumi_azure_native/loadtestservice/_enums.py +16 -0
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
- pulumi_azure_native/loadtestservice/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
- pulumi_azure_native/machinelearningservices/__init__.py +2 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
- pulumi_azure_native/machinelearningservices/outputs.py +139 -0
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
- pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
- pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/mongocluster/__init__.py +2 -0
- pulumi_azure_native/mongocluster/_enums.py +40 -0
- pulumi_azure_native/mongocluster/_inputs.py +210 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +168 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/outputs.py +176 -0
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +237 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +5 -1
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +4 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/notificationhubs/_inputs.py +9 -9
- pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
- pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
- pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
- pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
- pulumi_azure_native/notificationhubs/namespace.py +10 -2
- pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/outputs.py +10 -10
- pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
- pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
- pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
- pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
- pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
- pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
- pulumi_azure_native/orbital/__init__.py +2 -0
- pulumi_azure_native/orbital/_enums.py +48 -0
- pulumi_azure_native/orbital/_inputs.py +119 -0
- pulumi_azure_native/orbital/geo_catalog.py +307 -0
- pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
- pulumi_azure_native/orbital/outputs.py +214 -0
- pulumi_azure_native/peering/connection_monitor_test.py +5 -1
- pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
- pulumi_azure_native/peering/get_peer_asn.py +4 -0
- pulumi_azure_native/peering/get_peering.py +4 -0
- pulumi_azure_native/peering/get_peering_service.py +4 -0
- pulumi_azure_native/peering/get_prefix.py +4 -0
- pulumi_azure_native/peering/get_registered_asn.py +4 -0
- pulumi_azure_native/peering/get_registered_prefix.py +4 -0
- pulumi_azure_native/peering/peer_asn.py +5 -1
- pulumi_azure_native/peering/peering.py +5 -1
- pulumi_azure_native/peering/peering_service.py +5 -1
- pulumi_azure_native/peering/prefix.py +5 -1
- pulumi_azure_native/peering/registered_asn.py +5 -1
- pulumi_azure_native/peering/registered_prefix.py +5 -1
- pulumi_azure_native/powerbidedicated/_enums.py +0 -12
- pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
- pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
- pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
- pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
- pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
- pulumi_azure_native/powerbidedicated/outputs.py +10 -10
- pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
- pulumi_azure_native/privatedns/get_private_zone.py +20 -5
- pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
- pulumi_azure_native/privatedns/outputs.py +111 -0
- pulumi_azure_native/privatedns/private_record_set.py +20 -10
- pulumi_azure_native/privatedns/private_zone.py +15 -4
- pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
- pulumi_azure_native/providerhub/__init__.py +6 -0
- pulumi_azure_native/providerhub/_enums.py +625 -17
- pulumi_azure_native/providerhub/_inputs.py +8443 -1196
- pulumi_azure_native/providerhub/authorized_application.py +204 -0
- pulumi_azure_native/providerhub/custom_rollout.py +213 -0
- pulumi_azure_native/providerhub/default_rollout.py +7 -7
- pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
- pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
- pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
- pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
- pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
- pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
- pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
- pulumi_azure_native/providerhub/get_skus.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/providerhub/notification_registration.py +7 -7
- pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
- pulumi_azure_native/providerhub/outputs.py +7550 -1680
- pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
- pulumi_azure_native/providerhub/provider_registration.py +42 -5
- pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
- pulumi_azure_native/providerhub/skus.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/security/assessment.py +3 -3
- pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
- pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_assessment.py +2 -2
- pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/servicebus/get_namespace.py +1 -1
- pulumi_azure_native/servicebus/namespace.py +4 -4
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/sql/__init__.py +2 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/virtual_cluster.py +281 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
- pulumi_azure_native/storage/_inputs.py +3 -3
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/outputs.py +2 -2
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +3 -3
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storagediscovery/__init__.py +13 -0
- pulumi_azure_native/storagediscovery/_enums.py +38 -0
- pulumi_azure_native/storagediscovery/_inputs.py +217 -0
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
- pulumi_azure_native/storagediscovery/outputs.py +302 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
- pulumi_azure_native/storagemover/_inputs.py +5 -5
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/get_agent.py +1 -1
- pulumi_azure_native/storagemover/outputs.py +5 -5
- pulumi_azure_native/trafficmanager/endpoint.py +3 -3
- pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
- pulumi_azure_native/trafficmanager/get_profile.py +2 -2
- pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
- pulumi_azure_native/trafficmanager/profile.py +3 -3
- pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/app_service_environment.py +3 -3
- pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/app_service_plan.py +3 -3
- pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
- pulumi_azure_native/web/certificate.py +3 -3
- pulumi_azure_native/web/get_app_service_environment.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_app_service_plan.py +2 -2
- pulumi_azure_native/web/get_certificate.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- pulumi_azure_native/web/get_site_certificate.py +476 -0
- pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
- pulumi_azure_native/web/get_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
- pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
- pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
- pulumi_azure_native/web/get_web_app.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_function.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
- pulumi_azure_native/web/kube_environment.py +3 -3
- pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
- pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
- pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_secrets.py +2 -2
- pulumi_azure_native/web/list_static_site_users.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
- pulumi_azure_native/web/site_certificate.py +644 -0
- pulumi_azure_native/web/site_certificate_slot.py +665 -0
- pulumi_azure_native/web/static_site.py +3 -3
- pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_custom_domain.py +3 -3
- pulumi_azure_native/web/static_site_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
- pulumi_azure_native/web/web_app.py +3 -3
- pulumi_azure_native/web/web_app_application_settings.py +3 -3
- pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
- pulumi_azure_native/web/web_app_deployment.py +3 -3
- pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_function.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
- pulumi_azure_native/web/web_app_metadata.py +3 -3
- pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_container.py +3 -3
- pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_extension.py +3 -3
- pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
- pulumi_azure_native/web/web_app_source_control.py +3 -3
- pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- pulumi_azure_native/widget/__init__.py +12 -0
- pulumi_azure_native/widget/_inputs.py +100 -0
- pulumi_azure_native/widget/employee.py +277 -0
- pulumi_azure_native/widget/get_employee.py +194 -0
- pulumi_azure_native/widget/outputs.py +207 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/RECORD +1665 -1581
- pulumi_azure_native/media/__init__.py +0 -50
- pulumi_azure_native/media/_enums.py +0 -1021
- pulumi_azure_native/media/_inputs.py +0 -11024
- pulumi_azure_native/media/account_filter.py +0 -299
- pulumi_azure_native/media/asset.py +0 -395
- pulumi_azure_native/media/asset_filter.py +0 -320
- pulumi_azure_native/media/content_key_policy.py +0 -301
- pulumi_azure_native/media/get_account_filter.py +0 -200
- pulumi_azure_native/media/get_asset.py +0 -284
- pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
- pulumi_azure_native/media/get_asset_filter.py +0 -206
- pulumi_azure_native/media/get_content_key_policy.py +0 -228
- pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
- pulumi_azure_native/media/get_job.py +0 -304
- pulumi_azure_native/media/get_live_event.py +0 -368
- pulumi_azure_native/media/get_live_event_status.py +0 -98
- pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
- pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
- pulumi_azure_native/media/get_live_output.py +0 -318
- pulumi_azure_native/media/get_media_service.py +0 -317
- pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
- pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
- pulumi_azure_native/media/get_streaming_locator.py +0 -298
- pulumi_azure_native/media/get_streaming_policy.py +0 -242
- pulumi_azure_native/media/get_transform.py +0 -214
- pulumi_azure_native/media/job.py +0 -430
- pulumi_azure_native/media/list_asset_container_sas.py +0 -114
- pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
- pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
- pulumi_azure_native/media/list_media_service_keys.py +0 -147
- pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
- pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
- pulumi_azure_native/media/live_event.py +0 -592
- pulumi_azure_native/media/live_output.py +0 -477
- pulumi_azure_native/media/media_service.py +0 -478
- pulumi_azure_native/media/outputs.py +0 -10674
- pulumi_azure_native/media/private_endpoint_connection.py +0 -246
- pulumi_azure_native/media/streaming_endpoint.py +0 -669
- pulumi_azure_native/media/streaming_locator.py +0 -484
- pulumi_azure_native/media/streaming_policy.py +0 -367
- pulumi_azure_native/media/track.py +0 -262
- pulumi_azure_native/media/transform.py +0 -291
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
|
@@ -46,22 +46,22 @@ __all__ = [
|
|
|
46
46
|
'NetworkSecurityPerimeterConfigurationPropertiesResponse',
|
|
47
47
|
'NetworkSecurityPerimeterConfigurationResponse',
|
|
48
48
|
'NetworkSecurityPerimeterResponse',
|
|
49
|
+
'NspAccessRulePropertiesResponse',
|
|
50
|
+
'NspAccessRulePropertiesSubscriptionsItemResponse',
|
|
49
51
|
'NspAccessRuleResponse',
|
|
50
|
-
'NspAccessRuleResponseProperties',
|
|
51
|
-
'NspAccessRuleResponseSubscriptions',
|
|
52
52
|
'OmnichannelResponse',
|
|
53
53
|
'OutlookChannelResponse',
|
|
54
54
|
'PrivateEndpointConnectionResponse',
|
|
55
55
|
'PrivateEndpointResponse',
|
|
56
56
|
'PrivateLinkServiceConnectionStateResponse',
|
|
57
57
|
'ProfileResponse',
|
|
58
|
+
'ProvisioningIssuePropertiesResponse',
|
|
58
59
|
'ProvisioningIssueResponse',
|
|
59
|
-
'ProvisioningIssueResponseProperties',
|
|
60
60
|
'ResourceAssociationResponse',
|
|
61
61
|
'SearchAssistantResponse',
|
|
62
|
+
'ServiceProviderParameterMetadataConstraintsResponse',
|
|
63
|
+
'ServiceProviderParameterMetadataResponse',
|
|
62
64
|
'ServiceProviderParameterResponse',
|
|
63
|
-
'ServiceProviderParameterResponseConstraints',
|
|
64
|
-
'ServiceProviderParameterResponseMetadata',
|
|
65
65
|
'ServiceProviderPropertiesResponse',
|
|
66
66
|
'ServiceProviderResponse',
|
|
67
67
|
'SiteResponse',
|
|
@@ -72,6 +72,7 @@ __all__ = [
|
|
|
72
72
|
'SlackChannelResponse',
|
|
73
73
|
'SmsChannelPropertiesResponse',
|
|
74
74
|
'SmsChannelResponse',
|
|
75
|
+
'SystemDataResponse',
|
|
75
76
|
'TelegramChannelPropertiesResponse',
|
|
76
77
|
'TelegramChannelResponse',
|
|
77
78
|
'TelephonyChannelPropertiesResponse',
|
|
@@ -1370,10 +1371,6 @@ class DirectLineSiteResponse(dict):
|
|
|
1370
1371
|
suggest = "is_enabled"
|
|
1371
1372
|
elif key == "isTokenEnabled":
|
|
1372
1373
|
suggest = "is_token_enabled"
|
|
1373
|
-
elif key == "isV1Enabled":
|
|
1374
|
-
suggest = "is_v1_enabled"
|
|
1375
|
-
elif key == "isV3Enabled":
|
|
1376
|
-
suggest = "is_v3_enabled"
|
|
1377
1374
|
elif key == "siteId":
|
|
1378
1375
|
suggest = "site_id"
|
|
1379
1376
|
elif key == "siteName":
|
|
@@ -1392,6 +1389,10 @@ class DirectLineSiteResponse(dict):
|
|
|
1392
1389
|
suggest = "is_no_storage_enabled"
|
|
1393
1390
|
elif key == "isSecureSiteEnabled":
|
|
1394
1391
|
suggest = "is_secure_site_enabled"
|
|
1392
|
+
elif key == "isV1Enabled":
|
|
1393
|
+
suggest = "is_v1_enabled"
|
|
1394
|
+
elif key == "isV3Enabled":
|
|
1395
|
+
suggest = "is_v3_enabled"
|
|
1395
1396
|
elif key == "isWebChatSpeechEnabled":
|
|
1396
1397
|
suggest = "is_web_chat_speech_enabled"
|
|
1397
1398
|
elif key == "isWebchatPreviewEnabled":
|
|
@@ -1415,8 +1416,6 @@ class DirectLineSiteResponse(dict):
|
|
|
1415
1416
|
def __init__(__self__, *,
|
|
1416
1417
|
is_enabled: builtins.bool,
|
|
1417
1418
|
is_token_enabled: builtins.bool,
|
|
1418
|
-
is_v1_enabled: builtins.bool,
|
|
1419
|
-
is_v3_enabled: builtins.bool,
|
|
1420
1419
|
key: builtins.str,
|
|
1421
1420
|
key2: builtins.str,
|
|
1422
1421
|
site_id: builtins.str,
|
|
@@ -1428,6 +1427,8 @@ class DirectLineSiteResponse(dict):
|
|
|
1428
1427
|
is_endpoint_parameters_enabled: Optional[builtins.bool] = None,
|
|
1429
1428
|
is_no_storage_enabled: Optional[builtins.bool] = None,
|
|
1430
1429
|
is_secure_site_enabled: Optional[builtins.bool] = None,
|
|
1430
|
+
is_v1_enabled: Optional[builtins.bool] = None,
|
|
1431
|
+
is_v3_enabled: Optional[builtins.bool] = None,
|
|
1431
1432
|
is_web_chat_speech_enabled: Optional[builtins.bool] = None,
|
|
1432
1433
|
is_webchat_preview_enabled: Optional[builtins.bool] = None,
|
|
1433
1434
|
tenant_id: Optional[builtins.str] = None,
|
|
@@ -1436,8 +1437,6 @@ class DirectLineSiteResponse(dict):
|
|
|
1436
1437
|
A site for the Direct Line channel
|
|
1437
1438
|
:param builtins.bool is_enabled: Whether this site is enabled for DirectLine channel
|
|
1438
1439
|
:param builtins.bool is_token_enabled: Whether this site is token enabled for channel
|
|
1439
|
-
:param builtins.bool is_v1_enabled: Whether this site is enabled for Bot Framework V1 protocol.
|
|
1440
|
-
:param builtins.bool is_v3_enabled: Whether this site is enabled for Bot Framework V3 protocol.
|
|
1441
1440
|
:param builtins.str key: Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
|
|
1442
1441
|
:param builtins.str key2: Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
|
|
1443
1442
|
:param builtins.str site_id: Site Id
|
|
@@ -1449,6 +1448,8 @@ class DirectLineSiteResponse(dict):
|
|
|
1449
1448
|
:param builtins.bool is_endpoint_parameters_enabled: Whether this site is EndpointParameters enabled for channel
|
|
1450
1449
|
:param builtins.bool is_no_storage_enabled: Whether this no-storage site is disabled detailed logging for
|
|
1451
1450
|
:param builtins.bool is_secure_site_enabled: Whether this site is enabled for authentication with Bot Framework.
|
|
1451
|
+
:param builtins.bool is_v1_enabled: Whether this site is enabled for Bot Framework V1 protocol.
|
|
1452
|
+
:param builtins.bool is_v3_enabled: Whether this site is enabled for Bot Framework V3 protocol.
|
|
1452
1453
|
:param builtins.bool is_web_chat_speech_enabled: Whether this site is enabled for Webchat Speech
|
|
1453
1454
|
:param builtins.bool is_webchat_preview_enabled: Whether this site is enabled for preview versions of Webchat
|
|
1454
1455
|
:param builtins.str tenant_id: Tenant Id
|
|
@@ -1456,8 +1457,6 @@ class DirectLineSiteResponse(dict):
|
|
|
1456
1457
|
"""
|
|
1457
1458
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
1458
1459
|
pulumi.set(__self__, "is_token_enabled", is_token_enabled)
|
|
1459
|
-
pulumi.set(__self__, "is_v1_enabled", is_v1_enabled)
|
|
1460
|
-
pulumi.set(__self__, "is_v3_enabled", is_v3_enabled)
|
|
1461
1460
|
pulumi.set(__self__, "key", key)
|
|
1462
1461
|
pulumi.set(__self__, "key2", key2)
|
|
1463
1462
|
pulumi.set(__self__, "site_id", site_id)
|
|
@@ -1476,6 +1475,10 @@ class DirectLineSiteResponse(dict):
|
|
|
1476
1475
|
pulumi.set(__self__, "is_no_storage_enabled", is_no_storage_enabled)
|
|
1477
1476
|
if is_secure_site_enabled is not None:
|
|
1478
1477
|
pulumi.set(__self__, "is_secure_site_enabled", is_secure_site_enabled)
|
|
1478
|
+
if is_v1_enabled is not None:
|
|
1479
|
+
pulumi.set(__self__, "is_v1_enabled", is_v1_enabled)
|
|
1480
|
+
if is_v3_enabled is not None:
|
|
1481
|
+
pulumi.set(__self__, "is_v3_enabled", is_v3_enabled)
|
|
1479
1482
|
if is_web_chat_speech_enabled is None:
|
|
1480
1483
|
is_web_chat_speech_enabled = False
|
|
1481
1484
|
if is_web_chat_speech_enabled is not None:
|
|
@@ -1505,22 +1508,6 @@ class DirectLineSiteResponse(dict):
|
|
|
1505
1508
|
"""
|
|
1506
1509
|
return pulumi.get(self, "is_token_enabled")
|
|
1507
1510
|
|
|
1508
|
-
@property
|
|
1509
|
-
@pulumi.getter(name="isV1Enabled")
|
|
1510
|
-
def is_v1_enabled(self) -> builtins.bool:
|
|
1511
|
-
"""
|
|
1512
|
-
Whether this site is enabled for Bot Framework V1 protocol.
|
|
1513
|
-
"""
|
|
1514
|
-
return pulumi.get(self, "is_v1_enabled")
|
|
1515
|
-
|
|
1516
|
-
@property
|
|
1517
|
-
@pulumi.getter(name="isV3Enabled")
|
|
1518
|
-
def is_v3_enabled(self) -> builtins.bool:
|
|
1519
|
-
"""
|
|
1520
|
-
Whether this site is enabled for Bot Framework V3 protocol.
|
|
1521
|
-
"""
|
|
1522
|
-
return pulumi.get(self, "is_v3_enabled")
|
|
1523
|
-
|
|
1524
1511
|
@property
|
|
1525
1512
|
@pulumi.getter
|
|
1526
1513
|
def key(self) -> builtins.str:
|
|
@@ -1609,6 +1596,22 @@ class DirectLineSiteResponse(dict):
|
|
|
1609
1596
|
"""
|
|
1610
1597
|
return pulumi.get(self, "is_secure_site_enabled")
|
|
1611
1598
|
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter(name="isV1Enabled")
|
|
1601
|
+
def is_v1_enabled(self) -> Optional[builtins.bool]:
|
|
1602
|
+
"""
|
|
1603
|
+
Whether this site is enabled for Bot Framework V1 protocol.
|
|
1604
|
+
"""
|
|
1605
|
+
return pulumi.get(self, "is_v1_enabled")
|
|
1606
|
+
|
|
1607
|
+
@property
|
|
1608
|
+
@pulumi.getter(name="isV3Enabled")
|
|
1609
|
+
def is_v3_enabled(self) -> Optional[builtins.bool]:
|
|
1610
|
+
"""
|
|
1611
|
+
Whether this site is enabled for Bot Framework V3 protocol.
|
|
1612
|
+
"""
|
|
1613
|
+
return pulumi.get(self, "is_v3_enabled")
|
|
1614
|
+
|
|
1612
1615
|
@property
|
|
1613
1616
|
@pulumi.getter(name="isWebChatSpeechEnabled")
|
|
1614
1617
|
def is_web_chat_speech_enabled(self) -> Optional[builtins.bool]:
|
|
@@ -3064,58 +3067,84 @@ class NetworkSecurityPerimeterConfigurationResponse(dict):
|
|
|
3064
3067
|
"""
|
|
3065
3068
|
Network Security Perimeter configuration
|
|
3066
3069
|
"""
|
|
3070
|
+
@staticmethod
|
|
3071
|
+
def __key_warning(key: str):
|
|
3072
|
+
suggest = None
|
|
3073
|
+
if key == "systemData":
|
|
3074
|
+
suggest = "system_data"
|
|
3075
|
+
|
|
3076
|
+
if suggest:
|
|
3077
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkSecurityPerimeterConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3078
|
+
|
|
3079
|
+
def __getitem__(self, key: str) -> Any:
|
|
3080
|
+
NetworkSecurityPerimeterConfigurationResponse.__key_warning(key)
|
|
3081
|
+
return super().__getitem__(key)
|
|
3082
|
+
|
|
3083
|
+
def get(self, key: str, default = None) -> Any:
|
|
3084
|
+
NetworkSecurityPerimeterConfigurationResponse.__key_warning(key)
|
|
3085
|
+
return super().get(key, default)
|
|
3086
|
+
|
|
3067
3087
|
def __init__(__self__, *,
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
type:
|
|
3088
|
+
id: builtins.str,
|
|
3089
|
+
name: builtins.str,
|
|
3090
|
+
system_data: 'outputs.SystemDataResponse',
|
|
3091
|
+
type: builtins.str,
|
|
3092
|
+
properties: Optional['outputs.NetworkSecurityPerimeterConfigurationPropertiesResponse'] = None):
|
|
3072
3093
|
"""
|
|
3073
3094
|
Network Security Perimeter configuration
|
|
3095
|
+
:param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
3096
|
+
:param builtins.str name: The name of the resource
|
|
3097
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3098
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3074
3099
|
:param 'NetworkSecurityPerimeterConfigurationPropertiesResponse' properties: Properties of the Network Security Perimeter configuration
|
|
3075
|
-
:param builtins.str id: Fully qualified identifier of the resource
|
|
3076
|
-
:param builtins.str name: Name of the resource
|
|
3077
|
-
:param builtins.str type: Type of the resource
|
|
3078
3100
|
"""
|
|
3079
|
-
pulumi.set(__self__, "
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
pulumi.set(__self__, "type", type)
|
|
3101
|
+
pulumi.set(__self__, "id", id)
|
|
3102
|
+
pulumi.set(__self__, "name", name)
|
|
3103
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
3104
|
+
pulumi.set(__self__, "type", type)
|
|
3105
|
+
if properties is not None:
|
|
3106
|
+
pulumi.set(__self__, "properties", properties)
|
|
3086
3107
|
|
|
3087
3108
|
@property
|
|
3088
3109
|
@pulumi.getter
|
|
3089
|
-
def
|
|
3110
|
+
def id(self) -> builtins.str:
|
|
3090
3111
|
"""
|
|
3091
|
-
|
|
3112
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
3092
3113
|
"""
|
|
3093
|
-
return pulumi.get(self, "
|
|
3114
|
+
return pulumi.get(self, "id")
|
|
3094
3115
|
|
|
3095
3116
|
@property
|
|
3096
3117
|
@pulumi.getter
|
|
3097
|
-
def
|
|
3118
|
+
def name(self) -> builtins.str:
|
|
3098
3119
|
"""
|
|
3099
|
-
|
|
3120
|
+
The name of the resource
|
|
3100
3121
|
"""
|
|
3101
|
-
return pulumi.get(self, "
|
|
3122
|
+
return pulumi.get(self, "name")
|
|
3102
3123
|
|
|
3103
3124
|
@property
|
|
3104
|
-
@pulumi.getter
|
|
3105
|
-
def
|
|
3125
|
+
@pulumi.getter(name="systemData")
|
|
3126
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
3106
3127
|
"""
|
|
3107
|
-
|
|
3128
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3108
3129
|
"""
|
|
3109
|
-
return pulumi.get(self, "
|
|
3130
|
+
return pulumi.get(self, "system_data")
|
|
3110
3131
|
|
|
3111
3132
|
@property
|
|
3112
3133
|
@pulumi.getter
|
|
3113
|
-
def type(self) ->
|
|
3134
|
+
def type(self) -> builtins.str:
|
|
3114
3135
|
"""
|
|
3115
|
-
|
|
3136
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3116
3137
|
"""
|
|
3117
3138
|
return pulumi.get(self, "type")
|
|
3118
3139
|
|
|
3140
|
+
@property
|
|
3141
|
+
@pulumi.getter
|
|
3142
|
+
def properties(self) -> Optional['outputs.NetworkSecurityPerimeterConfigurationPropertiesResponse']:
|
|
3143
|
+
"""
|
|
3144
|
+
Properties of the Network Security Perimeter configuration
|
|
3145
|
+
"""
|
|
3146
|
+
return pulumi.get(self, "properties")
|
|
3147
|
+
|
|
3119
3148
|
|
|
3120
3149
|
@pulumi.output_type
|
|
3121
3150
|
class NetworkSecurityPerimeterResponse(dict):
|
|
@@ -3181,41 +3210,7 @@ class NetworkSecurityPerimeterResponse(dict):
|
|
|
3181
3210
|
|
|
3182
3211
|
|
|
3183
3212
|
@pulumi.output_type
|
|
3184
|
-
class
|
|
3185
|
-
"""
|
|
3186
|
-
Information of Access Rule in a profile
|
|
3187
|
-
"""
|
|
3188
|
-
def __init__(__self__, *,
|
|
3189
|
-
properties: 'outputs.NspAccessRuleResponseProperties',
|
|
3190
|
-
name: Optional[builtins.str] = None):
|
|
3191
|
-
"""
|
|
3192
|
-
Information of Access Rule in a profile
|
|
3193
|
-
:param 'NspAccessRuleResponseProperties' properties: Properties of Access Rule
|
|
3194
|
-
:param builtins.str name: Name of the access rule
|
|
3195
|
-
"""
|
|
3196
|
-
pulumi.set(__self__, "properties", properties)
|
|
3197
|
-
if name is not None:
|
|
3198
|
-
pulumi.set(__self__, "name", name)
|
|
3199
|
-
|
|
3200
|
-
@property
|
|
3201
|
-
@pulumi.getter
|
|
3202
|
-
def properties(self) -> 'outputs.NspAccessRuleResponseProperties':
|
|
3203
|
-
"""
|
|
3204
|
-
Properties of Access Rule
|
|
3205
|
-
"""
|
|
3206
|
-
return pulumi.get(self, "properties")
|
|
3207
|
-
|
|
3208
|
-
@property
|
|
3209
|
-
@pulumi.getter
|
|
3210
|
-
def name(self) -> Optional[builtins.str]:
|
|
3211
|
-
"""
|
|
3212
|
-
Name of the access rule
|
|
3213
|
-
"""
|
|
3214
|
-
return pulumi.get(self, "name")
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
@pulumi.output_type
|
|
3218
|
-
class NspAccessRuleResponseProperties(dict):
|
|
3213
|
+
class NspAccessRulePropertiesResponse(dict):
|
|
3219
3214
|
"""
|
|
3220
3215
|
Properties of Access Rule
|
|
3221
3216
|
"""
|
|
@@ -3234,14 +3229,14 @@ class NspAccessRuleResponseProperties(dict):
|
|
|
3234
3229
|
suggest = "address_prefixes"
|
|
3235
3230
|
|
|
3236
3231
|
if suggest:
|
|
3237
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3232
|
+
pulumi.log.warn(f"Key '{key}' not found in NspAccessRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3238
3233
|
|
|
3239
3234
|
def __getitem__(self, key: str) -> Any:
|
|
3240
|
-
|
|
3235
|
+
NspAccessRulePropertiesResponse.__key_warning(key)
|
|
3241
3236
|
return super().__getitem__(key)
|
|
3242
3237
|
|
|
3243
3238
|
def get(self, key: str, default = None) -> Any:
|
|
3244
|
-
|
|
3239
|
+
NspAccessRulePropertiesResponse.__key_warning(key)
|
|
3245
3240
|
return super().get(key, default)
|
|
3246
3241
|
|
|
3247
3242
|
def __init__(__self__, *,
|
|
@@ -3251,7 +3246,7 @@ class NspAccessRuleResponseProperties(dict):
|
|
|
3251
3246
|
phone_numbers: Sequence[builtins.str],
|
|
3252
3247
|
address_prefixes: Optional[Sequence[builtins.str]] = None,
|
|
3253
3248
|
direction: Optional[builtins.str] = None,
|
|
3254
|
-
subscriptions: Optional[Sequence['outputs.
|
|
3249
|
+
subscriptions: Optional[Sequence['outputs.NspAccessRulePropertiesSubscriptionsItemResponse']] = None):
|
|
3255
3250
|
"""
|
|
3256
3251
|
Properties of Access Rule
|
|
3257
3252
|
:param Sequence[builtins.str] email_addresses: Email addresses for outbound rules
|
|
@@ -3260,7 +3255,7 @@ class NspAccessRuleResponseProperties(dict):
|
|
|
3260
3255
|
:param Sequence[builtins.str] phone_numbers: Phone numbers for outbound rules
|
|
3261
3256
|
:param Sequence[builtins.str] address_prefixes: Address prefixes in the CIDR format for inbound rules
|
|
3262
3257
|
:param builtins.str direction: Direction of Access Rule
|
|
3263
|
-
:param Sequence['
|
|
3258
|
+
:param Sequence['NspAccessRulePropertiesSubscriptionsItemResponse'] subscriptions: Subscriptions for inbound rules
|
|
3264
3259
|
"""
|
|
3265
3260
|
pulumi.set(__self__, "email_addresses", email_addresses)
|
|
3266
3261
|
pulumi.set(__self__, "fully_qualified_domain_names", fully_qualified_domain_names)
|
|
@@ -3323,7 +3318,7 @@ class NspAccessRuleResponseProperties(dict):
|
|
|
3323
3318
|
|
|
3324
3319
|
@property
|
|
3325
3320
|
@pulumi.getter
|
|
3326
|
-
def subscriptions(self) -> Optional[Sequence['outputs.
|
|
3321
|
+
def subscriptions(self) -> Optional[Sequence['outputs.NspAccessRulePropertiesSubscriptionsItemResponse']]:
|
|
3327
3322
|
"""
|
|
3328
3323
|
Subscriptions for inbound rules
|
|
3329
3324
|
"""
|
|
@@ -3331,7 +3326,7 @@ class NspAccessRuleResponseProperties(dict):
|
|
|
3331
3326
|
|
|
3332
3327
|
|
|
3333
3328
|
@pulumi.output_type
|
|
3334
|
-
class
|
|
3329
|
+
class NspAccessRulePropertiesSubscriptionsItemResponse(dict):
|
|
3335
3330
|
"""
|
|
3336
3331
|
Subscription for inbound rule
|
|
3337
3332
|
"""
|
|
@@ -3353,6 +3348,40 @@ class NspAccessRuleResponseSubscriptions(dict):
|
|
|
3353
3348
|
return pulumi.get(self, "id")
|
|
3354
3349
|
|
|
3355
3350
|
|
|
3351
|
+
@pulumi.output_type
|
|
3352
|
+
class NspAccessRuleResponse(dict):
|
|
3353
|
+
"""
|
|
3354
|
+
Information of Access Rule in a profile
|
|
3355
|
+
"""
|
|
3356
|
+
def __init__(__self__, *,
|
|
3357
|
+
properties: 'outputs.NspAccessRulePropertiesResponse',
|
|
3358
|
+
name: Optional[builtins.str] = None):
|
|
3359
|
+
"""
|
|
3360
|
+
Information of Access Rule in a profile
|
|
3361
|
+
:param 'NspAccessRulePropertiesResponse' properties: Properties of Access Rule
|
|
3362
|
+
:param builtins.str name: Name of the access rule
|
|
3363
|
+
"""
|
|
3364
|
+
pulumi.set(__self__, "properties", properties)
|
|
3365
|
+
if name is not None:
|
|
3366
|
+
pulumi.set(__self__, "name", name)
|
|
3367
|
+
|
|
3368
|
+
@property
|
|
3369
|
+
@pulumi.getter
|
|
3370
|
+
def properties(self) -> 'outputs.NspAccessRulePropertiesResponse':
|
|
3371
|
+
"""
|
|
3372
|
+
Properties of Access Rule
|
|
3373
|
+
"""
|
|
3374
|
+
return pulumi.get(self, "properties")
|
|
3375
|
+
|
|
3376
|
+
@property
|
|
3377
|
+
@pulumi.getter
|
|
3378
|
+
def name(self) -> Optional[builtins.str]:
|
|
3379
|
+
"""
|
|
3380
|
+
Name of the access rule
|
|
3381
|
+
"""
|
|
3382
|
+
return pulumi.get(self, "name")
|
|
3383
|
+
|
|
3384
|
+
|
|
3356
3385
|
@pulumi.output_type
|
|
3357
3386
|
class OmnichannelResponse(dict):
|
|
3358
3387
|
"""
|
|
@@ -3525,6 +3554,8 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
3525
3554
|
suggest = "private_link_service_connection_state"
|
|
3526
3555
|
elif key == "provisioningState":
|
|
3527
3556
|
suggest = "provisioning_state"
|
|
3557
|
+
elif key == "systemData":
|
|
3558
|
+
suggest = "system_data"
|
|
3528
3559
|
elif key == "groupIds":
|
|
3529
3560
|
suggest = "group_ids"
|
|
3530
3561
|
elif key == "privateEndpoint":
|
|
@@ -3546,6 +3577,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
3546
3577
|
name: builtins.str,
|
|
3547
3578
|
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
3548
3579
|
provisioning_state: builtins.str,
|
|
3580
|
+
system_data: 'outputs.SystemDataResponse',
|
|
3549
3581
|
type: builtins.str,
|
|
3550
3582
|
group_ids: Optional[Sequence[builtins.str]] = None,
|
|
3551
3583
|
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
@@ -3555,6 +3587,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
3555
3587
|
:param builtins.str name: The name of the resource
|
|
3556
3588
|
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
3557
3589
|
:param builtins.str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
3590
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3558
3591
|
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3559
3592
|
:param Sequence[builtins.str] group_ids: Group ids
|
|
3560
3593
|
:param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
|
|
@@ -3563,6 +3596,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
3563
3596
|
pulumi.set(__self__, "name", name)
|
|
3564
3597
|
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
3565
3598
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
3599
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
3566
3600
|
pulumi.set(__self__, "type", type)
|
|
3567
3601
|
if group_ids is not None:
|
|
3568
3602
|
pulumi.set(__self__, "group_ids", group_ids)
|
|
@@ -3601,6 +3635,14 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
3601
3635
|
"""
|
|
3602
3636
|
return pulumi.get(self, "provisioning_state")
|
|
3603
3637
|
|
|
3638
|
+
@property
|
|
3639
|
+
@pulumi.getter(name="systemData")
|
|
3640
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
3641
|
+
"""
|
|
3642
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3643
|
+
"""
|
|
3644
|
+
return pulumi.get(self, "system_data")
|
|
3645
|
+
|
|
3604
3646
|
@property
|
|
3605
3647
|
@pulumi.getter
|
|
3606
3648
|
def type(self) -> builtins.str:
|
|
@@ -3806,41 +3848,7 @@ class ProfileResponse(dict):
|
|
|
3806
3848
|
|
|
3807
3849
|
|
|
3808
3850
|
@pulumi.output_type
|
|
3809
|
-
class
|
|
3810
|
-
"""
|
|
3811
|
-
Describes Provisioning issue for given Network Security Perimeter configuration
|
|
3812
|
-
"""
|
|
3813
|
-
def __init__(__self__, *,
|
|
3814
|
-
properties: 'outputs.ProvisioningIssueResponseProperties',
|
|
3815
|
-
name: Optional[builtins.str] = None):
|
|
3816
|
-
"""
|
|
3817
|
-
Describes Provisioning issue for given Network Security Perimeter configuration
|
|
3818
|
-
:param 'ProvisioningIssueResponseProperties' properties: Properties of Provisioning Issue
|
|
3819
|
-
:param builtins.str name: Name of the issue
|
|
3820
|
-
"""
|
|
3821
|
-
pulumi.set(__self__, "properties", properties)
|
|
3822
|
-
if name is not None:
|
|
3823
|
-
pulumi.set(__self__, "name", name)
|
|
3824
|
-
|
|
3825
|
-
@property
|
|
3826
|
-
@pulumi.getter
|
|
3827
|
-
def properties(self) -> 'outputs.ProvisioningIssueResponseProperties':
|
|
3828
|
-
"""
|
|
3829
|
-
Properties of Provisioning Issue
|
|
3830
|
-
"""
|
|
3831
|
-
return pulumi.get(self, "properties")
|
|
3832
|
-
|
|
3833
|
-
@property
|
|
3834
|
-
@pulumi.getter
|
|
3835
|
-
def name(self) -> Optional[builtins.str]:
|
|
3836
|
-
"""
|
|
3837
|
-
Name of the issue
|
|
3838
|
-
"""
|
|
3839
|
-
return pulumi.get(self, "name")
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
@pulumi.output_type
|
|
3843
|
-
class ProvisioningIssueResponseProperties(dict):
|
|
3851
|
+
class ProvisioningIssuePropertiesResponse(dict):
|
|
3844
3852
|
"""
|
|
3845
3853
|
Properties of Provisioning Issue
|
|
3846
3854
|
"""
|
|
@@ -3855,14 +3863,14 @@ class ProvisioningIssueResponseProperties(dict):
|
|
|
3855
3863
|
suggest = "suggested_access_rules"
|
|
3856
3864
|
|
|
3857
3865
|
if suggest:
|
|
3858
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3866
|
+
pulumi.log.warn(f"Key '{key}' not found in ProvisioningIssuePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3859
3867
|
|
|
3860
3868
|
def __getitem__(self, key: str) -> Any:
|
|
3861
|
-
|
|
3869
|
+
ProvisioningIssuePropertiesResponse.__key_warning(key)
|
|
3862
3870
|
return super().__getitem__(key)
|
|
3863
3871
|
|
|
3864
3872
|
def get(self, key: str, default = None) -> Any:
|
|
3865
|
-
|
|
3873
|
+
ProvisioningIssuePropertiesResponse.__key_warning(key)
|
|
3866
3874
|
return super().get(key, default)
|
|
3867
3875
|
|
|
3868
3876
|
def __init__(__self__, *,
|
|
@@ -3930,6 +3938,40 @@ class ProvisioningIssueResponseProperties(dict):
|
|
|
3930
3938
|
return pulumi.get(self, "suggested_access_rules")
|
|
3931
3939
|
|
|
3932
3940
|
|
|
3941
|
+
@pulumi.output_type
|
|
3942
|
+
class ProvisioningIssueResponse(dict):
|
|
3943
|
+
"""
|
|
3944
|
+
Describes Provisioning issue for given Network Security Perimeter configuration
|
|
3945
|
+
"""
|
|
3946
|
+
def __init__(__self__, *,
|
|
3947
|
+
properties: 'outputs.ProvisioningIssuePropertiesResponse',
|
|
3948
|
+
name: Optional[builtins.str] = None):
|
|
3949
|
+
"""
|
|
3950
|
+
Describes Provisioning issue for given Network Security Perimeter configuration
|
|
3951
|
+
:param 'ProvisioningIssuePropertiesResponse' properties: Properties of Provisioning Issue
|
|
3952
|
+
:param builtins.str name: Name of the issue
|
|
3953
|
+
"""
|
|
3954
|
+
pulumi.set(__self__, "properties", properties)
|
|
3955
|
+
if name is not None:
|
|
3956
|
+
pulumi.set(__self__, "name", name)
|
|
3957
|
+
|
|
3958
|
+
@property
|
|
3959
|
+
@pulumi.getter
|
|
3960
|
+
def properties(self) -> 'outputs.ProvisioningIssuePropertiesResponse':
|
|
3961
|
+
"""
|
|
3962
|
+
Properties of Provisioning Issue
|
|
3963
|
+
"""
|
|
3964
|
+
return pulumi.get(self, "properties")
|
|
3965
|
+
|
|
3966
|
+
@property
|
|
3967
|
+
@pulumi.getter
|
|
3968
|
+
def name(self) -> Optional[builtins.str]:
|
|
3969
|
+
"""
|
|
3970
|
+
Name of the issue
|
|
3971
|
+
"""
|
|
3972
|
+
return pulumi.get(self, "name")
|
|
3973
|
+
|
|
3974
|
+
|
|
3933
3975
|
@pulumi.output_type
|
|
3934
3976
|
class ResourceAssociationResponse(dict):
|
|
3935
3977
|
"""
|
|
@@ -4062,6 +4104,52 @@ class SearchAssistantResponse(dict):
|
|
|
4062
4104
|
return pulumi.get(self, "location")
|
|
4063
4105
|
|
|
4064
4106
|
|
|
4107
|
+
@pulumi.output_type
|
|
4108
|
+
class ServiceProviderParameterMetadataConstraintsResponse(dict):
|
|
4109
|
+
"""
|
|
4110
|
+
the constraints of the bot meta data.
|
|
4111
|
+
"""
|
|
4112
|
+
def __init__(__self__, *,
|
|
4113
|
+
required: Optional[builtins.bool] = None):
|
|
4114
|
+
"""
|
|
4115
|
+
the constraints of the bot meta data.
|
|
4116
|
+
:param builtins.bool required: Whether required the constraints of the bot meta data.
|
|
4117
|
+
"""
|
|
4118
|
+
if required is not None:
|
|
4119
|
+
pulumi.set(__self__, "required", required)
|
|
4120
|
+
|
|
4121
|
+
@property
|
|
4122
|
+
@pulumi.getter
|
|
4123
|
+
def required(self) -> Optional[builtins.bool]:
|
|
4124
|
+
"""
|
|
4125
|
+
Whether required the constraints of the bot meta data.
|
|
4126
|
+
"""
|
|
4127
|
+
return pulumi.get(self, "required")
|
|
4128
|
+
|
|
4129
|
+
|
|
4130
|
+
@pulumi.output_type
|
|
4131
|
+
class ServiceProviderParameterMetadataResponse(dict):
|
|
4132
|
+
"""
|
|
4133
|
+
Meta data for the Service Provider
|
|
4134
|
+
"""
|
|
4135
|
+
def __init__(__self__, *,
|
|
4136
|
+
constraints: Optional['outputs.ServiceProviderParameterMetadataConstraintsResponse'] = None):
|
|
4137
|
+
"""
|
|
4138
|
+
Meta data for the Service Provider
|
|
4139
|
+
:param 'ServiceProviderParameterMetadataConstraintsResponse' constraints: the constraints of the bot meta data.
|
|
4140
|
+
"""
|
|
4141
|
+
if constraints is not None:
|
|
4142
|
+
pulumi.set(__self__, "constraints", constraints)
|
|
4143
|
+
|
|
4144
|
+
@property
|
|
4145
|
+
@pulumi.getter
|
|
4146
|
+
def constraints(self) -> Optional['outputs.ServiceProviderParameterMetadataConstraintsResponse']:
|
|
4147
|
+
"""
|
|
4148
|
+
the constraints of the bot meta data.
|
|
4149
|
+
"""
|
|
4150
|
+
return pulumi.get(self, "constraints")
|
|
4151
|
+
|
|
4152
|
+
|
|
4065
4153
|
@pulumi.output_type
|
|
4066
4154
|
class ServiceProviderParameterResponse(dict):
|
|
4067
4155
|
"""
|
|
@@ -4072,7 +4160,7 @@ class ServiceProviderParameterResponse(dict):
|
|
|
4072
4160
|
description: builtins.str,
|
|
4073
4161
|
display_name: builtins.str,
|
|
4074
4162
|
help_url: builtins.str,
|
|
4075
|
-
metadata: 'outputs.
|
|
4163
|
+
metadata: 'outputs.ServiceProviderParameterMetadataResponse',
|
|
4076
4164
|
name: builtins.str,
|
|
4077
4165
|
type: builtins.str):
|
|
4078
4166
|
"""
|
|
@@ -4081,7 +4169,7 @@ class ServiceProviderParameterResponse(dict):
|
|
|
4081
4169
|
:param builtins.str description: Description of the Service Provider
|
|
4082
4170
|
:param builtins.str display_name: Display Name of the Service Provider
|
|
4083
4171
|
:param builtins.str help_url: Help Url for the Service Provider
|
|
4084
|
-
:param '
|
|
4172
|
+
:param 'ServiceProviderParameterMetadataResponse' metadata: Meta data for the Service Provider
|
|
4085
4173
|
:param builtins.str name: Name of the Service Provider
|
|
4086
4174
|
:param builtins.str type: Type of the Service Provider
|
|
4087
4175
|
"""
|
|
@@ -4127,7 +4215,7 @@ class ServiceProviderParameterResponse(dict):
|
|
|
4127
4215
|
|
|
4128
4216
|
@property
|
|
4129
4217
|
@pulumi.getter
|
|
4130
|
-
def metadata(self) -> 'outputs.
|
|
4218
|
+
def metadata(self) -> 'outputs.ServiceProviderParameterMetadataResponse':
|
|
4131
4219
|
"""
|
|
4132
4220
|
Meta data for the Service Provider
|
|
4133
4221
|
"""
|
|
@@ -4150,52 +4238,6 @@ class ServiceProviderParameterResponse(dict):
|
|
|
4150
4238
|
return pulumi.get(self, "type")
|
|
4151
4239
|
|
|
4152
4240
|
|
|
4153
|
-
@pulumi.output_type
|
|
4154
|
-
class ServiceProviderParameterResponseConstraints(dict):
|
|
4155
|
-
"""
|
|
4156
|
-
the constraints of the bot meta data.
|
|
4157
|
-
"""
|
|
4158
|
-
def __init__(__self__, *,
|
|
4159
|
-
required: Optional[builtins.bool] = None):
|
|
4160
|
-
"""
|
|
4161
|
-
the constraints of the bot meta data.
|
|
4162
|
-
:param builtins.bool required: Whether required the constraints of the bot meta data.
|
|
4163
|
-
"""
|
|
4164
|
-
if required is not None:
|
|
4165
|
-
pulumi.set(__self__, "required", required)
|
|
4166
|
-
|
|
4167
|
-
@property
|
|
4168
|
-
@pulumi.getter
|
|
4169
|
-
def required(self) -> Optional[builtins.bool]:
|
|
4170
|
-
"""
|
|
4171
|
-
Whether required the constraints of the bot meta data.
|
|
4172
|
-
"""
|
|
4173
|
-
return pulumi.get(self, "required")
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
@pulumi.output_type
|
|
4177
|
-
class ServiceProviderParameterResponseMetadata(dict):
|
|
4178
|
-
"""
|
|
4179
|
-
Meta data for the Service Provider
|
|
4180
|
-
"""
|
|
4181
|
-
def __init__(__self__, *,
|
|
4182
|
-
constraints: Optional['outputs.ServiceProviderParameterResponseConstraints'] = None):
|
|
4183
|
-
"""
|
|
4184
|
-
Meta data for the Service Provider
|
|
4185
|
-
:param 'ServiceProviderParameterResponseConstraints' constraints: the constraints of the bot meta data.
|
|
4186
|
-
"""
|
|
4187
|
-
if constraints is not None:
|
|
4188
|
-
pulumi.set(__self__, "constraints", constraints)
|
|
4189
|
-
|
|
4190
|
-
@property
|
|
4191
|
-
@pulumi.getter
|
|
4192
|
-
def constraints(self) -> Optional['outputs.ServiceProviderParameterResponseConstraints']:
|
|
4193
|
-
"""
|
|
4194
|
-
the constraints of the bot meta data.
|
|
4195
|
-
"""
|
|
4196
|
-
return pulumi.get(self, "constraints")
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
4241
|
@pulumi.output_type
|
|
4200
4242
|
class ServiceProviderPropertiesResponse(dict):
|
|
4201
4243
|
"""
|
|
@@ -5278,6 +5320,116 @@ class SmsChannelResponse(dict):
|
|
|
5278
5320
|
return pulumi.get(self, "properties")
|
|
5279
5321
|
|
|
5280
5322
|
|
|
5323
|
+
@pulumi.output_type
|
|
5324
|
+
class SystemDataResponse(dict):
|
|
5325
|
+
"""
|
|
5326
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
5327
|
+
"""
|
|
5328
|
+
@staticmethod
|
|
5329
|
+
def __key_warning(key: str):
|
|
5330
|
+
suggest = None
|
|
5331
|
+
if key == "createdAt":
|
|
5332
|
+
suggest = "created_at"
|
|
5333
|
+
elif key == "createdBy":
|
|
5334
|
+
suggest = "created_by"
|
|
5335
|
+
elif key == "createdByType":
|
|
5336
|
+
suggest = "created_by_type"
|
|
5337
|
+
elif key == "lastModifiedAt":
|
|
5338
|
+
suggest = "last_modified_at"
|
|
5339
|
+
elif key == "lastModifiedBy":
|
|
5340
|
+
suggest = "last_modified_by"
|
|
5341
|
+
elif key == "lastModifiedByType":
|
|
5342
|
+
suggest = "last_modified_by_type"
|
|
5343
|
+
|
|
5344
|
+
if suggest:
|
|
5345
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5346
|
+
|
|
5347
|
+
def __getitem__(self, key: str) -> Any:
|
|
5348
|
+
SystemDataResponse.__key_warning(key)
|
|
5349
|
+
return super().__getitem__(key)
|
|
5350
|
+
|
|
5351
|
+
def get(self, key: str, default = None) -> Any:
|
|
5352
|
+
SystemDataResponse.__key_warning(key)
|
|
5353
|
+
return super().get(key, default)
|
|
5354
|
+
|
|
5355
|
+
def __init__(__self__, *,
|
|
5356
|
+
created_at: Optional[builtins.str] = None,
|
|
5357
|
+
created_by: Optional[builtins.str] = None,
|
|
5358
|
+
created_by_type: Optional[builtins.str] = None,
|
|
5359
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
5360
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
5361
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
5362
|
+
"""
|
|
5363
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
5364
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
5365
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
5366
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
5367
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
5368
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
5369
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
5370
|
+
"""
|
|
5371
|
+
if created_at is not None:
|
|
5372
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
5373
|
+
if created_by is not None:
|
|
5374
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
5375
|
+
if created_by_type is not None:
|
|
5376
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
5377
|
+
if last_modified_at is not None:
|
|
5378
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
5379
|
+
if last_modified_by is not None:
|
|
5380
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
5381
|
+
if last_modified_by_type is not None:
|
|
5382
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
5383
|
+
|
|
5384
|
+
@property
|
|
5385
|
+
@pulumi.getter(name="createdAt")
|
|
5386
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
5387
|
+
"""
|
|
5388
|
+
The timestamp of resource creation (UTC).
|
|
5389
|
+
"""
|
|
5390
|
+
return pulumi.get(self, "created_at")
|
|
5391
|
+
|
|
5392
|
+
@property
|
|
5393
|
+
@pulumi.getter(name="createdBy")
|
|
5394
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
5395
|
+
"""
|
|
5396
|
+
The identity that created the resource.
|
|
5397
|
+
"""
|
|
5398
|
+
return pulumi.get(self, "created_by")
|
|
5399
|
+
|
|
5400
|
+
@property
|
|
5401
|
+
@pulumi.getter(name="createdByType")
|
|
5402
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
5403
|
+
"""
|
|
5404
|
+
The type of identity that created the resource.
|
|
5405
|
+
"""
|
|
5406
|
+
return pulumi.get(self, "created_by_type")
|
|
5407
|
+
|
|
5408
|
+
@property
|
|
5409
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
5410
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
5411
|
+
"""
|
|
5412
|
+
The timestamp of resource last modification (UTC)
|
|
5413
|
+
"""
|
|
5414
|
+
return pulumi.get(self, "last_modified_at")
|
|
5415
|
+
|
|
5416
|
+
@property
|
|
5417
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
5418
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
5419
|
+
"""
|
|
5420
|
+
The identity that last modified the resource.
|
|
5421
|
+
"""
|
|
5422
|
+
return pulumi.get(self, "last_modified_by")
|
|
5423
|
+
|
|
5424
|
+
@property
|
|
5425
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
5426
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
5427
|
+
"""
|
|
5428
|
+
The type of identity that last modified the resource.
|
|
5429
|
+
"""
|
|
5430
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
5431
|
+
|
|
5432
|
+
|
|
5281
5433
|
@pulumi.output_type
|
|
5282
5434
|
class TelegramChannelPropertiesResponse(dict):
|
|
5283
5435
|
"""
|
|
@@ -6080,8 +6232,6 @@ class WebChatSiteResponse(dict):
|
|
|
6080
6232
|
suggest = "is_enabled"
|
|
6081
6233
|
elif key == "isTokenEnabled":
|
|
6082
6234
|
suggest = "is_token_enabled"
|
|
6083
|
-
elif key == "isWebchatPreviewEnabled":
|
|
6084
|
-
suggest = "is_webchat_preview_enabled"
|
|
6085
6235
|
elif key == "siteId":
|
|
6086
6236
|
suggest = "site_id"
|
|
6087
6237
|
elif key == "siteName":
|
|
@@ -6106,6 +6256,8 @@ class WebChatSiteResponse(dict):
|
|
|
6106
6256
|
suggest = "is_v3_enabled"
|
|
6107
6257
|
elif key == "isWebChatSpeechEnabled":
|
|
6108
6258
|
suggest = "is_web_chat_speech_enabled"
|
|
6259
|
+
elif key == "isWebchatPreviewEnabled":
|
|
6260
|
+
suggest = "is_webchat_preview_enabled"
|
|
6109
6261
|
elif key == "tenantId":
|
|
6110
6262
|
suggest = "tenant_id"
|
|
6111
6263
|
elif key == "trustedOrigins":
|
|
@@ -6125,7 +6277,6 @@ class WebChatSiteResponse(dict):
|
|
|
6125
6277
|
def __init__(__self__, *,
|
|
6126
6278
|
is_enabled: builtins.bool,
|
|
6127
6279
|
is_token_enabled: builtins.bool,
|
|
6128
|
-
is_webchat_preview_enabled: Optional[builtins.bool] = None,
|
|
6129
6280
|
key: builtins.str,
|
|
6130
6281
|
key2: builtins.str,
|
|
6131
6282
|
site_id: builtins.str,
|
|
@@ -6140,13 +6291,13 @@ class WebChatSiteResponse(dict):
|
|
|
6140
6291
|
is_v1_enabled: Optional[builtins.bool] = None,
|
|
6141
6292
|
is_v3_enabled: Optional[builtins.bool] = None,
|
|
6142
6293
|
is_web_chat_speech_enabled: Optional[builtins.bool] = None,
|
|
6294
|
+
is_webchat_preview_enabled: Optional[builtins.bool] = None,
|
|
6143
6295
|
tenant_id: Optional[builtins.str] = None,
|
|
6144
6296
|
trusted_origins: Optional[Sequence[builtins.str]] = None):
|
|
6145
6297
|
"""
|
|
6146
6298
|
A site for the Webchat channel
|
|
6147
6299
|
:param builtins.bool is_enabled: Whether this site is enabled for DirectLine channel
|
|
6148
6300
|
:param builtins.bool is_token_enabled: Whether this site is token enabled for channel
|
|
6149
|
-
:param builtins.bool is_webchat_preview_enabled: Whether this site is enabled for preview versions of Webchat
|
|
6150
6301
|
:param builtins.str key: Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
|
|
6151
6302
|
:param builtins.str key2: Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
|
|
6152
6303
|
:param builtins.str site_id: Site Id
|
|
@@ -6161,14 +6312,12 @@ class WebChatSiteResponse(dict):
|
|
|
6161
6312
|
:param builtins.bool is_v1_enabled: Whether this site is enabled for Bot Framework V1 protocol.
|
|
6162
6313
|
:param builtins.bool is_v3_enabled: Whether this site is enabled for Bot Framework V3 protocol.
|
|
6163
6314
|
:param builtins.bool is_web_chat_speech_enabled: Whether this site is enabled for Webchat Speech
|
|
6315
|
+
:param builtins.bool is_webchat_preview_enabled: Whether this site is enabled for preview versions of Webchat
|
|
6164
6316
|
:param builtins.str tenant_id: Tenant Id
|
|
6165
6317
|
:param Sequence[builtins.str] trusted_origins: List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.
|
|
6166
6318
|
"""
|
|
6167
6319
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
6168
6320
|
pulumi.set(__self__, "is_token_enabled", is_token_enabled)
|
|
6169
|
-
if is_webchat_preview_enabled is None:
|
|
6170
|
-
is_webchat_preview_enabled = False
|
|
6171
|
-
pulumi.set(__self__, "is_webchat_preview_enabled", is_webchat_preview_enabled)
|
|
6172
6321
|
pulumi.set(__self__, "key", key)
|
|
6173
6322
|
pulumi.set(__self__, "key2", key2)
|
|
6174
6323
|
pulumi.set(__self__, "site_id", site_id)
|
|
@@ -6195,6 +6344,10 @@ class WebChatSiteResponse(dict):
|
|
|
6195
6344
|
is_web_chat_speech_enabled = False
|
|
6196
6345
|
if is_web_chat_speech_enabled is not None:
|
|
6197
6346
|
pulumi.set(__self__, "is_web_chat_speech_enabled", is_web_chat_speech_enabled)
|
|
6347
|
+
if is_webchat_preview_enabled is None:
|
|
6348
|
+
is_webchat_preview_enabled = False
|
|
6349
|
+
if is_webchat_preview_enabled is not None:
|
|
6350
|
+
pulumi.set(__self__, "is_webchat_preview_enabled", is_webchat_preview_enabled)
|
|
6198
6351
|
if tenant_id is not None:
|
|
6199
6352
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
6200
6353
|
if trusted_origins is not None:
|
|
@@ -6216,14 +6369,6 @@ class WebChatSiteResponse(dict):
|
|
|
6216
6369
|
"""
|
|
6217
6370
|
return pulumi.get(self, "is_token_enabled")
|
|
6218
6371
|
|
|
6219
|
-
@property
|
|
6220
|
-
@pulumi.getter(name="isWebchatPreviewEnabled")
|
|
6221
|
-
def is_webchat_preview_enabled(self) -> builtins.bool:
|
|
6222
|
-
"""
|
|
6223
|
-
Whether this site is enabled for preview versions of Webchat
|
|
6224
|
-
"""
|
|
6225
|
-
return pulumi.get(self, "is_webchat_preview_enabled")
|
|
6226
|
-
|
|
6227
6372
|
@property
|
|
6228
6373
|
@pulumi.getter
|
|
6229
6374
|
def key(self) -> builtins.str:
|
|
@@ -6336,6 +6481,14 @@ class WebChatSiteResponse(dict):
|
|
|
6336
6481
|
"""
|
|
6337
6482
|
return pulumi.get(self, "is_web_chat_speech_enabled")
|
|
6338
6483
|
|
|
6484
|
+
@property
|
|
6485
|
+
@pulumi.getter(name="isWebchatPreviewEnabled")
|
|
6486
|
+
def is_webchat_preview_enabled(self) -> Optional[builtins.bool]:
|
|
6487
|
+
"""
|
|
6488
|
+
Whether this site is enabled for preview versions of Webchat
|
|
6489
|
+
"""
|
|
6490
|
+
return pulumi.get(self, "is_webchat_preview_enabled")
|
|
6491
|
+
|
|
6339
6492
|
@property
|
|
6340
6493
|
@pulumi.getter(name="tenantId")
|
|
6341
6494
|
def tenant_id(self) -> Optional[builtins.str]:
|