pulumi-azure-native 2.61.0__py3-none-any.whl → 2.61.0a1726045166__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.0a1726045166.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726045166.dist-info}/RECORD +1595 -2078
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726045166.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.0a1726045166.dist-info}/top_level.txt +0 -0
|
@@ -238,7 +238,7 @@ def get_private_endpoint(expand: Optional[str] = None,
|
|
|
238
238
|
Gets the specified private endpoint by resource group.
|
|
239
239
|
Azure REST API version: 2023-02-01.
|
|
240
240
|
|
|
241
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
241
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
:param str expand: Expands referenced resources.
|
|
@@ -280,7 +280,7 @@ def get_private_endpoint_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
280
280
|
Gets the specified private endpoint by resource group.
|
|
281
281
|
Azure REST API version: 2023-02-01.
|
|
282
282
|
|
|
283
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
283
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
:param str expand: Expands referenced resources.
|
|
@@ -250,7 +250,7 @@ def get_private_link_service(expand: Optional[str] = None,
|
|
|
250
250
|
Gets the specified private link service by resource group.
|
|
251
251
|
Azure REST API version: 2023-02-01.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
253
|
+
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
:param str expand: Expands referenced resources.
|
|
@@ -293,7 +293,7 @@ def get_private_link_service_output(expand: Optional[pulumi.Input[Optional[str]]
|
|
|
293
293
|
Gets the specified private link service by resource group.
|
|
294
294
|
Azure REST API version: 2023-02-01.
|
|
295
295
|
|
|
296
|
-
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
296
|
+
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
297
297
|
|
|
298
298
|
|
|
299
299
|
:param str expand: Expands referenced resources.
|
|
@@ -155,7 +155,7 @@ def get_private_link_service_private_endpoint_connection(expand: Optional[str] =
|
|
|
155
155
|
Get the specific private end point connection by specific private link service in the resource group.
|
|
156
156
|
Azure REST API version: 2023-02-01.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
158
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
:param str expand: Expands referenced resources.
|
|
@@ -193,7 +193,7 @@ def get_private_link_service_private_endpoint_connection_output(expand: Optional
|
|
|
193
193
|
Get the specific private end point connection by specific private link service in the resource group.
|
|
194
194
|
Azure REST API version: 2023-02-01.
|
|
195
195
|
|
|
196
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
196
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
:param str expand: Expands referenced resources.
|
|
@@ -346,7 +346,7 @@ def get_public_ip_address(expand: Optional[str] = None,
|
|
|
346
346
|
Gets the specified public IP address in a specified resource group.
|
|
347
347
|
Azure REST API version: 2023-02-01.
|
|
348
348
|
|
|
349
|
-
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
349
|
+
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
350
350
|
|
|
351
351
|
|
|
352
352
|
:param str expand: Expands referenced resources.
|
|
@@ -397,7 +397,7 @@ def get_public_ip_address_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
397
397
|
Gets the specified public IP address in a specified resource group.
|
|
398
398
|
Azure REST API version: 2023-02-01.
|
|
399
399
|
|
|
400
|
-
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
400
|
+
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
401
401
|
|
|
402
402
|
|
|
403
403
|
:param str expand: Expands referenced resources.
|
|
@@ -274,7 +274,7 @@ def get_public_ip_prefix(expand: Optional[str] = None,
|
|
|
274
274
|
Gets the specified public IP prefix in a specified resource group.
|
|
275
275
|
Azure REST API version: 2023-02-01.
|
|
276
276
|
|
|
277
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
277
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
:param str expand: Expands referenced resources.
|
|
@@ -319,7 +319,7 @@ def get_public_ip_prefix_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
319
319
|
Gets the specified public IP prefix in a specified resource group.
|
|
320
320
|
Azure REST API version: 2023-02-01.
|
|
321
321
|
|
|
322
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
322
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
323
323
|
|
|
324
324
|
|
|
325
325
|
:param str expand: Expands referenced resources.
|
|
@@ -73,7 +73,7 @@ class GetRouteResult:
|
|
|
73
73
|
|
|
74
74
|
@property
|
|
75
75
|
@pulumi.getter(name="hasBgpOverride")
|
|
76
|
-
def has_bgp_override(self) -> bool:
|
|
76
|
+
def has_bgp_override(self) -> Optional[bool]:
|
|
77
77
|
"""
|
|
78
78
|
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
|
|
79
79
|
"""
|
|
@@ -153,7 +153,7 @@ def get_route(resource_group_name: Optional[str] = None,
|
|
|
153
153
|
Gets the specified route from a route table.
|
|
154
154
|
Azure REST API version: 2023-02-01.
|
|
155
155
|
|
|
156
|
-
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
156
|
+
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -188,7 +188,7 @@ def get_route_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
188
188
|
Gets the specified route from a route table.
|
|
189
189
|
Azure REST API version: 2023-02-01.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
191
|
+
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -166,7 +166,7 @@ def get_route_filter(expand: Optional[str] = None,
|
|
|
166
166
|
Gets the specified route filter.
|
|
167
167
|
Azure REST API version: 2023-02-01.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
169
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str expand: Expands referenced express route bgp peering resources.
|
|
@@ -202,7 +202,7 @@ def get_route_filter_output(expand: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
202
202
|
Gets the specified route filter.
|
|
203
203
|
Azure REST API version: 2023-02-01.
|
|
204
204
|
|
|
205
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
205
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
:param str expand: Expands referenced express route bgp peering resources.
|
|
@@ -141,7 +141,7 @@ def get_route_filter_rule(resource_group_name: Optional[str] = None,
|
|
|
141
141
|
Gets the specified rule from a route filter.
|
|
142
142
|
Azure REST API version: 2023-02-01.
|
|
143
143
|
|
|
144
|
-
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
144
|
+
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -175,7 +175,7 @@ def get_route_filter_rule_output(resource_group_name: Optional[pulumi.Input[str]
|
|
|
175
175
|
Gets the specified rule from a route filter.
|
|
176
176
|
Azure REST API version: 2023-02-01.
|
|
177
177
|
|
|
178
|
-
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
178
|
+
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -142,7 +142,7 @@ def get_route_map(resource_group_name: Optional[str] = None,
|
|
|
142
142
|
Retrieves the details of a RouteMap.
|
|
143
143
|
Azure REST API version: 2023-02-01.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
145
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
:param str resource_group_name: The resource group name of the RouteMap's resource group.
|
|
@@ -176,7 +176,7 @@ def get_route_map_output(resource_group_name: Optional[pulumi.Input[str]] = None
|
|
|
176
176
|
Retrieves the details of a RouteMap.
|
|
177
177
|
Azure REST API version: 2023-02-01.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
179
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
:param str resource_group_name: The resource group name of the RouteMap's resource group.
|
|
@@ -178,7 +178,7 @@ def get_route_table(expand: Optional[str] = None,
|
|
|
178
178
|
Gets the specified route table.
|
|
179
179
|
Azure REST API version: 2023-02-01.
|
|
180
180
|
|
|
181
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
181
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
:param str expand: Expands referenced resources.
|
|
@@ -215,7 +215,7 @@ def get_route_table_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
215
215
|
Gets the specified route table.
|
|
216
216
|
Azure REST API version: 2023-02-01.
|
|
217
217
|
|
|
218
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
218
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
:param str expand: Expands referenced resources.
|
|
@@ -118,7 +118,7 @@ def get_routing_intent(resource_group_name: Optional[str] = None,
|
|
|
118
118
|
Retrieves the details of a RoutingIntent.
|
|
119
119
|
Azure REST API version: 2023-02-01.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
121
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
:param str resource_group_name: The resource group name of the RoutingIntent.
|
|
@@ -150,7 +150,7 @@ def get_routing_intent_output(resource_group_name: Optional[pulumi.Input[str]] =
|
|
|
150
150
|
Retrieves the details of a RoutingIntent.
|
|
151
151
|
Azure REST API version: 2023-02-01.
|
|
152
152
|
|
|
153
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
153
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
:param str resource_group_name: The resource group name of the RoutingIntent.
|
|
@@ -142,7 +142,7 @@ def get_scope_connection(network_manager_name: Optional[str] = None,
|
|
|
142
142
|
Get specified scope connection created by this Network Manager.
|
|
143
143
|
Azure REST API version: 2023-02-01.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
145
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -176,7 +176,7 @@ def get_scope_connection_output(network_manager_name: Optional[pulumi.Input[str]
|
|
|
176
176
|
Get specified scope connection created by this Network Manager.
|
|
177
177
|
Azure REST API version: 2023-02-01.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
179
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -154,7 +154,7 @@ def get_security_admin_configuration(configuration_name: Optional[str] = None,
|
|
|
154
154
|
Retrieves a network manager security admin configuration.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview
|
|
157
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -189,7 +189,7 @@ def get_security_admin_configuration_output(configuration_name: Optional[pulumi.
|
|
|
189
189
|
Retrieves a network manager security admin configuration.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview
|
|
192
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -165,7 +165,7 @@ def get_security_partner_provider(resource_group_name: Optional[str] = None,
|
|
|
165
165
|
Gets the specified Security Partner Provider.
|
|
166
166
|
Azure REST API version: 2023-02-01.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
168
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -198,7 +198,7 @@ def get_security_partner_provider_output(resource_group_name: Optional[pulumi.In
|
|
|
198
198
|
Gets the specified Security Partner Provider.
|
|
199
199
|
Azure REST API version: 2023-02-01.
|
|
200
200
|
|
|
201
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
201
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -286,7 +286,7 @@ def get_security_rule(network_security_group_name: Optional[str] = None,
|
|
|
286
286
|
Get the specified network security rule.
|
|
287
287
|
Azure REST API version: 2023-02-01.
|
|
288
288
|
|
|
289
|
-
Other available API versions: 2017-03-01, 2019-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
289
|
+
Other available API versions: 2017-03-01, 2019-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
290
290
|
|
|
291
291
|
|
|
292
292
|
:param str network_security_group_name: The name of the network security group.
|
|
@@ -332,7 +332,7 @@ def get_security_rule_output(network_security_group_name: Optional[pulumi.Input[
|
|
|
332
332
|
Get the specified network security rule.
|
|
333
333
|
Azure REST API version: 2023-02-01.
|
|
334
334
|
|
|
335
|
-
Other available API versions: 2017-03-01, 2019-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
335
|
+
Other available API versions: 2017-03-01, 2019-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
:param str network_security_group_name: The name of the network security group.
|
|
@@ -142,7 +142,7 @@ def get_security_user_configuration(configuration_name: Optional[str] = None,
|
|
|
142
142
|
Retrieves a network manager security user configuration.
|
|
143
143
|
Azure REST API version: 2022-04-01-preview.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2021-05-01-preview
|
|
145
|
+
Other available API versions: 2021-05-01-preview.
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -176,7 +176,7 @@ def get_security_user_configuration_output(configuration_name: Optional[pulumi.I
|
|
|
176
176
|
Retrieves a network manager security user configuration.
|
|
177
177
|
Azure REST API version: 2022-04-01-preview.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 2021-05-01-preview
|
|
179
|
+
Other available API versions: 2021-05-01-preview.
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -202,7 +202,7 @@ def get_service_endpoint_policy(expand: Optional[str] = None,
|
|
|
202
202
|
Gets the specified service Endpoint Policies in a specified resource group.
|
|
203
203
|
Azure REST API version: 2023-02-01.
|
|
204
204
|
|
|
205
|
-
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
205
|
+
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
:param str expand: Expands referenced resources.
|
|
@@ -241,7 +241,7 @@ def get_service_endpoint_policy_output(expand: Optional[pulumi.Input[Optional[st
|
|
|
241
241
|
Gets the specified service Endpoint Policies in a specified resource group.
|
|
242
242
|
Azure REST API version: 2023-02-01.
|
|
243
243
|
|
|
244
|
-
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
244
|
+
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
:param str expand: Expands referenced resources.
|
|
@@ -141,7 +141,7 @@ def get_service_endpoint_policy_definition(resource_group_name: Optional[str] =
|
|
|
141
141
|
Get the specified service endpoint policy definitions from service endpoint policy.
|
|
142
142
|
Azure REST API version: 2023-02-01.
|
|
143
143
|
|
|
144
|
-
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
144
|
+
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -175,7 +175,7 @@ def get_service_endpoint_policy_definition_output(resource_group_name: Optional[
|
|
|
175
175
|
Get the specified service endpoint policy definitions from service endpoint policy.
|
|
176
176
|
Azure REST API version: 2023-02-01.
|
|
177
177
|
|
|
178
|
-
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
178
|
+
Other available API versions: 2018-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -143,7 +143,7 @@ def get_static_member(network_group_name: Optional[str] = None,
|
|
|
143
143
|
Gets the specified static member.
|
|
144
144
|
Azure REST API version: 2023-02-01.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
146
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
:param str network_group_name: The name of the network group.
|
|
@@ -180,7 +180,7 @@ def get_static_member_output(network_group_name: Optional[pulumi.Input[str]] = N
|
|
|
180
180
|
Gets the specified static member.
|
|
181
181
|
Azure REST API version: 2023-02-01.
|
|
182
182
|
|
|
183
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
183
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
:param str network_group_name: The name of the network group.
|
|
@@ -323,7 +323,7 @@ def get_subnet(expand: Optional[str] = None,
|
|
|
323
323
|
Gets the specified subnet by virtual network and resource group.
|
|
324
324
|
Azure REST API version: 2023-02-01.
|
|
325
325
|
|
|
326
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-02-01, 2019-06-01, 2019-08-01, 2020-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
326
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-02-01, 2019-06-01, 2019-08-01, 2020-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
327
327
|
|
|
328
328
|
|
|
329
329
|
:param str expand: Expands referenced resources.
|
|
@@ -375,7 +375,7 @@ def get_subnet_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
375
375
|
Gets the specified subnet by virtual network and resource group.
|
|
376
376
|
Azure REST API version: 2023-02-01.
|
|
377
377
|
|
|
378
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-02-01, 2019-06-01, 2019-08-01, 2020-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
378
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-02-01, 2019-06-01, 2019-08-01, 2020-06-01, 2022-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
379
379
|
|
|
380
380
|
|
|
381
381
|
:param str expand: Expands referenced resources.
|
|
@@ -128,7 +128,7 @@ def get_subscription_network_manager_connection(network_manager_connection_name:
|
|
|
128
128
|
Get a specified connection created by this subscription.
|
|
129
129
|
Azure REST API version: 2023-02-01.
|
|
130
130
|
|
|
131
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
131
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
:param str network_manager_connection_name: Name for the network manager connection.
|
|
@@ -155,7 +155,7 @@ def get_subscription_network_manager_connection_output(network_manager_connectio
|
|
|
155
155
|
Get a specified connection created by this subscription.
|
|
156
156
|
Azure REST API version: 2023-02-01.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
158
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
:param str network_manager_connection_name: Name for the network manager connection.
|
|
@@ -130,7 +130,7 @@ def get_virtual_appliance_site(network_virtual_appliance_name: Optional[str] = N
|
|
|
130
130
|
Gets the specified Virtual Appliance Site.
|
|
131
131
|
Azure REST API version: 2023-02-01.
|
|
132
132
|
|
|
133
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
133
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
:param str network_virtual_appliance_name: The name of the Network Virtual Appliance.
|
|
@@ -163,7 +163,7 @@ def get_virtual_appliance_site_output(network_virtual_appliance_name: Optional[p
|
|
|
163
163
|
Gets the specified Virtual Appliance Site.
|
|
164
164
|
Azure REST API version: 2023-02-01.
|
|
165
165
|
|
|
166
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
166
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
:param str network_virtual_appliance_name: The name of the Network Virtual Appliance.
|
|
@@ -393,7 +393,7 @@ def get_virtual_hub(resource_group_name: Optional[str] = None,
|
|
|
393
393
|
Retrieves the details of a VirtualHub.
|
|
394
394
|
Azure REST API version: 2023-02-01.
|
|
395
395
|
|
|
396
|
-
Other available API versions: 2018-07-01, 2020-04-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
396
|
+
Other available API versions: 2018-07-01, 2020-04-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
:param str resource_group_name: The resource group name of the VirtualHub.
|
|
@@ -445,7 +445,7 @@ def get_virtual_hub_output(resource_group_name: Optional[pulumi.Input[str]] = No
|
|
|
445
445
|
Retrieves the details of a VirtualHub.
|
|
446
446
|
Azure REST API version: 2023-02-01.
|
|
447
447
|
|
|
448
|
-
Other available API versions: 2018-07-01, 2020-04-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
448
|
+
Other available API versions: 2018-07-01, 2020-04-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
449
449
|
|
|
450
450
|
|
|
451
451
|
:param str resource_group_name: The resource group name of the VirtualHub.
|
|
@@ -154,7 +154,7 @@ def get_virtual_hub_bgp_connection(connection_name: Optional[str] = None,
|
|
|
154
154
|
Retrieves the details of a Virtual Hub Bgp Connection.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
157
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str connection_name: The name of the connection.
|
|
@@ -189,7 +189,7 @@ def get_virtual_hub_bgp_connection_output(connection_name: Optional[pulumi.Input
|
|
|
189
189
|
Retrieves the details of a Virtual Hub Bgp Connection.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
192
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str connection_name: The name of the connection.
|
|
@@ -154,7 +154,7 @@ def get_virtual_hub_ip_configuration(ip_config_name: Optional[str] = None,
|
|
|
154
154
|
Retrieves the details of a Virtual Hub Ip configuration.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
157
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str ip_config_name: The name of the ipconfig.
|
|
@@ -189,7 +189,7 @@ def get_virtual_hub_ip_configuration_output(ip_config_name: Optional[pulumi.Inpu
|
|
|
189
189
|
Retrieves the details of a Virtual Hub Ip configuration.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
192
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str ip_config_name: The name of the ipconfig.
|
|
@@ -118,7 +118,7 @@ def get_virtual_hub_route_table_v2(resource_group_name: Optional[str] = None,
|
|
|
118
118
|
Retrieves the details of a VirtualHubRouteTableV2.
|
|
119
119
|
Azure REST API version: 2023-02-01.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
121
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
:param str resource_group_name: The resource group name of the VirtualHubRouteTableV2.
|
|
@@ -150,7 +150,7 @@ def get_virtual_hub_route_table_v2_output(resource_group_name: Optional[pulumi.I
|
|
|
150
150
|
Retrieves the details of a VirtualHubRouteTableV2.
|
|
151
151
|
Azure REST API version: 2023-02-01.
|
|
152
152
|
|
|
153
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
153
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
:param str resource_group_name: The resource group name of the VirtualHubRouteTableV2.
|
|
@@ -298,7 +298,7 @@ def get_virtual_network(expand: Optional[str] = None,
|
|
|
298
298
|
Gets the specified virtual network by resource group.
|
|
299
299
|
Azure REST API version: 2023-02-01.
|
|
300
300
|
|
|
301
|
-
Other available API versions: 2015-05-01-preview, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
301
|
+
Other available API versions: 2015-05-01-preview, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
:param str expand: Expands referenced resources.
|
|
@@ -345,7 +345,7 @@ def get_virtual_network_output(expand: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
345
345
|
Gets the specified virtual network by resource group.
|
|
346
346
|
Azure REST API version: 2023-02-01.
|
|
347
347
|
|
|
348
|
-
Other available API versions: 2015-05-01-preview, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
348
|
+
Other available API versions: 2015-05-01-preview, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
349
349
|
|
|
350
350
|
|
|
351
351
|
:param str expand: Expands referenced resources.
|
|
@@ -417,7 +417,7 @@ def get_virtual_network_gateway(resource_group_name: Optional[str] = None,
|
|
|
417
417
|
Gets the specified virtual network gateway by resource group.
|
|
418
418
|
Azure REST API version: 2023-02-01.
|
|
419
419
|
|
|
420
|
-
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
420
|
+
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
421
421
|
|
|
422
422
|
|
|
423
423
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -471,7 +471,7 @@ def get_virtual_network_gateway_output(resource_group_name: Optional[pulumi.Inpu
|
|
|
471
471
|
Gets the specified virtual network gateway by resource group.
|
|
472
472
|
Azure REST API version: 2023-02-01.
|
|
473
473
|
|
|
474
|
-
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
474
|
+
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
475
475
|
|
|
476
476
|
|
|
477
477
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -58,7 +58,7 @@ def get_virtual_network_gateway_advertised_routes(peer: Optional[str] = None,
|
|
|
58
58
|
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
|
59
59
|
Azure REST API version: 2023-02-01.
|
|
60
60
|
|
|
61
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
61
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
:param str peer: The IP address of the peer.
|
|
@@ -85,7 +85,7 @@ def get_virtual_network_gateway_advertised_routes_output(peer: Optional[pulumi.I
|
|
|
85
85
|
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
|
86
86
|
Azure REST API version: 2023-02-01.
|
|
87
87
|
|
|
88
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
88
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
:param str peer: The IP address of the peer.
|
|
@@ -58,7 +58,7 @@ def get_virtual_network_gateway_bgp_peer_status(peer: Optional[str] = None,
|
|
|
58
58
|
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
|
59
59
|
Azure REST API version: 2023-02-01.
|
|
60
60
|
|
|
61
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
61
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
:param str peer: The IP address of the peer to retrieve the status of.
|
|
@@ -85,7 +85,7 @@ def get_virtual_network_gateway_bgp_peer_status_output(peer: Optional[pulumi.Inp
|
|
|
85
85
|
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
|
86
86
|
Azure REST API version: 2023-02-01.
|
|
87
87
|
|
|
88
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
88
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
:param str peer: The IP address of the peer to retrieve the status of.
|
|
@@ -441,7 +441,7 @@ def get_virtual_network_gateway_connection(resource_group_name: Optional[str] =
|
|
|
441
441
|
Gets the specified virtual network gateway connection by resource group.
|
|
442
442
|
Azure REST API version: 2023-02-01.
|
|
443
443
|
|
|
444
|
-
Other available API versions: 2016-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
444
|
+
Other available API versions: 2016-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
445
445
|
|
|
446
446
|
|
|
447
447
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -497,7 +497,7 @@ def get_virtual_network_gateway_connection_output(resource_group_name: Optional[
|
|
|
497
497
|
Gets the specified virtual network gateway connection by resource group.
|
|
498
498
|
Azure REST API version: 2023-02-01.
|
|
499
499
|
|
|
500
|
-
Other available API versions: 2016-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
500
|
+
Other available API versions: 2016-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
501
501
|
|
|
502
502
|
|
|
503
503
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -50,7 +50,7 @@ def get_virtual_network_gateway_connection_ike_sas(resource_group_name: Optional
|
|
|
50
50
|
Lists IKE Security Associations for the virtual network gateway connection in the specified resource group.
|
|
51
51
|
Azure REST API version: 2023-02-01.
|
|
52
52
|
|
|
53
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
53
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -74,7 +74,7 @@ def get_virtual_network_gateway_connection_ike_sas_output(resource_group_name: O
|
|
|
74
74
|
Lists IKE Security Associations for the virtual network gateway connection in the specified resource group.
|
|
75
75
|
Azure REST API version: 2023-02-01.
|
|
76
76
|
|
|
77
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
77
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -57,7 +57,7 @@ def get_virtual_network_gateway_learned_routes(resource_group_name: Optional[str
|
|
|
57
57
|
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers.
|
|
58
58
|
Azure REST API version: 2023-02-01.
|
|
59
59
|
|
|
60
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
60
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -81,7 +81,7 @@ def get_virtual_network_gateway_learned_routes_output(resource_group_name: Optio
|
|
|
81
81
|
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers.
|
|
82
82
|
Azure REST API version: 2023-02-01.
|
|
83
83
|
|
|
84
|
-
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01
|
|
84
|
+
Other available API versions: 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
:param str resource_group_name: The name of the resource group.
|