pulumi-azure-native 2.61.0__py3-none-any.whl → 2.61.0a1726250321__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 +1 -273
- pulumi_azure_native/appconfiguration/__init__.py +0 -3
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/appconfiguration/v20230301/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/replica.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- 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_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/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/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/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/devhub/__init__.py +0 -4
- pulumi_azure_native/devhub/_enums.py +0 -27
- pulumi_azure_native/devhub/_inputs.py +0 -20
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_iac_profile.py +0 -4
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/iac_profile.py +1 -6
- pulumi_azure_native/devhub/outputs.py +14 -15
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -27
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -20
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +1 -2
- pulumi_azure_native/devhub/v20240501preview/outputs.py +14 -15
- pulumi_azure_native/devhub/v20240501preview/workflow.py +1 -1
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +0 -13
- pulumi_azure_native/deviceregistry/_enums.py +4 -73
- pulumi_azure_native/deviceregistry/_inputs.py +9 -414
- pulumi_azure_native/deviceregistry/asset.py +17 -21
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +5 -9
- pulumi_azure_native/deviceregistry/get_asset.py +4 -8
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +1 -5
- pulumi_azure_native/deviceregistry/outputs.py +22 -367
- pulumi_azure_native/deviceregistry/v20231101preview/_enums.py +4 -4
- pulumi_azure_native/deviceregistry/v20231101preview/_inputs.py +9 -9
- pulumi_azure_native/deviceregistry/v20231101preview/asset.py +17 -17
- pulumi_azure_native/deviceregistry/v20231101preview/asset_endpoint_profile.py +5 -5
- pulumi_azure_native/deviceregistry/v20231101preview/get_asset.py +4 -4
- pulumi_azure_native/deviceregistry/v20231101preview/get_asset_endpoint_profile.py +1 -1
- pulumi_azure_native/deviceregistry/v20231101preview/outputs.py +22 -18
- pulumi_azure_native/documentdb/__init__.py +0 -6
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/gateway.py +3 -3
- pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
- pulumi_azure_native/network/__init__.py +0 -14
- pulumi_azure_native/network/_enums.py +0 -30
- pulumi_azure_native/network/_inputs.py +20 -187
- 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_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_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.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_route.py +3 -3
- 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_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_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.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_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_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/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_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/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_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -246
- 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/route.py +24 -5
- 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/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/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.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/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/_inputs.py +20 -0
- pulumi_azure_native/network/v20210201/outputs.py +15 -14
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/_inputs.py +20 -0
- pulumi_azure_native/network/v20220701/outputs.py +15 -14
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/_inputs.py +20 -0
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/get_route.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/outputs.py +15 -14
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +22 -3
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/_inputs.py +20 -0
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/get_route.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/outputs.py +15 -14
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +22 -3
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/_inputs.py +20 -0
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/get_route.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/outputs.py +15 -14
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +22 -3
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/_inputs.py +20 -0
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/get_route.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/outputs.py +15 -14
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +22 -3
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/_inputs.py +20 -0
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/get_route.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/outputs.py +15 -14
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +22 -3
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/_inputs.py +20 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20231101/flow_log.py +1 -1
- pulumi_azure_native/network/v20231101/get_route.py +1 -1
- pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20231101/ip_group.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/network_profile.py +1 -1
- pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20231101/outputs.py +15 -14
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/route.py +22 -3
- pulumi_azure_native/network/v20231101/route_filter.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20231101/route_map.py +1 -1
- pulumi_azure_native/network/v20231101/route_table.py +1 -1
- pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20231101/security_rule.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20231101/static_member.py +1 -1
- pulumi_azure_native/network/v20231101/subnet.py +1 -1
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/_enums.py +1 -0
- pulumi_azure_native/network/v20240101/_inputs.py +20 -0
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20240101/flow_log.py +1 -1
- pulumi_azure_native/network/v20240101/get_route.py +1 -1
- pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20240101/ip_group.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/network_profile.py +1 -1
- pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20240101/outputs.py +15 -14
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/route.py +22 -3
- pulumi_azure_native/network/v20240101/route_filter.py +1 -1
- pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20240101/route_map.py +1 -1
- pulumi_azure_native/network/v20240101/route_table.py +1 -1
- pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20240101/security_rule.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20240101/static_member.py +1 -1
- pulumi_azure_native/network/v20240101/subnet.py +1 -1
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
- 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/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -9
- pulumi_azure_native/security/_enums.py +1 -63
- pulumi_azure_native/security/_inputs.py +5 -275
- pulumi_azure_native/security/outputs.py +4 -432
- pulumi_azure_native/servicebus/__init__.py +0 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +1 -1
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/RECORD +1595 -2078
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/WHEEL +1 -1
- pulumi_azure_native/appconfiguration/v20240501/__init__.py +0 -19
- pulumi_azure_native/appconfiguration/v20240501/_enums.py +0 -78
- pulumi_azure_native/appconfiguration/v20240501/_inputs.py +0 -367
- pulumi_azure_native/appconfiguration/v20240501/configuration_store.py +0 -534
- pulumi_azure_native/appconfiguration/v20240501/get_configuration_store.py +0 -305
- pulumi_azure_native/appconfiguration/v20240501/get_key_value.py +0 -222
- pulumi_azure_native/appconfiguration/v20240501/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/appconfiguration/v20240501/get_replica.py +0 -167
- pulumi_azure_native/appconfiguration/v20240501/key_value.py +0 -323
- pulumi_azure_native/appconfiguration/v20240501/list_configuration_store_keys.py +0 -102
- pulumi_azure_native/appconfiguration/v20240501/outputs.py +0 -704
- pulumi_azure_native/appconfiguration/v20240501/private_endpoint_connection.py +0 -251
- pulumi_azure_native/appconfiguration/v20240501/replica.py +0 -239
- pulumi_azure_native/containerservice/v20240702preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240702preview/_enums.py +0 -921
- pulumi_azure_native/containerservice/v20240702preview/_inputs.py +0 -9710
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +0 -1691
- pulumi_azure_native/containerservice/v20240702preview/get_agent_pool.py +0 -817
- pulumi_azure_native/containerservice/v20240702preview/get_load_balancer.py +0 -206
- pulumi_azure_native/containerservice/v20240702preview/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster.py +0 -838
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster_snapshot.py +0 -188
- pulumi_azure_native/containerservice/v20240702preview/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240702preview/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240702preview/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +0 -368
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +0 -1595
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +0 -297
- pulumi_azure_native/containerservice/v20240702preview/outputs.py +0 -8363
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/devhub/get_adoo_auth_info.py +0 -98
- pulumi_azure_native/devhub/v20240801preview/__init__.py +0 -16
- pulumi_azure_native/devhub/v20240801preview/_enums.py +0 -127
- pulumi_azure_native/devhub/v20240801preview/_inputs.py +0 -1446
- pulumi_azure_native/devhub/v20240801preview/get_adoo_auth_info.py +0 -96
- pulumi_azure_native/devhub/v20240801preview/get_git_hub_o_auth.py +0 -96
- pulumi_azure_native/devhub/v20240801preview/get_iac_profile.py +0 -325
- pulumi_azure_native/devhub/v20240801preview/get_workflow.py +0 -162
- pulumi_azure_native/devhub/v20240801preview/iac_profile.py +0 -542
- pulumi_azure_native/devhub/v20240801preview/outputs.py +0 -1527
- pulumi_azure_native/devhub/v20240801preview/workflow.py +0 -258
- pulumi_azure_native/deviceregistry/discovered_asset.py +0 -738
- pulumi_azure_native/deviceregistry/discovered_asset_endpoint_profile.py +0 -449
- pulumi_azure_native/deviceregistry/get_discovered_asset.py +0 -385
- pulumi_azure_native/deviceregistry/get_discovered_asset_endpoint_profile.py +0 -255
- pulumi_azure_native/deviceregistry/get_schema.py +0 -221
- pulumi_azure_native/deviceregistry/get_schema_registry.py +0 -242
- pulumi_azure_native/deviceregistry/get_schema_version.py +0 -200
- pulumi_azure_native/deviceregistry/schema.py +0 -360
- pulumi_azure_native/deviceregistry/schema_registry.py +0 -398
- pulumi_azure_native/deviceregistry/schema_version.py +0 -302
- pulumi_azure_native/deviceregistry/v20240901preview/__init__.py +0 -24
- pulumi_azure_native/deviceregistry/v20240901preview/_enums.py +0 -119
- pulumi_azure_native/deviceregistry/v20240901preview/_inputs.py +0 -968
- pulumi_azure_native/deviceregistry/v20240901preview/asset.py +0 -880
- pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +0 -436
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset.py +0 -736
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset_endpoint_profile.py +0 -447
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset.py +0 -474
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset_endpoint_profile.py +0 -266
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset.py +0 -383
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset_endpoint_profile.py +0 -253
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema.py +0 -219
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_registry.py +0 -240
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_version.py +0 -198
- pulumi_azure_native/deviceregistry/v20240901preview/outputs.py +0 -1243
- pulumi_azure_native/deviceregistry/v20240901preview/schema.py +0 -358
- pulumi_azure_native/deviceregistry/v20240901preview/schema_registry.py +0 -396
- pulumi_azure_native/deviceregistry/v20240901preview/schema_version.py +0 -300
- pulumi_azure_native/documentdb/v20240815/__init__.py +0 -57
- pulumi_azure_native/documentdb/v20240815/_enums.py +0 -347
- pulumi_azure_native/documentdb/v20240815/_inputs.py +0 -5585
- pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +0 -277
- pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +0 -211
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +0 -292
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +0 -313
- pulumi_azure_native/documentdb/v20240815/database_account.py +0 -1276
- pulumi_azure_native/documentdb/v20240815/get_cassandra_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240815/get_cassandra_data_center.py +0 -128
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_keyspace.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_table.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_database_account.py +0 -682
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_graph.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_collection.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_role_definition.py +0 -167
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_user_definition.py +0 -193
- pulumi_azure_native/documentdb/v20240815/get_notebook_workspace.py +0 -140
- pulumi_azure_native/documentdb/v20240815/get_private_endpoint_connection.py +0 -167
- pulumi_azure_native/documentdb/v20240815/get_service.py +0 -128
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_container.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_assignment.py +0 -153
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_definition.py +0 -154
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_stored_procedure.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_trigger.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_user_defined_function.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_table_resource_table.py +0 -161
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +0 -314
- pulumi_azure_native/documentdb/v20240815/list_database_account_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240815/list_database_account_keys.py +0 -122
- pulumi_azure_native/documentdb/v20240815/list_notebook_workspace_connection_info.py +0 -101
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +0 -314
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +0 -317
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +0 -355
- pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +0 -199
- pulumi_azure_native/documentdb/v20240815/outputs.py +0 -6291
- pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +0 -297
- pulumi_azure_native/documentdb/v20240815/service.py +0 -211
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +0 -314
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +0 -266
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +0 -288
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +0 -328
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +0 -329
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +0 -328
- pulumi_azure_native/documentdb/v20240815/table_resource_table.py +0 -293
- pulumi_azure_native/documentdb/v20240901preview/__init__.py +0 -65
- pulumi_azure_native/documentdb/v20240901preview/_enums.py +0 -405
- pulumi_azure_native/documentdb/v20240901preview/_inputs.py +0 -6006
- pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +0 -277
- pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +0 -211
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_view.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/database_account.py +0 -1460
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_data_center.py +0 -128
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_keyspace.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_table.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_view.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_database_account.py +0 -773
- pulumi_azure_native/documentdb/v20240901preview/get_graph_resource_graph.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_graph.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_collection.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_role_definition.py +0 -167
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_user_definition.py +0 -193
- pulumi_azure_native/documentdb/v20240901preview/get_notebook_workspace.py +0 -140
- pulumi_azure_native/documentdb/v20240901preview/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/documentdb/v20240901preview/get_service.py +0 -128
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_container.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_assignment.py +0 -153
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_definition.py +0 -154
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_stored_procedure.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_trigger.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_user_defined_function.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_table_resource_table.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool.py +0 -175
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool_account.py +0 -180
- pulumi_azure_native/documentdb/v20240901preview/graph_resource_graph.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_keys.py +0 -122
- pulumi_azure_native/documentdb/v20240901preview/list_notebook_workspace_connection_info.py +0 -101
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +0 -317
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +0 -355
- pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +0 -199
- pulumi_azure_native/documentdb/v20240901preview/outputs.py +0 -6889
- pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +0 -307
- pulumi_azure_native/documentdb/v20240901preview/service.py +0 -211
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +0 -266
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +0 -288
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool.py +0 -266
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool_account.py +0 -268
- pulumi_azure_native/hybridcompute/v20240731preview/__init__.py +0 -26
- pulumi_azure_native/hybridcompute/v20240731preview/_enums.py +0 -172
- pulumi_azure_native/hybridcompute/v20240731preview/_inputs.py +0 -1924
- pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +0 -316
- pulumi_azure_native/hybridcompute/v20240731preview/get_gateway.py +0 -214
- pulumi_azure_native/hybridcompute/v20240731preview/get_license.py +0 -201
- pulumi_azure_native/hybridcompute/v20240731preview/get_license_profile.py +0 -362
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine.py +0 -635
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_extension.py +0 -167
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_run_command.py +0 -323
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_link_scope.py +0 -162
- pulumi_azure_native/hybridcompute/v20240731preview/license.py +0 -326
- pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +0 -505
- pulumi_azure_native/hybridcompute/v20240731preview/machine.py +0 -885
- pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +0 -279
- pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +0 -592
- pulumi_azure_native/hybridcompute/v20240731preview/outputs.py +0 -3556
- pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +0 -220
- pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +0 -258
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +0 -182
- pulumi_azure_native/network/get_routing_rule.py +0 -218
- pulumi_azure_native/network/get_routing_rule_collection.py +0 -213
- pulumi_azure_native/network/get_security_user_rule.py +0 -270
- pulumi_azure_native/network/get_security_user_rule_collection.py +0 -200
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +0 -135
- pulumi_azure_native/network/network_manager_routing_configuration.py +0 -251
- pulumi_azure_native/network/routing_rule.py +0 -355
- pulumi_azure_native/network/routing_rule_collection.py +0 -333
- pulumi_azure_native/network/security_user_rule.py +0 -471
- pulumi_azure_native/network/security_user_rule_collection.py +0 -303
- pulumi_azure_native/network/v20240301/__init__.py +0 -225
- pulumi_azure_native/network/v20240301/_enums.py +0 -1874
- pulumi_azure_native/network/v20240301/_inputs.py +0 -28409
- pulumi_azure_native/network/v20240301/admin_rule.py +0 -563
- pulumi_azure_native/network/v20240301/admin_rule_collection.py +0 -301
- pulumi_azure_native/network/v20240301/application_gateway.py +0 -1256
- pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +0 -289
- pulumi_azure_native/network/v20240301/application_security_group.py +0 -266
- pulumi_azure_native/network/v20240301/azure_firewall.py +0 -646
- pulumi_azure_native/network/v20240301/bastion_host.py +0 -685
- pulumi_azure_native/network/v20240301/configuration_policy_group.py +0 -338
- pulumi_azure_native/network/v20240301/connection_monitor.py +0 -579
- pulumi_azure_native/network/v20240301/connectivity_configuration.py +0 -398
- pulumi_azure_native/network/v20240301/custom_ip_prefix.py +0 -647
- pulumi_azure_native/network/v20240301/ddos_custom_policy.py +0 -266
- pulumi_azure_native/network/v20240301/ddos_protection_plan.py +0 -267
- pulumi_azure_native/network/v20240301/default_admin_rule.py +0 -415
- pulumi_azure_native/network/v20240301/dscp_configuration.py +0 -492
- pulumi_azure_native/network/v20240301/express_route_circuit.py +0 -720
- pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +0 -307
- pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +0 -416
- pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +0 -738
- pulumi_azure_native/network/v20240301/express_route_connection.py +0 -426
- pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +0 -561
- pulumi_azure_native/network/v20240301/express_route_gateway.py +0 -379
- pulumi_azure_native/network/v20240301/express_route_port.py +0 -493
- pulumi_azure_native/network/v20240301/express_route_port_authorization.py +0 -268
- pulumi_azure_native/network/v20240301/firewall_policy.py +0 -647
- pulumi_azure_native/network/v20240301/firewall_policy_draft.py +0 -501
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +0 -309
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +0 -290
- pulumi_azure_native/network/v20240301/flow_log.py +0 -524
- pulumi_azure_native/network/v20240301/get_active_sessions.py +0 -97
- pulumi_azure_native/network/v20240301/get_admin_rule.py +0 -308
- pulumi_azure_native/network/v20240301/get_admin_rule_collection.py +0 -198
- pulumi_azure_native/network/v20240301/get_application_gateway.py +0 -643
- pulumi_azure_native/network/v20240301/get_application_gateway_backend_health_on_demand.py +0 -144
- pulumi_azure_native/network/v20240301/get_application_gateway_private_endpoint_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_application_security_group.py +0 -174
- pulumi_azure_native/network/v20240301/get_azure_firewall.py +0 -344
- pulumi_azure_native/network/v20240301/get_bastion_host.py +0 -341
- pulumi_azure_native/network/v20240301/get_bastion_shareable_link.py +0 -103
- pulumi_azure_native/network/v20240301/get_configuration_policy_group.py +0 -193
- pulumi_azure_native/network/v20240301/get_connection_monitor.py +0 -323
- pulumi_azure_native/network/v20240301/get_connectivity_configuration.py +0 -245
- pulumi_azure_native/network/v20240301/get_custom_ip_prefix.py +0 -375
- pulumi_azure_native/network/v20240301/get_ddos_custom_policy.py +0 -174
- pulumi_azure_native/network/v20240301/get_ddos_protection_plan.py +0 -201
- pulumi_azure_native/network/v20240301/get_default_admin_rule.py +0 -321
- pulumi_azure_native/network/v20240301/get_dscp_configuration.py +0 -292
- pulumi_azure_native/network/v20240301/get_express_route_circuit.py +0 -383
- pulumi_azure_native/network/v20240301/get_express_route_circuit_authorization.py +0 -179
- pulumi_azure_native/network/v20240301/get_express_route_circuit_connection.py +0 -224
- pulumi_azure_native/network/v20240301/get_express_route_circuit_peering.py +0 -388
- pulumi_azure_native/network/v20240301/get_express_route_connection.py +0 -206
- pulumi_azure_native/network/v20240301/get_express_route_cross_connection_peering.py +0 -310
- pulumi_azure_native/network/v20240301/get_express_route_gateway.py +0 -214
- pulumi_azure_native/network/v20240301/get_express_route_port.py +0 -318
- pulumi_azure_native/network/v20240301/get_express_route_port_authorization.py +0 -179
- pulumi_azure_native/network/v20240301/get_firewall_policy.py +0 -375
- pulumi_azure_native/network/v20240301/get_firewall_policy_draft.py +0 -253
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group.py +0 -180
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group_draft.py +0 -154
- pulumi_azure_native/network/v20240301/get_flow_log.py +0 -284
- pulumi_azure_native/network/v20240301/get_hub_route_table.py +0 -193
- pulumi_azure_native/network/v20240301/get_hub_virtual_network_connection.py +0 -193
- pulumi_azure_native/network/v20240301/get_inbound_nat_rule.py +0 -289
- pulumi_azure_native/network/v20240301/get_ip_allocation.py +0 -245
- pulumi_azure_native/network/v20240301/get_ip_group.py +0 -206
- pulumi_azure_native/network/v20240301/get_load_balancer.py +0 -297
- pulumi_azure_native/network/v20240301/get_load_balancer_backend_address_pool.py +0 -284
- pulumi_azure_native/network/v20240301/get_local_network_gateway.py +0 -227
- pulumi_azure_native/network/v20240301/get_management_group_network_manager_connection.py +0 -162
- pulumi_azure_native/network/v20240301/get_nat_gateway.py +0 -258
- pulumi_azure_native/network/v20240301/get_nat_rule.py +0 -219
- pulumi_azure_native/network/v20240301/get_network_group.py +0 -193
- pulumi_azure_native/network/v20240301/get_network_interface.py +0 -453
- pulumi_azure_native/network/v20240301/get_network_interface_tap_configuration.py +0 -154
- pulumi_azure_native/network/v20240301/get_network_manager.py +0 -227
- pulumi_azure_native/network/v20240301/get_network_manager_routing_configuration.py +0 -180
- pulumi_azure_native/network/v20240301/get_network_profile.py +0 -206
- pulumi_azure_native/network/v20240301/get_network_security_group.py +0 -258
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance.py +0 -414
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_network_watcher.py +0 -161
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway.py +0 -253
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -253
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -93
- pulumi_azure_native/network/v20240301/get_packet_capture.py +0 -258
- pulumi_azure_native/network/v20240301/get_private_dns_zone_group.py +0 -141
- pulumi_azure_native/network/v20240301/get_private_endpoint.py +0 -284
- pulumi_azure_native/network/v20240301/get_private_link_service.py +0 -310
- pulumi_azure_native/network/v20240301/get_private_link_service_private_endpoint_connection.py +0 -198
- pulumi_azure_native/network/v20240301/get_public_ip_address.py +0 -401
- pulumi_azure_native/network/v20240301/get_public_ip_prefix.py +0 -323
- pulumi_azure_native/network/v20240301/get_route.py +0 -192
- pulumi_azure_native/network/v20240301/get_route_filter.py +0 -206
- pulumi_azure_native/network/v20240301/get_route_filter_rule.py +0 -179
- pulumi_azure_native/network/v20240301/get_route_map.py +0 -180
- pulumi_azure_native/network/v20240301/get_route_table.py +0 -219
- pulumi_azure_native/network/v20240301/get_routing_intent.py +0 -154
- pulumi_azure_native/network/v20240301/get_routing_rule.py +0 -216
- pulumi_azure_native/network/v20240301/get_routing_rule_collection.py +0 -211
- pulumi_azure_native/network/v20240301/get_scope_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_security_admin_configuration.py +0 -193
- pulumi_azure_native/network/v20240301/get_security_partner_provider.py +0 -201
- pulumi_azure_native/network/v20240301/get_security_rule.py +0 -336
- pulumi_azure_native/network/v20240301/get_security_user_configuration.py +0 -180
- pulumi_azure_native/network/v20240301/get_security_user_rule.py +0 -268
- pulumi_azure_native/network/v20240301/get_security_user_rule_collection.py +0 -198
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy.py +0 -245
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy_definition.py +0 -179
- pulumi_azure_native/network/v20240301/get_static_member.py +0 -185
- pulumi_azure_native/network/v20240301/get_subnet.py +0 -406
- pulumi_azure_native/network/v20240301/get_subscription_network_manager_connection.py +0 -157
- pulumi_azure_native/network/v20240301/get_virtual_appliance_site.py +0 -167
- pulumi_azure_native/network/v20240301/get_virtual_hub.py +0 -448
- pulumi_azure_native/network/v20240301/get_virtual_hub_bgp_connection.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_hub_ip_configuration.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_hub_route_table_v2.py +0 -154
- pulumi_azure_native/network/v20240301/get_virtual_network.py +0 -362
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway.py +0 -513
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_advertised_routes.py +0 -89
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_bgp_peer_status.py +0 -89
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection.py +0 -500
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection_ike_sas.py +0 -77
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_learned_routes.py +0 -84
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_nat_rule.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpn_profile_package_url.py +0 -77
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_connection_health.py +0 -84
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -174
- pulumi_azure_native/network/v20240301/get_virtual_network_peering.py +0 -388
- pulumi_azure_native/network/v20240301/get_virtual_network_tap.py +0 -227
- pulumi_azure_native/network/v20240301/get_virtual_router.py +0 -232
- pulumi_azure_native/network/v20240301/get_virtual_router_peering.py +0 -166
- pulumi_azure_native/network/v20240301/get_virtual_wan.py +0 -240
- pulumi_azure_native/network/v20240301/get_vpn_connection.py +0 -362
- pulumi_azure_native/network/v20240301/get_vpn_gateway.py +0 -266
- pulumi_azure_native/network/v20240301/get_vpn_link_connection_ike_sas.py +0 -87
- pulumi_azure_native/network/v20240301/get_vpn_server_configuration.py +0 -331
- pulumi_azure_native/network/v20240301/get_vpn_site.py +0 -279
- pulumi_azure_native/network/v20240301/get_web_application_firewall_policy.py +0 -266
- pulumi_azure_native/network/v20240301/hub_route_table.py +0 -318
- pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +0 -376
- pulumi_azure_native/network/v20240301/inbound_nat_rule.py +0 -541
- pulumi_azure_native/network/v20240301/ip_allocation.py +0 -436
- pulumi_azure_native/network/v20240301/ip_group.py +0 -306
- pulumi_azure_native/network/v20240301/list_active_connectivity_configurations.py +0 -112
- pulumi_azure_native/network/v20240301/list_active_security_admin_rules.py +0 -112
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signature.py +0 -124
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signatures_filter_value.py +0 -88
- pulumi_azure_native/network/v20240301/list_network_manager_deployment_status.py +0 -118
- pulumi_azure_native/network/v20240301/list_network_manager_effective_connectivity_configurations.py +0 -107
- pulumi_azure_native/network/v20240301/list_network_manager_effective_security_admin_rules.py +0 -107
- pulumi_azure_native/network/v20240301/list_vpn_link_connection_default_shared_key.py +0 -133
- pulumi_azure_native/network/v20240301/load_balancer.py +0 -536
- pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +0 -465
- pulumi_azure_native/network/v20240301/local_network_gateway.py +0 -384
- pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +0 -237
- pulumi_azure_native/network/v20240301/nat_gateway.py +0 -424
- pulumi_azure_native/network/v20240301/nat_rule.py +0 -396
- pulumi_azure_native/network/v20240301/network_group.py +0 -279
- pulumi_azure_native/network/v20240301/network_interface.py +0 -726
- pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +0 -270
- pulumi_azure_native/network/v20240301/network_manager.py +0 -368
- pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +0 -249
- pulumi_azure_native/network/v20240301/network_profile.py +0 -308
- pulumi_azure_native/network/v20240301/network_security_group.py +0 -370
- pulumi_azure_native/network/v20240301/network_virtual_appliance.py +0 -677
- pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +0 -366
- pulumi_azure_native/network/v20240301/network_watcher.py +0 -256
- pulumi_azure_native/network/v20240301/outputs.py +0 -31507
- pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +0 -443
- pulumi_azure_native/network/v20240301/packet_capture.py +0 -496
- pulumi_azure_native/network/v20240301/private_dns_zone_group.py +0 -259
- pulumi_azure_native/network/v20240301/private_endpoint.py +0 -501
- pulumi_azure_native/network/v20240301/private_link_service.py +0 -521
- pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +0 -299
- pulumi_azure_native/network/v20240301/public_ip_address.py +0 -743
- pulumi_azure_native/network/v20240301/public_ip_prefix.py +0 -531
- pulumi_azure_native/network/v20240301/route.py +0 -356
- pulumi_azure_native/network/v20240301/route_filter.py +0 -311
- pulumi_azure_native/network/v20240301/route_filter_rule.py +0 -348
- pulumi_azure_native/network/v20240301/route_map.py +0 -309
- pulumi_azure_native/network/v20240301/route_table.py +0 -340
- pulumi_azure_native/network/v20240301/routing_intent.py +0 -269
- pulumi_azure_native/network/v20240301/routing_rule.py +0 -353
- pulumi_azure_native/network/v20240301/routing_rule_collection.py +0 -331
- pulumi_azure_native/network/v20240301/scope_connection.py +0 -287
- pulumi_azure_native/network/v20240301/security_admin_configuration.py +0 -279
- pulumi_azure_native/network/v20240301/security_partner_provider.py +0 -327
- pulumi_azure_native/network/v20240301/security_rule.py +0 -699
- pulumi_azure_native/network/v20240301/security_user_configuration.py +0 -249
- pulumi_azure_native/network/v20240301/security_user_rule.py +0 -469
- pulumi_azure_native/network/v20240301/security_user_rule_collection.py +0 -301
- pulumi_azure_native/network/v20240301/service_endpoint_policy.py +0 -378
- pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +0 -344
- pulumi_azure_native/network/v20240301/static_member.py +0 -270
- pulumi_azure_native/network/v20240301/subnet.py +0 -734
- pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +0 -216
- pulumi_azure_native/network/v20240301/virtual_appliance_site.py +0 -298
- pulumi_azure_native/network/v20240301/virtual_hub.py +0 -805
- pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +0 -337
- pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +0 -357
- pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +0 -288
- pulumi_azure_native/network/v20240301/virtual_network.py +0 -670
- pulumi_azure_native/network/v20240301/virtual_network_gateway.py +0 -1007
- pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +0 -920
- pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +0 -376
- pulumi_azure_native/network/v20240301/virtual_network_peering.py +0 -793
- pulumi_azure_native/network/v20240301/virtual_network_tap.py +0 -366
- pulumi_azure_native/network/v20240301/virtual_router.py +0 -384
- pulumi_azure_native/network/v20240301/virtual_router_peering.py +0 -296
- pulumi_azure_native/network/v20240301/virtual_wan.py +0 -393
- pulumi_azure_native/network/v20240301/vpn_connection.py +0 -696
- pulumi_azure_native/network/v20240301/vpn_gateway.py +0 -478
- pulumi_azure_native/network/v20240301/vpn_server_configuration.py +0 -639
- pulumi_azure_native/network/v20240301/vpn_site.py +0 -519
- pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +0 -397
- pulumi_azure_native/security/custom_recommendation.py +0 -385
- pulumi_azure_native/security/get_custom_recommendation.py +0 -229
- pulumi_azure_native/security/get_security_standard.py +0 -203
- pulumi_azure_native/security/get_standard_assignment.py +0 -229
- pulumi_azure_native/security/security_standard.py +0 -328
- pulumi_azure_native/security/standard_assignment.py +0 -405
- pulumi_azure_native/security/v20240801/__init__.py +0 -16
- pulumi_azure_native/security/v20240801/_enums.py +0 -80
- pulumi_azure_native/security/v20240801/_inputs.py +0 -330
- pulumi_azure_native/security/v20240801/custom_recommendation.py +0 -383
- pulumi_azure_native/security/v20240801/get_custom_recommendation.py +0 -227
- pulumi_azure_native/security/v20240801/get_security_standard.py +0 -201
- pulumi_azure_native/security/v20240801/get_standard_assignment.py +0 -227
- pulumi_azure_native/security/v20240801/outputs.py +0 -584
- pulumi_azure_native/security/v20240801/security_standard.py +0 -326
- pulumi_azure_native/security/v20240801/standard_assignment.py +0 -403
- pulumi_azure_native/servicebus/v20240101/__init__.py +0 -38
- pulumi_azure_native/servicebus/v20240101/_enums.py +0 -149
- pulumi_azure_native/servicebus/v20240101/_inputs.py +0 -1149
- pulumi_azure_native/servicebus/v20240101/disaster_recovery_config.py +0 -288
- pulumi_azure_native/servicebus/v20240101/get_disaster_recovery_config.py +0 -206
- pulumi_azure_native/servicebus/v20240101/get_migration_config.py +0 -206
- pulumi_azure_native/servicebus/v20240101/get_namespace.py +0 -357
- pulumi_azure_native/servicebus/v20240101/get_namespace_authorization_rule.py +0 -154
- pulumi_azure_native/servicebus/v20240101/get_namespace_network_rule_set.py +0 -201
- pulumi_azure_native/servicebus/v20240101/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/servicebus/v20240101/get_queue.py +0 -427
- pulumi_azure_native/servicebus/v20240101/get_queue_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20240101/get_rule.py +0 -203
- pulumi_azure_native/servicebus/v20240101/get_subscription.py +0 -393
- pulumi_azure_native/servicebus/v20240101/get_topic.py +0 -362
- pulumi_azure_native/servicebus/v20240101/get_topic_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20240101/list_disaster_recovery_config_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/list_namespace_keys.py +0 -166
- pulumi_azure_native/servicebus/v20240101/list_queue_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/list_topic_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/migration_config.py +0 -290
- pulumi_azure_native/servicebus/v20240101/namespace.py +0 -586
- pulumi_azure_native/servicebus/v20240101/namespace_authorization_rule.py +0 -231
- pulumi_azure_native/servicebus/v20240101/namespace_network_rule_set.py +0 -331
- pulumi_azure_native/servicebus/v20240101/outputs.py +0 -1279
- pulumi_azure_native/servicebus/v20240101/private_endpoint_connection.py +0 -289
- pulumi_azure_native/servicebus/v20240101/queue.py +0 -725
- pulumi_azure_native/servicebus/v20240101/queue_authorization_rule.py +0 -252
- pulumi_azure_native/servicebus/v20240101/rule.py +0 -360
- pulumi_azure_native/servicebus/v20240101/subscription.py +0 -679
- pulumi_azure_native/servicebus/v20240101/topic.py +0 -580
- pulumi_azure_native/servicebus/v20240101/topic_authorization_rule.py +0 -252
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/top_level.txt +0 -0
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetRuleResult',
|
|
20
|
-
'AwaitableGetRuleResult',
|
|
21
|
-
'get_rule',
|
|
22
|
-
'get_rule_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetRuleResult:
|
|
27
|
-
"""
|
|
28
|
-
Description of Rule Resource.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, action=None, correlation_filter=None, filter_type=None, id=None, location=None, name=None, sql_filter=None, system_data=None, type=None):
|
|
31
|
-
if action and not isinstance(action, dict):
|
|
32
|
-
raise TypeError("Expected argument 'action' to be a dict")
|
|
33
|
-
pulumi.set(__self__, "action", action)
|
|
34
|
-
if correlation_filter and not isinstance(correlation_filter, dict):
|
|
35
|
-
raise TypeError("Expected argument 'correlation_filter' to be a dict")
|
|
36
|
-
pulumi.set(__self__, "correlation_filter", correlation_filter)
|
|
37
|
-
if filter_type and not isinstance(filter_type, str):
|
|
38
|
-
raise TypeError("Expected argument 'filter_type' to be a str")
|
|
39
|
-
pulumi.set(__self__, "filter_type", filter_type)
|
|
40
|
-
if id and not isinstance(id, str):
|
|
41
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
-
pulumi.set(__self__, "id", id)
|
|
43
|
-
if location and not isinstance(location, str):
|
|
44
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
45
|
-
pulumi.set(__self__, "location", location)
|
|
46
|
-
if name and not isinstance(name, str):
|
|
47
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
-
pulumi.set(__self__, "name", name)
|
|
49
|
-
if sql_filter and not isinstance(sql_filter, dict):
|
|
50
|
-
raise TypeError("Expected argument 'sql_filter' to be a dict")
|
|
51
|
-
pulumi.set(__self__, "sql_filter", sql_filter)
|
|
52
|
-
if system_data and not isinstance(system_data, dict):
|
|
53
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
54
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
55
|
-
if type and not isinstance(type, str):
|
|
56
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
57
|
-
pulumi.set(__self__, "type", type)
|
|
58
|
-
|
|
59
|
-
@property
|
|
60
|
-
@pulumi.getter
|
|
61
|
-
def action(self) -> Optional['outputs.ActionResponse']:
|
|
62
|
-
"""
|
|
63
|
-
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
|
|
64
|
-
"""
|
|
65
|
-
return pulumi.get(self, "action")
|
|
66
|
-
|
|
67
|
-
@property
|
|
68
|
-
@pulumi.getter(name="correlationFilter")
|
|
69
|
-
def correlation_filter(self) -> Optional['outputs.CorrelationFilterResponse']:
|
|
70
|
-
"""
|
|
71
|
-
Properties of correlationFilter
|
|
72
|
-
"""
|
|
73
|
-
return pulumi.get(self, "correlation_filter")
|
|
74
|
-
|
|
75
|
-
@property
|
|
76
|
-
@pulumi.getter(name="filterType")
|
|
77
|
-
def filter_type(self) -> Optional[str]:
|
|
78
|
-
"""
|
|
79
|
-
Filter type that is evaluated against a BrokeredMessage.
|
|
80
|
-
"""
|
|
81
|
-
return pulumi.get(self, "filter_type")
|
|
82
|
-
|
|
83
|
-
@property
|
|
84
|
-
@pulumi.getter
|
|
85
|
-
def id(self) -> str:
|
|
86
|
-
"""
|
|
87
|
-
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
88
|
-
"""
|
|
89
|
-
return pulumi.get(self, "id")
|
|
90
|
-
|
|
91
|
-
@property
|
|
92
|
-
@pulumi.getter
|
|
93
|
-
def location(self) -> str:
|
|
94
|
-
"""
|
|
95
|
-
The geo-location where the resource lives
|
|
96
|
-
"""
|
|
97
|
-
return pulumi.get(self, "location")
|
|
98
|
-
|
|
99
|
-
@property
|
|
100
|
-
@pulumi.getter
|
|
101
|
-
def name(self) -> str:
|
|
102
|
-
"""
|
|
103
|
-
The name of the resource
|
|
104
|
-
"""
|
|
105
|
-
return pulumi.get(self, "name")
|
|
106
|
-
|
|
107
|
-
@property
|
|
108
|
-
@pulumi.getter(name="sqlFilter")
|
|
109
|
-
def sql_filter(self) -> Optional['outputs.SqlFilterResponse']:
|
|
110
|
-
"""
|
|
111
|
-
Properties of sqlFilter
|
|
112
|
-
"""
|
|
113
|
-
return pulumi.get(self, "sql_filter")
|
|
114
|
-
|
|
115
|
-
@property
|
|
116
|
-
@pulumi.getter(name="systemData")
|
|
117
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
118
|
-
"""
|
|
119
|
-
The system meta data relating to this resource.
|
|
120
|
-
"""
|
|
121
|
-
return pulumi.get(self, "system_data")
|
|
122
|
-
|
|
123
|
-
@property
|
|
124
|
-
@pulumi.getter
|
|
125
|
-
def type(self) -> str:
|
|
126
|
-
"""
|
|
127
|
-
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
128
|
-
"""
|
|
129
|
-
return pulumi.get(self, "type")
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
class AwaitableGetRuleResult(GetRuleResult):
|
|
133
|
-
# pylint: disable=using-constant-test
|
|
134
|
-
def __await__(self):
|
|
135
|
-
if False:
|
|
136
|
-
yield self
|
|
137
|
-
return GetRuleResult(
|
|
138
|
-
action=self.action,
|
|
139
|
-
correlation_filter=self.correlation_filter,
|
|
140
|
-
filter_type=self.filter_type,
|
|
141
|
-
id=self.id,
|
|
142
|
-
location=self.location,
|
|
143
|
-
name=self.name,
|
|
144
|
-
sql_filter=self.sql_filter,
|
|
145
|
-
system_data=self.system_data,
|
|
146
|
-
type=self.type)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
def get_rule(namespace_name: Optional[str] = None,
|
|
150
|
-
resource_group_name: Optional[str] = None,
|
|
151
|
-
rule_name: Optional[str] = None,
|
|
152
|
-
subscription_name: Optional[str] = None,
|
|
153
|
-
topic_name: Optional[str] = None,
|
|
154
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRuleResult:
|
|
155
|
-
"""
|
|
156
|
-
Retrieves the description for the specified rule.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
:param str namespace_name: The namespace name
|
|
160
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
161
|
-
:param str rule_name: The rule name.
|
|
162
|
-
:param str subscription_name: The subscription name.
|
|
163
|
-
:param str topic_name: The topic name.
|
|
164
|
-
"""
|
|
165
|
-
__args__ = dict()
|
|
166
|
-
__args__['namespaceName'] = namespace_name
|
|
167
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
168
|
-
__args__['ruleName'] = rule_name
|
|
169
|
-
__args__['subscriptionName'] = subscription_name
|
|
170
|
-
__args__['topicName'] = topic_name
|
|
171
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
172
|
-
__ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20240101:getRule', __args__, opts=opts, typ=GetRuleResult).value
|
|
173
|
-
|
|
174
|
-
return AwaitableGetRuleResult(
|
|
175
|
-
action=pulumi.get(__ret__, 'action'),
|
|
176
|
-
correlation_filter=pulumi.get(__ret__, 'correlation_filter'),
|
|
177
|
-
filter_type=pulumi.get(__ret__, 'filter_type'),
|
|
178
|
-
id=pulumi.get(__ret__, 'id'),
|
|
179
|
-
location=pulumi.get(__ret__, 'location'),
|
|
180
|
-
name=pulumi.get(__ret__, 'name'),
|
|
181
|
-
sql_filter=pulumi.get(__ret__, 'sql_filter'),
|
|
182
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
183
|
-
type=pulumi.get(__ret__, 'type'))
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
@_utilities.lift_output_func(get_rule)
|
|
187
|
-
def get_rule_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
188
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
189
|
-
rule_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
-
subscription_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
-
topic_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRuleResult]:
|
|
193
|
-
"""
|
|
194
|
-
Retrieves the description for the specified rule.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
:param str namespace_name: The namespace name
|
|
198
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
199
|
-
:param str rule_name: The rule name.
|
|
200
|
-
:param str subscription_name: The subscription name.
|
|
201
|
-
:param str topic_name: The topic name.
|
|
202
|
-
"""
|
|
203
|
-
...
|
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetSubscriptionResult',
|
|
20
|
-
'AwaitableGetSubscriptionResult',
|
|
21
|
-
'get_subscription',
|
|
22
|
-
'get_subscription_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetSubscriptionResult:
|
|
27
|
-
"""
|
|
28
|
-
Description of subscription resource.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, accessed_at=None, auto_delete_on_idle=None, client_affine_properties=None, count_details=None, created_at=None, dead_lettering_on_filter_evaluation_exceptions=None, dead_lettering_on_message_expiration=None, default_message_time_to_live=None, duplicate_detection_history_time_window=None, enable_batched_operations=None, forward_dead_lettered_messages_to=None, forward_to=None, id=None, is_client_affine=None, location=None, lock_duration=None, max_delivery_count=None, message_count=None, name=None, requires_session=None, status=None, system_data=None, type=None, updated_at=None):
|
|
31
|
-
if accessed_at and not isinstance(accessed_at, str):
|
|
32
|
-
raise TypeError("Expected argument 'accessed_at' to be a str")
|
|
33
|
-
pulumi.set(__self__, "accessed_at", accessed_at)
|
|
34
|
-
if auto_delete_on_idle and not isinstance(auto_delete_on_idle, str):
|
|
35
|
-
raise TypeError("Expected argument 'auto_delete_on_idle' to be a str")
|
|
36
|
-
pulumi.set(__self__, "auto_delete_on_idle", auto_delete_on_idle)
|
|
37
|
-
if client_affine_properties and not isinstance(client_affine_properties, dict):
|
|
38
|
-
raise TypeError("Expected argument 'client_affine_properties' to be a dict")
|
|
39
|
-
pulumi.set(__self__, "client_affine_properties", client_affine_properties)
|
|
40
|
-
if count_details and not isinstance(count_details, dict):
|
|
41
|
-
raise TypeError("Expected argument 'count_details' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "count_details", count_details)
|
|
43
|
-
if created_at and not isinstance(created_at, str):
|
|
44
|
-
raise TypeError("Expected argument 'created_at' to be a str")
|
|
45
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
46
|
-
if dead_lettering_on_filter_evaluation_exceptions and not isinstance(dead_lettering_on_filter_evaluation_exceptions, bool):
|
|
47
|
-
raise TypeError("Expected argument 'dead_lettering_on_filter_evaluation_exceptions' to be a bool")
|
|
48
|
-
pulumi.set(__self__, "dead_lettering_on_filter_evaluation_exceptions", dead_lettering_on_filter_evaluation_exceptions)
|
|
49
|
-
if dead_lettering_on_message_expiration and not isinstance(dead_lettering_on_message_expiration, bool):
|
|
50
|
-
raise TypeError("Expected argument 'dead_lettering_on_message_expiration' to be a bool")
|
|
51
|
-
pulumi.set(__self__, "dead_lettering_on_message_expiration", dead_lettering_on_message_expiration)
|
|
52
|
-
if default_message_time_to_live and not isinstance(default_message_time_to_live, str):
|
|
53
|
-
raise TypeError("Expected argument 'default_message_time_to_live' to be a str")
|
|
54
|
-
pulumi.set(__self__, "default_message_time_to_live", default_message_time_to_live)
|
|
55
|
-
if duplicate_detection_history_time_window and not isinstance(duplicate_detection_history_time_window, str):
|
|
56
|
-
raise TypeError("Expected argument 'duplicate_detection_history_time_window' to be a str")
|
|
57
|
-
pulumi.set(__self__, "duplicate_detection_history_time_window", duplicate_detection_history_time_window)
|
|
58
|
-
if enable_batched_operations and not isinstance(enable_batched_operations, bool):
|
|
59
|
-
raise TypeError("Expected argument 'enable_batched_operations' to be a bool")
|
|
60
|
-
pulumi.set(__self__, "enable_batched_operations", enable_batched_operations)
|
|
61
|
-
if forward_dead_lettered_messages_to and not isinstance(forward_dead_lettered_messages_to, str):
|
|
62
|
-
raise TypeError("Expected argument 'forward_dead_lettered_messages_to' to be a str")
|
|
63
|
-
pulumi.set(__self__, "forward_dead_lettered_messages_to", forward_dead_lettered_messages_to)
|
|
64
|
-
if forward_to and not isinstance(forward_to, str):
|
|
65
|
-
raise TypeError("Expected argument 'forward_to' to be a str")
|
|
66
|
-
pulumi.set(__self__, "forward_to", forward_to)
|
|
67
|
-
if id and not isinstance(id, str):
|
|
68
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
69
|
-
pulumi.set(__self__, "id", id)
|
|
70
|
-
if is_client_affine and not isinstance(is_client_affine, bool):
|
|
71
|
-
raise TypeError("Expected argument 'is_client_affine' to be a bool")
|
|
72
|
-
pulumi.set(__self__, "is_client_affine", is_client_affine)
|
|
73
|
-
if location and not isinstance(location, str):
|
|
74
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
75
|
-
pulumi.set(__self__, "location", location)
|
|
76
|
-
if lock_duration and not isinstance(lock_duration, str):
|
|
77
|
-
raise TypeError("Expected argument 'lock_duration' to be a str")
|
|
78
|
-
pulumi.set(__self__, "lock_duration", lock_duration)
|
|
79
|
-
if max_delivery_count and not isinstance(max_delivery_count, int):
|
|
80
|
-
raise TypeError("Expected argument 'max_delivery_count' to be a int")
|
|
81
|
-
pulumi.set(__self__, "max_delivery_count", max_delivery_count)
|
|
82
|
-
if message_count and not isinstance(message_count, float):
|
|
83
|
-
raise TypeError("Expected argument 'message_count' to be a float")
|
|
84
|
-
pulumi.set(__self__, "message_count", message_count)
|
|
85
|
-
if name and not isinstance(name, str):
|
|
86
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
87
|
-
pulumi.set(__self__, "name", name)
|
|
88
|
-
if requires_session and not isinstance(requires_session, bool):
|
|
89
|
-
raise TypeError("Expected argument 'requires_session' to be a bool")
|
|
90
|
-
pulumi.set(__self__, "requires_session", requires_session)
|
|
91
|
-
if status and not isinstance(status, str):
|
|
92
|
-
raise TypeError("Expected argument 'status' to be a str")
|
|
93
|
-
pulumi.set(__self__, "status", status)
|
|
94
|
-
if system_data and not isinstance(system_data, dict):
|
|
95
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
96
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
97
|
-
if type and not isinstance(type, str):
|
|
98
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
99
|
-
pulumi.set(__self__, "type", type)
|
|
100
|
-
if updated_at and not isinstance(updated_at, str):
|
|
101
|
-
raise TypeError("Expected argument 'updated_at' to be a str")
|
|
102
|
-
pulumi.set(__self__, "updated_at", updated_at)
|
|
103
|
-
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="accessedAt")
|
|
106
|
-
def accessed_at(self) -> str:
|
|
107
|
-
"""
|
|
108
|
-
Last time there was a receive request to this subscription.
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "accessed_at")
|
|
111
|
-
|
|
112
|
-
@property
|
|
113
|
-
@pulumi.getter(name="autoDeleteOnIdle")
|
|
114
|
-
def auto_delete_on_idle(self) -> Optional[str]:
|
|
115
|
-
"""
|
|
116
|
-
ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes.
|
|
117
|
-
"""
|
|
118
|
-
return pulumi.get(self, "auto_delete_on_idle")
|
|
119
|
-
|
|
120
|
-
@property
|
|
121
|
-
@pulumi.getter(name="clientAffineProperties")
|
|
122
|
-
def client_affine_properties(self) -> Optional['outputs.SBClientAffinePropertiesResponse']:
|
|
123
|
-
"""
|
|
124
|
-
Properties specific to client affine subscriptions.
|
|
125
|
-
"""
|
|
126
|
-
return pulumi.get(self, "client_affine_properties")
|
|
127
|
-
|
|
128
|
-
@property
|
|
129
|
-
@pulumi.getter(name="countDetails")
|
|
130
|
-
def count_details(self) -> 'outputs.MessageCountDetailsResponse':
|
|
131
|
-
"""
|
|
132
|
-
Message count details
|
|
133
|
-
"""
|
|
134
|
-
return pulumi.get(self, "count_details")
|
|
135
|
-
|
|
136
|
-
@property
|
|
137
|
-
@pulumi.getter(name="createdAt")
|
|
138
|
-
def created_at(self) -> str:
|
|
139
|
-
"""
|
|
140
|
-
Exact time the message was created.
|
|
141
|
-
"""
|
|
142
|
-
return pulumi.get(self, "created_at")
|
|
143
|
-
|
|
144
|
-
@property
|
|
145
|
-
@pulumi.getter(name="deadLetteringOnFilterEvaluationExceptions")
|
|
146
|
-
def dead_lettering_on_filter_evaluation_exceptions(self) -> Optional[bool]:
|
|
147
|
-
"""
|
|
148
|
-
Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.
|
|
149
|
-
"""
|
|
150
|
-
return pulumi.get(self, "dead_lettering_on_filter_evaluation_exceptions")
|
|
151
|
-
|
|
152
|
-
@property
|
|
153
|
-
@pulumi.getter(name="deadLetteringOnMessageExpiration")
|
|
154
|
-
def dead_lettering_on_message_expiration(self) -> Optional[bool]:
|
|
155
|
-
"""
|
|
156
|
-
Value that indicates whether a subscription has dead letter support when a message expires.
|
|
157
|
-
"""
|
|
158
|
-
return pulumi.get(self, "dead_lettering_on_message_expiration")
|
|
159
|
-
|
|
160
|
-
@property
|
|
161
|
-
@pulumi.getter(name="defaultMessageTimeToLive")
|
|
162
|
-
def default_message_time_to_live(self) -> Optional[str]:
|
|
163
|
-
"""
|
|
164
|
-
ISO 8061 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.
|
|
165
|
-
"""
|
|
166
|
-
return pulumi.get(self, "default_message_time_to_live")
|
|
167
|
-
|
|
168
|
-
@property
|
|
169
|
-
@pulumi.getter(name="duplicateDetectionHistoryTimeWindow")
|
|
170
|
-
def duplicate_detection_history_time_window(self) -> Optional[str]:
|
|
171
|
-
"""
|
|
172
|
-
ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
|
|
173
|
-
"""
|
|
174
|
-
return pulumi.get(self, "duplicate_detection_history_time_window")
|
|
175
|
-
|
|
176
|
-
@property
|
|
177
|
-
@pulumi.getter(name="enableBatchedOperations")
|
|
178
|
-
def enable_batched_operations(self) -> Optional[bool]:
|
|
179
|
-
"""
|
|
180
|
-
Value that indicates whether server-side batched operations are enabled.
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "enable_batched_operations")
|
|
183
|
-
|
|
184
|
-
@property
|
|
185
|
-
@pulumi.getter(name="forwardDeadLetteredMessagesTo")
|
|
186
|
-
def forward_dead_lettered_messages_to(self) -> Optional[str]:
|
|
187
|
-
"""
|
|
188
|
-
Queue/Topic name to forward the Dead Letter message
|
|
189
|
-
"""
|
|
190
|
-
return pulumi.get(self, "forward_dead_lettered_messages_to")
|
|
191
|
-
|
|
192
|
-
@property
|
|
193
|
-
@pulumi.getter(name="forwardTo")
|
|
194
|
-
def forward_to(self) -> Optional[str]:
|
|
195
|
-
"""
|
|
196
|
-
Queue/Topic name to forward the messages
|
|
197
|
-
"""
|
|
198
|
-
return pulumi.get(self, "forward_to")
|
|
199
|
-
|
|
200
|
-
@property
|
|
201
|
-
@pulumi.getter
|
|
202
|
-
def id(self) -> str:
|
|
203
|
-
"""
|
|
204
|
-
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
205
|
-
"""
|
|
206
|
-
return pulumi.get(self, "id")
|
|
207
|
-
|
|
208
|
-
@property
|
|
209
|
-
@pulumi.getter(name="isClientAffine")
|
|
210
|
-
def is_client_affine(self) -> Optional[bool]:
|
|
211
|
-
"""
|
|
212
|
-
Value that indicates whether the subscription has an affinity to the client id.
|
|
213
|
-
"""
|
|
214
|
-
return pulumi.get(self, "is_client_affine")
|
|
215
|
-
|
|
216
|
-
@property
|
|
217
|
-
@pulumi.getter
|
|
218
|
-
def location(self) -> str:
|
|
219
|
-
"""
|
|
220
|
-
The geo-location where the resource lives
|
|
221
|
-
"""
|
|
222
|
-
return pulumi.get(self, "location")
|
|
223
|
-
|
|
224
|
-
@property
|
|
225
|
-
@pulumi.getter(name="lockDuration")
|
|
226
|
-
def lock_duration(self) -> Optional[str]:
|
|
227
|
-
"""
|
|
228
|
-
ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.
|
|
229
|
-
"""
|
|
230
|
-
return pulumi.get(self, "lock_duration")
|
|
231
|
-
|
|
232
|
-
@property
|
|
233
|
-
@pulumi.getter(name="maxDeliveryCount")
|
|
234
|
-
def max_delivery_count(self) -> Optional[int]:
|
|
235
|
-
"""
|
|
236
|
-
Number of maximum deliveries.
|
|
237
|
-
"""
|
|
238
|
-
return pulumi.get(self, "max_delivery_count")
|
|
239
|
-
|
|
240
|
-
@property
|
|
241
|
-
@pulumi.getter(name="messageCount")
|
|
242
|
-
def message_count(self) -> float:
|
|
243
|
-
"""
|
|
244
|
-
Number of messages.
|
|
245
|
-
"""
|
|
246
|
-
return pulumi.get(self, "message_count")
|
|
247
|
-
|
|
248
|
-
@property
|
|
249
|
-
@pulumi.getter
|
|
250
|
-
def name(self) -> str:
|
|
251
|
-
"""
|
|
252
|
-
The name of the resource
|
|
253
|
-
"""
|
|
254
|
-
return pulumi.get(self, "name")
|
|
255
|
-
|
|
256
|
-
@property
|
|
257
|
-
@pulumi.getter(name="requiresSession")
|
|
258
|
-
def requires_session(self) -> Optional[bool]:
|
|
259
|
-
"""
|
|
260
|
-
Value indicating if a subscription supports the concept of sessions.
|
|
261
|
-
"""
|
|
262
|
-
return pulumi.get(self, "requires_session")
|
|
263
|
-
|
|
264
|
-
@property
|
|
265
|
-
@pulumi.getter
|
|
266
|
-
def status(self) -> Optional[str]:
|
|
267
|
-
"""
|
|
268
|
-
Enumerates the possible values for the status of a messaging entity.
|
|
269
|
-
"""
|
|
270
|
-
return pulumi.get(self, "status")
|
|
271
|
-
|
|
272
|
-
@property
|
|
273
|
-
@pulumi.getter(name="systemData")
|
|
274
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
275
|
-
"""
|
|
276
|
-
The system meta data relating to this resource.
|
|
277
|
-
"""
|
|
278
|
-
return pulumi.get(self, "system_data")
|
|
279
|
-
|
|
280
|
-
@property
|
|
281
|
-
@pulumi.getter
|
|
282
|
-
def type(self) -> str:
|
|
283
|
-
"""
|
|
284
|
-
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
285
|
-
"""
|
|
286
|
-
return pulumi.get(self, "type")
|
|
287
|
-
|
|
288
|
-
@property
|
|
289
|
-
@pulumi.getter(name="updatedAt")
|
|
290
|
-
def updated_at(self) -> str:
|
|
291
|
-
"""
|
|
292
|
-
The exact time the message was updated.
|
|
293
|
-
"""
|
|
294
|
-
return pulumi.get(self, "updated_at")
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
class AwaitableGetSubscriptionResult(GetSubscriptionResult):
|
|
298
|
-
# pylint: disable=using-constant-test
|
|
299
|
-
def __await__(self):
|
|
300
|
-
if False:
|
|
301
|
-
yield self
|
|
302
|
-
return GetSubscriptionResult(
|
|
303
|
-
accessed_at=self.accessed_at,
|
|
304
|
-
auto_delete_on_idle=self.auto_delete_on_idle,
|
|
305
|
-
client_affine_properties=self.client_affine_properties,
|
|
306
|
-
count_details=self.count_details,
|
|
307
|
-
created_at=self.created_at,
|
|
308
|
-
dead_lettering_on_filter_evaluation_exceptions=self.dead_lettering_on_filter_evaluation_exceptions,
|
|
309
|
-
dead_lettering_on_message_expiration=self.dead_lettering_on_message_expiration,
|
|
310
|
-
default_message_time_to_live=self.default_message_time_to_live,
|
|
311
|
-
duplicate_detection_history_time_window=self.duplicate_detection_history_time_window,
|
|
312
|
-
enable_batched_operations=self.enable_batched_operations,
|
|
313
|
-
forward_dead_lettered_messages_to=self.forward_dead_lettered_messages_to,
|
|
314
|
-
forward_to=self.forward_to,
|
|
315
|
-
id=self.id,
|
|
316
|
-
is_client_affine=self.is_client_affine,
|
|
317
|
-
location=self.location,
|
|
318
|
-
lock_duration=self.lock_duration,
|
|
319
|
-
max_delivery_count=self.max_delivery_count,
|
|
320
|
-
message_count=self.message_count,
|
|
321
|
-
name=self.name,
|
|
322
|
-
requires_session=self.requires_session,
|
|
323
|
-
status=self.status,
|
|
324
|
-
system_data=self.system_data,
|
|
325
|
-
type=self.type,
|
|
326
|
-
updated_at=self.updated_at)
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
def get_subscription(namespace_name: Optional[str] = None,
|
|
330
|
-
resource_group_name: Optional[str] = None,
|
|
331
|
-
subscription_name: Optional[str] = None,
|
|
332
|
-
topic_name: Optional[str] = None,
|
|
333
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubscriptionResult:
|
|
334
|
-
"""
|
|
335
|
-
Returns a subscription description for the specified topic.
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
:param str namespace_name: The namespace name
|
|
339
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
340
|
-
:param str subscription_name: The subscription name.
|
|
341
|
-
:param str topic_name: The topic name.
|
|
342
|
-
"""
|
|
343
|
-
__args__ = dict()
|
|
344
|
-
__args__['namespaceName'] = namespace_name
|
|
345
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
346
|
-
__args__['subscriptionName'] = subscription_name
|
|
347
|
-
__args__['topicName'] = topic_name
|
|
348
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
349
|
-
__ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20240101:getSubscription', __args__, opts=opts, typ=GetSubscriptionResult).value
|
|
350
|
-
|
|
351
|
-
return AwaitableGetSubscriptionResult(
|
|
352
|
-
accessed_at=pulumi.get(__ret__, 'accessed_at'),
|
|
353
|
-
auto_delete_on_idle=pulumi.get(__ret__, 'auto_delete_on_idle'),
|
|
354
|
-
client_affine_properties=pulumi.get(__ret__, 'client_affine_properties'),
|
|
355
|
-
count_details=pulumi.get(__ret__, 'count_details'),
|
|
356
|
-
created_at=pulumi.get(__ret__, 'created_at'),
|
|
357
|
-
dead_lettering_on_filter_evaluation_exceptions=pulumi.get(__ret__, 'dead_lettering_on_filter_evaluation_exceptions'),
|
|
358
|
-
dead_lettering_on_message_expiration=pulumi.get(__ret__, 'dead_lettering_on_message_expiration'),
|
|
359
|
-
default_message_time_to_live=pulumi.get(__ret__, 'default_message_time_to_live'),
|
|
360
|
-
duplicate_detection_history_time_window=pulumi.get(__ret__, 'duplicate_detection_history_time_window'),
|
|
361
|
-
enable_batched_operations=pulumi.get(__ret__, 'enable_batched_operations'),
|
|
362
|
-
forward_dead_lettered_messages_to=pulumi.get(__ret__, 'forward_dead_lettered_messages_to'),
|
|
363
|
-
forward_to=pulumi.get(__ret__, 'forward_to'),
|
|
364
|
-
id=pulumi.get(__ret__, 'id'),
|
|
365
|
-
is_client_affine=pulumi.get(__ret__, 'is_client_affine'),
|
|
366
|
-
location=pulumi.get(__ret__, 'location'),
|
|
367
|
-
lock_duration=pulumi.get(__ret__, 'lock_duration'),
|
|
368
|
-
max_delivery_count=pulumi.get(__ret__, 'max_delivery_count'),
|
|
369
|
-
message_count=pulumi.get(__ret__, 'message_count'),
|
|
370
|
-
name=pulumi.get(__ret__, 'name'),
|
|
371
|
-
requires_session=pulumi.get(__ret__, 'requires_session'),
|
|
372
|
-
status=pulumi.get(__ret__, 'status'),
|
|
373
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
374
|
-
type=pulumi.get(__ret__, 'type'),
|
|
375
|
-
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
@_utilities.lift_output_func(get_subscription)
|
|
379
|
-
def get_subscription_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
380
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
381
|
-
subscription_name: Optional[pulumi.Input[str]] = None,
|
|
382
|
-
topic_name: Optional[pulumi.Input[str]] = None,
|
|
383
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubscriptionResult]:
|
|
384
|
-
"""
|
|
385
|
-
Returns a subscription description for the specified topic.
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
:param str namespace_name: The namespace name
|
|
389
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
390
|
-
:param str subscription_name: The subscription name.
|
|
391
|
-
:param str topic_name: The topic name.
|
|
392
|
-
"""
|
|
393
|
-
...
|