pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761591364__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.0a1761591364.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.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.0a1761591364.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/top_level.txt +0 -0
|
@@ -18,9 +18,11 @@ from . import outputs
|
|
|
18
18
|
from ._enums import *
|
|
19
19
|
|
|
20
20
|
__all__ = [
|
|
21
|
+
'AFDDomainHttpsCustomizedCipherSuiteSetResponse',
|
|
21
22
|
'AFDDomainHttpsParametersResponse',
|
|
22
23
|
'ActivatedResourceReferenceResponse',
|
|
23
24
|
'AfdRouteCacheConfigurationResponse',
|
|
25
|
+
'AgentPathResponse',
|
|
24
26
|
'AzureFirstPartyManagedCertificateParametersResponse',
|
|
25
27
|
'CacheConfigurationResponse',
|
|
26
28
|
'CacheExpirationActionParametersResponse',
|
|
@@ -63,8 +65,8 @@ __all__ = [
|
|
|
63
65
|
'DeliveryRuleUrlFileNameConditionResponse',
|
|
64
66
|
'DeliveryRuleUrlPathConditionResponse',
|
|
65
67
|
'DomainValidationPropertiesResponse',
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
+
'EndpointPropertiesUpdateParametersDeliveryPolicyResponse',
|
|
69
|
+
'EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLinkResponse',
|
|
68
70
|
'GeoFilterResponse',
|
|
69
71
|
'HeaderActionParametersResponse',
|
|
70
72
|
'HealthProbeParametersResponse',
|
|
@@ -82,6 +84,7 @@ __all__ = [
|
|
|
82
84
|
'ManagedRuleSetResponse',
|
|
83
85
|
'ManagedServiceIdentityResponse',
|
|
84
86
|
'MatchConditionResponse',
|
|
87
|
+
'OriginAuthenticationPropertiesResponse',
|
|
85
88
|
'OriginGroupOverrideActionParametersResponse',
|
|
86
89
|
'OriginGroupOverrideActionResponse',
|
|
87
90
|
'OriginGroupOverrideResponse',
|
|
@@ -126,6 +129,60 @@ __all__ = [
|
|
|
126
129
|
'UserManagedHttpsParametersResponse',
|
|
127
130
|
]
|
|
128
131
|
|
|
132
|
+
@pulumi.output_type
|
|
133
|
+
class AFDDomainHttpsCustomizedCipherSuiteSetResponse(dict):
|
|
134
|
+
"""
|
|
135
|
+
Customized cipher suite set object that will be used for Https when cipherSuiteSetType is Customized.
|
|
136
|
+
"""
|
|
137
|
+
@staticmethod
|
|
138
|
+
def __key_warning(key: str):
|
|
139
|
+
suggest = None
|
|
140
|
+
if key == "cipherSuiteSetForTls12":
|
|
141
|
+
suggest = "cipher_suite_set_for_tls12"
|
|
142
|
+
elif key == "cipherSuiteSetForTls13":
|
|
143
|
+
suggest = "cipher_suite_set_for_tls13"
|
|
144
|
+
|
|
145
|
+
if suggest:
|
|
146
|
+
pulumi.log.warn(f"Key '{key}' not found in AFDDomainHttpsCustomizedCipherSuiteSetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
147
|
+
|
|
148
|
+
def __getitem__(self, key: str) -> Any:
|
|
149
|
+
AFDDomainHttpsCustomizedCipherSuiteSetResponse.__key_warning(key)
|
|
150
|
+
return super().__getitem__(key)
|
|
151
|
+
|
|
152
|
+
def get(self, key: str, default = None) -> Any:
|
|
153
|
+
AFDDomainHttpsCustomizedCipherSuiteSetResponse.__key_warning(key)
|
|
154
|
+
return super().get(key, default)
|
|
155
|
+
|
|
156
|
+
def __init__(__self__, *,
|
|
157
|
+
cipher_suite_set_for_tls12: Optional[Sequence[builtins.str]] = None,
|
|
158
|
+
cipher_suite_set_for_tls13: Optional[Sequence[builtins.str]] = None):
|
|
159
|
+
"""
|
|
160
|
+
Customized cipher suite set object that will be used for Https when cipherSuiteSetType is Customized.
|
|
161
|
+
:param Sequence[builtins.str] cipher_suite_set_for_tls12: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
|
|
162
|
+
:param Sequence[builtins.str] cipher_suite_set_for_tls13: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
|
|
163
|
+
"""
|
|
164
|
+
if cipher_suite_set_for_tls12 is not None:
|
|
165
|
+
pulumi.set(__self__, "cipher_suite_set_for_tls12", cipher_suite_set_for_tls12)
|
|
166
|
+
if cipher_suite_set_for_tls13 is not None:
|
|
167
|
+
pulumi.set(__self__, "cipher_suite_set_for_tls13", cipher_suite_set_for_tls13)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="cipherSuiteSetForTls12")
|
|
171
|
+
def cipher_suite_set_for_tls12(self) -> Optional[Sequence[builtins.str]]:
|
|
172
|
+
"""
|
|
173
|
+
Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "cipher_suite_set_for_tls12")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter(name="cipherSuiteSetForTls13")
|
|
179
|
+
def cipher_suite_set_for_tls13(self) -> Optional[Sequence[builtins.str]]:
|
|
180
|
+
"""
|
|
181
|
+
Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "cipher_suite_set_for_tls13")
|
|
184
|
+
|
|
185
|
+
|
|
129
186
|
@pulumi.output_type
|
|
130
187
|
class AFDDomainHttpsParametersResponse(dict):
|
|
131
188
|
"""
|
|
@@ -136,6 +193,10 @@ class AFDDomainHttpsParametersResponse(dict):
|
|
|
136
193
|
suggest = None
|
|
137
194
|
if key == "certificateType":
|
|
138
195
|
suggest = "certificate_type"
|
|
196
|
+
elif key == "cipherSuiteSetType":
|
|
197
|
+
suggest = "cipher_suite_set_type"
|
|
198
|
+
elif key == "customizedCipherSuiteSet":
|
|
199
|
+
suggest = "customized_cipher_suite_set"
|
|
139
200
|
elif key == "minimumTlsVersion":
|
|
140
201
|
suggest = "minimum_tls_version"
|
|
141
202
|
|
|
@@ -152,15 +213,23 @@ class AFDDomainHttpsParametersResponse(dict):
|
|
|
152
213
|
|
|
153
214
|
def __init__(__self__, *,
|
|
154
215
|
certificate_type: builtins.str,
|
|
216
|
+
cipher_suite_set_type: Optional[builtins.str] = None,
|
|
217
|
+
customized_cipher_suite_set: Optional['outputs.AFDDomainHttpsCustomizedCipherSuiteSetResponse'] = None,
|
|
155
218
|
minimum_tls_version: Optional[builtins.str] = None,
|
|
156
219
|
secret: Optional['outputs.ResourceReferenceResponse'] = None):
|
|
157
220
|
"""
|
|
158
221
|
The JSON object that contains the properties to secure a domain.
|
|
159
222
|
:param builtins.str certificate_type: Defines the source of the SSL certificate.
|
|
160
|
-
:param builtins.str
|
|
223
|
+
:param builtins.str cipher_suite_set_type: cipher suite set type that will be used for Https
|
|
224
|
+
:param 'AFDDomainHttpsCustomizedCipherSuiteSetResponse' customized_cipher_suite_set: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
|
|
225
|
+
:param builtins.str minimum_tls_version: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
|
|
161
226
|
:param 'ResourceReferenceResponse' secret: Resource reference to the secret. ie. subs/rg/profile/secret
|
|
162
227
|
"""
|
|
163
228
|
pulumi.set(__self__, "certificate_type", certificate_type)
|
|
229
|
+
if cipher_suite_set_type is not None:
|
|
230
|
+
pulumi.set(__self__, "cipher_suite_set_type", cipher_suite_set_type)
|
|
231
|
+
if customized_cipher_suite_set is not None:
|
|
232
|
+
pulumi.set(__self__, "customized_cipher_suite_set", customized_cipher_suite_set)
|
|
164
233
|
if minimum_tls_version is not None:
|
|
165
234
|
pulumi.set(__self__, "minimum_tls_version", minimum_tls_version)
|
|
166
235
|
if secret is not None:
|
|
@@ -174,11 +243,27 @@ class AFDDomainHttpsParametersResponse(dict):
|
|
|
174
243
|
"""
|
|
175
244
|
return pulumi.get(self, "certificate_type")
|
|
176
245
|
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="cipherSuiteSetType")
|
|
248
|
+
def cipher_suite_set_type(self) -> Optional[builtins.str]:
|
|
249
|
+
"""
|
|
250
|
+
cipher suite set type that will be used for Https
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "cipher_suite_set_type")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="customizedCipherSuiteSet")
|
|
256
|
+
def customized_cipher_suite_set(self) -> Optional['outputs.AFDDomainHttpsCustomizedCipherSuiteSetResponse']:
|
|
257
|
+
"""
|
|
258
|
+
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "customized_cipher_suite_set")
|
|
261
|
+
|
|
177
262
|
@property
|
|
178
263
|
@pulumi.getter(name="minimumTlsVersion")
|
|
179
264
|
def minimum_tls_version(self) -> Optional[builtins.str]:
|
|
180
265
|
"""
|
|
181
|
-
TLS protocol version that will be used for Https
|
|
266
|
+
TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
|
|
182
267
|
"""
|
|
183
268
|
return pulumi.get(self, "minimum_tls_version")
|
|
184
269
|
|
|
@@ -310,6 +395,39 @@ class AfdRouteCacheConfigurationResponse(dict):
|
|
|
310
395
|
return pulumi.get(self, "query_string_caching_behavior")
|
|
311
396
|
|
|
312
397
|
|
|
398
|
+
@pulumi.output_type
|
|
399
|
+
class AgentPathResponse(dict):
|
|
400
|
+
"""
|
|
401
|
+
Defines a path configuration for a web agent.
|
|
402
|
+
"""
|
|
403
|
+
def __init__(__self__, *,
|
|
404
|
+
path: builtins.str,
|
|
405
|
+
type: builtins.str):
|
|
406
|
+
"""
|
|
407
|
+
Defines a path configuration for a web agent.
|
|
408
|
+
:param builtins.str path: The actual path value.
|
|
409
|
+
:param builtins.str type: The type of the path.
|
|
410
|
+
"""
|
|
411
|
+
pulumi.set(__self__, "path", path)
|
|
412
|
+
pulumi.set(__self__, "type", type)
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter
|
|
416
|
+
def path(self) -> builtins.str:
|
|
417
|
+
"""
|
|
418
|
+
The actual path value.
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "path")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter
|
|
424
|
+
def type(self) -> builtins.str:
|
|
425
|
+
"""
|
|
426
|
+
The type of the path.
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "type")
|
|
429
|
+
|
|
430
|
+
|
|
313
431
|
@pulumi.output_type
|
|
314
432
|
class AzureFirstPartyManagedCertificateParametersResponse(dict):
|
|
315
433
|
"""
|
|
@@ -350,7 +468,7 @@ class AzureFirstPartyManagedCertificateParametersResponse(dict):
|
|
|
350
468
|
Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS.
|
|
351
469
|
:param builtins.str certificate_authority: Certificate issuing authority.
|
|
352
470
|
:param builtins.str expiration_date: Certificate expiration date.
|
|
353
|
-
:param 'ResourceReferenceResponse' secret_source: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{
|
|
471
|
+
:param 'ResourceReferenceResponse' secret_source: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}
|
|
354
472
|
:param builtins.str subject: Subject name in the certificate.
|
|
355
473
|
:param builtins.str thumbprint: Certificate thumbprint.
|
|
356
474
|
:param builtins.str type: The type of the secret resource.
|
|
@@ -386,7 +504,7 @@ class AzureFirstPartyManagedCertificateParametersResponse(dict):
|
|
|
386
504
|
@pulumi.getter(name="secretSource")
|
|
387
505
|
def secret_source(self) -> 'outputs.ResourceReferenceResponse':
|
|
388
506
|
"""
|
|
389
|
-
Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{
|
|
507
|
+
Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}
|
|
390
508
|
"""
|
|
391
509
|
return pulumi.get(self, "secret_source")
|
|
392
510
|
|
|
@@ -1204,10 +1322,10 @@ class CustomerCertificateParametersResponse(dict):
|
|
|
1204
1322
|
suggest = "expiration_date"
|
|
1205
1323
|
elif key == "secretSource":
|
|
1206
1324
|
suggest = "secret_source"
|
|
1207
|
-
elif key == "secretVersion":
|
|
1208
|
-
suggest = "secret_version"
|
|
1209
1325
|
elif key == "subjectAlternativeNames":
|
|
1210
1326
|
suggest = "subject_alternative_names"
|
|
1327
|
+
elif key == "secretVersion":
|
|
1328
|
+
suggest = "secret_version"
|
|
1211
1329
|
elif key == "useLatestVersion":
|
|
1212
1330
|
suggest = "use_latest_version"
|
|
1213
1331
|
|
|
@@ -1227,10 +1345,10 @@ class CustomerCertificateParametersResponse(dict):
|
|
|
1227
1345
|
expiration_date: builtins.str,
|
|
1228
1346
|
secret_source: 'outputs.ResourceReferenceResponse',
|
|
1229
1347
|
subject: builtins.str,
|
|
1348
|
+
subject_alternative_names: Sequence[builtins.str],
|
|
1230
1349
|
thumbprint: builtins.str,
|
|
1231
1350
|
type: builtins.str,
|
|
1232
1351
|
secret_version: Optional[builtins.str] = None,
|
|
1233
|
-
subject_alternative_names: Optional[Sequence[builtins.str]] = None,
|
|
1234
1352
|
use_latest_version: Optional[builtins.bool] = None):
|
|
1235
1353
|
"""
|
|
1236
1354
|
Customer Certificate used for https
|
|
@@ -1238,23 +1356,22 @@ class CustomerCertificateParametersResponse(dict):
|
|
|
1238
1356
|
:param builtins.str expiration_date: Certificate expiration date.
|
|
1239
1357
|
:param 'ResourceReferenceResponse' secret_source: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}
|
|
1240
1358
|
:param builtins.str subject: Subject name in the certificate.
|
|
1359
|
+
:param Sequence[builtins.str] subject_alternative_names: The list of SANs.
|
|
1241
1360
|
:param builtins.str thumbprint: Certificate thumbprint.
|
|
1242
1361
|
:param builtins.str type: The type of the secret resource.
|
|
1243
1362
|
Expected value is 'CustomerCertificate'.
|
|
1244
1363
|
:param builtins.str secret_version: Version of the secret to be used
|
|
1245
|
-
:param Sequence[builtins.str] subject_alternative_names: The list of SANs.
|
|
1246
1364
|
:param builtins.bool use_latest_version: Whether to use the latest version for the certificate
|
|
1247
1365
|
"""
|
|
1248
1366
|
pulumi.set(__self__, "certificate_authority", certificate_authority)
|
|
1249
1367
|
pulumi.set(__self__, "expiration_date", expiration_date)
|
|
1250
1368
|
pulumi.set(__self__, "secret_source", secret_source)
|
|
1251
1369
|
pulumi.set(__self__, "subject", subject)
|
|
1370
|
+
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
|
1252
1371
|
pulumi.set(__self__, "thumbprint", thumbprint)
|
|
1253
1372
|
pulumi.set(__self__, "type", 'CustomerCertificate')
|
|
1254
1373
|
if secret_version is not None:
|
|
1255
1374
|
pulumi.set(__self__, "secret_version", secret_version)
|
|
1256
|
-
if subject_alternative_names is not None:
|
|
1257
|
-
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
|
1258
1375
|
if use_latest_version is not None:
|
|
1259
1376
|
pulumi.set(__self__, "use_latest_version", use_latest_version)
|
|
1260
1377
|
|
|
@@ -1290,6 +1407,14 @@ class CustomerCertificateParametersResponse(dict):
|
|
|
1290
1407
|
"""
|
|
1291
1408
|
return pulumi.get(self, "subject")
|
|
1292
1409
|
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter(name="subjectAlternativeNames")
|
|
1412
|
+
def subject_alternative_names(self) -> Sequence[builtins.str]:
|
|
1413
|
+
"""
|
|
1414
|
+
The list of SANs.
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "subject_alternative_names")
|
|
1417
|
+
|
|
1293
1418
|
@property
|
|
1294
1419
|
@pulumi.getter
|
|
1295
1420
|
def thumbprint(self) -> builtins.str:
|
|
@@ -1315,14 +1440,6 @@ class CustomerCertificateParametersResponse(dict):
|
|
|
1315
1440
|
"""
|
|
1316
1441
|
return pulumi.get(self, "secret_version")
|
|
1317
1442
|
|
|
1318
|
-
@property
|
|
1319
|
-
@pulumi.getter(name="subjectAlternativeNames")
|
|
1320
|
-
def subject_alternative_names(self) -> Optional[Sequence[builtins.str]]:
|
|
1321
|
-
"""
|
|
1322
|
-
The list of SANs.
|
|
1323
|
-
"""
|
|
1324
|
-
return pulumi.get(self, "subject_alternative_names")
|
|
1325
|
-
|
|
1326
1443
|
@property
|
|
1327
1444
|
@pulumi.getter(name="useLatestVersion")
|
|
1328
1445
|
def use_latest_version(self) -> Optional[builtins.bool]:
|
|
@@ -1541,7 +1658,7 @@ class DeepCreatedOriginResponse(dict):
|
|
|
1541
1658
|
"""
|
|
1542
1659
|
The main origin of CDN content which is added when creating a CDN endpoint.
|
|
1543
1660
|
:param 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.
|
|
1544
|
-
:param builtins.str name: Origin name which must be unique within the endpoint.
|
|
1661
|
+
:param builtins.str name: Origin name which must be unique within the endpoint.
|
|
1545
1662
|
:param builtins.str private_endpoint_status: The approval status for the connection to the Private Link
|
|
1546
1663
|
:param builtins.bool enabled: Origin is enabled for load balancing or not. By default, origin is always enabled.
|
|
1547
1664
|
:param builtins.int http_port: The value of the HTTP port. Must be between 1 and 65535.
|
|
@@ -1590,7 +1707,7 @@ class DeepCreatedOriginResponse(dict):
|
|
|
1590
1707
|
@pulumi.getter
|
|
1591
1708
|
def name(self) -> builtins.str:
|
|
1592
1709
|
"""
|
|
1593
|
-
Origin name which must be unique within the endpoint.
|
|
1710
|
+
Origin name which must be unique within the endpoint.
|
|
1594
1711
|
"""
|
|
1595
1712
|
return pulumi.get(self, "name")
|
|
1596
1713
|
|
|
@@ -1763,7 +1880,7 @@ class DeliveryRuleClientPortConditionResponse(dict):
|
|
|
1763
1880
|
parameters: 'outputs.ClientPortMatchConditionParametersResponse'):
|
|
1764
1881
|
"""
|
|
1765
1882
|
Defines the ClientPort condition for the delivery rule.
|
|
1766
|
-
:param builtins.str name:
|
|
1883
|
+
:param builtins.str name: Request variable to compare with.
|
|
1767
1884
|
Expected value is 'ClientPort'.
|
|
1768
1885
|
:param 'ClientPortMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1769
1886
|
"""
|
|
@@ -1774,7 +1891,7 @@ class DeliveryRuleClientPortConditionResponse(dict):
|
|
|
1774
1891
|
@pulumi.getter
|
|
1775
1892
|
def name(self) -> builtins.str:
|
|
1776
1893
|
"""
|
|
1777
|
-
|
|
1894
|
+
Request variable to compare with.
|
|
1778
1895
|
Expected value is 'ClientPort'.
|
|
1779
1896
|
"""
|
|
1780
1897
|
return pulumi.get(self, "name")
|
|
@@ -1798,7 +1915,7 @@ class DeliveryRuleCookiesConditionResponse(dict):
|
|
|
1798
1915
|
parameters: 'outputs.CookiesMatchConditionParametersResponse'):
|
|
1799
1916
|
"""
|
|
1800
1917
|
Defines the Cookies condition for the delivery rule.
|
|
1801
|
-
:param builtins.str name:
|
|
1918
|
+
:param builtins.str name: Request variable to compare with.
|
|
1802
1919
|
Expected value is 'Cookies'.
|
|
1803
1920
|
:param 'CookiesMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1804
1921
|
"""
|
|
@@ -1809,7 +1926,7 @@ class DeliveryRuleCookiesConditionResponse(dict):
|
|
|
1809
1926
|
@pulumi.getter
|
|
1810
1927
|
def name(self) -> builtins.str:
|
|
1811
1928
|
"""
|
|
1812
|
-
|
|
1929
|
+
Request variable to compare with.
|
|
1813
1930
|
Expected value is 'Cookies'.
|
|
1814
1931
|
"""
|
|
1815
1932
|
return pulumi.get(self, "name")
|
|
@@ -1833,7 +1950,7 @@ class DeliveryRuleHostNameConditionResponse(dict):
|
|
|
1833
1950
|
parameters: 'outputs.HostNameMatchConditionParametersResponse'):
|
|
1834
1951
|
"""
|
|
1835
1952
|
Defines the HostName condition for the delivery rule.
|
|
1836
|
-
:param builtins.str name:
|
|
1953
|
+
:param builtins.str name: Request variable to compare with.
|
|
1837
1954
|
Expected value is 'HostName'.
|
|
1838
1955
|
:param 'HostNameMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1839
1956
|
"""
|
|
@@ -1844,7 +1961,7 @@ class DeliveryRuleHostNameConditionResponse(dict):
|
|
|
1844
1961
|
@pulumi.getter
|
|
1845
1962
|
def name(self) -> builtins.str:
|
|
1846
1963
|
"""
|
|
1847
|
-
|
|
1964
|
+
Request variable to compare with.
|
|
1848
1965
|
Expected value is 'HostName'.
|
|
1849
1966
|
"""
|
|
1850
1967
|
return pulumi.get(self, "name")
|
|
@@ -1868,7 +1985,7 @@ class DeliveryRuleHttpVersionConditionResponse(dict):
|
|
|
1868
1985
|
parameters: 'outputs.HttpVersionMatchConditionParametersResponse'):
|
|
1869
1986
|
"""
|
|
1870
1987
|
Defines the HttpVersion condition for the delivery rule.
|
|
1871
|
-
:param builtins.str name:
|
|
1988
|
+
:param builtins.str name: Request variable to compare with.
|
|
1872
1989
|
Expected value is 'HttpVersion'.
|
|
1873
1990
|
:param 'HttpVersionMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1874
1991
|
"""
|
|
@@ -1879,7 +1996,7 @@ class DeliveryRuleHttpVersionConditionResponse(dict):
|
|
|
1879
1996
|
@pulumi.getter
|
|
1880
1997
|
def name(self) -> builtins.str:
|
|
1881
1998
|
"""
|
|
1882
|
-
|
|
1999
|
+
Request variable to compare with.
|
|
1883
2000
|
Expected value is 'HttpVersion'.
|
|
1884
2001
|
"""
|
|
1885
2002
|
return pulumi.get(self, "name")
|
|
@@ -1903,7 +2020,7 @@ class DeliveryRuleIsDeviceConditionResponse(dict):
|
|
|
1903
2020
|
parameters: 'outputs.IsDeviceMatchConditionParametersResponse'):
|
|
1904
2021
|
"""
|
|
1905
2022
|
Defines the IsDevice condition for the delivery rule.
|
|
1906
|
-
:param builtins.str name:
|
|
2023
|
+
:param builtins.str name: Request variable to compare with.
|
|
1907
2024
|
Expected value is 'IsDevice'.
|
|
1908
2025
|
:param 'IsDeviceMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1909
2026
|
"""
|
|
@@ -1914,7 +2031,7 @@ class DeliveryRuleIsDeviceConditionResponse(dict):
|
|
|
1914
2031
|
@pulumi.getter
|
|
1915
2032
|
def name(self) -> builtins.str:
|
|
1916
2033
|
"""
|
|
1917
|
-
|
|
2034
|
+
Request variable to compare with.
|
|
1918
2035
|
Expected value is 'IsDevice'.
|
|
1919
2036
|
"""
|
|
1920
2037
|
return pulumi.get(self, "name")
|
|
@@ -1938,7 +2055,7 @@ class DeliveryRulePostArgsConditionResponse(dict):
|
|
|
1938
2055
|
parameters: 'outputs.PostArgsMatchConditionParametersResponse'):
|
|
1939
2056
|
"""
|
|
1940
2057
|
Defines the PostArgs condition for the delivery rule.
|
|
1941
|
-
:param builtins.str name:
|
|
2058
|
+
:param builtins.str name: Request variable to compare with.
|
|
1942
2059
|
Expected value is 'PostArgs'.
|
|
1943
2060
|
:param 'PostArgsMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1944
2061
|
"""
|
|
@@ -1949,7 +2066,7 @@ class DeliveryRulePostArgsConditionResponse(dict):
|
|
|
1949
2066
|
@pulumi.getter
|
|
1950
2067
|
def name(self) -> builtins.str:
|
|
1951
2068
|
"""
|
|
1952
|
-
|
|
2069
|
+
Request variable to compare with.
|
|
1953
2070
|
Expected value is 'PostArgs'.
|
|
1954
2071
|
"""
|
|
1955
2072
|
return pulumi.get(self, "name")
|
|
@@ -1973,7 +2090,7 @@ class DeliveryRuleQueryStringConditionResponse(dict):
|
|
|
1973
2090
|
parameters: 'outputs.QueryStringMatchConditionParametersResponse'):
|
|
1974
2091
|
"""
|
|
1975
2092
|
Defines the QueryString condition for the delivery rule.
|
|
1976
|
-
:param builtins.str name:
|
|
2093
|
+
:param builtins.str name: Request variable to compare with.
|
|
1977
2094
|
Expected value is 'QueryString'.
|
|
1978
2095
|
:param 'QueryStringMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
1979
2096
|
"""
|
|
@@ -1984,7 +2101,7 @@ class DeliveryRuleQueryStringConditionResponse(dict):
|
|
|
1984
2101
|
@pulumi.getter
|
|
1985
2102
|
def name(self) -> builtins.str:
|
|
1986
2103
|
"""
|
|
1987
|
-
|
|
2104
|
+
Request variable to compare with.
|
|
1988
2105
|
Expected value is 'QueryString'.
|
|
1989
2106
|
"""
|
|
1990
2107
|
return pulumi.get(self, "name")
|
|
@@ -2008,7 +2125,7 @@ class DeliveryRuleRemoteAddressConditionResponse(dict):
|
|
|
2008
2125
|
parameters: 'outputs.RemoteAddressMatchConditionParametersResponse'):
|
|
2009
2126
|
"""
|
|
2010
2127
|
Defines the RemoteAddress condition for the delivery rule.
|
|
2011
|
-
:param builtins.str name:
|
|
2128
|
+
:param builtins.str name: Request variable to compare with.
|
|
2012
2129
|
Expected value is 'RemoteAddress'.
|
|
2013
2130
|
:param 'RemoteAddressMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2014
2131
|
"""
|
|
@@ -2019,7 +2136,7 @@ class DeliveryRuleRemoteAddressConditionResponse(dict):
|
|
|
2019
2136
|
@pulumi.getter
|
|
2020
2137
|
def name(self) -> builtins.str:
|
|
2021
2138
|
"""
|
|
2022
|
-
|
|
2139
|
+
Request variable to compare with.
|
|
2023
2140
|
Expected value is 'RemoteAddress'.
|
|
2024
2141
|
"""
|
|
2025
2142
|
return pulumi.get(self, "name")
|
|
@@ -2043,7 +2160,7 @@ class DeliveryRuleRequestBodyConditionResponse(dict):
|
|
|
2043
2160
|
parameters: 'outputs.RequestBodyMatchConditionParametersResponse'):
|
|
2044
2161
|
"""
|
|
2045
2162
|
Defines the RequestBody condition for the delivery rule.
|
|
2046
|
-
:param builtins.str name:
|
|
2163
|
+
:param builtins.str name: Request variable to compare with.
|
|
2047
2164
|
Expected value is 'RequestBody'.
|
|
2048
2165
|
:param 'RequestBodyMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2049
2166
|
"""
|
|
@@ -2054,7 +2171,7 @@ class DeliveryRuleRequestBodyConditionResponse(dict):
|
|
|
2054
2171
|
@pulumi.getter
|
|
2055
2172
|
def name(self) -> builtins.str:
|
|
2056
2173
|
"""
|
|
2057
|
-
|
|
2174
|
+
Request variable to compare with.
|
|
2058
2175
|
Expected value is 'RequestBody'.
|
|
2059
2176
|
"""
|
|
2060
2177
|
return pulumi.get(self, "name")
|
|
@@ -2113,7 +2230,7 @@ class DeliveryRuleRequestHeaderConditionResponse(dict):
|
|
|
2113
2230
|
parameters: 'outputs.RequestHeaderMatchConditionParametersResponse'):
|
|
2114
2231
|
"""
|
|
2115
2232
|
Defines the RequestHeader condition for the delivery rule.
|
|
2116
|
-
:param builtins.str name:
|
|
2233
|
+
:param builtins.str name: Request variable to compare with.
|
|
2117
2234
|
Expected value is 'RequestHeader'.
|
|
2118
2235
|
:param 'RequestHeaderMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2119
2236
|
"""
|
|
@@ -2124,7 +2241,7 @@ class DeliveryRuleRequestHeaderConditionResponse(dict):
|
|
|
2124
2241
|
@pulumi.getter
|
|
2125
2242
|
def name(self) -> builtins.str:
|
|
2126
2243
|
"""
|
|
2127
|
-
|
|
2244
|
+
Request variable to compare with.
|
|
2128
2245
|
Expected value is 'RequestHeader'.
|
|
2129
2246
|
"""
|
|
2130
2247
|
return pulumi.get(self, "name")
|
|
@@ -2148,7 +2265,7 @@ class DeliveryRuleRequestMethodConditionResponse(dict):
|
|
|
2148
2265
|
parameters: 'outputs.RequestMethodMatchConditionParametersResponse'):
|
|
2149
2266
|
"""
|
|
2150
2267
|
Defines the RequestMethod condition for the delivery rule.
|
|
2151
|
-
:param builtins.str name:
|
|
2268
|
+
:param builtins.str name: Request variable to compare with.
|
|
2152
2269
|
Expected value is 'RequestMethod'.
|
|
2153
2270
|
:param 'RequestMethodMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2154
2271
|
"""
|
|
@@ -2159,7 +2276,7 @@ class DeliveryRuleRequestMethodConditionResponse(dict):
|
|
|
2159
2276
|
@pulumi.getter
|
|
2160
2277
|
def name(self) -> builtins.str:
|
|
2161
2278
|
"""
|
|
2162
|
-
|
|
2279
|
+
Request variable to compare with.
|
|
2163
2280
|
Expected value is 'RequestMethod'.
|
|
2164
2281
|
"""
|
|
2165
2282
|
return pulumi.get(self, "name")
|
|
@@ -2183,7 +2300,7 @@ class DeliveryRuleRequestSchemeConditionResponse(dict):
|
|
|
2183
2300
|
parameters: 'outputs.RequestSchemeMatchConditionParametersResponse'):
|
|
2184
2301
|
"""
|
|
2185
2302
|
Defines the RequestScheme condition for the delivery rule.
|
|
2186
|
-
:param builtins.str name:
|
|
2303
|
+
:param builtins.str name: Request variable to compare with.
|
|
2187
2304
|
Expected value is 'RequestScheme'.
|
|
2188
2305
|
:param 'RequestSchemeMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2189
2306
|
"""
|
|
@@ -2194,7 +2311,7 @@ class DeliveryRuleRequestSchemeConditionResponse(dict):
|
|
|
2194
2311
|
@pulumi.getter
|
|
2195
2312
|
def name(self) -> builtins.str:
|
|
2196
2313
|
"""
|
|
2197
|
-
|
|
2314
|
+
Request variable to compare with.
|
|
2198
2315
|
Expected value is 'RequestScheme'.
|
|
2199
2316
|
"""
|
|
2200
2317
|
return pulumi.get(self, "name")
|
|
@@ -2218,7 +2335,7 @@ class DeliveryRuleRequestUriConditionResponse(dict):
|
|
|
2218
2335
|
parameters: 'outputs.RequestUriMatchConditionParametersResponse'):
|
|
2219
2336
|
"""
|
|
2220
2337
|
Defines the RequestUri condition for the delivery rule.
|
|
2221
|
-
:param builtins.str name:
|
|
2338
|
+
:param builtins.str name: Request variable to compare with.
|
|
2222
2339
|
Expected value is 'RequestUri'.
|
|
2223
2340
|
:param 'RequestUriMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2224
2341
|
"""
|
|
@@ -2229,7 +2346,7 @@ class DeliveryRuleRequestUriConditionResponse(dict):
|
|
|
2229
2346
|
@pulumi.getter
|
|
2230
2347
|
def name(self) -> builtins.str:
|
|
2231
2348
|
"""
|
|
2232
|
-
|
|
2349
|
+
Request variable to compare with.
|
|
2233
2350
|
Expected value is 'RequestUri'.
|
|
2234
2351
|
"""
|
|
2235
2352
|
return pulumi.get(self, "name")
|
|
@@ -2380,7 +2497,7 @@ class DeliveryRuleServerPortConditionResponse(dict):
|
|
|
2380
2497
|
parameters: 'outputs.ServerPortMatchConditionParametersResponse'):
|
|
2381
2498
|
"""
|
|
2382
2499
|
Defines the ServerPort condition for the delivery rule.
|
|
2383
|
-
:param builtins.str name:
|
|
2500
|
+
:param builtins.str name: Request variable to compare with.
|
|
2384
2501
|
Expected value is 'ServerPort'.
|
|
2385
2502
|
:param 'ServerPortMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2386
2503
|
"""
|
|
@@ -2391,7 +2508,7 @@ class DeliveryRuleServerPortConditionResponse(dict):
|
|
|
2391
2508
|
@pulumi.getter
|
|
2392
2509
|
def name(self) -> builtins.str:
|
|
2393
2510
|
"""
|
|
2394
|
-
|
|
2511
|
+
Request variable to compare with.
|
|
2395
2512
|
Expected value is 'ServerPort'.
|
|
2396
2513
|
"""
|
|
2397
2514
|
return pulumi.get(self, "name")
|
|
@@ -2415,7 +2532,7 @@ class DeliveryRuleSocketAddrConditionResponse(dict):
|
|
|
2415
2532
|
parameters: 'outputs.SocketAddrMatchConditionParametersResponse'):
|
|
2416
2533
|
"""
|
|
2417
2534
|
Defines the SocketAddress condition for the delivery rule.
|
|
2418
|
-
:param builtins.str name:
|
|
2535
|
+
:param builtins.str name: Request variable to compare with.
|
|
2419
2536
|
Expected value is 'SocketAddr'.
|
|
2420
2537
|
:param 'SocketAddrMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2421
2538
|
"""
|
|
@@ -2426,7 +2543,7 @@ class DeliveryRuleSocketAddrConditionResponse(dict):
|
|
|
2426
2543
|
@pulumi.getter
|
|
2427
2544
|
def name(self) -> builtins.str:
|
|
2428
2545
|
"""
|
|
2429
|
-
|
|
2546
|
+
Request variable to compare with.
|
|
2430
2547
|
Expected value is 'SocketAddr'.
|
|
2431
2548
|
"""
|
|
2432
2549
|
return pulumi.get(self, "name")
|
|
@@ -2450,7 +2567,7 @@ class DeliveryRuleSslProtocolConditionResponse(dict):
|
|
|
2450
2567
|
parameters: 'outputs.SslProtocolMatchConditionParametersResponse'):
|
|
2451
2568
|
"""
|
|
2452
2569
|
Defines the SslProtocol condition for the delivery rule.
|
|
2453
|
-
:param builtins.str name:
|
|
2570
|
+
:param builtins.str name: Request variable to compare with.
|
|
2454
2571
|
Expected value is 'SslProtocol'.
|
|
2455
2572
|
:param 'SslProtocolMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2456
2573
|
"""
|
|
@@ -2461,7 +2578,7 @@ class DeliveryRuleSslProtocolConditionResponse(dict):
|
|
|
2461
2578
|
@pulumi.getter
|
|
2462
2579
|
def name(self) -> builtins.str:
|
|
2463
2580
|
"""
|
|
2464
|
-
|
|
2581
|
+
Request variable to compare with.
|
|
2465
2582
|
Expected value is 'SslProtocol'.
|
|
2466
2583
|
"""
|
|
2467
2584
|
return pulumi.get(self, "name")
|
|
@@ -2485,7 +2602,7 @@ class DeliveryRuleUrlFileExtensionConditionResponse(dict):
|
|
|
2485
2602
|
parameters: 'outputs.UrlFileExtensionMatchConditionParametersResponse'):
|
|
2486
2603
|
"""
|
|
2487
2604
|
Defines the UrlFileExtension condition for the delivery rule.
|
|
2488
|
-
:param builtins.str name:
|
|
2605
|
+
:param builtins.str name: Request variable to compare with.
|
|
2489
2606
|
Expected value is 'UrlFileExtension'.
|
|
2490
2607
|
:param 'UrlFileExtensionMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2491
2608
|
"""
|
|
@@ -2496,7 +2613,7 @@ class DeliveryRuleUrlFileExtensionConditionResponse(dict):
|
|
|
2496
2613
|
@pulumi.getter
|
|
2497
2614
|
def name(self) -> builtins.str:
|
|
2498
2615
|
"""
|
|
2499
|
-
|
|
2616
|
+
Request variable to compare with.
|
|
2500
2617
|
Expected value is 'UrlFileExtension'.
|
|
2501
2618
|
"""
|
|
2502
2619
|
return pulumi.get(self, "name")
|
|
@@ -2520,7 +2637,7 @@ class DeliveryRuleUrlFileNameConditionResponse(dict):
|
|
|
2520
2637
|
parameters: 'outputs.UrlFileNameMatchConditionParametersResponse'):
|
|
2521
2638
|
"""
|
|
2522
2639
|
Defines the UrlFileName condition for the delivery rule.
|
|
2523
|
-
:param builtins.str name:
|
|
2640
|
+
:param builtins.str name: Request variable to compare with.
|
|
2524
2641
|
Expected value is 'UrlFileName'.
|
|
2525
2642
|
:param 'UrlFileNameMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2526
2643
|
"""
|
|
@@ -2531,7 +2648,7 @@ class DeliveryRuleUrlFileNameConditionResponse(dict):
|
|
|
2531
2648
|
@pulumi.getter
|
|
2532
2649
|
def name(self) -> builtins.str:
|
|
2533
2650
|
"""
|
|
2534
|
-
|
|
2651
|
+
Request variable to compare with.
|
|
2535
2652
|
Expected value is 'UrlFileName'.
|
|
2536
2653
|
"""
|
|
2537
2654
|
return pulumi.get(self, "name")
|
|
@@ -2555,7 +2672,7 @@ class DeliveryRuleUrlPathConditionResponse(dict):
|
|
|
2555
2672
|
parameters: 'outputs.UrlPathMatchConditionParametersResponse'):
|
|
2556
2673
|
"""
|
|
2557
2674
|
Defines the UrlPath condition for the delivery rule.
|
|
2558
|
-
:param builtins.str name:
|
|
2675
|
+
:param builtins.str name: Request variable to compare with.
|
|
2559
2676
|
Expected value is 'UrlPath'.
|
|
2560
2677
|
:param 'UrlPathMatchConditionParametersResponse' parameters: Defines the parameters for the condition.
|
|
2561
2678
|
"""
|
|
@@ -2566,7 +2683,7 @@ class DeliveryRuleUrlPathConditionResponse(dict):
|
|
|
2566
2683
|
@pulumi.getter
|
|
2567
2684
|
def name(self) -> builtins.str:
|
|
2568
2685
|
"""
|
|
2569
|
-
|
|
2686
|
+
Request variable to compare with.
|
|
2570
2687
|
Expected value is 'UrlPath'.
|
|
2571
2688
|
"""
|
|
2572
2689
|
return pulumi.get(self, "name")
|
|
@@ -2633,7 +2750,7 @@ class DomainValidationPropertiesResponse(dict):
|
|
|
2633
2750
|
|
|
2634
2751
|
|
|
2635
2752
|
@pulumi.output_type
|
|
2636
|
-
class
|
|
2753
|
+
class EndpointPropertiesUpdateParametersDeliveryPolicyResponse(dict):
|
|
2637
2754
|
"""
|
|
2638
2755
|
A policy that specifies the delivery rules to be used for an endpoint.
|
|
2639
2756
|
"""
|
|
@@ -2667,7 +2784,7 @@ class EndpointPropertiesUpdateParametersResponseDeliveryPolicy(dict):
|
|
|
2667
2784
|
|
|
2668
2785
|
|
|
2669
2786
|
@pulumi.output_type
|
|
2670
|
-
class
|
|
2787
|
+
class EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLinkResponse(dict):
|
|
2671
2788
|
"""
|
|
2672
2789
|
Defines the Web Application Firewall policy for the endpoint (if applicable)
|
|
2673
2790
|
"""
|
|
@@ -4008,6 +4125,70 @@ class MatchConditionResponse(dict):
|
|
|
4008
4125
|
return pulumi.get(self, "transforms")
|
|
4009
4126
|
|
|
4010
4127
|
|
|
4128
|
+
@pulumi.output_type
|
|
4129
|
+
class OriginAuthenticationPropertiesResponse(dict):
|
|
4130
|
+
"""
|
|
4131
|
+
The JSON object that contains the properties of the origin authentication settings.
|
|
4132
|
+
"""
|
|
4133
|
+
@staticmethod
|
|
4134
|
+
def __key_warning(key: str):
|
|
4135
|
+
suggest = None
|
|
4136
|
+
if key == "userAssignedIdentity":
|
|
4137
|
+
suggest = "user_assigned_identity"
|
|
4138
|
+
|
|
4139
|
+
if suggest:
|
|
4140
|
+
pulumi.log.warn(f"Key '{key}' not found in OriginAuthenticationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4141
|
+
|
|
4142
|
+
def __getitem__(self, key: str) -> Any:
|
|
4143
|
+
OriginAuthenticationPropertiesResponse.__key_warning(key)
|
|
4144
|
+
return super().__getitem__(key)
|
|
4145
|
+
|
|
4146
|
+
def get(self, key: str, default = None) -> Any:
|
|
4147
|
+
OriginAuthenticationPropertiesResponse.__key_warning(key)
|
|
4148
|
+
return super().get(key, default)
|
|
4149
|
+
|
|
4150
|
+
def __init__(__self__, *,
|
|
4151
|
+
scope: Optional[builtins.str] = None,
|
|
4152
|
+
type: Optional[builtins.str] = None,
|
|
4153
|
+
user_assigned_identity: Optional['outputs.ResourceReferenceResponse'] = None):
|
|
4154
|
+
"""
|
|
4155
|
+
The JSON object that contains the properties of the origin authentication settings.
|
|
4156
|
+
:param 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".
|
|
4157
|
+
:param builtins.str type: The type of the authentication for the origin.
|
|
4158
|
+
:param 'ResourceReferenceResponse' user_assigned_identity: The user assigned managed identity to use for the origin authentication if type is UserAssignedIdentity.
|
|
4159
|
+
"""
|
|
4160
|
+
if scope is not None:
|
|
4161
|
+
pulumi.set(__self__, "scope", scope)
|
|
4162
|
+
if type is not None:
|
|
4163
|
+
pulumi.set(__self__, "type", type)
|
|
4164
|
+
if user_assigned_identity is not None:
|
|
4165
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
4166
|
+
|
|
4167
|
+
@property
|
|
4168
|
+
@pulumi.getter
|
|
4169
|
+
def scope(self) -> Optional[builtins.str]:
|
|
4170
|
+
"""
|
|
4171
|
+
The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default".
|
|
4172
|
+
"""
|
|
4173
|
+
return pulumi.get(self, "scope")
|
|
4174
|
+
|
|
4175
|
+
@property
|
|
4176
|
+
@pulumi.getter
|
|
4177
|
+
def type(self) -> Optional[builtins.str]:
|
|
4178
|
+
"""
|
|
4179
|
+
The type of the authentication for the origin.
|
|
4180
|
+
"""
|
|
4181
|
+
return pulumi.get(self, "type")
|
|
4182
|
+
|
|
4183
|
+
@property
|
|
4184
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
4185
|
+
def user_assigned_identity(self) -> Optional['outputs.ResourceReferenceResponse']:
|
|
4186
|
+
"""
|
|
4187
|
+
The user assigned managed identity to use for the origin authentication if type is UserAssignedIdentity.
|
|
4188
|
+
"""
|
|
4189
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
4190
|
+
|
|
4191
|
+
|
|
4011
4192
|
@pulumi.output_type
|
|
4012
4193
|
class OriginGroupOverrideActionParametersResponse(dict):
|
|
4013
4194
|
"""
|
|
@@ -4181,14 +4362,14 @@ class PolicySettingsResponse(dict):
|
|
|
4181
4362
|
|
|
4182
4363
|
def __init__(__self__, *,
|
|
4183
4364
|
default_custom_block_response_body: Optional[builtins.str] = None,
|
|
4184
|
-
default_custom_block_response_status_code: Optional[builtins.
|
|
4365
|
+
default_custom_block_response_status_code: Optional[builtins.float] = None,
|
|
4185
4366
|
default_redirect_url: Optional[builtins.str] = None,
|
|
4186
4367
|
enabled_state: Optional[builtins.str] = None,
|
|
4187
4368
|
mode: Optional[builtins.str] = None):
|
|
4188
4369
|
"""
|
|
4189
4370
|
Defines contents of a web application firewall global configuration
|
|
4190
4371
|
:param 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.
|
|
4191
|
-
:param builtins.
|
|
4372
|
+
:param 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.
|
|
4192
4373
|
:param builtins.str default_redirect_url: If action type is redirect, this field represents the default redirect URL for the client.
|
|
4193
4374
|
:param builtins.str enabled_state: describes if the policy is in enabled state or disabled state
|
|
4194
4375
|
:param builtins.str mode: Describes if it is in detection mode or prevention mode at policy level.
|
|
@@ -4214,7 +4395,7 @@ class PolicySettingsResponse(dict):
|
|
|
4214
4395
|
|
|
4215
4396
|
@property
|
|
4216
4397
|
@pulumi.getter(name="defaultCustomBlockResponseStatusCode")
|
|
4217
|
-
def default_custom_block_response_status_code(self) -> Optional[builtins.
|
|
4398
|
+
def default_custom_block_response_status_code(self) -> Optional[builtins.float]:
|
|
4218
4399
|
"""
|
|
4219
4400
|
If the action type is block, this field defines the default customer overridable http response status code.
|
|
4220
4401
|
"""
|
|
@@ -5099,7 +5280,7 @@ class RequestMethodMatchConditionParametersResponse(dict):
|
|
|
5099
5280
|
@pulumi.output_type
|
|
5100
5281
|
class RequestSchemeMatchConditionParametersResponse(dict):
|
|
5101
5282
|
"""
|
|
5102
|
-
Defines the parameters for RequestScheme match conditions
|
|
5283
|
+
Defines the parameters for RequestScheme match conditions
|
|
5103
5284
|
"""
|
|
5104
5285
|
@staticmethod
|
|
5105
5286
|
def __key_warning(key: str):
|
|
@@ -5129,7 +5310,7 @@ class RequestSchemeMatchConditionParametersResponse(dict):
|
|
|
5129
5310
|
negate_condition: Optional[builtins.bool] = None,
|
|
5130
5311
|
transforms: Optional[Sequence[builtins.str]] = None):
|
|
5131
5312
|
"""
|
|
5132
|
-
Defines the parameters for RequestScheme match conditions
|
|
5313
|
+
Defines the parameters for RequestScheme match conditions
|
|
5133
5314
|
:param builtins.str operator: Describes operator to be matched
|
|
5134
5315
|
:param builtins.str type_name:
|
|
5135
5316
|
Expected value is 'DeliveryRuleRequestSchemeConditionParameters'.
|
|
@@ -5782,7 +5963,6 @@ class SkuResponse(dict):
|
|
|
5782
5963
|
StandardPlus_ChinaCdn = The SKU name for a China CDN profile for live-streaming using GB based billing model.
|
|
5783
5964
|
StandardPlus_955BandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using 95-5 peak bandwidth billing model.
|
|
5784
5965
|
StandardPlus_AvgBandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using monthly average peak bandwidth billing model.
|
|
5785
|
-
|
|
5786
5966
|
:param builtins.str name: Name of the pricing tier.
|
|
5787
5967
|
"""
|
|
5788
5968
|
if name is not None:
|
|
@@ -5988,7 +6168,7 @@ class SslProtocolMatchConditionParametersResponse(dict):
|
|
|
5988
6168
|
@pulumi.output_type
|
|
5989
6169
|
class SystemDataResponse(dict):
|
|
5990
6170
|
"""
|
|
5991
|
-
|
|
6171
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
5992
6172
|
"""
|
|
5993
6173
|
@staticmethod
|
|
5994
6174
|
def __key_warning(key: str):
|
|
@@ -6025,13 +6205,13 @@ class SystemDataResponse(dict):
|
|
|
6025
6205
|
last_modified_by: Optional[builtins.str] = None,
|
|
6026
6206
|
last_modified_by_type: Optional[builtins.str] = None):
|
|
6027
6207
|
"""
|
|
6028
|
-
|
|
6029
|
-
:param builtins.str created_at: The timestamp of resource creation (UTC)
|
|
6030
|
-
:param builtins.str created_by:
|
|
6031
|
-
:param builtins.str created_by_type: The type of identity that created the resource
|
|
6208
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
6209
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
6210
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
6211
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
6032
6212
|
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
6033
|
-
:param builtins.str last_modified_by:
|
|
6034
|
-
:param builtins.str last_modified_by_type: The type of identity that last modified the resource
|
|
6213
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
6214
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
6035
6215
|
"""
|
|
6036
6216
|
if created_at is not None:
|
|
6037
6217
|
pulumi.set(__self__, "created_at", created_at)
|
|
@@ -6050,7 +6230,7 @@ class SystemDataResponse(dict):
|
|
|
6050
6230
|
@pulumi.getter(name="createdAt")
|
|
6051
6231
|
def created_at(self) -> Optional[builtins.str]:
|
|
6052
6232
|
"""
|
|
6053
|
-
The timestamp of resource creation (UTC)
|
|
6233
|
+
The timestamp of resource creation (UTC).
|
|
6054
6234
|
"""
|
|
6055
6235
|
return pulumi.get(self, "created_at")
|
|
6056
6236
|
|
|
@@ -6058,7 +6238,7 @@ class SystemDataResponse(dict):
|
|
|
6058
6238
|
@pulumi.getter(name="createdBy")
|
|
6059
6239
|
def created_by(self) -> Optional[builtins.str]:
|
|
6060
6240
|
"""
|
|
6061
|
-
|
|
6241
|
+
The identity that created the resource.
|
|
6062
6242
|
"""
|
|
6063
6243
|
return pulumi.get(self, "created_by")
|
|
6064
6244
|
|
|
@@ -6066,7 +6246,7 @@ class SystemDataResponse(dict):
|
|
|
6066
6246
|
@pulumi.getter(name="createdByType")
|
|
6067
6247
|
def created_by_type(self) -> Optional[builtins.str]:
|
|
6068
6248
|
"""
|
|
6069
|
-
The type of identity that created the resource
|
|
6249
|
+
The type of identity that created the resource.
|
|
6070
6250
|
"""
|
|
6071
6251
|
return pulumi.get(self, "created_by_type")
|
|
6072
6252
|
|
|
@@ -6082,7 +6262,7 @@ class SystemDataResponse(dict):
|
|
|
6082
6262
|
@pulumi.getter(name="lastModifiedBy")
|
|
6083
6263
|
def last_modified_by(self) -> Optional[builtins.str]:
|
|
6084
6264
|
"""
|
|
6085
|
-
|
|
6265
|
+
The identity that last modified the resource.
|
|
6086
6266
|
"""
|
|
6087
6267
|
return pulumi.get(self, "last_modified_by")
|
|
6088
6268
|
|
|
@@ -6090,7 +6270,7 @@ class SystemDataResponse(dict):
|
|
|
6090
6270
|
@pulumi.getter(name="lastModifiedByType")
|
|
6091
6271
|
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
6092
6272
|
"""
|
|
6093
|
-
The type of identity that last modified the resource
|
|
6273
|
+
The type of identity that last modified the resource.
|
|
6094
6274
|
"""
|
|
6095
6275
|
return pulumi.get(self, "last_modified_by_type")
|
|
6096
6276
|
|
|
@@ -6735,7 +6915,7 @@ class UrlSigningActionParametersResponse(dict):
|
|
|
6735
6915
|
:param builtins.str type_name:
|
|
6736
6916
|
Expected value is 'DeliveryRuleUrlSigningActionParameters'.
|
|
6737
6917
|
:param builtins.str algorithm: Algorithm to use for URL signing
|
|
6738
|
-
:param Sequence['UrlSigningParamIdentifierResponse'] parameter_name_override: Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
6918
|
+
:param Sequence['UrlSigningParamIdentifierResponse'] parameter_name_override: Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
6739
6919
|
"""
|
|
6740
6920
|
pulumi.set(__self__, "type_name", 'DeliveryRuleUrlSigningActionParameters')
|
|
6741
6921
|
if algorithm is not None:
|
|
@@ -6764,7 +6944,7 @@ class UrlSigningActionParametersResponse(dict):
|
|
|
6764
6944
|
@pulumi.getter(name="parameterNameOverride")
|
|
6765
6945
|
def parameter_name_override(self) -> Optional[Sequence['outputs.UrlSigningParamIdentifierResponse']]:
|
|
6766
6946
|
"""
|
|
6767
|
-
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
6947
|
+
Defines which query string parameters in the url to be considered for expires, key id etc.
|
|
6768
6948
|
"""
|
|
6769
6949
|
return pulumi.get(self, "parameter_name_override")
|
|
6770
6950
|
|