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
|
@@ -17,14 +17,28 @@ from .. import _utilities
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
+
'AntivirusRulesetArgs',
|
|
21
|
+
'AntivirusRulesetArgsDict',
|
|
22
|
+
'ArchiveRulesetArgs',
|
|
23
|
+
'ArchiveRulesetArgsDict',
|
|
20
24
|
'ConnectionPropertiesArgs',
|
|
21
25
|
'ConnectionPropertiesArgsDict',
|
|
26
|
+
'DataSizeRulesetArgs',
|
|
27
|
+
'DataSizeRulesetArgsDict',
|
|
28
|
+
'FlowProfilePropertiesArgs',
|
|
29
|
+
'FlowProfilePropertiesArgsDict',
|
|
30
|
+
'FlowProfileRulesetsArgs',
|
|
31
|
+
'FlowProfileRulesetsArgsDict',
|
|
22
32
|
'FlowPropertiesArgs',
|
|
23
33
|
'FlowPropertiesArgsDict',
|
|
24
34
|
'ManagedServiceIdentityArgs',
|
|
25
35
|
'ManagedServiceIdentityArgsDict',
|
|
26
36
|
'MessagingOptionsArgs',
|
|
27
37
|
'MessagingOptionsArgsDict',
|
|
38
|
+
'MimeFilterRulesetArgs',
|
|
39
|
+
'MimeFilterRulesetArgsDict',
|
|
40
|
+
'MimeTypeFilterArgs',
|
|
41
|
+
'MimeTypeFilterArgsDict',
|
|
28
42
|
'PipelinePropertiesArgs',
|
|
29
43
|
'PipelinePropertiesArgsDict',
|
|
30
44
|
'PlanArgs',
|
|
@@ -37,10 +51,150 @@ __all__ = [
|
|
|
37
51
|
'StreamSourceAddressesArgsDict',
|
|
38
52
|
'SubscriberArgs',
|
|
39
53
|
'SubscriberArgsDict',
|
|
54
|
+
'TextMatchingRulesetArgs',
|
|
55
|
+
'TextMatchingRulesetArgsDict',
|
|
56
|
+
'TextMatchArgs',
|
|
57
|
+
'TextMatchArgsDict',
|
|
58
|
+
'XmlFilterRulesetArgs',
|
|
59
|
+
'XmlFilterRulesetArgsDict',
|
|
40
60
|
]
|
|
41
61
|
|
|
42
62
|
MYPY = False
|
|
43
63
|
|
|
64
|
+
if not MYPY:
|
|
65
|
+
class AntivirusRulesetArgsDict(TypedDict):
|
|
66
|
+
"""
|
|
67
|
+
Antivirus scanning rules for replicating data. By default, all antivirus scanning solutions are disabled.
|
|
68
|
+
"""
|
|
69
|
+
av_solutions: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AntivirusSolutions']]]]]
|
|
70
|
+
"""
|
|
71
|
+
Optional. The list of antiviruses to be used as a scanning solution for replicating data.
|
|
72
|
+
"""
|
|
73
|
+
elif False:
|
|
74
|
+
AntivirusRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
75
|
+
|
|
76
|
+
@pulumi.input_type
|
|
77
|
+
class AntivirusRulesetArgs:
|
|
78
|
+
def __init__(__self__, *,
|
|
79
|
+
av_solutions: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AntivirusSolutions']]]]] = None):
|
|
80
|
+
"""
|
|
81
|
+
Antivirus scanning rules for replicating data. By default, all antivirus scanning solutions are disabled.
|
|
82
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AntivirusSolutions']]]] av_solutions: Optional. The list of antiviruses to be used as a scanning solution for replicating data.
|
|
83
|
+
"""
|
|
84
|
+
if av_solutions is not None:
|
|
85
|
+
pulumi.set(__self__, "av_solutions", av_solutions)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="avSolutions")
|
|
89
|
+
def av_solutions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AntivirusSolutions']]]]]:
|
|
90
|
+
"""
|
|
91
|
+
Optional. The list of antiviruses to be used as a scanning solution for replicating data.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "av_solutions")
|
|
94
|
+
|
|
95
|
+
@av_solutions.setter
|
|
96
|
+
def av_solutions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AntivirusSolutions']]]]]):
|
|
97
|
+
pulumi.set(self, "av_solutions", value)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
if not MYPY:
|
|
101
|
+
class ArchiveRulesetArgsDict(TypedDict):
|
|
102
|
+
"""
|
|
103
|
+
Rules for regulating supported archive files (BZip2, Cpio, Deb, GZip, Rpm, Tar, Zip) during data replication. All properties are optional and only the configured options will be applied against archives. As an example, suppose minimumSizeForExpansion is 10 MiB and maximumExpansionSizeLimit is 1 GiB. Then all archives smaller than 10 MiB will be treated as though the archive ruleset is disabled, although other rulesets will apply as usual. Furthermore, all archives at least 10 MiB in size but with a decompressed size greater than 1 GiB will fail the ruleset. All other archives will have their contents extracted and each extracted element will be applied to all rulesets.
|
|
104
|
+
"""
|
|
105
|
+
maximum_compression_ratio_limit: NotRequired[pulumi.Input[builtins.float]]
|
|
106
|
+
"""
|
|
107
|
+
Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
|
|
108
|
+
"""
|
|
109
|
+
maximum_depth_limit: NotRequired[pulumi.Input[builtins.float]]
|
|
110
|
+
"""
|
|
111
|
+
Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
|
|
112
|
+
"""
|
|
113
|
+
maximum_expansion_size_limit: NotRequired[pulumi.Input[builtins.float]]
|
|
114
|
+
"""
|
|
115
|
+
Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
|
|
116
|
+
"""
|
|
117
|
+
minimum_size_for_expansion: NotRequired[pulumi.Input[builtins.float]]
|
|
118
|
+
"""
|
|
119
|
+
Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
|
|
120
|
+
"""
|
|
121
|
+
elif False:
|
|
122
|
+
ArchiveRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
123
|
+
|
|
124
|
+
@pulumi.input_type
|
|
125
|
+
class ArchiveRulesetArgs:
|
|
126
|
+
def __init__(__self__, *,
|
|
127
|
+
maximum_compression_ratio_limit: Optional[pulumi.Input[builtins.float]] = None,
|
|
128
|
+
maximum_depth_limit: Optional[pulumi.Input[builtins.float]] = None,
|
|
129
|
+
maximum_expansion_size_limit: Optional[pulumi.Input[builtins.float]] = None,
|
|
130
|
+
minimum_size_for_expansion: Optional[pulumi.Input[builtins.float]] = None):
|
|
131
|
+
"""
|
|
132
|
+
Rules for regulating supported archive files (BZip2, Cpio, Deb, GZip, Rpm, Tar, Zip) during data replication. All properties are optional and only the configured options will be applied against archives. As an example, suppose minimumSizeForExpansion is 10 MiB and maximumExpansionSizeLimit is 1 GiB. Then all archives smaller than 10 MiB will be treated as though the archive ruleset is disabled, although other rulesets will apply as usual. Furthermore, all archives at least 10 MiB in size but with a decompressed size greater than 1 GiB will fail the ruleset. All other archives will have their contents extracted and each extracted element will be applied to all rulesets.
|
|
133
|
+
:param pulumi.Input[builtins.float] maximum_compression_ratio_limit: Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
|
|
134
|
+
:param pulumi.Input[builtins.float] maximum_depth_limit: Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
|
|
135
|
+
:param pulumi.Input[builtins.float] maximum_expansion_size_limit: Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
|
|
136
|
+
:param pulumi.Input[builtins.float] minimum_size_for_expansion: Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
|
|
137
|
+
"""
|
|
138
|
+
if maximum_compression_ratio_limit is not None:
|
|
139
|
+
pulumi.set(__self__, "maximum_compression_ratio_limit", maximum_compression_ratio_limit)
|
|
140
|
+
if maximum_depth_limit is not None:
|
|
141
|
+
pulumi.set(__self__, "maximum_depth_limit", maximum_depth_limit)
|
|
142
|
+
if maximum_expansion_size_limit is not None:
|
|
143
|
+
pulumi.set(__self__, "maximum_expansion_size_limit", maximum_expansion_size_limit)
|
|
144
|
+
if minimum_size_for_expansion is None:
|
|
145
|
+
minimum_size_for_expansion = 0
|
|
146
|
+
if minimum_size_for_expansion is not None:
|
|
147
|
+
pulumi.set(__self__, "minimum_size_for_expansion", minimum_size_for_expansion)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="maximumCompressionRatioLimit")
|
|
151
|
+
def maximum_compression_ratio_limit(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
152
|
+
"""
|
|
153
|
+
Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "maximum_compression_ratio_limit")
|
|
156
|
+
|
|
157
|
+
@maximum_compression_ratio_limit.setter
|
|
158
|
+
def maximum_compression_ratio_limit(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
159
|
+
pulumi.set(self, "maximum_compression_ratio_limit", value)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="maximumDepthLimit")
|
|
163
|
+
def maximum_depth_limit(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
164
|
+
"""
|
|
165
|
+
Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "maximum_depth_limit")
|
|
168
|
+
|
|
169
|
+
@maximum_depth_limit.setter
|
|
170
|
+
def maximum_depth_limit(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
171
|
+
pulumi.set(self, "maximum_depth_limit", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="maximumExpansionSizeLimit")
|
|
175
|
+
def maximum_expansion_size_limit(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
176
|
+
"""
|
|
177
|
+
Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "maximum_expansion_size_limit")
|
|
180
|
+
|
|
181
|
+
@maximum_expansion_size_limit.setter
|
|
182
|
+
def maximum_expansion_size_limit(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
183
|
+
pulumi.set(self, "maximum_expansion_size_limit", value)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="minimumSizeForExpansion")
|
|
187
|
+
def minimum_size_for_expansion(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
188
|
+
"""
|
|
189
|
+
Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "minimum_size_for_expansion")
|
|
192
|
+
|
|
193
|
+
@minimum_size_for_expansion.setter
|
|
194
|
+
def minimum_size_for_expansion(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
195
|
+
pulumi.set(self, "minimum_size_for_expansion", value)
|
|
196
|
+
|
|
197
|
+
|
|
44
198
|
if not MYPY:
|
|
45
199
|
class ConnectionPropertiesArgsDict(TypedDict):
|
|
46
200
|
"""
|
|
@@ -296,6 +450,293 @@ class ConnectionPropertiesArgs:
|
|
|
296
450
|
pulumi.set(self, "secondary_contacts", value)
|
|
297
451
|
|
|
298
452
|
|
|
453
|
+
if not MYPY:
|
|
454
|
+
class DataSizeRulesetArgsDict(TypedDict):
|
|
455
|
+
"""
|
|
456
|
+
Defines rules that enforce minimum and maximum file size limits for data replication.
|
|
457
|
+
"""
|
|
458
|
+
maximum: NotRequired[pulumi.Input[builtins.float]]
|
|
459
|
+
"""
|
|
460
|
+
Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
|
|
461
|
+
"""
|
|
462
|
+
minimum: NotRequired[pulumi.Input[builtins.float]]
|
|
463
|
+
"""
|
|
464
|
+
Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
|
|
465
|
+
"""
|
|
466
|
+
elif False:
|
|
467
|
+
DataSizeRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
468
|
+
|
|
469
|
+
@pulumi.input_type
|
|
470
|
+
class DataSizeRulesetArgs:
|
|
471
|
+
def __init__(__self__, *,
|
|
472
|
+
maximum: Optional[pulumi.Input[builtins.float]] = None,
|
|
473
|
+
minimum: Optional[pulumi.Input[builtins.float]] = None):
|
|
474
|
+
"""
|
|
475
|
+
Defines rules that enforce minimum and maximum file size limits for data replication.
|
|
476
|
+
:param pulumi.Input[builtins.float] maximum: Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
|
|
477
|
+
:param pulumi.Input[builtins.float] minimum: Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
|
|
478
|
+
"""
|
|
479
|
+
if maximum is not None:
|
|
480
|
+
pulumi.set(__self__, "maximum", maximum)
|
|
481
|
+
if minimum is None:
|
|
482
|
+
minimum = 0
|
|
483
|
+
if minimum is not None:
|
|
484
|
+
pulumi.set(__self__, "minimum", minimum)
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter
|
|
488
|
+
def maximum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
489
|
+
"""
|
|
490
|
+
Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "maximum")
|
|
493
|
+
|
|
494
|
+
@maximum.setter
|
|
495
|
+
def maximum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
496
|
+
pulumi.set(self, "maximum", value)
|
|
497
|
+
|
|
498
|
+
@property
|
|
499
|
+
@pulumi.getter
|
|
500
|
+
def minimum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
501
|
+
"""
|
|
502
|
+
Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "minimum")
|
|
505
|
+
|
|
506
|
+
@minimum.setter
|
|
507
|
+
def minimum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
508
|
+
pulumi.set(self, "minimum", value)
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
if not MYPY:
|
|
512
|
+
class FlowProfilePropertiesArgsDict(TypedDict):
|
|
513
|
+
"""
|
|
514
|
+
Defines the full set of properties for a FlowProfile resource.
|
|
515
|
+
"""
|
|
516
|
+
description: pulumi.Input[builtins.str]
|
|
517
|
+
"""
|
|
518
|
+
A user-defined description of the FlowProfile.
|
|
519
|
+
"""
|
|
520
|
+
replication_scenario: pulumi.Input[Union[builtins.str, 'DataClassType']]
|
|
521
|
+
"""
|
|
522
|
+
The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
|
|
523
|
+
"""
|
|
524
|
+
status: pulumi.Input[Union[builtins.str, 'FlowProfileStatus']]
|
|
525
|
+
"""
|
|
526
|
+
The operational status of the FlowProfile.
|
|
527
|
+
"""
|
|
528
|
+
rulesets: NotRequired[pulumi.Input['FlowProfileRulesetsArgsDict']]
|
|
529
|
+
"""
|
|
530
|
+
A set of configurable rulesets applied to this FlowProfile.
|
|
531
|
+
"""
|
|
532
|
+
elif False:
|
|
533
|
+
FlowProfilePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
534
|
+
|
|
535
|
+
@pulumi.input_type
|
|
536
|
+
class FlowProfilePropertiesArgs:
|
|
537
|
+
def __init__(__self__, *,
|
|
538
|
+
description: pulumi.Input[builtins.str],
|
|
539
|
+
replication_scenario: pulumi.Input[Union[builtins.str, 'DataClassType']],
|
|
540
|
+
status: pulumi.Input[Union[builtins.str, 'FlowProfileStatus']],
|
|
541
|
+
rulesets: Optional[pulumi.Input['FlowProfileRulesetsArgs']] = None):
|
|
542
|
+
"""
|
|
543
|
+
Defines the full set of properties for a FlowProfile resource.
|
|
544
|
+
:param pulumi.Input[builtins.str] description: A user-defined description of the FlowProfile.
|
|
545
|
+
:param pulumi.Input[Union[builtins.str, 'DataClassType']] replication_scenario: The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
|
|
546
|
+
:param pulumi.Input[Union[builtins.str, 'FlowProfileStatus']] status: The operational status of the FlowProfile.
|
|
547
|
+
:param pulumi.Input['FlowProfileRulesetsArgs'] rulesets: A set of configurable rulesets applied to this FlowProfile.
|
|
548
|
+
"""
|
|
549
|
+
pulumi.set(__self__, "description", description)
|
|
550
|
+
pulumi.set(__self__, "replication_scenario", replication_scenario)
|
|
551
|
+
pulumi.set(__self__, "status", status)
|
|
552
|
+
if rulesets is not None:
|
|
553
|
+
pulumi.set(__self__, "rulesets", rulesets)
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter
|
|
557
|
+
def description(self) -> pulumi.Input[builtins.str]:
|
|
558
|
+
"""
|
|
559
|
+
A user-defined description of the FlowProfile.
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "description")
|
|
562
|
+
|
|
563
|
+
@description.setter
|
|
564
|
+
def description(self, value: pulumi.Input[builtins.str]):
|
|
565
|
+
pulumi.set(self, "description", value)
|
|
566
|
+
|
|
567
|
+
@property
|
|
568
|
+
@pulumi.getter(name="replicationScenario")
|
|
569
|
+
def replication_scenario(self) -> pulumi.Input[Union[builtins.str, 'DataClassType']]:
|
|
570
|
+
"""
|
|
571
|
+
The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
|
|
572
|
+
"""
|
|
573
|
+
return pulumi.get(self, "replication_scenario")
|
|
574
|
+
|
|
575
|
+
@replication_scenario.setter
|
|
576
|
+
def replication_scenario(self, value: pulumi.Input[Union[builtins.str, 'DataClassType']]):
|
|
577
|
+
pulumi.set(self, "replication_scenario", value)
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter
|
|
581
|
+
def status(self) -> pulumi.Input[Union[builtins.str, 'FlowProfileStatus']]:
|
|
582
|
+
"""
|
|
583
|
+
The operational status of the FlowProfile.
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "status")
|
|
586
|
+
|
|
587
|
+
@status.setter
|
|
588
|
+
def status(self, value: pulumi.Input[Union[builtins.str, 'FlowProfileStatus']]):
|
|
589
|
+
pulumi.set(self, "status", value)
|
|
590
|
+
|
|
591
|
+
@property
|
|
592
|
+
@pulumi.getter
|
|
593
|
+
def rulesets(self) -> Optional[pulumi.Input['FlowProfileRulesetsArgs']]:
|
|
594
|
+
"""
|
|
595
|
+
A set of configurable rulesets applied to this FlowProfile.
|
|
596
|
+
"""
|
|
597
|
+
return pulumi.get(self, "rulesets")
|
|
598
|
+
|
|
599
|
+
@rulesets.setter
|
|
600
|
+
def rulesets(self, value: Optional[pulumi.Input['FlowProfileRulesetsArgs']]):
|
|
601
|
+
pulumi.set(self, "rulesets", value)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
if not MYPY:
|
|
605
|
+
class FlowProfileRulesetsArgsDict(TypedDict):
|
|
606
|
+
"""
|
|
607
|
+
The allowed set of configurable rulesets for a FlowProfile resource, used during data replication. All rulesets are optional, and any ruleset configured will be applied to every applicable replicating data. Any data that fails a ruleset will be denied replication. If a ruleset is not configured then the ruleset is considered disabled and will not apply towards replicating data.
|
|
608
|
+
"""
|
|
609
|
+
antivirus: NotRequired[pulumi.Input['AntivirusRulesetArgsDict']]
|
|
610
|
+
"""
|
|
611
|
+
Antivirus scanning rules for replicated data.
|
|
612
|
+
"""
|
|
613
|
+
archives: NotRequired[pulumi.Input['ArchiveRulesetArgsDict']]
|
|
614
|
+
"""
|
|
615
|
+
Rules for handling archive files during replication.
|
|
616
|
+
"""
|
|
617
|
+
data_size: NotRequired[pulumi.Input['DataSizeRulesetArgsDict']]
|
|
618
|
+
"""
|
|
619
|
+
Rules that enforce minimum and maximum data size limits.
|
|
620
|
+
"""
|
|
621
|
+
mime_filters: NotRequired[pulumi.Input['MimeFilterRulesetArgsDict']]
|
|
622
|
+
"""
|
|
623
|
+
Rules for filtering files based on MIME types.
|
|
624
|
+
"""
|
|
625
|
+
text_matching: NotRequired[pulumi.Input['TextMatchingRulesetArgsDict']]
|
|
626
|
+
"""
|
|
627
|
+
Rules for detecting and blocking specific text patterns.
|
|
628
|
+
"""
|
|
629
|
+
xml_filters: NotRequired[pulumi.Input['XmlFilterRulesetArgsDict']]
|
|
630
|
+
"""
|
|
631
|
+
Rules for filtering XML content using XSD schemas.
|
|
632
|
+
"""
|
|
633
|
+
elif False:
|
|
634
|
+
FlowProfileRulesetsArgsDict: TypeAlias = Mapping[str, Any]
|
|
635
|
+
|
|
636
|
+
@pulumi.input_type
|
|
637
|
+
class FlowProfileRulesetsArgs:
|
|
638
|
+
def __init__(__self__, *,
|
|
639
|
+
antivirus: Optional[pulumi.Input['AntivirusRulesetArgs']] = None,
|
|
640
|
+
archives: Optional[pulumi.Input['ArchiveRulesetArgs']] = None,
|
|
641
|
+
data_size: Optional[pulumi.Input['DataSizeRulesetArgs']] = None,
|
|
642
|
+
mime_filters: Optional[pulumi.Input['MimeFilterRulesetArgs']] = None,
|
|
643
|
+
text_matching: Optional[pulumi.Input['TextMatchingRulesetArgs']] = None,
|
|
644
|
+
xml_filters: Optional[pulumi.Input['XmlFilterRulesetArgs']] = None):
|
|
645
|
+
"""
|
|
646
|
+
The allowed set of configurable rulesets for a FlowProfile resource, used during data replication. All rulesets are optional, and any ruleset configured will be applied to every applicable replicating data. Any data that fails a ruleset will be denied replication. If a ruleset is not configured then the ruleset is considered disabled and will not apply towards replicating data.
|
|
647
|
+
:param pulumi.Input['AntivirusRulesetArgs'] antivirus: Antivirus scanning rules for replicated data.
|
|
648
|
+
:param pulumi.Input['ArchiveRulesetArgs'] archives: Rules for handling archive files during replication.
|
|
649
|
+
:param pulumi.Input['DataSizeRulesetArgs'] data_size: Rules that enforce minimum and maximum data size limits.
|
|
650
|
+
:param pulumi.Input['MimeFilterRulesetArgs'] mime_filters: Rules for filtering files based on MIME types.
|
|
651
|
+
:param pulumi.Input['TextMatchingRulesetArgs'] text_matching: Rules for detecting and blocking specific text patterns.
|
|
652
|
+
:param pulumi.Input['XmlFilterRulesetArgs'] xml_filters: Rules for filtering XML content using XSD schemas.
|
|
653
|
+
"""
|
|
654
|
+
if antivirus is not None:
|
|
655
|
+
pulumi.set(__self__, "antivirus", antivirus)
|
|
656
|
+
if archives is not None:
|
|
657
|
+
pulumi.set(__self__, "archives", archives)
|
|
658
|
+
if data_size is not None:
|
|
659
|
+
pulumi.set(__self__, "data_size", data_size)
|
|
660
|
+
if mime_filters is not None:
|
|
661
|
+
pulumi.set(__self__, "mime_filters", mime_filters)
|
|
662
|
+
if text_matching is not None:
|
|
663
|
+
pulumi.set(__self__, "text_matching", text_matching)
|
|
664
|
+
if xml_filters is not None:
|
|
665
|
+
pulumi.set(__self__, "xml_filters", xml_filters)
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
@pulumi.getter
|
|
669
|
+
def antivirus(self) -> Optional[pulumi.Input['AntivirusRulesetArgs']]:
|
|
670
|
+
"""
|
|
671
|
+
Antivirus scanning rules for replicated data.
|
|
672
|
+
"""
|
|
673
|
+
return pulumi.get(self, "antivirus")
|
|
674
|
+
|
|
675
|
+
@antivirus.setter
|
|
676
|
+
def antivirus(self, value: Optional[pulumi.Input['AntivirusRulesetArgs']]):
|
|
677
|
+
pulumi.set(self, "antivirus", value)
|
|
678
|
+
|
|
679
|
+
@property
|
|
680
|
+
@pulumi.getter
|
|
681
|
+
def archives(self) -> Optional[pulumi.Input['ArchiveRulesetArgs']]:
|
|
682
|
+
"""
|
|
683
|
+
Rules for handling archive files during replication.
|
|
684
|
+
"""
|
|
685
|
+
return pulumi.get(self, "archives")
|
|
686
|
+
|
|
687
|
+
@archives.setter
|
|
688
|
+
def archives(self, value: Optional[pulumi.Input['ArchiveRulesetArgs']]):
|
|
689
|
+
pulumi.set(self, "archives", value)
|
|
690
|
+
|
|
691
|
+
@property
|
|
692
|
+
@pulumi.getter(name="dataSize")
|
|
693
|
+
def data_size(self) -> Optional[pulumi.Input['DataSizeRulesetArgs']]:
|
|
694
|
+
"""
|
|
695
|
+
Rules that enforce minimum and maximum data size limits.
|
|
696
|
+
"""
|
|
697
|
+
return pulumi.get(self, "data_size")
|
|
698
|
+
|
|
699
|
+
@data_size.setter
|
|
700
|
+
def data_size(self, value: Optional[pulumi.Input['DataSizeRulesetArgs']]):
|
|
701
|
+
pulumi.set(self, "data_size", value)
|
|
702
|
+
|
|
703
|
+
@property
|
|
704
|
+
@pulumi.getter(name="mimeFilters")
|
|
705
|
+
def mime_filters(self) -> Optional[pulumi.Input['MimeFilterRulesetArgs']]:
|
|
706
|
+
"""
|
|
707
|
+
Rules for filtering files based on MIME types.
|
|
708
|
+
"""
|
|
709
|
+
return pulumi.get(self, "mime_filters")
|
|
710
|
+
|
|
711
|
+
@mime_filters.setter
|
|
712
|
+
def mime_filters(self, value: Optional[pulumi.Input['MimeFilterRulesetArgs']]):
|
|
713
|
+
pulumi.set(self, "mime_filters", value)
|
|
714
|
+
|
|
715
|
+
@property
|
|
716
|
+
@pulumi.getter(name="textMatching")
|
|
717
|
+
def text_matching(self) -> Optional[pulumi.Input['TextMatchingRulesetArgs']]:
|
|
718
|
+
"""
|
|
719
|
+
Rules for detecting and blocking specific text patterns.
|
|
720
|
+
"""
|
|
721
|
+
return pulumi.get(self, "text_matching")
|
|
722
|
+
|
|
723
|
+
@text_matching.setter
|
|
724
|
+
def text_matching(self, value: Optional[pulumi.Input['TextMatchingRulesetArgs']]):
|
|
725
|
+
pulumi.set(self, "text_matching", value)
|
|
726
|
+
|
|
727
|
+
@property
|
|
728
|
+
@pulumi.getter(name="xmlFilters")
|
|
729
|
+
def xml_filters(self) -> Optional[pulumi.Input['XmlFilterRulesetArgs']]:
|
|
730
|
+
"""
|
|
731
|
+
Rules for filtering XML content using XSD schemas.
|
|
732
|
+
"""
|
|
733
|
+
return pulumi.get(self, "xml_filters")
|
|
734
|
+
|
|
735
|
+
@xml_filters.setter
|
|
736
|
+
def xml_filters(self, value: Optional[pulumi.Input['XmlFilterRulesetArgs']]):
|
|
737
|
+
pulumi.set(self, "xml_filters", value)
|
|
738
|
+
|
|
739
|
+
|
|
299
740
|
if not MYPY:
|
|
300
741
|
class FlowPropertiesArgsDict(TypedDict):
|
|
301
742
|
"""
|
|
@@ -803,6 +1244,118 @@ class MessagingOptionsArgs:
|
|
|
803
1244
|
pulumi.set(self, "billing_tier", value)
|
|
804
1245
|
|
|
805
1246
|
|
|
1247
|
+
if not MYPY:
|
|
1248
|
+
class MimeFilterRulesetArgsDict(TypedDict):
|
|
1249
|
+
"""
|
|
1250
|
+
Rules for filtering files based on Media types (f.k.a MIME types).
|
|
1251
|
+
"""
|
|
1252
|
+
filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['MimeTypeFilterArgsDict']]]]
|
|
1253
|
+
"""
|
|
1254
|
+
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
|
|
1255
|
+
"""
|
|
1256
|
+
type: NotRequired[pulumi.Input[Union[builtins.str, 'FilterType']]]
|
|
1257
|
+
"""
|
|
1258
|
+
Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
|
|
1259
|
+
"""
|
|
1260
|
+
elif False:
|
|
1261
|
+
MimeFilterRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1262
|
+
|
|
1263
|
+
@pulumi.input_type
|
|
1264
|
+
class MimeFilterRulesetArgs:
|
|
1265
|
+
def __init__(__self__, *,
|
|
1266
|
+
filters: Optional[pulumi.Input[Sequence[pulumi.Input['MimeTypeFilterArgs']]]] = None,
|
|
1267
|
+
type: Optional[pulumi.Input[Union[builtins.str, 'FilterType']]] = None):
|
|
1268
|
+
"""
|
|
1269
|
+
Rules for filtering files based on Media types (f.k.a MIME types).
|
|
1270
|
+
:param pulumi.Input[Sequence[pulumi.Input['MimeTypeFilterArgs']]] filters: Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
|
|
1271
|
+
:param pulumi.Input[Union[builtins.str, 'FilterType']] type: Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
|
|
1272
|
+
"""
|
|
1273
|
+
if filters is not None:
|
|
1274
|
+
pulumi.set(__self__, "filters", filters)
|
|
1275
|
+
if type is not None:
|
|
1276
|
+
pulumi.set(__self__, "type", type)
|
|
1277
|
+
|
|
1278
|
+
@property
|
|
1279
|
+
@pulumi.getter
|
|
1280
|
+
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MimeTypeFilterArgs']]]]:
|
|
1281
|
+
"""
|
|
1282
|
+
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
|
|
1283
|
+
"""
|
|
1284
|
+
return pulumi.get(self, "filters")
|
|
1285
|
+
|
|
1286
|
+
@filters.setter
|
|
1287
|
+
def filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MimeTypeFilterArgs']]]]):
|
|
1288
|
+
pulumi.set(self, "filters", value)
|
|
1289
|
+
|
|
1290
|
+
@property
|
|
1291
|
+
@pulumi.getter
|
|
1292
|
+
def type(self) -> Optional[pulumi.Input[Union[builtins.str, 'FilterType']]]:
|
|
1293
|
+
"""
|
|
1294
|
+
Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
|
|
1295
|
+
"""
|
|
1296
|
+
return pulumi.get(self, "type")
|
|
1297
|
+
|
|
1298
|
+
@type.setter
|
|
1299
|
+
def type(self, value: Optional[pulumi.Input[Union[builtins.str, 'FilterType']]]):
|
|
1300
|
+
pulumi.set(self, "type", value)
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
if not MYPY:
|
|
1304
|
+
class MimeTypeFilterArgsDict(TypedDict):
|
|
1305
|
+
"""
|
|
1306
|
+
Defines a list of Media types (f.k.a MIME Types) and associated file extensions subject to filtering.
|
|
1307
|
+
"""
|
|
1308
|
+
extensions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1309
|
+
"""
|
|
1310
|
+
A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
|
|
1311
|
+
"""
|
|
1312
|
+
media: NotRequired[pulumi.Input[builtins.str]]
|
|
1313
|
+
"""
|
|
1314
|
+
The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
|
|
1315
|
+
"""
|
|
1316
|
+
elif False:
|
|
1317
|
+
MimeTypeFilterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1318
|
+
|
|
1319
|
+
@pulumi.input_type
|
|
1320
|
+
class MimeTypeFilterArgs:
|
|
1321
|
+
def __init__(__self__, *,
|
|
1322
|
+
extensions: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1323
|
+
media: Optional[pulumi.Input[builtins.str]] = None):
|
|
1324
|
+
"""
|
|
1325
|
+
Defines a list of Media types (f.k.a MIME Types) and associated file extensions subject to filtering.
|
|
1326
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] extensions: A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
|
|
1327
|
+
:param pulumi.Input[builtins.str] media: The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
|
|
1328
|
+
"""
|
|
1329
|
+
if extensions is not None:
|
|
1330
|
+
pulumi.set(__self__, "extensions", extensions)
|
|
1331
|
+
if media is not None:
|
|
1332
|
+
pulumi.set(__self__, "media", media)
|
|
1333
|
+
|
|
1334
|
+
@property
|
|
1335
|
+
@pulumi.getter
|
|
1336
|
+
def extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1337
|
+
"""
|
|
1338
|
+
A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
|
|
1339
|
+
"""
|
|
1340
|
+
return pulumi.get(self, "extensions")
|
|
1341
|
+
|
|
1342
|
+
@extensions.setter
|
|
1343
|
+
def extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1344
|
+
pulumi.set(self, "extensions", value)
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
@pulumi.getter
|
|
1348
|
+
def media(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1349
|
+
"""
|
|
1350
|
+
The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "media")
|
|
1353
|
+
|
|
1354
|
+
@media.setter
|
|
1355
|
+
def media(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1356
|
+
pulumi.set(self, "media", value)
|
|
1357
|
+
|
|
1358
|
+
|
|
806
1359
|
if not MYPY:
|
|
807
1360
|
class PipelinePropertiesArgsDict(TypedDict):
|
|
808
1361
|
"""
|
|
@@ -1390,3 +1943,192 @@ class SubscriberArgs:
|
|
|
1390
1943
|
pulumi.set(self, "notifications", value)
|
|
1391
1944
|
|
|
1392
1945
|
|
|
1946
|
+
if not MYPY:
|
|
1947
|
+
class TextMatchingRulesetArgsDict(TypedDict):
|
|
1948
|
+
"""
|
|
1949
|
+
Rules for detecting and blocking specific text patterns. If a file contains a text pattern that is part of the configured deny list, the file will be denied.
|
|
1950
|
+
"""
|
|
1951
|
+
deny: NotRequired[pulumi.Input[Sequence[pulumi.Input['TextMatchArgsDict']]]]
|
|
1952
|
+
"""
|
|
1953
|
+
A list of text patterns to block, each with matching rules and case sensitivity options.
|
|
1954
|
+
"""
|
|
1955
|
+
elif False:
|
|
1956
|
+
TextMatchingRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1957
|
+
|
|
1958
|
+
@pulumi.input_type
|
|
1959
|
+
class TextMatchingRulesetArgs:
|
|
1960
|
+
def __init__(__self__, *,
|
|
1961
|
+
deny: Optional[pulumi.Input[Sequence[pulumi.Input['TextMatchArgs']]]] = None):
|
|
1962
|
+
"""
|
|
1963
|
+
Rules for detecting and blocking specific text patterns. If a file contains a text pattern that is part of the configured deny list, the file will be denied.
|
|
1964
|
+
:param pulumi.Input[Sequence[pulumi.Input['TextMatchArgs']]] deny: A list of text patterns to block, each with matching rules and case sensitivity options.
|
|
1965
|
+
"""
|
|
1966
|
+
if deny is not None:
|
|
1967
|
+
pulumi.set(__self__, "deny", deny)
|
|
1968
|
+
|
|
1969
|
+
@property
|
|
1970
|
+
@pulumi.getter
|
|
1971
|
+
def deny(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TextMatchArgs']]]]:
|
|
1972
|
+
"""
|
|
1973
|
+
A list of text patterns to block, each with matching rules and case sensitivity options.
|
|
1974
|
+
"""
|
|
1975
|
+
return pulumi.get(self, "deny")
|
|
1976
|
+
|
|
1977
|
+
@deny.setter
|
|
1978
|
+
def deny(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TextMatchArgs']]]]):
|
|
1979
|
+
pulumi.set(self, "deny", value)
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
if not MYPY:
|
|
1983
|
+
class TextMatchArgsDict(TypedDict):
|
|
1984
|
+
"""
|
|
1985
|
+
Configuration options for the text matching ruleset. For example, if the configuration is to deny "hello world" for partial case-insensitive words then "chello worlds" would get detected and the resulting file would be denied.
|
|
1986
|
+
"""
|
|
1987
|
+
case_sensitivity: pulumi.Input[Union[builtins.str, 'Casing']]
|
|
1988
|
+
"""
|
|
1989
|
+
Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
|
|
1990
|
+
"""
|
|
1991
|
+
match_type: pulumi.Input[Union[builtins.str, 'MatchType']]
|
|
1992
|
+
"""
|
|
1993
|
+
Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
|
|
1994
|
+
"""
|
|
1995
|
+
text: pulumi.Input[builtins.str]
|
|
1996
|
+
"""
|
|
1997
|
+
The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
|
|
1998
|
+
"""
|
|
1999
|
+
elif False:
|
|
2000
|
+
TextMatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2001
|
+
|
|
2002
|
+
@pulumi.input_type
|
|
2003
|
+
class TextMatchArgs:
|
|
2004
|
+
def __init__(__self__, *,
|
|
2005
|
+
case_sensitivity: Optional[pulumi.Input[Union[builtins.str, 'Casing']]] = None,
|
|
2006
|
+
match_type: Optional[pulumi.Input[Union[builtins.str, 'MatchType']]] = None,
|
|
2007
|
+
text: pulumi.Input[builtins.str]):
|
|
2008
|
+
"""
|
|
2009
|
+
Configuration options for the text matching ruleset. For example, if the configuration is to deny "hello world" for partial case-insensitive words then "chello worlds" would get detected and the resulting file would be denied.
|
|
2010
|
+
:param pulumi.Input[Union[builtins.str, 'Casing']] case_sensitivity: Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
|
|
2011
|
+
:param pulumi.Input[Union[builtins.str, 'MatchType']] match_type: Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
|
|
2012
|
+
:param pulumi.Input[builtins.str] text: The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
|
|
2013
|
+
"""
|
|
2014
|
+
if case_sensitivity is None:
|
|
2015
|
+
case_sensitivity = 'Insensitive'
|
|
2016
|
+
pulumi.set(__self__, "case_sensitivity", case_sensitivity)
|
|
2017
|
+
if match_type is None:
|
|
2018
|
+
match_type = 'Partial'
|
|
2019
|
+
pulumi.set(__self__, "match_type", match_type)
|
|
2020
|
+
pulumi.set(__self__, "text", text)
|
|
2021
|
+
|
|
2022
|
+
@property
|
|
2023
|
+
@pulumi.getter(name="caseSensitivity")
|
|
2024
|
+
def case_sensitivity(self) -> pulumi.Input[Union[builtins.str, 'Casing']]:
|
|
2025
|
+
"""
|
|
2026
|
+
Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
|
|
2027
|
+
"""
|
|
2028
|
+
return pulumi.get(self, "case_sensitivity")
|
|
2029
|
+
|
|
2030
|
+
@case_sensitivity.setter
|
|
2031
|
+
def case_sensitivity(self, value: pulumi.Input[Union[builtins.str, 'Casing']]):
|
|
2032
|
+
pulumi.set(self, "case_sensitivity", value)
|
|
2033
|
+
|
|
2034
|
+
@property
|
|
2035
|
+
@pulumi.getter(name="matchType")
|
|
2036
|
+
def match_type(self) -> pulumi.Input[Union[builtins.str, 'MatchType']]:
|
|
2037
|
+
"""
|
|
2038
|
+
Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
|
|
2039
|
+
"""
|
|
2040
|
+
return pulumi.get(self, "match_type")
|
|
2041
|
+
|
|
2042
|
+
@match_type.setter
|
|
2043
|
+
def match_type(self, value: pulumi.Input[Union[builtins.str, 'MatchType']]):
|
|
2044
|
+
pulumi.set(self, "match_type", value)
|
|
2045
|
+
|
|
2046
|
+
@property
|
|
2047
|
+
@pulumi.getter
|
|
2048
|
+
def text(self) -> pulumi.Input[builtins.str]:
|
|
2049
|
+
"""
|
|
2050
|
+
The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
|
|
2051
|
+
"""
|
|
2052
|
+
return pulumi.get(self, "text")
|
|
2053
|
+
|
|
2054
|
+
@text.setter
|
|
2055
|
+
def text(self, value: pulumi.Input[builtins.str]):
|
|
2056
|
+
pulumi.set(self, "text", value)
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
if not MYPY:
|
|
2060
|
+
class XmlFilterRulesetArgsDict(TypedDict):
|
|
2061
|
+
"""
|
|
2062
|
+
Rules for filtering XML content using XSD schemas.
|
|
2063
|
+
"""
|
|
2064
|
+
default_namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
2065
|
+
"""
|
|
2066
|
+
The default XML namespace used for schema validation.
|
|
2067
|
+
"""
|
|
2068
|
+
reference: NotRequired[pulumi.Input[Union[builtins.str, 'XmlReferenceType']]]
|
|
2069
|
+
"""
|
|
2070
|
+
Defines the method for referencing the xml schema.
|
|
2071
|
+
"""
|
|
2072
|
+
schema: NotRequired[pulumi.Input[builtins.str]]
|
|
2073
|
+
"""
|
|
2074
|
+
The inline XSD schema to be used for validation.
|
|
2075
|
+
"""
|
|
2076
|
+
elif False:
|
|
2077
|
+
XmlFilterRulesetArgsDict: TypeAlias = Mapping[str, Any]
|
|
2078
|
+
|
|
2079
|
+
@pulumi.input_type
|
|
2080
|
+
class XmlFilterRulesetArgs:
|
|
2081
|
+
def __init__(__self__, *,
|
|
2082
|
+
default_namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
2083
|
+
reference: Optional[pulumi.Input[Union[builtins.str, 'XmlReferenceType']]] = None,
|
|
2084
|
+
schema: Optional[pulumi.Input[builtins.str]] = None):
|
|
2085
|
+
"""
|
|
2086
|
+
Rules for filtering XML content using XSD schemas.
|
|
2087
|
+
:param pulumi.Input[builtins.str] default_namespace: The default XML namespace used for schema validation.
|
|
2088
|
+
:param pulumi.Input[Union[builtins.str, 'XmlReferenceType']] reference: Defines the method for referencing the xml schema.
|
|
2089
|
+
:param pulumi.Input[builtins.str] schema: The inline XSD schema to be used for validation.
|
|
2090
|
+
"""
|
|
2091
|
+
if default_namespace is not None:
|
|
2092
|
+
pulumi.set(__self__, "default_namespace", default_namespace)
|
|
2093
|
+
if reference is not None:
|
|
2094
|
+
pulumi.set(__self__, "reference", reference)
|
|
2095
|
+
if schema is not None:
|
|
2096
|
+
pulumi.set(__self__, "schema", schema)
|
|
2097
|
+
|
|
2098
|
+
@property
|
|
2099
|
+
@pulumi.getter(name="defaultNamespace")
|
|
2100
|
+
def default_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2101
|
+
"""
|
|
2102
|
+
The default XML namespace used for schema validation.
|
|
2103
|
+
"""
|
|
2104
|
+
return pulumi.get(self, "default_namespace")
|
|
2105
|
+
|
|
2106
|
+
@default_namespace.setter
|
|
2107
|
+
def default_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2108
|
+
pulumi.set(self, "default_namespace", value)
|
|
2109
|
+
|
|
2110
|
+
@property
|
|
2111
|
+
@pulumi.getter
|
|
2112
|
+
def reference(self) -> Optional[pulumi.Input[Union[builtins.str, 'XmlReferenceType']]]:
|
|
2113
|
+
"""
|
|
2114
|
+
Defines the method for referencing the xml schema.
|
|
2115
|
+
"""
|
|
2116
|
+
return pulumi.get(self, "reference")
|
|
2117
|
+
|
|
2118
|
+
@reference.setter
|
|
2119
|
+
def reference(self, value: Optional[pulumi.Input[Union[builtins.str, 'XmlReferenceType']]]):
|
|
2120
|
+
pulumi.set(self, "reference", value)
|
|
2121
|
+
|
|
2122
|
+
@property
|
|
2123
|
+
@pulumi.getter
|
|
2124
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2125
|
+
"""
|
|
2126
|
+
The inline XSD schema to be used for validation.
|
|
2127
|
+
"""
|
|
2128
|
+
return pulumi.get(self, "schema")
|
|
2129
|
+
|
|
2130
|
+
@schema.setter
|
|
2131
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2132
|
+
pulumi.set(self, "schema", value)
|
|
2133
|
+
|
|
2134
|
+
|