pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761334446__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 +25 -34
- pulumi_azure_native/apimanagement/_enums.py +1 -1
- pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
- pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +3 -3
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_http_route_config.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +2 -2
- pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/http_route_config.py +3 -3
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
- pulumi_azure_native/app/logic_app.py +3 -3
- pulumi_azure_native/app/maintenance_configuration.py +3 -3
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/azurearcdata/_enums.py +135 -0
- pulumi_azure_native/azurearcdata/_inputs.py +729 -7
- pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
- pulumi_azure_native/azurearcdata/outputs.py +2070 -76
- pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
- pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
- pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
- pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
- pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
- pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
- pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
- pulumi_azure_native/azuredatatransfer/outputs.py +600 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/batch/_enums.py +1 -1
- pulumi_azure_native/billingbenefits/_enums.py +55 -0
- pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
- pulumi_azure_native/billingbenefits/discount.py +26 -234
- pulumi_azure_native/billingbenefits/get_discount.py +12 -166
- pulumi_azure_native/billingbenefits/outputs.py +1489 -4
- pulumi_azure_native/cdn/__init__.py +6 -0
- pulumi_azure_native/cdn/_enums.py +85 -2
- pulumi_azure_native/cdn/_inputs.py +310 -99
- pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
- pulumi_azure_native/cdn/afd_endpoint.py +18 -18
- pulumi_azure_native/cdn/afd_origin.py +37 -38
- pulumi_azure_native/cdn/afd_origin_group.py +43 -14
- pulumi_azure_native/cdn/custom_domain.py +14 -14
- pulumi_azure_native/cdn/endpoint.py +20 -20
- pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
- pulumi_azure_native/cdn/get_afd_origin.py +15 -15
- pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
- pulumi_azure_native/cdn/get_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_endpoint.py +15 -15
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
- pulumi_azure_native/cdn/get_origin.py +12 -12
- pulumi_azure_native/cdn/get_origin_group.py +13 -13
- pulumi_azure_native/cdn/get_policy.py +14 -11
- pulumi_azure_native/cdn/get_profile.py +12 -12
- pulumi_azure_native/cdn/get_profile_agent.py +196 -0
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
- pulumi_azure_native/cdn/get_route.py +13 -13
- pulumi_azure_native/cdn/get_rule.py +16 -16
- pulumi_azure_native/cdn/get_rule_set.py +12 -12
- pulumi_azure_native/cdn/get_secret.py +12 -12
- pulumi_azure_native/cdn/get_security_policy.py +12 -12
- pulumi_azure_native/cdn/get_web_agent.py +246 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/knowledge_source.py +345 -0
- pulumi_azure_native/cdn/origin.py +17 -17
- pulumi_azure_native/cdn/origin_group.py +31 -32
- pulumi_azure_native/cdn/outputs.py +262 -82
- pulumi_azure_native/cdn/policy.py +18 -15
- pulumi_azure_native/cdn/profile.py +19 -19
- pulumi_azure_native/cdn/profile_agent.py +277 -0
- pulumi_azure_native/cdn/route.py +31 -32
- pulumi_azure_native/cdn/rule.py +50 -52
- pulumi_azure_native/cdn/rule_set.py +17 -17
- pulumi_azure_native/cdn/secret.py +14 -14
- pulumi_azure_native/cdn/security_policy.py +14 -14
- pulumi_azure_native/cdn/web_agent.py +352 -0
- pulumi_azure_native/codesigning/certificate_profile.py +3 -3
- pulumi_azure_native/codesigning/code_signing_account.py +3 -3
- pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
- pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
- pulumi_azure_native/cognitiveservices/__init__.py +2 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
- 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 +2 -2
- pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
- 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 +2 -2
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
- 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_rai_topic.py +200 -0
- 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/outputs.py +135 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +3 -3
- pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
- 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/rai_topic.py +279 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/compute/_enums.py +1 -1
- pulumi_azure_native/compute/_inputs.py +19 -19
- pulumi_azure_native/compute/availability_set.py +3 -3
- pulumi_azure_native/compute/capacity_reservation.py +7 -7
- pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
- pulumi_azure_native/compute/dedicated_host.py +3 -3
- pulumi_azure_native/compute/dedicated_host_group.py +3 -3
- pulumi_azure_native/compute/get_availability_set.py +2 -2
- pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
- pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
- pulumi_azure_native/compute/get_dedicated_host.py +2 -2
- pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
- pulumi_azure_native/compute/get_image.py +2 -2
- 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 +2 -2
- pulumi_azure_native/compute/get_restore_point.py +2 -2
- pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
- pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
- pulumi_azure_native/compute/image.py +3 -3
- pulumi_azure_native/compute/outputs.py +14 -14
- pulumi_azure_native/compute/proximity_placement_group.py +3 -3
- pulumi_azure_native/compute/restore_point.py +3 -3
- pulumi_azure_native/compute/restore_point_collection.py +3 -3
- pulumi_azure_native/compute/ssh_public_key.py +3 -3
- pulumi_azure_native/compute/virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
- pulumi_azure_native/confluent/connector.py +3 -3
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
- pulumi_azure_native/confluent/get_topic.py +2 -2
- 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 +2 -2
- 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 +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
- pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
- pulumi_azure_native/confluent/topic.py +3 -3
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +30 -1
- pulumi_azure_native/containerinstance/_inputs.py +1153 -5
- pulumi_azure_native/containerinstance/cg_profile.py +47 -79
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
- pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/get_n_group.py +278 -0
- pulumi_azure_native/containerinstance/n_group.py +433 -0
- pulumi_azure_native/containerinstance/outputs.py +1044 -11
- pulumi_azure_native/containerservice/__init__.py +4 -0
- pulumi_azure_native/containerservice/_enums.py +33 -0
- pulumi_azure_native/containerservice/_inputs.py +581 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
- pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -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 +2 -2
- pulumi_azure_native/containerservice/get_node_customization.py +208 -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/identity_binding.py +5 -1
- pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
- 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 +2 -2
- 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 +3 -3
- pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
- pulumi_azure_native/containerservice/outputs.py +507 -22
- 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/dashboard/dashboard.py +5 -1
- pulumi_azure_native/dashboard/get_dashboard.py +4 -0
- 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/_enums.py +33 -0
- pulumi_azure_native/datafactory/_inputs.py +200 -0
- pulumi_azure_native/datafactory/outputs.py +134 -0
- pulumi_azure_native/datamigration/__init__.py +4 -0
- pulumi_azure_native/datamigration/_enums.py +28 -0
- pulumi_azure_native/datamigration/_inputs.py +981 -56
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
- pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +3 -3
- pulumi_azure_native/datamigration/outputs.py +2194 -696
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/dataprotection/_inputs.py +3 -3
- 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/outputs.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/outputs.py +3 -3
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/dependencymap/__init__.py +2 -0
- pulumi_azure_native/dependencymap/_inputs.py +117 -0
- pulumi_azure_native/dependencymap/discovery_source.py +3 -3
- pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
- pulumi_azure_native/dependencymap/get_map.py +2 -2
- pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
- pulumi_azure_native/dependencymap/map.py +3 -3
- pulumi_azure_native/dependencymap/outputs.py +125 -0
- 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 +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
- pulumi_azure_native/deviceregistry/namespace.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
- pulumi_azure_native/deviceregistry/schema.py +3 -3
- pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
- pulumi_azure_native/deviceregistry/schema_version.py +3 -3
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- 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 +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
- pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
- 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 +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
- 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 +2 -2
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
- pulumi_azure_native/durabletask/get_scheduler.py +2 -2
- pulumi_azure_native/durabletask/get_task_hub.py +2 -2
- pulumi_azure_native/durabletask/retention_policy.py +5 -1
- pulumi_azure_native/durabletask/scheduler.py +3 -3
- pulumi_azure_native/durabletask/task_hub.py +3 -3
- pulumi_azure_native/edge/__init__.py +2 -0
- pulumi_azure_native/edge/_inputs.py +39 -2
- pulumi_azure_native/edge/get_schema_reference.py +180 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/outputs.py +55 -2
- pulumi_azure_native/edge/schema_reference.py +229 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/sites_by_service_group.py +3 -3
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
- pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
- pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
- pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
- pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
- pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
- pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
- pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
- pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
- pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
- pulumi_azure_native/iothub/certificate.py +3 -3
- pulumi_azure_native/iothub/get_certificate.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
- pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
- pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
- pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
- pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/akri_connector.py +5 -1
- pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
- 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 +5 -1
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -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 +4 -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 +4 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/machinelearningservices/_enums.py +24 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
- pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
- pulumi_azure_native/machinelearningservices/code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/compute.py +5 -5
- pulumi_azure_native/machinelearningservices/data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/datastore.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_job.py +4 -4
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/job.py +5 -5
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
- pulumi_azure_native/machinelearningservices/model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/outputs.py +209 -74
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
- pulumi_azure_native/machinelearningservices/registry.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/schedule.py +5 -5
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/workspace.py +84 -5
- pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
- 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 +2 -2
- 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/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +3 -3
- pulumi_azure_native/monitor/__init__.py +16 -0
- pulumi_azure_native/monitor/_enums.py +260 -0
- pulumi_azure_native/monitor/_inputs.py +2492 -79
- pulumi_azure_native/monitor/authentication_setting.py +257 -0
- pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
- pulumi_azure_native/monitor/discovery_rule.py +258 -0
- pulumi_azure_native/monitor/entity.py +258 -0
- pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
- pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
- pulumi_azure_native/monitor/get_entity.py +174 -0
- pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
- pulumi_azure_native/monitor/get_issue.py +168 -0
- pulumi_azure_native/monitor/get_metric_alert.py +4 -0
- pulumi_azure_native/monitor/get_relationship.py +174 -0
- pulumi_azure_native/monitor/get_signal_definition.py +174 -0
- pulumi_azure_native/monitor/health_model.py +324 -0
- pulumi_azure_native/monitor/issue.py +277 -0
- pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
- pulumi_azure_native/monitor/list_issue_resources.py +118 -0
- pulumi_azure_native/monitor/metric_alert.py +5 -1
- pulumi_azure_native/monitor/outputs.py +2829 -100
- pulumi_azure_native/monitor/relationship.py +257 -0
- pulumi_azure_native/monitor/signal_definition.py +258 -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 +3 -3
- 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 +2 -2
- 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/__init__.py +2 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +2 -2
- pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
- pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.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/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
- pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +36 -0
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
- pulumi_azure_native/network/reachability_analysis_run.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.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/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +3 -3
- pulumi_azure_native/network/security_user_rule_collection.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/verifier_workspace.py +3 -3
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/get_workspace.py +2 -2
- pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
- pulumi_azure_native/quantum/workspace.py +3 -3
- 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_vault.py +2 -2
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redis/_enums.py +52 -1
- pulumi_azure_native/redis/_inputs.py +9 -9
- pulumi_azure_native/redis/access_policy.py +11 -0
- pulumi_azure_native/redis/access_policy_assignment.py +11 -0
- pulumi_azure_native/redis/firewall_rule.py +11 -0
- pulumi_azure_native/redis/get_access_policy.py +17 -2
- pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
- pulumi_azure_native/redis/get_firewall_rule.py +17 -2
- pulumi_azure_native/redis/get_linked_server.py +19 -4
- pulumi_azure_native/redis/get_patch_schedule.py +18 -4
- pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
- pulumi_azure_native/redis/get_redis.py +22 -8
- pulumi_azure_native/redis/linked_server.py +17 -6
- pulumi_azure_native/redis/list_redis_keys.py +2 -2
- pulumi_azure_native/redis/outputs.py +159 -22
- pulumi_azure_native/redis/patch_schedule.py +16 -6
- pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
- pulumi_azure_native/redis/redis.py +20 -14
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/list_redis_enterprise_skus_for_scaling.py +4 -0
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_namespace.py +7 -7
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
- pulumi_azure_native/relay/hybrid_connection.py +5 -5
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/relay/list_namespace_keys.py +2 -2
- pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
- pulumi_azure_native/relay/namespace.py +10 -10
- pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
- pulumi_azure_native/relay/outputs.py +4 -4
- pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
- pulumi_azure_native/relay/wcf_relay.py +5 -5
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
- pulumi_azure_native/resources/_enums.py +6 -0
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
- pulumi_azure_native/resources/outputs.py +6 -6
- pulumi_azure_native/search/_enums.py +9 -9
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +4 -4
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +15 -15
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- 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/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +10 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
- pulumi_azure_native/storagecache/auto_export_job.py +5 -1
- pulumi_azure_native/storagecache/auto_import_job.py +632 -0
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
- pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
- pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +3 -3
- pulumi_azure_native/storagecache/outputs.py +194 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +3 -3
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +7 -7
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storagesync/server_endpoint.py +12 -0
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
- pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/RECORD +1169 -1153
- pulumi_azure_native/hybriddata/__init__.py +0 -17
- pulumi_azure_native/hybriddata/_enums.py +0 -78
- pulumi_azure_native/hybriddata/_inputs.py +0 -214
- pulumi_azure_native/hybriddata/data_store.py +0 -345
- pulumi_azure_native/hybriddata/get_data_store.py +0 -210
- pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
- pulumi_azure_native/hybriddata/job_definition.py +0 -487
- pulumi_azure_native/hybriddata/outputs.py +0 -174
- pulumi_azure_native/storsimple/__init__.py +0 -34
- pulumi_azure_native/storsimple/_enums.py +0 -134
- pulumi_azure_native/storsimple/_inputs.py +0 -418
- pulumi_azure_native/storsimple/access_control_record.py +0 -265
- pulumi_azure_native/storsimple/backup_policy.py +0 -336
- pulumi_azure_native/storsimple/backup_schedule.py +0 -429
- pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
- pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
- pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
- pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
- pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
- pulumi_azure_native/storsimple/get_manager.py +0 -218
- pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
- pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
- pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
- pulumi_azure_native/storsimple/get_volume.py +0 -291
- pulumi_azure_native/storsimple/get_volume_container.py +0 -272
- pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
- pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
- pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
- pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
- pulumi_azure_native/storsimple/manager.py +0 -332
- pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
- pulumi_azure_native/storsimple/outputs.py +0 -750
- pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
- pulumi_azure_native/storsimple/volume.py +0 -457
- pulumi_azure_native/storsimple/volume_container.py +0 -405
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
|
@@ -17,12 +17,16 @@ from .. import _utilities
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
+
'AFDDomainHttpsCustomizedCipherSuiteSetArgs',
|
|
21
|
+
'AFDDomainHttpsCustomizedCipherSuiteSetArgsDict',
|
|
20
22
|
'AFDDomainHttpsParametersArgs',
|
|
21
23
|
'AFDDomainHttpsParametersArgsDict',
|
|
22
24
|
'ActivatedResourceReferenceArgs',
|
|
23
25
|
'ActivatedResourceReferenceArgsDict',
|
|
24
26
|
'AfdRouteCacheConfigurationArgs',
|
|
25
27
|
'AfdRouteCacheConfigurationArgsDict',
|
|
28
|
+
'AgentPathArgs',
|
|
29
|
+
'AgentPathArgsDict',
|
|
26
30
|
'AzureFirstPartyManagedCertificateParametersArgs',
|
|
27
31
|
'AzureFirstPartyManagedCertificateParametersArgsDict',
|
|
28
32
|
'CacheConfigurationArgs',
|
|
@@ -133,6 +137,8 @@ __all__ = [
|
|
|
133
137
|
'ManagedServiceIdentityArgsDict',
|
|
134
138
|
'MatchConditionArgs',
|
|
135
139
|
'MatchConditionArgsDict',
|
|
140
|
+
'OriginAuthenticationPropertiesArgs',
|
|
141
|
+
'OriginAuthenticationPropertiesArgsDict',
|
|
136
142
|
'OriginGroupOverrideActionParametersArgs',
|
|
137
143
|
'OriginGroupOverrideActionParametersArgsDict',
|
|
138
144
|
'OriginGroupOverrideActionArgs',
|
|
@@ -215,6 +221,62 @@ __all__ = [
|
|
|
215
221
|
|
|
216
222
|
MYPY = False
|
|
217
223
|
|
|
224
|
+
if not MYPY:
|
|
225
|
+
class AFDDomainHttpsCustomizedCipherSuiteSetArgsDict(TypedDict):
|
|
226
|
+
"""
|
|
227
|
+
Customized cipher suite set object that will be used for Https when cipherSuiteSetType is Customized.
|
|
228
|
+
"""
|
|
229
|
+
cipher_suite_set_for_tls12: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls12']]]]]
|
|
230
|
+
"""
|
|
231
|
+
Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
|
|
232
|
+
"""
|
|
233
|
+
cipher_suite_set_for_tls13: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls13']]]]]
|
|
234
|
+
"""
|
|
235
|
+
Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
|
|
236
|
+
"""
|
|
237
|
+
elif False:
|
|
238
|
+
AFDDomainHttpsCustomizedCipherSuiteSetArgsDict: TypeAlias = Mapping[str, Any]
|
|
239
|
+
|
|
240
|
+
@pulumi.input_type
|
|
241
|
+
class AFDDomainHttpsCustomizedCipherSuiteSetArgs:
|
|
242
|
+
def __init__(__self__, *,
|
|
243
|
+
cipher_suite_set_for_tls12: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls12']]]]] = None,
|
|
244
|
+
cipher_suite_set_for_tls13: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls13']]]]] = None):
|
|
245
|
+
"""
|
|
246
|
+
Customized cipher suite set object that will be used for Https when cipherSuiteSetType is Customized.
|
|
247
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls12']]]] cipher_suite_set_for_tls12: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
|
|
248
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls13']]]] cipher_suite_set_for_tls13: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
|
|
249
|
+
"""
|
|
250
|
+
if cipher_suite_set_for_tls12 is not None:
|
|
251
|
+
pulumi.set(__self__, "cipher_suite_set_for_tls12", cipher_suite_set_for_tls12)
|
|
252
|
+
if cipher_suite_set_for_tls13 is not None:
|
|
253
|
+
pulumi.set(__self__, "cipher_suite_set_for_tls13", cipher_suite_set_for_tls13)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="cipherSuiteSetForTls12")
|
|
257
|
+
def cipher_suite_set_for_tls12(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls12']]]]]:
|
|
258
|
+
"""
|
|
259
|
+
Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "cipher_suite_set_for_tls12")
|
|
262
|
+
|
|
263
|
+
@cipher_suite_set_for_tls12.setter
|
|
264
|
+
def cipher_suite_set_for_tls12(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls12']]]]]):
|
|
265
|
+
pulumi.set(self, "cipher_suite_set_for_tls12", value)
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="cipherSuiteSetForTls13")
|
|
269
|
+
def cipher_suite_set_for_tls13(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls13']]]]]:
|
|
270
|
+
"""
|
|
271
|
+
Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "cipher_suite_set_for_tls13")
|
|
274
|
+
|
|
275
|
+
@cipher_suite_set_for_tls13.setter
|
|
276
|
+
def cipher_suite_set_for_tls13(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AfdCustomizedCipherSuiteForTls13']]]]]):
|
|
277
|
+
pulumi.set(self, "cipher_suite_set_for_tls13", value)
|
|
278
|
+
|
|
279
|
+
|
|
218
280
|
if not MYPY:
|
|
219
281
|
class AFDDomainHttpsParametersArgsDict(TypedDict):
|
|
220
282
|
"""
|
|
@@ -224,9 +286,17 @@ if not MYPY:
|
|
|
224
286
|
"""
|
|
225
287
|
Defines the source of the SSL certificate.
|
|
226
288
|
"""
|
|
289
|
+
cipher_suite_set_type: NotRequired[pulumi.Input[Union[builtins.str, 'AfdCipherSuiteSetType']]]
|
|
290
|
+
"""
|
|
291
|
+
cipher suite set type that will be used for Https
|
|
292
|
+
"""
|
|
293
|
+
customized_cipher_suite_set: NotRequired[pulumi.Input['AFDDomainHttpsCustomizedCipherSuiteSetArgsDict']]
|
|
294
|
+
"""
|
|
295
|
+
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
|
|
296
|
+
"""
|
|
227
297
|
minimum_tls_version: NotRequired[pulumi.Input['AfdMinimumTlsVersion']]
|
|
228
298
|
"""
|
|
229
|
-
TLS protocol version that will be used for Https
|
|
299
|
+
TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
|
|
230
300
|
"""
|
|
231
301
|
secret: NotRequired[pulumi.Input['ResourceReferenceArgsDict']]
|
|
232
302
|
"""
|
|
@@ -239,15 +309,23 @@ elif False:
|
|
|
239
309
|
class AFDDomainHttpsParametersArgs:
|
|
240
310
|
def __init__(__self__, *,
|
|
241
311
|
certificate_type: pulumi.Input[Union[builtins.str, 'AfdCertificateType']],
|
|
312
|
+
cipher_suite_set_type: Optional[pulumi.Input[Union[builtins.str, 'AfdCipherSuiteSetType']]] = None,
|
|
313
|
+
customized_cipher_suite_set: Optional[pulumi.Input['AFDDomainHttpsCustomizedCipherSuiteSetArgs']] = None,
|
|
242
314
|
minimum_tls_version: Optional[pulumi.Input['AfdMinimumTlsVersion']] = None,
|
|
243
315
|
secret: Optional[pulumi.Input['ResourceReferenceArgs']] = None):
|
|
244
316
|
"""
|
|
245
317
|
The JSON object that contains the properties to secure a domain.
|
|
246
318
|
:param pulumi.Input[Union[builtins.str, 'AfdCertificateType']] certificate_type: Defines the source of the SSL certificate.
|
|
247
|
-
:param pulumi.Input['
|
|
319
|
+
:param pulumi.Input[Union[builtins.str, 'AfdCipherSuiteSetType']] cipher_suite_set_type: cipher suite set type that will be used for Https
|
|
320
|
+
:param pulumi.Input['AFDDomainHttpsCustomizedCipherSuiteSetArgs'] customized_cipher_suite_set: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
|
|
321
|
+
:param pulumi.Input['AfdMinimumTlsVersion'] minimum_tls_version: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
|
|
248
322
|
:param pulumi.Input['ResourceReferenceArgs'] secret: Resource reference to the secret. ie. subs/rg/profile/secret
|
|
249
323
|
"""
|
|
250
324
|
pulumi.set(__self__, "certificate_type", certificate_type)
|
|
325
|
+
if cipher_suite_set_type is not None:
|
|
326
|
+
pulumi.set(__self__, "cipher_suite_set_type", cipher_suite_set_type)
|
|
327
|
+
if customized_cipher_suite_set is not None:
|
|
328
|
+
pulumi.set(__self__, "customized_cipher_suite_set", customized_cipher_suite_set)
|
|
251
329
|
if minimum_tls_version is not None:
|
|
252
330
|
pulumi.set(__self__, "minimum_tls_version", minimum_tls_version)
|
|
253
331
|
if secret is not None:
|
|
@@ -265,11 +343,35 @@ class AFDDomainHttpsParametersArgs:
|
|
|
265
343
|
def certificate_type(self, value: pulumi.Input[Union[builtins.str, 'AfdCertificateType']]):
|
|
266
344
|
pulumi.set(self, "certificate_type", value)
|
|
267
345
|
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="cipherSuiteSetType")
|
|
348
|
+
def cipher_suite_set_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'AfdCipherSuiteSetType']]]:
|
|
349
|
+
"""
|
|
350
|
+
cipher suite set type that will be used for Https
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "cipher_suite_set_type")
|
|
353
|
+
|
|
354
|
+
@cipher_suite_set_type.setter
|
|
355
|
+
def cipher_suite_set_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'AfdCipherSuiteSetType']]]):
|
|
356
|
+
pulumi.set(self, "cipher_suite_set_type", value)
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="customizedCipherSuiteSet")
|
|
360
|
+
def customized_cipher_suite_set(self) -> Optional[pulumi.Input['AFDDomainHttpsCustomizedCipherSuiteSetArgs']]:
|
|
361
|
+
"""
|
|
362
|
+
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "customized_cipher_suite_set")
|
|
365
|
+
|
|
366
|
+
@customized_cipher_suite_set.setter
|
|
367
|
+
def customized_cipher_suite_set(self, value: Optional[pulumi.Input['AFDDomainHttpsCustomizedCipherSuiteSetArgs']]):
|
|
368
|
+
pulumi.set(self, "customized_cipher_suite_set", value)
|
|
369
|
+
|
|
268
370
|
@property
|
|
269
371
|
@pulumi.getter(name="minimumTlsVersion")
|
|
270
372
|
def minimum_tls_version(self) -> Optional[pulumi.Input['AfdMinimumTlsVersion']]:
|
|
271
373
|
"""
|
|
272
|
-
TLS protocol version that will be used for Https
|
|
374
|
+
TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
|
|
273
375
|
"""
|
|
274
376
|
return pulumi.get(self, "minimum_tls_version")
|
|
275
377
|
|
|
@@ -402,6 +504,60 @@ class AfdRouteCacheConfigurationArgs:
|
|
|
402
504
|
pulumi.set(self, "query_string_caching_behavior", value)
|
|
403
505
|
|
|
404
506
|
|
|
507
|
+
if not MYPY:
|
|
508
|
+
class AgentPathArgsDict(TypedDict):
|
|
509
|
+
"""
|
|
510
|
+
Defines a path configuration for a web agent.
|
|
511
|
+
"""
|
|
512
|
+
path: pulumi.Input[builtins.str]
|
|
513
|
+
"""
|
|
514
|
+
The actual path value.
|
|
515
|
+
"""
|
|
516
|
+
type: pulumi.Input[Union[builtins.str, 'AgentPathType']]
|
|
517
|
+
"""
|
|
518
|
+
The type of the path.
|
|
519
|
+
"""
|
|
520
|
+
elif False:
|
|
521
|
+
AgentPathArgsDict: TypeAlias = Mapping[str, Any]
|
|
522
|
+
|
|
523
|
+
@pulumi.input_type
|
|
524
|
+
class AgentPathArgs:
|
|
525
|
+
def __init__(__self__, *,
|
|
526
|
+
path: pulumi.Input[builtins.str],
|
|
527
|
+
type: pulumi.Input[Union[builtins.str, 'AgentPathType']]):
|
|
528
|
+
"""
|
|
529
|
+
Defines a path configuration for a web agent.
|
|
530
|
+
:param pulumi.Input[builtins.str] path: The actual path value.
|
|
531
|
+
:param pulumi.Input[Union[builtins.str, 'AgentPathType']] type: The type of the path.
|
|
532
|
+
"""
|
|
533
|
+
pulumi.set(__self__, "path", path)
|
|
534
|
+
pulumi.set(__self__, "type", type)
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter
|
|
538
|
+
def path(self) -> pulumi.Input[builtins.str]:
|
|
539
|
+
"""
|
|
540
|
+
The actual path value.
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "path")
|
|
543
|
+
|
|
544
|
+
@path.setter
|
|
545
|
+
def path(self, value: pulumi.Input[builtins.str]):
|
|
546
|
+
pulumi.set(self, "path", value)
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
@pulumi.getter
|
|
550
|
+
def type(self) -> pulumi.Input[Union[builtins.str, 'AgentPathType']]:
|
|
551
|
+
"""
|
|
552
|
+
The type of the path.
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "type")
|
|
555
|
+
|
|
556
|
+
@type.setter
|
|
557
|
+
def type(self, value: pulumi.Input[Union[builtins.str, 'AgentPathType']]):
|
|
558
|
+
pulumi.set(self, "type", value)
|
|
559
|
+
|
|
560
|
+
|
|
405
561
|
if not MYPY:
|
|
406
562
|
class AzureFirstPartyManagedCertificateParametersArgsDict(TypedDict):
|
|
407
563
|
"""
|
|
@@ -1229,10 +1385,6 @@ if not MYPY:
|
|
|
1229
1385
|
"""
|
|
1230
1386
|
Version of the secret to be used
|
|
1231
1387
|
"""
|
|
1232
|
-
subject_alternative_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1233
|
-
"""
|
|
1234
|
-
The list of SANs.
|
|
1235
|
-
"""
|
|
1236
1388
|
use_latest_version: NotRequired[pulumi.Input[builtins.bool]]
|
|
1237
1389
|
"""
|
|
1238
1390
|
Whether to use the latest version for the certificate
|
|
@@ -1246,7 +1398,6 @@ class CustomerCertificateParametersArgs:
|
|
|
1246
1398
|
secret_source: pulumi.Input['ResourceReferenceArgs'],
|
|
1247
1399
|
type: pulumi.Input[builtins.str],
|
|
1248
1400
|
secret_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1249
|
-
subject_alternative_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1250
1401
|
use_latest_version: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1251
1402
|
"""
|
|
1252
1403
|
Customer Certificate used for https
|
|
@@ -1254,15 +1405,12 @@ class CustomerCertificateParametersArgs:
|
|
|
1254
1405
|
:param pulumi.Input[builtins.str] type: The type of the secret resource.
|
|
1255
1406
|
Expected value is 'CustomerCertificate'.
|
|
1256
1407
|
:param pulumi.Input[builtins.str] secret_version: Version of the secret to be used
|
|
1257
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] subject_alternative_names: The list of SANs.
|
|
1258
1408
|
:param pulumi.Input[builtins.bool] use_latest_version: Whether to use the latest version for the certificate
|
|
1259
1409
|
"""
|
|
1260
1410
|
pulumi.set(__self__, "secret_source", secret_source)
|
|
1261
1411
|
pulumi.set(__self__, "type", 'CustomerCertificate')
|
|
1262
1412
|
if secret_version is not None:
|
|
1263
1413
|
pulumi.set(__self__, "secret_version", secret_version)
|
|
1264
|
-
if subject_alternative_names is not None:
|
|
1265
|
-
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
|
1266
1414
|
if use_latest_version is not None:
|
|
1267
1415
|
pulumi.set(__self__, "use_latest_version", use_latest_version)
|
|
1268
1416
|
|
|
@@ -1303,18 +1451,6 @@ class CustomerCertificateParametersArgs:
|
|
|
1303
1451
|
def secret_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1304
1452
|
pulumi.set(self, "secret_version", value)
|
|
1305
1453
|
|
|
1306
|
-
@property
|
|
1307
|
-
@pulumi.getter(name="subjectAlternativeNames")
|
|
1308
|
-
def subject_alternative_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1309
|
-
"""
|
|
1310
|
-
The list of SANs.
|
|
1311
|
-
"""
|
|
1312
|
-
return pulumi.get(self, "subject_alternative_names")
|
|
1313
|
-
|
|
1314
|
-
@subject_alternative_names.setter
|
|
1315
|
-
def subject_alternative_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1316
|
-
pulumi.set(self, "subject_alternative_names", value)
|
|
1317
|
-
|
|
1318
1454
|
@property
|
|
1319
1455
|
@pulumi.getter(name="useLatestVersion")
|
|
1320
1456
|
def use_latest_version(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -1453,7 +1589,7 @@ if not MYPY:
|
|
|
1453
1589
|
"""
|
|
1454
1590
|
name: pulumi.Input[builtins.str]
|
|
1455
1591
|
"""
|
|
1456
|
-
Origin name which must be unique within the endpoint.
|
|
1592
|
+
Origin name which must be unique within the endpoint.
|
|
1457
1593
|
"""
|
|
1458
1594
|
enabled: NotRequired[pulumi.Input[builtins.bool]]
|
|
1459
1595
|
"""
|
|
@@ -1516,7 +1652,7 @@ class DeepCreatedOriginArgs:
|
|
|
1516
1652
|
"""
|
|
1517
1653
|
The main origin of CDN content which is added when creating a CDN endpoint.
|
|
1518
1654
|
:param pulumi.Input[builtins.str] host_name: The address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique across all origins in an endpoint.
|
|
1519
|
-
:param pulumi.Input[builtins.str] name: Origin name which must be unique within the endpoint.
|
|
1655
|
+
:param pulumi.Input[builtins.str] name: Origin name which must be unique within the endpoint.
|
|
1520
1656
|
:param pulumi.Input[builtins.bool] enabled: Origin is enabled for load balancing or not. By default, origin is always enabled.
|
|
1521
1657
|
:param pulumi.Input[builtins.int] http_port: The value of the HTTP port. Must be between 1 and 65535.
|
|
1522
1658
|
:param pulumi.Input[builtins.int] https_port: The value of the HTTPS port. Must be between 1 and 65535.
|
|
@@ -1567,7 +1703,7 @@ class DeepCreatedOriginArgs:
|
|
|
1567
1703
|
@pulumi.getter
|
|
1568
1704
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
1569
1705
|
"""
|
|
1570
|
-
Origin name which must be unique within the endpoint.
|
|
1706
|
+
Origin name which must be unique within the endpoint.
|
|
1571
1707
|
"""
|
|
1572
1708
|
return pulumi.get(self, "name")
|
|
1573
1709
|
|
|
@@ -1817,7 +1953,7 @@ if not MYPY:
|
|
|
1817
1953
|
"""
|
|
1818
1954
|
name: pulumi.Input[builtins.str]
|
|
1819
1955
|
"""
|
|
1820
|
-
|
|
1956
|
+
Request variable to compare with.
|
|
1821
1957
|
Expected value is 'ClientPort'.
|
|
1822
1958
|
"""
|
|
1823
1959
|
parameters: pulumi.Input['ClientPortMatchConditionParametersArgsDict']
|
|
@@ -1834,7 +1970,7 @@ class DeliveryRuleClientPortConditionArgs:
|
|
|
1834
1970
|
parameters: pulumi.Input['ClientPortMatchConditionParametersArgs']):
|
|
1835
1971
|
"""
|
|
1836
1972
|
Defines the ClientPort condition for the delivery rule.
|
|
1837
|
-
:param pulumi.Input[builtins.str] name:
|
|
1973
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
1838
1974
|
Expected value is 'ClientPort'.
|
|
1839
1975
|
:param pulumi.Input['ClientPortMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
1840
1976
|
"""
|
|
@@ -1845,7 +1981,7 @@ class DeliveryRuleClientPortConditionArgs:
|
|
|
1845
1981
|
@pulumi.getter
|
|
1846
1982
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
1847
1983
|
"""
|
|
1848
|
-
|
|
1984
|
+
Request variable to compare with.
|
|
1849
1985
|
Expected value is 'ClientPort'.
|
|
1850
1986
|
"""
|
|
1851
1987
|
return pulumi.get(self, "name")
|
|
@@ -1874,7 +2010,7 @@ if not MYPY:
|
|
|
1874
2010
|
"""
|
|
1875
2011
|
name: pulumi.Input[builtins.str]
|
|
1876
2012
|
"""
|
|
1877
|
-
|
|
2013
|
+
Request variable to compare with.
|
|
1878
2014
|
Expected value is 'Cookies'.
|
|
1879
2015
|
"""
|
|
1880
2016
|
parameters: pulumi.Input['CookiesMatchConditionParametersArgsDict']
|
|
@@ -1891,7 +2027,7 @@ class DeliveryRuleCookiesConditionArgs:
|
|
|
1891
2027
|
parameters: pulumi.Input['CookiesMatchConditionParametersArgs']):
|
|
1892
2028
|
"""
|
|
1893
2029
|
Defines the Cookies condition for the delivery rule.
|
|
1894
|
-
:param pulumi.Input[builtins.str] name:
|
|
2030
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
1895
2031
|
Expected value is 'Cookies'.
|
|
1896
2032
|
:param pulumi.Input['CookiesMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
1897
2033
|
"""
|
|
@@ -1902,7 +2038,7 @@ class DeliveryRuleCookiesConditionArgs:
|
|
|
1902
2038
|
@pulumi.getter
|
|
1903
2039
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
1904
2040
|
"""
|
|
1905
|
-
|
|
2041
|
+
Request variable to compare with.
|
|
1906
2042
|
Expected value is 'Cookies'.
|
|
1907
2043
|
"""
|
|
1908
2044
|
return pulumi.get(self, "name")
|
|
@@ -1931,7 +2067,7 @@ if not MYPY:
|
|
|
1931
2067
|
"""
|
|
1932
2068
|
name: pulumi.Input[builtins.str]
|
|
1933
2069
|
"""
|
|
1934
|
-
|
|
2070
|
+
Request variable to compare with.
|
|
1935
2071
|
Expected value is 'HostName'.
|
|
1936
2072
|
"""
|
|
1937
2073
|
parameters: pulumi.Input['HostNameMatchConditionParametersArgsDict']
|
|
@@ -1948,7 +2084,7 @@ class DeliveryRuleHostNameConditionArgs:
|
|
|
1948
2084
|
parameters: pulumi.Input['HostNameMatchConditionParametersArgs']):
|
|
1949
2085
|
"""
|
|
1950
2086
|
Defines the HostName condition for the delivery rule.
|
|
1951
|
-
:param pulumi.Input[builtins.str] name:
|
|
2087
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
1952
2088
|
Expected value is 'HostName'.
|
|
1953
2089
|
:param pulumi.Input['HostNameMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
1954
2090
|
"""
|
|
@@ -1959,7 +2095,7 @@ class DeliveryRuleHostNameConditionArgs:
|
|
|
1959
2095
|
@pulumi.getter
|
|
1960
2096
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
1961
2097
|
"""
|
|
1962
|
-
|
|
2098
|
+
Request variable to compare with.
|
|
1963
2099
|
Expected value is 'HostName'.
|
|
1964
2100
|
"""
|
|
1965
2101
|
return pulumi.get(self, "name")
|
|
@@ -1988,7 +2124,7 @@ if not MYPY:
|
|
|
1988
2124
|
"""
|
|
1989
2125
|
name: pulumi.Input[builtins.str]
|
|
1990
2126
|
"""
|
|
1991
|
-
|
|
2127
|
+
Request variable to compare with.
|
|
1992
2128
|
Expected value is 'HttpVersion'.
|
|
1993
2129
|
"""
|
|
1994
2130
|
parameters: pulumi.Input['HttpVersionMatchConditionParametersArgsDict']
|
|
@@ -2005,7 +2141,7 @@ class DeliveryRuleHttpVersionConditionArgs:
|
|
|
2005
2141
|
parameters: pulumi.Input['HttpVersionMatchConditionParametersArgs']):
|
|
2006
2142
|
"""
|
|
2007
2143
|
Defines the HttpVersion condition for the delivery rule.
|
|
2008
|
-
:param pulumi.Input[builtins.str] name:
|
|
2144
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2009
2145
|
Expected value is 'HttpVersion'.
|
|
2010
2146
|
:param pulumi.Input['HttpVersionMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2011
2147
|
"""
|
|
@@ -2016,7 +2152,7 @@ class DeliveryRuleHttpVersionConditionArgs:
|
|
|
2016
2152
|
@pulumi.getter
|
|
2017
2153
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2018
2154
|
"""
|
|
2019
|
-
|
|
2155
|
+
Request variable to compare with.
|
|
2020
2156
|
Expected value is 'HttpVersion'.
|
|
2021
2157
|
"""
|
|
2022
2158
|
return pulumi.get(self, "name")
|
|
@@ -2045,7 +2181,7 @@ if not MYPY:
|
|
|
2045
2181
|
"""
|
|
2046
2182
|
name: pulumi.Input[builtins.str]
|
|
2047
2183
|
"""
|
|
2048
|
-
|
|
2184
|
+
Request variable to compare with.
|
|
2049
2185
|
Expected value is 'IsDevice'.
|
|
2050
2186
|
"""
|
|
2051
2187
|
parameters: pulumi.Input['IsDeviceMatchConditionParametersArgsDict']
|
|
@@ -2062,7 +2198,7 @@ class DeliveryRuleIsDeviceConditionArgs:
|
|
|
2062
2198
|
parameters: pulumi.Input['IsDeviceMatchConditionParametersArgs']):
|
|
2063
2199
|
"""
|
|
2064
2200
|
Defines the IsDevice condition for the delivery rule.
|
|
2065
|
-
:param pulumi.Input[builtins.str] name:
|
|
2201
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2066
2202
|
Expected value is 'IsDevice'.
|
|
2067
2203
|
:param pulumi.Input['IsDeviceMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2068
2204
|
"""
|
|
@@ -2073,7 +2209,7 @@ class DeliveryRuleIsDeviceConditionArgs:
|
|
|
2073
2209
|
@pulumi.getter
|
|
2074
2210
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2075
2211
|
"""
|
|
2076
|
-
|
|
2212
|
+
Request variable to compare with.
|
|
2077
2213
|
Expected value is 'IsDevice'.
|
|
2078
2214
|
"""
|
|
2079
2215
|
return pulumi.get(self, "name")
|
|
@@ -2102,7 +2238,7 @@ if not MYPY:
|
|
|
2102
2238
|
"""
|
|
2103
2239
|
name: pulumi.Input[builtins.str]
|
|
2104
2240
|
"""
|
|
2105
|
-
|
|
2241
|
+
Request variable to compare with.
|
|
2106
2242
|
Expected value is 'PostArgs'.
|
|
2107
2243
|
"""
|
|
2108
2244
|
parameters: pulumi.Input['PostArgsMatchConditionParametersArgsDict']
|
|
@@ -2119,7 +2255,7 @@ class DeliveryRulePostArgsConditionArgs:
|
|
|
2119
2255
|
parameters: pulumi.Input['PostArgsMatchConditionParametersArgs']):
|
|
2120
2256
|
"""
|
|
2121
2257
|
Defines the PostArgs condition for the delivery rule.
|
|
2122
|
-
:param pulumi.Input[builtins.str] name:
|
|
2258
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2123
2259
|
Expected value is 'PostArgs'.
|
|
2124
2260
|
:param pulumi.Input['PostArgsMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2125
2261
|
"""
|
|
@@ -2130,7 +2266,7 @@ class DeliveryRulePostArgsConditionArgs:
|
|
|
2130
2266
|
@pulumi.getter
|
|
2131
2267
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2132
2268
|
"""
|
|
2133
|
-
|
|
2269
|
+
Request variable to compare with.
|
|
2134
2270
|
Expected value is 'PostArgs'.
|
|
2135
2271
|
"""
|
|
2136
2272
|
return pulumi.get(self, "name")
|
|
@@ -2159,7 +2295,7 @@ if not MYPY:
|
|
|
2159
2295
|
"""
|
|
2160
2296
|
name: pulumi.Input[builtins.str]
|
|
2161
2297
|
"""
|
|
2162
|
-
|
|
2298
|
+
Request variable to compare with.
|
|
2163
2299
|
Expected value is 'QueryString'.
|
|
2164
2300
|
"""
|
|
2165
2301
|
parameters: pulumi.Input['QueryStringMatchConditionParametersArgsDict']
|
|
@@ -2176,7 +2312,7 @@ class DeliveryRuleQueryStringConditionArgs:
|
|
|
2176
2312
|
parameters: pulumi.Input['QueryStringMatchConditionParametersArgs']):
|
|
2177
2313
|
"""
|
|
2178
2314
|
Defines the QueryString condition for the delivery rule.
|
|
2179
|
-
:param pulumi.Input[builtins.str] name:
|
|
2315
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2180
2316
|
Expected value is 'QueryString'.
|
|
2181
2317
|
:param pulumi.Input['QueryStringMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2182
2318
|
"""
|
|
@@ -2187,7 +2323,7 @@ class DeliveryRuleQueryStringConditionArgs:
|
|
|
2187
2323
|
@pulumi.getter
|
|
2188
2324
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2189
2325
|
"""
|
|
2190
|
-
|
|
2326
|
+
Request variable to compare with.
|
|
2191
2327
|
Expected value is 'QueryString'.
|
|
2192
2328
|
"""
|
|
2193
2329
|
return pulumi.get(self, "name")
|
|
@@ -2216,7 +2352,7 @@ if not MYPY:
|
|
|
2216
2352
|
"""
|
|
2217
2353
|
name: pulumi.Input[builtins.str]
|
|
2218
2354
|
"""
|
|
2219
|
-
|
|
2355
|
+
Request variable to compare with.
|
|
2220
2356
|
Expected value is 'RemoteAddress'.
|
|
2221
2357
|
"""
|
|
2222
2358
|
parameters: pulumi.Input['RemoteAddressMatchConditionParametersArgsDict']
|
|
@@ -2233,7 +2369,7 @@ class DeliveryRuleRemoteAddressConditionArgs:
|
|
|
2233
2369
|
parameters: pulumi.Input['RemoteAddressMatchConditionParametersArgs']):
|
|
2234
2370
|
"""
|
|
2235
2371
|
Defines the RemoteAddress condition for the delivery rule.
|
|
2236
|
-
:param pulumi.Input[builtins.str] name:
|
|
2372
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2237
2373
|
Expected value is 'RemoteAddress'.
|
|
2238
2374
|
:param pulumi.Input['RemoteAddressMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2239
2375
|
"""
|
|
@@ -2244,7 +2380,7 @@ class DeliveryRuleRemoteAddressConditionArgs:
|
|
|
2244
2380
|
@pulumi.getter
|
|
2245
2381
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2246
2382
|
"""
|
|
2247
|
-
|
|
2383
|
+
Request variable to compare with.
|
|
2248
2384
|
Expected value is 'RemoteAddress'.
|
|
2249
2385
|
"""
|
|
2250
2386
|
return pulumi.get(self, "name")
|
|
@@ -2273,7 +2409,7 @@ if not MYPY:
|
|
|
2273
2409
|
"""
|
|
2274
2410
|
name: pulumi.Input[builtins.str]
|
|
2275
2411
|
"""
|
|
2276
|
-
|
|
2412
|
+
Request variable to compare with.
|
|
2277
2413
|
Expected value is 'RequestBody'.
|
|
2278
2414
|
"""
|
|
2279
2415
|
parameters: pulumi.Input['RequestBodyMatchConditionParametersArgsDict']
|
|
@@ -2290,7 +2426,7 @@ class DeliveryRuleRequestBodyConditionArgs:
|
|
|
2290
2426
|
parameters: pulumi.Input['RequestBodyMatchConditionParametersArgs']):
|
|
2291
2427
|
"""
|
|
2292
2428
|
Defines the RequestBody condition for the delivery rule.
|
|
2293
|
-
:param pulumi.Input[builtins.str] name:
|
|
2429
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2294
2430
|
Expected value is 'RequestBody'.
|
|
2295
2431
|
:param pulumi.Input['RequestBodyMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2296
2432
|
"""
|
|
@@ -2301,7 +2437,7 @@ class DeliveryRuleRequestBodyConditionArgs:
|
|
|
2301
2437
|
@pulumi.getter
|
|
2302
2438
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2303
2439
|
"""
|
|
2304
|
-
|
|
2440
|
+
Request variable to compare with.
|
|
2305
2441
|
Expected value is 'RequestBody'.
|
|
2306
2442
|
"""
|
|
2307
2443
|
return pulumi.get(self, "name")
|
|
@@ -2387,7 +2523,7 @@ if not MYPY:
|
|
|
2387
2523
|
"""
|
|
2388
2524
|
name: pulumi.Input[builtins.str]
|
|
2389
2525
|
"""
|
|
2390
|
-
|
|
2526
|
+
Request variable to compare with.
|
|
2391
2527
|
Expected value is 'RequestHeader'.
|
|
2392
2528
|
"""
|
|
2393
2529
|
parameters: pulumi.Input['RequestHeaderMatchConditionParametersArgsDict']
|
|
@@ -2404,7 +2540,7 @@ class DeliveryRuleRequestHeaderConditionArgs:
|
|
|
2404
2540
|
parameters: pulumi.Input['RequestHeaderMatchConditionParametersArgs']):
|
|
2405
2541
|
"""
|
|
2406
2542
|
Defines the RequestHeader condition for the delivery rule.
|
|
2407
|
-
:param pulumi.Input[builtins.str] name:
|
|
2543
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2408
2544
|
Expected value is 'RequestHeader'.
|
|
2409
2545
|
:param pulumi.Input['RequestHeaderMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2410
2546
|
"""
|
|
@@ -2415,7 +2551,7 @@ class DeliveryRuleRequestHeaderConditionArgs:
|
|
|
2415
2551
|
@pulumi.getter
|
|
2416
2552
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2417
2553
|
"""
|
|
2418
|
-
|
|
2554
|
+
Request variable to compare with.
|
|
2419
2555
|
Expected value is 'RequestHeader'.
|
|
2420
2556
|
"""
|
|
2421
2557
|
return pulumi.get(self, "name")
|
|
@@ -2444,7 +2580,7 @@ if not MYPY:
|
|
|
2444
2580
|
"""
|
|
2445
2581
|
name: pulumi.Input[builtins.str]
|
|
2446
2582
|
"""
|
|
2447
|
-
|
|
2583
|
+
Request variable to compare with.
|
|
2448
2584
|
Expected value is 'RequestMethod'.
|
|
2449
2585
|
"""
|
|
2450
2586
|
parameters: pulumi.Input['RequestMethodMatchConditionParametersArgsDict']
|
|
@@ -2461,7 +2597,7 @@ class DeliveryRuleRequestMethodConditionArgs:
|
|
|
2461
2597
|
parameters: pulumi.Input['RequestMethodMatchConditionParametersArgs']):
|
|
2462
2598
|
"""
|
|
2463
2599
|
Defines the RequestMethod condition for the delivery rule.
|
|
2464
|
-
:param pulumi.Input[builtins.str] name:
|
|
2600
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2465
2601
|
Expected value is 'RequestMethod'.
|
|
2466
2602
|
:param pulumi.Input['RequestMethodMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2467
2603
|
"""
|
|
@@ -2472,7 +2608,7 @@ class DeliveryRuleRequestMethodConditionArgs:
|
|
|
2472
2608
|
@pulumi.getter
|
|
2473
2609
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2474
2610
|
"""
|
|
2475
|
-
|
|
2611
|
+
Request variable to compare with.
|
|
2476
2612
|
Expected value is 'RequestMethod'.
|
|
2477
2613
|
"""
|
|
2478
2614
|
return pulumi.get(self, "name")
|
|
@@ -2501,7 +2637,7 @@ if not MYPY:
|
|
|
2501
2637
|
"""
|
|
2502
2638
|
name: pulumi.Input[builtins.str]
|
|
2503
2639
|
"""
|
|
2504
|
-
|
|
2640
|
+
Request variable to compare with.
|
|
2505
2641
|
Expected value is 'RequestScheme'.
|
|
2506
2642
|
"""
|
|
2507
2643
|
parameters: pulumi.Input['RequestSchemeMatchConditionParametersArgsDict']
|
|
@@ -2518,7 +2654,7 @@ class DeliveryRuleRequestSchemeConditionArgs:
|
|
|
2518
2654
|
parameters: pulumi.Input['RequestSchemeMatchConditionParametersArgs']):
|
|
2519
2655
|
"""
|
|
2520
2656
|
Defines the RequestScheme condition for the delivery rule.
|
|
2521
|
-
:param pulumi.Input[builtins.str] name:
|
|
2657
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2522
2658
|
Expected value is 'RequestScheme'.
|
|
2523
2659
|
:param pulumi.Input['RequestSchemeMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2524
2660
|
"""
|
|
@@ -2529,7 +2665,7 @@ class DeliveryRuleRequestSchemeConditionArgs:
|
|
|
2529
2665
|
@pulumi.getter
|
|
2530
2666
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2531
2667
|
"""
|
|
2532
|
-
|
|
2668
|
+
Request variable to compare with.
|
|
2533
2669
|
Expected value is 'RequestScheme'.
|
|
2534
2670
|
"""
|
|
2535
2671
|
return pulumi.get(self, "name")
|
|
@@ -2558,7 +2694,7 @@ if not MYPY:
|
|
|
2558
2694
|
"""
|
|
2559
2695
|
name: pulumi.Input[builtins.str]
|
|
2560
2696
|
"""
|
|
2561
|
-
|
|
2697
|
+
Request variable to compare with.
|
|
2562
2698
|
Expected value is 'RequestUri'.
|
|
2563
2699
|
"""
|
|
2564
2700
|
parameters: pulumi.Input['RequestUriMatchConditionParametersArgsDict']
|
|
@@ -2575,7 +2711,7 @@ class DeliveryRuleRequestUriConditionArgs:
|
|
|
2575
2711
|
parameters: pulumi.Input['RequestUriMatchConditionParametersArgs']):
|
|
2576
2712
|
"""
|
|
2577
2713
|
Defines the RequestUri condition for the delivery rule.
|
|
2578
|
-
:param pulumi.Input[builtins.str] name:
|
|
2714
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2579
2715
|
Expected value is 'RequestUri'.
|
|
2580
2716
|
:param pulumi.Input['RequestUriMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2581
2717
|
"""
|
|
@@ -2586,7 +2722,7 @@ class DeliveryRuleRequestUriConditionArgs:
|
|
|
2586
2722
|
@pulumi.getter
|
|
2587
2723
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2588
2724
|
"""
|
|
2589
|
-
|
|
2725
|
+
Request variable to compare with.
|
|
2590
2726
|
Expected value is 'RequestUri'.
|
|
2591
2727
|
"""
|
|
2592
2728
|
return pulumi.get(self, "name")
|
|
@@ -2729,7 +2865,7 @@ if not MYPY:
|
|
|
2729
2865
|
"""
|
|
2730
2866
|
name: pulumi.Input[builtins.str]
|
|
2731
2867
|
"""
|
|
2732
|
-
|
|
2868
|
+
Request variable to compare with.
|
|
2733
2869
|
Expected value is 'ServerPort'.
|
|
2734
2870
|
"""
|
|
2735
2871
|
parameters: pulumi.Input['ServerPortMatchConditionParametersArgsDict']
|
|
@@ -2746,7 +2882,7 @@ class DeliveryRuleServerPortConditionArgs:
|
|
|
2746
2882
|
parameters: pulumi.Input['ServerPortMatchConditionParametersArgs']):
|
|
2747
2883
|
"""
|
|
2748
2884
|
Defines the ServerPort condition for the delivery rule.
|
|
2749
|
-
:param pulumi.Input[builtins.str] name:
|
|
2885
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2750
2886
|
Expected value is 'ServerPort'.
|
|
2751
2887
|
:param pulumi.Input['ServerPortMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2752
2888
|
"""
|
|
@@ -2757,7 +2893,7 @@ class DeliveryRuleServerPortConditionArgs:
|
|
|
2757
2893
|
@pulumi.getter
|
|
2758
2894
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2759
2895
|
"""
|
|
2760
|
-
|
|
2896
|
+
Request variable to compare with.
|
|
2761
2897
|
Expected value is 'ServerPort'.
|
|
2762
2898
|
"""
|
|
2763
2899
|
return pulumi.get(self, "name")
|
|
@@ -2786,7 +2922,7 @@ if not MYPY:
|
|
|
2786
2922
|
"""
|
|
2787
2923
|
name: pulumi.Input[builtins.str]
|
|
2788
2924
|
"""
|
|
2789
|
-
|
|
2925
|
+
Request variable to compare with.
|
|
2790
2926
|
Expected value is 'SocketAddr'.
|
|
2791
2927
|
"""
|
|
2792
2928
|
parameters: pulumi.Input['SocketAddrMatchConditionParametersArgsDict']
|
|
@@ -2803,7 +2939,7 @@ class DeliveryRuleSocketAddrConditionArgs:
|
|
|
2803
2939
|
parameters: pulumi.Input['SocketAddrMatchConditionParametersArgs']):
|
|
2804
2940
|
"""
|
|
2805
2941
|
Defines the SocketAddress condition for the delivery rule.
|
|
2806
|
-
:param pulumi.Input[builtins.str] name:
|
|
2942
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2807
2943
|
Expected value is 'SocketAddr'.
|
|
2808
2944
|
:param pulumi.Input['SocketAddrMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2809
2945
|
"""
|
|
@@ -2814,7 +2950,7 @@ class DeliveryRuleSocketAddrConditionArgs:
|
|
|
2814
2950
|
@pulumi.getter
|
|
2815
2951
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2816
2952
|
"""
|
|
2817
|
-
|
|
2953
|
+
Request variable to compare with.
|
|
2818
2954
|
Expected value is 'SocketAddr'.
|
|
2819
2955
|
"""
|
|
2820
2956
|
return pulumi.get(self, "name")
|
|
@@ -2843,7 +2979,7 @@ if not MYPY:
|
|
|
2843
2979
|
"""
|
|
2844
2980
|
name: pulumi.Input[builtins.str]
|
|
2845
2981
|
"""
|
|
2846
|
-
|
|
2982
|
+
Request variable to compare with.
|
|
2847
2983
|
Expected value is 'SslProtocol'.
|
|
2848
2984
|
"""
|
|
2849
2985
|
parameters: pulumi.Input['SslProtocolMatchConditionParametersArgsDict']
|
|
@@ -2860,7 +2996,7 @@ class DeliveryRuleSslProtocolConditionArgs:
|
|
|
2860
2996
|
parameters: pulumi.Input['SslProtocolMatchConditionParametersArgs']):
|
|
2861
2997
|
"""
|
|
2862
2998
|
Defines the SslProtocol condition for the delivery rule.
|
|
2863
|
-
:param pulumi.Input[builtins.str] name:
|
|
2999
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2864
3000
|
Expected value is 'SslProtocol'.
|
|
2865
3001
|
:param pulumi.Input['SslProtocolMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2866
3002
|
"""
|
|
@@ -2871,7 +3007,7 @@ class DeliveryRuleSslProtocolConditionArgs:
|
|
|
2871
3007
|
@pulumi.getter
|
|
2872
3008
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2873
3009
|
"""
|
|
2874
|
-
|
|
3010
|
+
Request variable to compare with.
|
|
2875
3011
|
Expected value is 'SslProtocol'.
|
|
2876
3012
|
"""
|
|
2877
3013
|
return pulumi.get(self, "name")
|
|
@@ -2900,7 +3036,7 @@ if not MYPY:
|
|
|
2900
3036
|
"""
|
|
2901
3037
|
name: pulumi.Input[builtins.str]
|
|
2902
3038
|
"""
|
|
2903
|
-
|
|
3039
|
+
Request variable to compare with.
|
|
2904
3040
|
Expected value is 'UrlFileExtension'.
|
|
2905
3041
|
"""
|
|
2906
3042
|
parameters: pulumi.Input['UrlFileExtensionMatchConditionParametersArgsDict']
|
|
@@ -2917,7 +3053,7 @@ class DeliveryRuleUrlFileExtensionConditionArgs:
|
|
|
2917
3053
|
parameters: pulumi.Input['UrlFileExtensionMatchConditionParametersArgs']):
|
|
2918
3054
|
"""
|
|
2919
3055
|
Defines the UrlFileExtension condition for the delivery rule.
|
|
2920
|
-
:param pulumi.Input[builtins.str] name:
|
|
3056
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2921
3057
|
Expected value is 'UrlFileExtension'.
|
|
2922
3058
|
:param pulumi.Input['UrlFileExtensionMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2923
3059
|
"""
|
|
@@ -2928,7 +3064,7 @@ class DeliveryRuleUrlFileExtensionConditionArgs:
|
|
|
2928
3064
|
@pulumi.getter
|
|
2929
3065
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2930
3066
|
"""
|
|
2931
|
-
|
|
3067
|
+
Request variable to compare with.
|
|
2932
3068
|
Expected value is 'UrlFileExtension'.
|
|
2933
3069
|
"""
|
|
2934
3070
|
return pulumi.get(self, "name")
|
|
@@ -2957,7 +3093,7 @@ if not MYPY:
|
|
|
2957
3093
|
"""
|
|
2958
3094
|
name: pulumi.Input[builtins.str]
|
|
2959
3095
|
"""
|
|
2960
|
-
|
|
3096
|
+
Request variable to compare with.
|
|
2961
3097
|
Expected value is 'UrlFileName'.
|
|
2962
3098
|
"""
|
|
2963
3099
|
parameters: pulumi.Input['UrlFileNameMatchConditionParametersArgsDict']
|
|
@@ -2974,7 +3110,7 @@ class DeliveryRuleUrlFileNameConditionArgs:
|
|
|
2974
3110
|
parameters: pulumi.Input['UrlFileNameMatchConditionParametersArgs']):
|
|
2975
3111
|
"""
|
|
2976
3112
|
Defines the UrlFileName condition for the delivery rule.
|
|
2977
|
-
:param pulumi.Input[builtins.str] name:
|
|
3113
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
2978
3114
|
Expected value is 'UrlFileName'.
|
|
2979
3115
|
:param pulumi.Input['UrlFileNameMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
2980
3116
|
"""
|
|
@@ -2985,7 +3121,7 @@ class DeliveryRuleUrlFileNameConditionArgs:
|
|
|
2985
3121
|
@pulumi.getter
|
|
2986
3122
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
2987
3123
|
"""
|
|
2988
|
-
|
|
3124
|
+
Request variable to compare with.
|
|
2989
3125
|
Expected value is 'UrlFileName'.
|
|
2990
3126
|
"""
|
|
2991
3127
|
return pulumi.get(self, "name")
|
|
@@ -3014,7 +3150,7 @@ if not MYPY:
|
|
|
3014
3150
|
"""
|
|
3015
3151
|
name: pulumi.Input[builtins.str]
|
|
3016
3152
|
"""
|
|
3017
|
-
|
|
3153
|
+
Request variable to compare with.
|
|
3018
3154
|
Expected value is 'UrlPath'.
|
|
3019
3155
|
"""
|
|
3020
3156
|
parameters: pulumi.Input['UrlPathMatchConditionParametersArgsDict']
|
|
@@ -3031,7 +3167,7 @@ class DeliveryRuleUrlPathConditionArgs:
|
|
|
3031
3167
|
parameters: pulumi.Input['UrlPathMatchConditionParametersArgs']):
|
|
3032
3168
|
"""
|
|
3033
3169
|
Defines the UrlPath condition for the delivery rule.
|
|
3034
|
-
:param pulumi.Input[builtins.str] name:
|
|
3170
|
+
:param pulumi.Input[builtins.str] name: Request variable to compare with.
|
|
3035
3171
|
Expected value is 'UrlPath'.
|
|
3036
3172
|
:param pulumi.Input['UrlPathMatchConditionParametersArgs'] parameters: Defines the parameters for the condition.
|
|
3037
3173
|
"""
|
|
@@ -3042,7 +3178,7 @@ class DeliveryRuleUrlPathConditionArgs:
|
|
|
3042
3178
|
@pulumi.getter
|
|
3043
3179
|
def name(self) -> pulumi.Input[builtins.str]:
|
|
3044
3180
|
"""
|
|
3045
|
-
|
|
3181
|
+
Request variable to compare with.
|
|
3046
3182
|
Expected value is 'UrlPath'.
|
|
3047
3183
|
"""
|
|
3048
3184
|
return pulumi.get(self, "name")
|
|
@@ -4612,6 +4748,82 @@ class MatchConditionArgs:
|
|
|
4612
4748
|
pulumi.set(self, "transforms", value)
|
|
4613
4749
|
|
|
4614
4750
|
|
|
4751
|
+
if not MYPY:
|
|
4752
|
+
class OriginAuthenticationPropertiesArgsDict(TypedDict):
|
|
4753
|
+
"""
|
|
4754
|
+
The JSON object that contains the properties of the origin authentication settings.
|
|
4755
|
+
"""
|
|
4756
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
4757
|
+
"""
|
|
4758
|
+
The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default".
|
|
4759
|
+
"""
|
|
4760
|
+
type: NotRequired[pulumi.Input[Union[builtins.str, 'OriginAuthenticationType']]]
|
|
4761
|
+
"""
|
|
4762
|
+
The type of the authentication for the origin.
|
|
4763
|
+
"""
|
|
4764
|
+
user_assigned_identity: NotRequired[pulumi.Input['ResourceReferenceArgsDict']]
|
|
4765
|
+
"""
|
|
4766
|
+
The user assigned managed identity to use for the origin authentication if type is UserAssignedIdentity.
|
|
4767
|
+
"""
|
|
4768
|
+
elif False:
|
|
4769
|
+
OriginAuthenticationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
4770
|
+
|
|
4771
|
+
@pulumi.input_type
|
|
4772
|
+
class OriginAuthenticationPropertiesArgs:
|
|
4773
|
+
def __init__(__self__, *,
|
|
4774
|
+
scope: Optional[pulumi.Input[builtins.str]] = None,
|
|
4775
|
+
type: Optional[pulumi.Input[Union[builtins.str, 'OriginAuthenticationType']]] = None,
|
|
4776
|
+
user_assigned_identity: Optional[pulumi.Input['ResourceReferenceArgs']] = None):
|
|
4777
|
+
"""
|
|
4778
|
+
The JSON object that contains the properties of the origin authentication settings.
|
|
4779
|
+
:param pulumi.Input[builtins.str] scope: The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default".
|
|
4780
|
+
:param pulumi.Input[Union[builtins.str, 'OriginAuthenticationType']] type: The type of the authentication for the origin.
|
|
4781
|
+
:param pulumi.Input['ResourceReferenceArgs'] user_assigned_identity: The user assigned managed identity to use for the origin authentication if type is UserAssignedIdentity.
|
|
4782
|
+
"""
|
|
4783
|
+
if scope is not None:
|
|
4784
|
+
pulumi.set(__self__, "scope", scope)
|
|
4785
|
+
if type is not None:
|
|
4786
|
+
pulumi.set(__self__, "type", type)
|
|
4787
|
+
if user_assigned_identity is not None:
|
|
4788
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
4789
|
+
|
|
4790
|
+
@property
|
|
4791
|
+
@pulumi.getter
|
|
4792
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4793
|
+
"""
|
|
4794
|
+
The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default".
|
|
4795
|
+
"""
|
|
4796
|
+
return pulumi.get(self, "scope")
|
|
4797
|
+
|
|
4798
|
+
@scope.setter
|
|
4799
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4800
|
+
pulumi.set(self, "scope", value)
|
|
4801
|
+
|
|
4802
|
+
@property
|
|
4803
|
+
@pulumi.getter
|
|
4804
|
+
def type(self) -> Optional[pulumi.Input[Union[builtins.str, 'OriginAuthenticationType']]]:
|
|
4805
|
+
"""
|
|
4806
|
+
The type of the authentication for the origin.
|
|
4807
|
+
"""
|
|
4808
|
+
return pulumi.get(self, "type")
|
|
4809
|
+
|
|
4810
|
+
@type.setter
|
|
4811
|
+
def type(self, value: Optional[pulumi.Input[Union[builtins.str, 'OriginAuthenticationType']]]):
|
|
4812
|
+
pulumi.set(self, "type", value)
|
|
4813
|
+
|
|
4814
|
+
@property
|
|
4815
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
4816
|
+
def user_assigned_identity(self) -> Optional[pulumi.Input['ResourceReferenceArgs']]:
|
|
4817
|
+
"""
|
|
4818
|
+
The user assigned managed identity to use for the origin authentication if type is UserAssignedIdentity.
|
|
4819
|
+
"""
|
|
4820
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
4821
|
+
|
|
4822
|
+
@user_assigned_identity.setter
|
|
4823
|
+
def user_assigned_identity(self, value: Optional[pulumi.Input['ResourceReferenceArgs']]):
|
|
4824
|
+
pulumi.set(self, "user_assigned_identity", value)
|
|
4825
|
+
|
|
4826
|
+
|
|
4615
4827
|
if not MYPY:
|
|
4616
4828
|
class OriginGroupOverrideActionParametersArgsDict(TypedDict):
|
|
4617
4829
|
"""
|
|
@@ -4791,7 +5003,7 @@ if not MYPY:
|
|
|
4791
5003
|
"""
|
|
4792
5004
|
If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
|
|
4793
5005
|
"""
|
|
4794
|
-
default_custom_block_response_status_code: NotRequired[pulumi.Input[builtins.
|
|
5006
|
+
default_custom_block_response_status_code: NotRequired[pulumi.Input[builtins.float]]
|
|
4795
5007
|
"""
|
|
4796
5008
|
If the action type is block, this field defines the default customer overridable http response status code.
|
|
4797
5009
|
"""
|
|
@@ -4814,14 +5026,14 @@ elif False:
|
|
|
4814
5026
|
class PolicySettingsArgs:
|
|
4815
5027
|
def __init__(__self__, *,
|
|
4816
5028
|
default_custom_block_response_body: Optional[pulumi.Input[builtins.str]] = None,
|
|
4817
|
-
default_custom_block_response_status_code: Optional[pulumi.Input[builtins.
|
|
5029
|
+
default_custom_block_response_status_code: Optional[pulumi.Input[builtins.float]] = None,
|
|
4818
5030
|
default_redirect_url: Optional[pulumi.Input[builtins.str]] = None,
|
|
4819
5031
|
enabled_state: Optional[pulumi.Input[Union[builtins.str, 'PolicyEnabledState']]] = None,
|
|
4820
5032
|
mode: Optional[pulumi.Input[Union[builtins.str, 'PolicyMode']]] = None):
|
|
4821
5033
|
"""
|
|
4822
5034
|
Defines contents of a web application firewall global configuration
|
|
4823
5035
|
:param pulumi.Input[builtins.str] default_custom_block_response_body: If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
|
|
4824
|
-
:param pulumi.Input[builtins.
|
|
5036
|
+
:param pulumi.Input[builtins.float] default_custom_block_response_status_code: If the action type is block, this field defines the default customer overridable http response status code.
|
|
4825
5037
|
:param pulumi.Input[builtins.str] default_redirect_url: If action type is redirect, this field represents the default redirect URL for the client.
|
|
4826
5038
|
:param pulumi.Input[Union[builtins.str, 'PolicyEnabledState']] enabled_state: describes if the policy is in enabled state or disabled state
|
|
4827
5039
|
:param pulumi.Input[Union[builtins.str, 'PolicyMode']] mode: Describes if it is in detection mode or prevention mode at policy level.
|
|
@@ -4851,14 +5063,14 @@ class PolicySettingsArgs:
|
|
|
4851
5063
|
|
|
4852
5064
|
@property
|
|
4853
5065
|
@pulumi.getter(name="defaultCustomBlockResponseStatusCode")
|
|
4854
|
-
def default_custom_block_response_status_code(self) -> Optional[pulumi.Input[builtins.
|
|
5066
|
+
def default_custom_block_response_status_code(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
4855
5067
|
"""
|
|
4856
5068
|
If the action type is block, this field defines the default customer overridable http response status code.
|
|
4857
5069
|
"""
|
|
4858
5070
|
return pulumi.get(self, "default_custom_block_response_status_code")
|
|
4859
5071
|
|
|
4860
5072
|
@default_custom_block_response_status_code.setter
|
|
4861
|
-
def default_custom_block_response_status_code(self, value: Optional[pulumi.Input[builtins.
|
|
5073
|
+
def default_custom_block_response_status_code(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
4862
5074
|
pulumi.set(self, "default_custom_block_response_status_code", value)
|
|
4863
5075
|
|
|
4864
5076
|
@property
|
|
@@ -5991,9 +6203,9 @@ class RequestMethodMatchConditionParametersArgs:
|
|
|
5991
6203
|
if not MYPY:
|
|
5992
6204
|
class RequestSchemeMatchConditionParametersArgsDict(TypedDict):
|
|
5993
6205
|
"""
|
|
5994
|
-
Defines the parameters for RequestScheme match conditions
|
|
6206
|
+
Defines the parameters for RequestScheme match conditions
|
|
5995
6207
|
"""
|
|
5996
|
-
operator: pulumi.Input[builtins.str]
|
|
6208
|
+
operator: pulumi.Input[Union[builtins.str, 'RequestSchemeMatchConditionParametersOperator']]
|
|
5997
6209
|
"""
|
|
5998
6210
|
Describes operator to be matched
|
|
5999
6211
|
"""
|
|
@@ -6020,14 +6232,14 @@ elif False:
|
|
|
6020
6232
|
@pulumi.input_type
|
|
6021
6233
|
class RequestSchemeMatchConditionParametersArgs:
|
|
6022
6234
|
def __init__(__self__, *,
|
|
6023
|
-
operator: pulumi.Input[builtins.str],
|
|
6235
|
+
operator: pulumi.Input[Union[builtins.str, 'RequestSchemeMatchConditionParametersOperator']],
|
|
6024
6236
|
type_name: pulumi.Input[builtins.str],
|
|
6025
6237
|
match_values: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'RequestSchemeMatchValue']]]]] = None,
|
|
6026
6238
|
negate_condition: Optional[pulumi.Input[builtins.bool]] = None,
|
|
6027
6239
|
transforms: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'Transform']]]]] = None):
|
|
6028
6240
|
"""
|
|
6029
|
-
Defines the parameters for RequestScheme match conditions
|
|
6030
|
-
:param pulumi.Input[builtins.str] operator: Describes operator to be matched
|
|
6241
|
+
Defines the parameters for RequestScheme match conditions
|
|
6242
|
+
:param pulumi.Input[Union[builtins.str, 'RequestSchemeMatchConditionParametersOperator']] operator: Describes operator to be matched
|
|
6031
6243
|
:param pulumi.Input[builtins.str] type_name:
|
|
6032
6244
|
Expected value is 'DeliveryRuleRequestSchemeConditionParameters'.
|
|
6033
6245
|
:param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'RequestSchemeMatchValue']]]] match_values: The match value for the condition of the delivery rule
|
|
@@ -6047,14 +6259,14 @@ class RequestSchemeMatchConditionParametersArgs:
|
|
|
6047
6259
|
|
|
6048
6260
|
@property
|
|
6049
6261
|
@pulumi.getter
|
|
6050
|
-
def operator(self) -> pulumi.Input[builtins.str]:
|
|
6262
|
+
def operator(self) -> pulumi.Input[Union[builtins.str, 'RequestSchemeMatchConditionParametersOperator']]:
|
|
6051
6263
|
"""
|
|
6052
6264
|
Describes operator to be matched
|
|
6053
6265
|
"""
|
|
6054
6266
|
return pulumi.get(self, "operator")
|
|
6055
6267
|
|
|
6056
6268
|
@operator.setter
|
|
6057
|
-
def operator(self, value: pulumi.Input[builtins.str]):
|
|
6269
|
+
def operator(self, value: pulumi.Input[Union[builtins.str, 'RequestSchemeMatchConditionParametersOperator']]):
|
|
6058
6270
|
pulumi.set(self, "operator", value)
|
|
6059
6271
|
|
|
6060
6272
|
@property
|
|
@@ -6827,7 +7039,6 @@ class SkuArgs:
|
|
|
6827
7039
|
StandardPlus_ChinaCdn = The SKU name for a China CDN profile for live-streaming using GB based billing model.
|
|
6828
7040
|
StandardPlus_955BandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using 95-5 peak bandwidth billing model.
|
|
6829
7041
|
StandardPlus_AvgBandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using monthly average peak bandwidth billing model.
|
|
6830
|
-
|
|
6831
7042
|
:param pulumi.Input[Union[builtins.str, 'SkuName']] name: Name of the pricing tier.
|
|
6832
7043
|
"""
|
|
6833
7044
|
if name is not None:
|
|
@@ -7880,7 +8091,7 @@ if not MYPY:
|
|
|
7880
8091
|
"""
|
|
7881
8092
|
parameter_name_override: NotRequired[pulumi.Input[Sequence[pulumi.Input['UrlSigningParamIdentifierArgsDict']]]]
|
|
7882
8093
|
"""
|
|
7883
|
-
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
8094
|
+
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
7884
8095
|
"""
|
|
7885
8096
|
elif False:
|
|
7886
8097
|
UrlSigningActionParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -7896,7 +8107,7 @@ class UrlSigningActionParametersArgs:
|
|
|
7896
8107
|
:param pulumi.Input[builtins.str] type_name:
|
|
7897
8108
|
Expected value is 'DeliveryRuleUrlSigningActionParameters'.
|
|
7898
8109
|
:param pulumi.Input[Union[builtins.str, 'Algorithm']] algorithm: Algorithm to use for URL signing
|
|
7899
|
-
:param pulumi.Input[Sequence[pulumi.Input['UrlSigningParamIdentifierArgs']]] parameter_name_override: Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
8110
|
+
:param pulumi.Input[Sequence[pulumi.Input['UrlSigningParamIdentifierArgs']]] parameter_name_override: Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
7900
8111
|
"""
|
|
7901
8112
|
pulumi.set(__self__, "type_name", 'DeliveryRuleUrlSigningActionParameters')
|
|
7902
8113
|
if algorithm is not None:
|
|
@@ -7933,7 +8144,7 @@ class UrlSigningActionParametersArgs:
|
|
|
7933
8144
|
@pulumi.getter(name="parameterNameOverride")
|
|
7934
8145
|
def parameter_name_override(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UrlSigningParamIdentifierArgs']]]]:
|
|
7935
8146
|
"""
|
|
7936
|
-
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
8147
|
+
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
7937
8148
|
"""
|
|
7938
8149
|
return pulumi.get(self, "parameter_name_override")
|
|
7939
8150
|
|