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
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetSecurityStandardResult',
|
|
20
|
-
'AwaitableGetSecurityStandardResult',
|
|
21
|
-
'get_security_standard',
|
|
22
|
-
'get_security_standard_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetSecurityStandardResult:
|
|
27
|
-
"""
|
|
28
|
-
Security Standard on a resource
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, assessments=None, cloud_providers=None, description=None, display_name=None, id=None, metadata=None, name=None, policy_set_definition_id=None, standard_type=None, type=None):
|
|
31
|
-
if assessments and not isinstance(assessments, list):
|
|
32
|
-
raise TypeError("Expected argument 'assessments' to be a list")
|
|
33
|
-
pulumi.set(__self__, "assessments", assessments)
|
|
34
|
-
if cloud_providers and not isinstance(cloud_providers, list):
|
|
35
|
-
raise TypeError("Expected argument 'cloud_providers' to be a list")
|
|
36
|
-
pulumi.set(__self__, "cloud_providers", cloud_providers)
|
|
37
|
-
if description and not isinstance(description, str):
|
|
38
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
-
pulumi.set(__self__, "description", description)
|
|
40
|
-
if display_name and not isinstance(display_name, str):
|
|
41
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
|
42
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
43
|
-
if id and not isinstance(id, str):
|
|
44
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
-
pulumi.set(__self__, "id", id)
|
|
46
|
-
if metadata and not isinstance(metadata, dict):
|
|
47
|
-
raise TypeError("Expected argument 'metadata' to be a dict")
|
|
48
|
-
pulumi.set(__self__, "metadata", metadata)
|
|
49
|
-
if name and not isinstance(name, str):
|
|
50
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
-
pulumi.set(__self__, "name", name)
|
|
52
|
-
if policy_set_definition_id and not isinstance(policy_set_definition_id, str):
|
|
53
|
-
raise TypeError("Expected argument 'policy_set_definition_id' to be a str")
|
|
54
|
-
pulumi.set(__self__, "policy_set_definition_id", policy_set_definition_id)
|
|
55
|
-
if standard_type and not isinstance(standard_type, str):
|
|
56
|
-
raise TypeError("Expected argument 'standard_type' to be a str")
|
|
57
|
-
pulumi.set(__self__, "standard_type", standard_type)
|
|
58
|
-
if type and not isinstance(type, str):
|
|
59
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
-
pulumi.set(__self__, "type", type)
|
|
61
|
-
|
|
62
|
-
@property
|
|
63
|
-
@pulumi.getter
|
|
64
|
-
def assessments(self) -> Optional[Sequence['outputs.PartialAssessmentPropertiesResponse']]:
|
|
65
|
-
"""
|
|
66
|
-
List of assessment keys to apply to standard scope.
|
|
67
|
-
"""
|
|
68
|
-
return pulumi.get(self, "assessments")
|
|
69
|
-
|
|
70
|
-
@property
|
|
71
|
-
@pulumi.getter(name="cloudProviders")
|
|
72
|
-
def cloud_providers(self) -> Optional[Sequence[str]]:
|
|
73
|
-
"""
|
|
74
|
-
List of all standard supported clouds.
|
|
75
|
-
"""
|
|
76
|
-
return pulumi.get(self, "cloud_providers")
|
|
77
|
-
|
|
78
|
-
@property
|
|
79
|
-
@pulumi.getter
|
|
80
|
-
def description(self) -> Optional[str]:
|
|
81
|
-
"""
|
|
82
|
-
Description of the standard
|
|
83
|
-
"""
|
|
84
|
-
return pulumi.get(self, "description")
|
|
85
|
-
|
|
86
|
-
@property
|
|
87
|
-
@pulumi.getter(name="displayName")
|
|
88
|
-
def display_name(self) -> Optional[str]:
|
|
89
|
-
"""
|
|
90
|
-
Display name of the standard, equivalent to the standardId
|
|
91
|
-
"""
|
|
92
|
-
return pulumi.get(self, "display_name")
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter
|
|
96
|
-
def id(self) -> str:
|
|
97
|
-
"""
|
|
98
|
-
Resource Id
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "id")
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter
|
|
104
|
-
def metadata(self) -> Optional['outputs.StandardMetadataResponse']:
|
|
105
|
-
"""
|
|
106
|
-
The security standard metadata.
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "metadata")
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter
|
|
112
|
-
def name(self) -> str:
|
|
113
|
-
"""
|
|
114
|
-
Resource name
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "name")
|
|
117
|
-
|
|
118
|
-
@property
|
|
119
|
-
@pulumi.getter(name="policySetDefinitionId")
|
|
120
|
-
def policy_set_definition_id(self) -> Optional[str]:
|
|
121
|
-
"""
|
|
122
|
-
The policy set definition id associated with the standard.
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "policy_set_definition_id")
|
|
125
|
-
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter(name="standardType")
|
|
128
|
-
def standard_type(self) -> str:
|
|
129
|
-
"""
|
|
130
|
-
Standard type (Custom or Default or Compliance only currently)
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "standard_type")
|
|
133
|
-
|
|
134
|
-
@property
|
|
135
|
-
@pulumi.getter
|
|
136
|
-
def type(self) -> str:
|
|
137
|
-
"""
|
|
138
|
-
Resource type
|
|
139
|
-
"""
|
|
140
|
-
return pulumi.get(self, "type")
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
class AwaitableGetSecurityStandardResult(GetSecurityStandardResult):
|
|
144
|
-
# pylint: disable=using-constant-test
|
|
145
|
-
def __await__(self):
|
|
146
|
-
if False:
|
|
147
|
-
yield self
|
|
148
|
-
return GetSecurityStandardResult(
|
|
149
|
-
assessments=self.assessments,
|
|
150
|
-
cloud_providers=self.cloud_providers,
|
|
151
|
-
description=self.description,
|
|
152
|
-
display_name=self.display_name,
|
|
153
|
-
id=self.id,
|
|
154
|
-
metadata=self.metadata,
|
|
155
|
-
name=self.name,
|
|
156
|
-
policy_set_definition_id=self.policy_set_definition_id,
|
|
157
|
-
standard_type=self.standard_type,
|
|
158
|
-
type=self.type)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
def get_security_standard(scope: Optional[str] = None,
|
|
162
|
-
standard_id: Optional[str] = None,
|
|
163
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityStandardResult:
|
|
164
|
-
"""
|
|
165
|
-
Get a specific security standard for the requested scope by standardId
|
|
166
|
-
Azure REST API version: 2024-08-01.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
:param str scope: The scope of the security standard. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'
|
|
170
|
-
:param str standard_id: The Security Standard key - unique key for the standard type
|
|
171
|
-
"""
|
|
172
|
-
__args__ = dict()
|
|
173
|
-
__args__['scope'] = scope
|
|
174
|
-
__args__['standardId'] = standard_id
|
|
175
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
176
|
-
__ret__ = pulumi.runtime.invoke('azure-native:security:getSecurityStandard', __args__, opts=opts, typ=GetSecurityStandardResult).value
|
|
177
|
-
|
|
178
|
-
return AwaitableGetSecurityStandardResult(
|
|
179
|
-
assessments=pulumi.get(__ret__, 'assessments'),
|
|
180
|
-
cloud_providers=pulumi.get(__ret__, 'cloud_providers'),
|
|
181
|
-
description=pulumi.get(__ret__, 'description'),
|
|
182
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
|
183
|
-
id=pulumi.get(__ret__, 'id'),
|
|
184
|
-
metadata=pulumi.get(__ret__, 'metadata'),
|
|
185
|
-
name=pulumi.get(__ret__, 'name'),
|
|
186
|
-
policy_set_definition_id=pulumi.get(__ret__, 'policy_set_definition_id'),
|
|
187
|
-
standard_type=pulumi.get(__ret__, 'standard_type'),
|
|
188
|
-
type=pulumi.get(__ret__, 'type'))
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
@_utilities.lift_output_func(get_security_standard)
|
|
192
|
-
def get_security_standard_output(scope: Optional[pulumi.Input[str]] = None,
|
|
193
|
-
standard_id: Optional[pulumi.Input[str]] = None,
|
|
194
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecurityStandardResult]:
|
|
195
|
-
"""
|
|
196
|
-
Get a specific security standard for the requested scope by standardId
|
|
197
|
-
Azure REST API version: 2024-08-01.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
:param str scope: The scope of the security standard. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'
|
|
201
|
-
:param str standard_id: The Security Standard key - unique key for the standard type
|
|
202
|
-
"""
|
|
203
|
-
...
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetStandardAssignmentResult',
|
|
20
|
-
'AwaitableGetStandardAssignmentResult',
|
|
21
|
-
'get_standard_assignment',
|
|
22
|
-
'get_standard_assignment_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetStandardAssignmentResult:
|
|
27
|
-
"""
|
|
28
|
-
Security Assignment on a resource group over a given scope
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, assigned_standard=None, attestation_data=None, description=None, display_name=None, effect=None, excluded_scopes=None, exemption_data=None, expires_on=None, id=None, metadata=None, name=None, type=None):
|
|
31
|
-
if assigned_standard and not isinstance(assigned_standard, dict):
|
|
32
|
-
raise TypeError("Expected argument 'assigned_standard' to be a dict")
|
|
33
|
-
pulumi.set(__self__, "assigned_standard", assigned_standard)
|
|
34
|
-
if attestation_data and not isinstance(attestation_data, dict):
|
|
35
|
-
raise TypeError("Expected argument 'attestation_data' to be a dict")
|
|
36
|
-
pulumi.set(__self__, "attestation_data", attestation_data)
|
|
37
|
-
if description and not isinstance(description, str):
|
|
38
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
-
pulumi.set(__self__, "description", description)
|
|
40
|
-
if display_name and not isinstance(display_name, str):
|
|
41
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
|
42
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
43
|
-
if effect and not isinstance(effect, str):
|
|
44
|
-
raise TypeError("Expected argument 'effect' to be a str")
|
|
45
|
-
pulumi.set(__self__, "effect", effect)
|
|
46
|
-
if excluded_scopes and not isinstance(excluded_scopes, list):
|
|
47
|
-
raise TypeError("Expected argument 'excluded_scopes' to be a list")
|
|
48
|
-
pulumi.set(__self__, "excluded_scopes", excluded_scopes)
|
|
49
|
-
if exemption_data and not isinstance(exemption_data, dict):
|
|
50
|
-
raise TypeError("Expected argument 'exemption_data' to be a dict")
|
|
51
|
-
pulumi.set(__self__, "exemption_data", exemption_data)
|
|
52
|
-
if expires_on and not isinstance(expires_on, str):
|
|
53
|
-
raise TypeError("Expected argument 'expires_on' to be a str")
|
|
54
|
-
pulumi.set(__self__, "expires_on", expires_on)
|
|
55
|
-
if id and not isinstance(id, str):
|
|
56
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
-
pulumi.set(__self__, "id", id)
|
|
58
|
-
if metadata and not isinstance(metadata, dict):
|
|
59
|
-
raise TypeError("Expected argument 'metadata' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "metadata", metadata)
|
|
61
|
-
if name and not isinstance(name, str):
|
|
62
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
63
|
-
pulumi.set(__self__, "name", name)
|
|
64
|
-
if type and not isinstance(type, str):
|
|
65
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
-
pulumi.set(__self__, "type", type)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter(name="assignedStandard")
|
|
70
|
-
def assigned_standard(self) -> Optional['outputs.AssignedStandardItemResponse']:
|
|
71
|
-
"""
|
|
72
|
-
Standard item with key as applied to this standard assignment over the given scope
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "assigned_standard")
|
|
75
|
-
|
|
76
|
-
@property
|
|
77
|
-
@pulumi.getter(name="attestationData")
|
|
78
|
-
def attestation_data(self) -> Optional['outputs.StandardAssignmentPropertiesResponseAttestationData']:
|
|
79
|
-
"""
|
|
80
|
-
Additional data about assignment that has Attest effect
|
|
81
|
-
"""
|
|
82
|
-
return pulumi.get(self, "attestation_data")
|
|
83
|
-
|
|
84
|
-
@property
|
|
85
|
-
@pulumi.getter
|
|
86
|
-
def description(self) -> Optional[str]:
|
|
87
|
-
"""
|
|
88
|
-
Description of the standardAssignment
|
|
89
|
-
"""
|
|
90
|
-
return pulumi.get(self, "description")
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter(name="displayName")
|
|
94
|
-
def display_name(self) -> Optional[str]:
|
|
95
|
-
"""
|
|
96
|
-
Display name of the standardAssignment
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "display_name")
|
|
99
|
-
|
|
100
|
-
@property
|
|
101
|
-
@pulumi.getter
|
|
102
|
-
def effect(self) -> Optional[str]:
|
|
103
|
-
"""
|
|
104
|
-
Expected effect of this assignment (Audit/Exempt/Attest)
|
|
105
|
-
"""
|
|
106
|
-
return pulumi.get(self, "effect")
|
|
107
|
-
|
|
108
|
-
@property
|
|
109
|
-
@pulumi.getter(name="excludedScopes")
|
|
110
|
-
def excluded_scopes(self) -> Optional[Sequence[str]]:
|
|
111
|
-
"""
|
|
112
|
-
Excluded scopes, filter out the descendants of the scope (on management scopes)
|
|
113
|
-
"""
|
|
114
|
-
return pulumi.get(self, "excluded_scopes")
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="exemptionData")
|
|
118
|
-
def exemption_data(self) -> Optional['outputs.StandardAssignmentPropertiesResponseExemptionData']:
|
|
119
|
-
"""
|
|
120
|
-
Additional data about assignment that has Exempt effect
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "exemption_data")
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter(name="expiresOn")
|
|
126
|
-
def expires_on(self) -> Optional[str]:
|
|
127
|
-
"""
|
|
128
|
-
Expiration date of this assignment as a full ISO date
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "expires_on")
|
|
131
|
-
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter
|
|
134
|
-
def id(self) -> str:
|
|
135
|
-
"""
|
|
136
|
-
Resource Id
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "id")
|
|
139
|
-
|
|
140
|
-
@property
|
|
141
|
-
@pulumi.getter
|
|
142
|
-
def metadata(self) -> Optional['outputs.StandardAssignmentMetadataResponse']:
|
|
143
|
-
"""
|
|
144
|
-
The standard assignment metadata.
|
|
145
|
-
"""
|
|
146
|
-
return pulumi.get(self, "metadata")
|
|
147
|
-
|
|
148
|
-
@property
|
|
149
|
-
@pulumi.getter
|
|
150
|
-
def name(self) -> str:
|
|
151
|
-
"""
|
|
152
|
-
Resource name
|
|
153
|
-
"""
|
|
154
|
-
return pulumi.get(self, "name")
|
|
155
|
-
|
|
156
|
-
@property
|
|
157
|
-
@pulumi.getter
|
|
158
|
-
def type(self) -> str:
|
|
159
|
-
"""
|
|
160
|
-
Resource type
|
|
161
|
-
"""
|
|
162
|
-
return pulumi.get(self, "type")
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class AwaitableGetStandardAssignmentResult(GetStandardAssignmentResult):
|
|
166
|
-
# pylint: disable=using-constant-test
|
|
167
|
-
def __await__(self):
|
|
168
|
-
if False:
|
|
169
|
-
yield self
|
|
170
|
-
return GetStandardAssignmentResult(
|
|
171
|
-
assigned_standard=self.assigned_standard,
|
|
172
|
-
attestation_data=self.attestation_data,
|
|
173
|
-
description=self.description,
|
|
174
|
-
display_name=self.display_name,
|
|
175
|
-
effect=self.effect,
|
|
176
|
-
excluded_scopes=self.excluded_scopes,
|
|
177
|
-
exemption_data=self.exemption_data,
|
|
178
|
-
expires_on=self.expires_on,
|
|
179
|
-
id=self.id,
|
|
180
|
-
metadata=self.metadata,
|
|
181
|
-
name=self.name,
|
|
182
|
-
type=self.type)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
def get_standard_assignment(resource_id: Optional[str] = None,
|
|
186
|
-
standard_assignment_name: Optional[str] = None,
|
|
187
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStandardAssignmentResult:
|
|
188
|
-
"""
|
|
189
|
-
This operation retrieves a single standard assignment, given its name and the scope it was created at.
|
|
190
|
-
Azure REST API version: 2024-08-01.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
:param str resource_id: The identifier of the resource.
|
|
194
|
-
:param str standard_assignment_name: The standard assignments assignment key - unique key for the standard assignment
|
|
195
|
-
"""
|
|
196
|
-
__args__ = dict()
|
|
197
|
-
__args__['resourceId'] = resource_id
|
|
198
|
-
__args__['standardAssignmentName'] = standard_assignment_name
|
|
199
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
200
|
-
__ret__ = pulumi.runtime.invoke('azure-native:security:getStandardAssignment', __args__, opts=opts, typ=GetStandardAssignmentResult).value
|
|
201
|
-
|
|
202
|
-
return AwaitableGetStandardAssignmentResult(
|
|
203
|
-
assigned_standard=pulumi.get(__ret__, 'assigned_standard'),
|
|
204
|
-
attestation_data=pulumi.get(__ret__, 'attestation_data'),
|
|
205
|
-
description=pulumi.get(__ret__, 'description'),
|
|
206
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
|
207
|
-
effect=pulumi.get(__ret__, 'effect'),
|
|
208
|
-
excluded_scopes=pulumi.get(__ret__, 'excluded_scopes'),
|
|
209
|
-
exemption_data=pulumi.get(__ret__, 'exemption_data'),
|
|
210
|
-
expires_on=pulumi.get(__ret__, 'expires_on'),
|
|
211
|
-
id=pulumi.get(__ret__, 'id'),
|
|
212
|
-
metadata=pulumi.get(__ret__, 'metadata'),
|
|
213
|
-
name=pulumi.get(__ret__, 'name'),
|
|
214
|
-
type=pulumi.get(__ret__, 'type'))
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
@_utilities.lift_output_func(get_standard_assignment)
|
|
218
|
-
def get_standard_assignment_output(resource_id: Optional[pulumi.Input[str]] = None,
|
|
219
|
-
standard_assignment_name: Optional[pulumi.Input[str]] = None,
|
|
220
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStandardAssignmentResult]:
|
|
221
|
-
"""
|
|
222
|
-
This operation retrieves a single standard assignment, given its name and the scope it was created at.
|
|
223
|
-
Azure REST API version: 2024-08-01.
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
:param str resource_id: The identifier of the resource.
|
|
227
|
-
:param str standard_assignment_name: The standard assignments assignment key - unique key for the standard assignment
|
|
228
|
-
"""
|
|
229
|
-
...
|