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
|
@@ -18,22 +18,12 @@ from ._enums import *
|
|
|
18
18
|
__all__ = [
|
|
19
19
|
'DataPointArgs',
|
|
20
20
|
'DataPointArgsDict',
|
|
21
|
-
'DiscoveredDataPointArgs',
|
|
22
|
-
'DiscoveredDataPointArgsDict',
|
|
23
|
-
'DiscoveredDatasetArgs',
|
|
24
|
-
'DiscoveredDatasetArgsDict',
|
|
25
|
-
'DiscoveredEventArgs',
|
|
26
|
-
'DiscoveredEventArgsDict',
|
|
27
21
|
'EventArgs',
|
|
28
22
|
'EventArgsDict',
|
|
29
23
|
'ExtendedLocationArgs',
|
|
30
24
|
'ExtendedLocationArgsDict',
|
|
31
25
|
'OwnCertificateArgs',
|
|
32
26
|
'OwnCertificateArgsDict',
|
|
33
|
-
'SystemAssignedServiceIdentityArgs',
|
|
34
|
-
'SystemAssignedServiceIdentityArgsDict',
|
|
35
|
-
'TopicArgs',
|
|
36
|
-
'TopicArgsDict',
|
|
37
27
|
'TransportAuthenticationArgs',
|
|
38
28
|
'TransportAuthenticationArgsDict',
|
|
39
29
|
'UserAuthenticationArgs',
|
|
@@ -61,7 +51,7 @@ if not MYPY:
|
|
|
61
51
|
"""
|
|
62
52
|
data_point_configuration: NotRequired[pulumi.Input[str]]
|
|
63
53
|
"""
|
|
64
|
-
|
|
54
|
+
Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
65
55
|
"""
|
|
66
56
|
name: NotRequired[pulumi.Input[str]]
|
|
67
57
|
"""
|
|
@@ -86,7 +76,7 @@ class DataPointArgs:
|
|
|
86
76
|
Defines the data point properties.
|
|
87
77
|
:param pulumi.Input[str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
88
78
|
:param pulumi.Input[str] capability_id: The path to the type definition of the capability (e.g. DTMI, OPC UA information model node id, etc.), for example dtmi:com:example:Robot:_contents:__prop1;1.
|
|
89
|
-
:param pulumi.Input[str] data_point_configuration:
|
|
79
|
+
:param pulumi.Input[str] data_point_configuration: Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
90
80
|
:param pulumi.Input[str] name: The name of the data point.
|
|
91
81
|
:param pulumi.Input[Union[str, 'DataPointsObservabilityMode']] observability_mode: An indication of how the data point should be mapped to OpenTelemetry.
|
|
92
82
|
"""
|
|
@@ -130,7 +120,7 @@ class DataPointArgs:
|
|
|
130
120
|
@pulumi.getter(name="dataPointConfiguration")
|
|
131
121
|
def data_point_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
132
122
|
"""
|
|
133
|
-
|
|
123
|
+
Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
134
124
|
"""
|
|
135
125
|
return pulumi.get(self, "data_point_configuration")
|
|
136
126
|
|
|
@@ -163,309 +153,6 @@ class DataPointArgs:
|
|
|
163
153
|
pulumi.set(self, "observability_mode", value)
|
|
164
154
|
|
|
165
155
|
|
|
166
|
-
if not MYPY:
|
|
167
|
-
class DiscoveredDataPointArgsDict(TypedDict):
|
|
168
|
-
"""
|
|
169
|
-
Defines the data point properties.
|
|
170
|
-
"""
|
|
171
|
-
data_source: pulumi.Input[str]
|
|
172
|
-
"""
|
|
173
|
-
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
174
|
-
"""
|
|
175
|
-
name: pulumi.Input[str]
|
|
176
|
-
"""
|
|
177
|
-
The name of the data point.
|
|
178
|
-
"""
|
|
179
|
-
data_point_configuration: NotRequired[pulumi.Input[str]]
|
|
180
|
-
"""
|
|
181
|
-
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
182
|
-
"""
|
|
183
|
-
last_updated_on: NotRequired[pulumi.Input[str]]
|
|
184
|
-
"""
|
|
185
|
-
UTC timestamp indicating when the data point was added or modified.
|
|
186
|
-
"""
|
|
187
|
-
elif False:
|
|
188
|
-
DiscoveredDataPointArgsDict: TypeAlias = Mapping[str, Any]
|
|
189
|
-
|
|
190
|
-
@pulumi.input_type
|
|
191
|
-
class DiscoveredDataPointArgs:
|
|
192
|
-
def __init__(__self__, *,
|
|
193
|
-
data_source: pulumi.Input[str],
|
|
194
|
-
name: pulumi.Input[str],
|
|
195
|
-
data_point_configuration: Optional[pulumi.Input[str]] = None,
|
|
196
|
-
last_updated_on: Optional[pulumi.Input[str]] = None):
|
|
197
|
-
"""
|
|
198
|
-
Defines the data point properties.
|
|
199
|
-
:param pulumi.Input[str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
200
|
-
:param pulumi.Input[str] name: The name of the data point.
|
|
201
|
-
:param pulumi.Input[str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
202
|
-
:param pulumi.Input[str] last_updated_on: UTC timestamp indicating when the data point was added or modified.
|
|
203
|
-
"""
|
|
204
|
-
pulumi.set(__self__, "data_source", data_source)
|
|
205
|
-
pulumi.set(__self__, "name", name)
|
|
206
|
-
if data_point_configuration is not None:
|
|
207
|
-
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
208
|
-
if last_updated_on is not None:
|
|
209
|
-
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
210
|
-
|
|
211
|
-
@property
|
|
212
|
-
@pulumi.getter(name="dataSource")
|
|
213
|
-
def data_source(self) -> pulumi.Input[str]:
|
|
214
|
-
"""
|
|
215
|
-
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
216
|
-
"""
|
|
217
|
-
return pulumi.get(self, "data_source")
|
|
218
|
-
|
|
219
|
-
@data_source.setter
|
|
220
|
-
def data_source(self, value: pulumi.Input[str]):
|
|
221
|
-
pulumi.set(self, "data_source", value)
|
|
222
|
-
|
|
223
|
-
@property
|
|
224
|
-
@pulumi.getter
|
|
225
|
-
def name(self) -> pulumi.Input[str]:
|
|
226
|
-
"""
|
|
227
|
-
The name of the data point.
|
|
228
|
-
"""
|
|
229
|
-
return pulumi.get(self, "name")
|
|
230
|
-
|
|
231
|
-
@name.setter
|
|
232
|
-
def name(self, value: pulumi.Input[str]):
|
|
233
|
-
pulumi.set(self, "name", value)
|
|
234
|
-
|
|
235
|
-
@property
|
|
236
|
-
@pulumi.getter(name="dataPointConfiguration")
|
|
237
|
-
def data_point_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
238
|
-
"""
|
|
239
|
-
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
240
|
-
"""
|
|
241
|
-
return pulumi.get(self, "data_point_configuration")
|
|
242
|
-
|
|
243
|
-
@data_point_configuration.setter
|
|
244
|
-
def data_point_configuration(self, value: Optional[pulumi.Input[str]]):
|
|
245
|
-
pulumi.set(self, "data_point_configuration", value)
|
|
246
|
-
|
|
247
|
-
@property
|
|
248
|
-
@pulumi.getter(name="lastUpdatedOn")
|
|
249
|
-
def last_updated_on(self) -> Optional[pulumi.Input[str]]:
|
|
250
|
-
"""
|
|
251
|
-
UTC timestamp indicating when the data point was added or modified.
|
|
252
|
-
"""
|
|
253
|
-
return pulumi.get(self, "last_updated_on")
|
|
254
|
-
|
|
255
|
-
@last_updated_on.setter
|
|
256
|
-
def last_updated_on(self, value: Optional[pulumi.Input[str]]):
|
|
257
|
-
pulumi.set(self, "last_updated_on", value)
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
if not MYPY:
|
|
261
|
-
class DiscoveredDatasetArgsDict(TypedDict):
|
|
262
|
-
"""
|
|
263
|
-
Defines the dataset properties.
|
|
264
|
-
"""
|
|
265
|
-
name: pulumi.Input[str]
|
|
266
|
-
"""
|
|
267
|
-
Name of the dataset.
|
|
268
|
-
"""
|
|
269
|
-
data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgsDict']]]]
|
|
270
|
-
"""
|
|
271
|
-
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
272
|
-
"""
|
|
273
|
-
dataset_configuration: NotRequired[pulumi.Input[str]]
|
|
274
|
-
"""
|
|
275
|
-
Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
276
|
-
"""
|
|
277
|
-
topic: NotRequired[pulumi.Input['TopicArgsDict']]
|
|
278
|
-
"""
|
|
279
|
-
Object that describes the topic information for the specific dataset.
|
|
280
|
-
"""
|
|
281
|
-
elif False:
|
|
282
|
-
DiscoveredDatasetArgsDict: TypeAlias = Mapping[str, Any]
|
|
283
|
-
|
|
284
|
-
@pulumi.input_type
|
|
285
|
-
class DiscoveredDatasetArgs:
|
|
286
|
-
def __init__(__self__, *,
|
|
287
|
-
name: pulumi.Input[str],
|
|
288
|
-
data_points: Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]] = None,
|
|
289
|
-
dataset_configuration: Optional[pulumi.Input[str]] = None,
|
|
290
|
-
topic: Optional[pulumi.Input['TopicArgs']] = None):
|
|
291
|
-
"""
|
|
292
|
-
Defines the dataset properties.
|
|
293
|
-
:param pulumi.Input[str] name: Name of the dataset.
|
|
294
|
-
:param pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
295
|
-
:param pulumi.Input[str] dataset_configuration: Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
296
|
-
:param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific dataset.
|
|
297
|
-
"""
|
|
298
|
-
pulumi.set(__self__, "name", name)
|
|
299
|
-
if data_points is not None:
|
|
300
|
-
pulumi.set(__self__, "data_points", data_points)
|
|
301
|
-
if dataset_configuration is not None:
|
|
302
|
-
pulumi.set(__self__, "dataset_configuration", dataset_configuration)
|
|
303
|
-
if topic is not None:
|
|
304
|
-
pulumi.set(__self__, "topic", topic)
|
|
305
|
-
|
|
306
|
-
@property
|
|
307
|
-
@pulumi.getter
|
|
308
|
-
def name(self) -> pulumi.Input[str]:
|
|
309
|
-
"""
|
|
310
|
-
Name of the dataset.
|
|
311
|
-
"""
|
|
312
|
-
return pulumi.get(self, "name")
|
|
313
|
-
|
|
314
|
-
@name.setter
|
|
315
|
-
def name(self, value: pulumi.Input[str]):
|
|
316
|
-
pulumi.set(self, "name", value)
|
|
317
|
-
|
|
318
|
-
@property
|
|
319
|
-
@pulumi.getter(name="dataPoints")
|
|
320
|
-
def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]]:
|
|
321
|
-
"""
|
|
322
|
-
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
323
|
-
"""
|
|
324
|
-
return pulumi.get(self, "data_points")
|
|
325
|
-
|
|
326
|
-
@data_points.setter
|
|
327
|
-
def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiscoveredDataPointArgs']]]]):
|
|
328
|
-
pulumi.set(self, "data_points", value)
|
|
329
|
-
|
|
330
|
-
@property
|
|
331
|
-
@pulumi.getter(name="datasetConfiguration")
|
|
332
|
-
def dataset_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
333
|
-
"""
|
|
334
|
-
Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
335
|
-
"""
|
|
336
|
-
return pulumi.get(self, "dataset_configuration")
|
|
337
|
-
|
|
338
|
-
@dataset_configuration.setter
|
|
339
|
-
def dataset_configuration(self, value: Optional[pulumi.Input[str]]):
|
|
340
|
-
pulumi.set(self, "dataset_configuration", value)
|
|
341
|
-
|
|
342
|
-
@property
|
|
343
|
-
@pulumi.getter
|
|
344
|
-
def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
|
|
345
|
-
"""
|
|
346
|
-
Object that describes the topic information for the specific dataset.
|
|
347
|
-
"""
|
|
348
|
-
return pulumi.get(self, "topic")
|
|
349
|
-
|
|
350
|
-
@topic.setter
|
|
351
|
-
def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
|
|
352
|
-
pulumi.set(self, "topic", value)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
if not MYPY:
|
|
356
|
-
class DiscoveredEventArgsDict(TypedDict):
|
|
357
|
-
"""
|
|
358
|
-
Defines the event properties.
|
|
359
|
-
"""
|
|
360
|
-
event_notifier: pulumi.Input[str]
|
|
361
|
-
"""
|
|
362
|
-
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
363
|
-
"""
|
|
364
|
-
name: pulumi.Input[str]
|
|
365
|
-
"""
|
|
366
|
-
The name of the event.
|
|
367
|
-
"""
|
|
368
|
-
event_configuration: NotRequired[pulumi.Input[str]]
|
|
369
|
-
"""
|
|
370
|
-
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
371
|
-
"""
|
|
372
|
-
last_updated_on: NotRequired[pulumi.Input[str]]
|
|
373
|
-
"""
|
|
374
|
-
UTC timestamp indicating when the event was added or modified.
|
|
375
|
-
"""
|
|
376
|
-
topic: NotRequired[pulumi.Input['TopicArgsDict']]
|
|
377
|
-
"""
|
|
378
|
-
Object that describes the topic information for the specific event.
|
|
379
|
-
"""
|
|
380
|
-
elif False:
|
|
381
|
-
DiscoveredEventArgsDict: TypeAlias = Mapping[str, Any]
|
|
382
|
-
|
|
383
|
-
@pulumi.input_type
|
|
384
|
-
class DiscoveredEventArgs:
|
|
385
|
-
def __init__(__self__, *,
|
|
386
|
-
event_notifier: pulumi.Input[str],
|
|
387
|
-
name: pulumi.Input[str],
|
|
388
|
-
event_configuration: Optional[pulumi.Input[str]] = None,
|
|
389
|
-
last_updated_on: Optional[pulumi.Input[str]] = None,
|
|
390
|
-
topic: Optional[pulumi.Input['TopicArgs']] = None):
|
|
391
|
-
"""
|
|
392
|
-
Defines the event properties.
|
|
393
|
-
:param pulumi.Input[str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
394
|
-
:param pulumi.Input[str] name: The name of the event.
|
|
395
|
-
:param pulumi.Input[str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
396
|
-
:param pulumi.Input[str] last_updated_on: UTC timestamp indicating when the event was added or modified.
|
|
397
|
-
:param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific event.
|
|
398
|
-
"""
|
|
399
|
-
pulumi.set(__self__, "event_notifier", event_notifier)
|
|
400
|
-
pulumi.set(__self__, "name", name)
|
|
401
|
-
if event_configuration is not None:
|
|
402
|
-
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
403
|
-
if last_updated_on is not None:
|
|
404
|
-
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
405
|
-
if topic is not None:
|
|
406
|
-
pulumi.set(__self__, "topic", topic)
|
|
407
|
-
|
|
408
|
-
@property
|
|
409
|
-
@pulumi.getter(name="eventNotifier")
|
|
410
|
-
def event_notifier(self) -> pulumi.Input[str]:
|
|
411
|
-
"""
|
|
412
|
-
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
413
|
-
"""
|
|
414
|
-
return pulumi.get(self, "event_notifier")
|
|
415
|
-
|
|
416
|
-
@event_notifier.setter
|
|
417
|
-
def event_notifier(self, value: pulumi.Input[str]):
|
|
418
|
-
pulumi.set(self, "event_notifier", value)
|
|
419
|
-
|
|
420
|
-
@property
|
|
421
|
-
@pulumi.getter
|
|
422
|
-
def name(self) -> pulumi.Input[str]:
|
|
423
|
-
"""
|
|
424
|
-
The name of the event.
|
|
425
|
-
"""
|
|
426
|
-
return pulumi.get(self, "name")
|
|
427
|
-
|
|
428
|
-
@name.setter
|
|
429
|
-
def name(self, value: pulumi.Input[str]):
|
|
430
|
-
pulumi.set(self, "name", value)
|
|
431
|
-
|
|
432
|
-
@property
|
|
433
|
-
@pulumi.getter(name="eventConfiguration")
|
|
434
|
-
def event_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
435
|
-
"""
|
|
436
|
-
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
437
|
-
"""
|
|
438
|
-
return pulumi.get(self, "event_configuration")
|
|
439
|
-
|
|
440
|
-
@event_configuration.setter
|
|
441
|
-
def event_configuration(self, value: Optional[pulumi.Input[str]]):
|
|
442
|
-
pulumi.set(self, "event_configuration", value)
|
|
443
|
-
|
|
444
|
-
@property
|
|
445
|
-
@pulumi.getter(name="lastUpdatedOn")
|
|
446
|
-
def last_updated_on(self) -> Optional[pulumi.Input[str]]:
|
|
447
|
-
"""
|
|
448
|
-
UTC timestamp indicating when the event was added or modified.
|
|
449
|
-
"""
|
|
450
|
-
return pulumi.get(self, "last_updated_on")
|
|
451
|
-
|
|
452
|
-
@last_updated_on.setter
|
|
453
|
-
def last_updated_on(self, value: Optional[pulumi.Input[str]]):
|
|
454
|
-
pulumi.set(self, "last_updated_on", value)
|
|
455
|
-
|
|
456
|
-
@property
|
|
457
|
-
@pulumi.getter
|
|
458
|
-
def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
|
|
459
|
-
"""
|
|
460
|
-
Object that describes the topic information for the specific event.
|
|
461
|
-
"""
|
|
462
|
-
return pulumi.get(self, "topic")
|
|
463
|
-
|
|
464
|
-
@topic.setter
|
|
465
|
-
def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
|
|
466
|
-
pulumi.set(self, "topic", value)
|
|
467
|
-
|
|
468
|
-
|
|
469
156
|
if not MYPY:
|
|
470
157
|
class EventArgsDict(TypedDict):
|
|
471
158
|
"""
|
|
@@ -481,7 +168,7 @@ if not MYPY:
|
|
|
481
168
|
"""
|
|
482
169
|
event_configuration: NotRequired[pulumi.Input[str]]
|
|
483
170
|
"""
|
|
484
|
-
|
|
171
|
+
Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
485
172
|
"""
|
|
486
173
|
name: NotRequired[pulumi.Input[str]]
|
|
487
174
|
"""
|
|
@@ -506,7 +193,7 @@ class EventArgs:
|
|
|
506
193
|
Defines the event properties.
|
|
507
194
|
:param pulumi.Input[str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
508
195
|
:param pulumi.Input[str] capability_id: The path to the type definition of the capability (e.g. DTMI, OPC UA information model node id, etc.), for example dtmi:com:example:Robot:_contents:__prop1;1.
|
|
509
|
-
:param pulumi.Input[str] event_configuration:
|
|
196
|
+
:param pulumi.Input[str] event_configuration: Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
510
197
|
:param pulumi.Input[str] name: The name of the event.
|
|
511
198
|
:param pulumi.Input[Union[str, 'EventsObservabilityMode']] observability_mode: An indication of how the event should be mapped to OpenTelemetry.
|
|
512
199
|
"""
|
|
@@ -550,7 +237,7 @@ class EventArgs:
|
|
|
550
237
|
@pulumi.getter(name="eventConfiguration")
|
|
551
238
|
def event_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
552
239
|
"""
|
|
553
|
-
|
|
240
|
+
Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
554
241
|
"""
|
|
555
242
|
return pulumi.get(self, "event_configuration")
|
|
556
243
|
|
|
@@ -713,98 +400,6 @@ class OwnCertificateArgs:
|
|
|
713
400
|
pulumi.set(self, "cert_thumbprint", value)
|
|
714
401
|
|
|
715
402
|
|
|
716
|
-
if not MYPY:
|
|
717
|
-
class SystemAssignedServiceIdentityArgsDict(TypedDict):
|
|
718
|
-
"""
|
|
719
|
-
Managed service identity (either system assigned, or none)
|
|
720
|
-
"""
|
|
721
|
-
type: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]
|
|
722
|
-
"""
|
|
723
|
-
Type of managed service identity (either system assigned, or none).
|
|
724
|
-
"""
|
|
725
|
-
elif False:
|
|
726
|
-
SystemAssignedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
727
|
-
|
|
728
|
-
@pulumi.input_type
|
|
729
|
-
class SystemAssignedServiceIdentityArgs:
|
|
730
|
-
def __init__(__self__, *,
|
|
731
|
-
type: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]):
|
|
732
|
-
"""
|
|
733
|
-
Managed service identity (either system assigned, or none)
|
|
734
|
-
:param pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']] type: Type of managed service identity (either system assigned, or none).
|
|
735
|
-
"""
|
|
736
|
-
pulumi.set(__self__, "type", type)
|
|
737
|
-
|
|
738
|
-
@property
|
|
739
|
-
@pulumi.getter
|
|
740
|
-
def type(self) -> pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]:
|
|
741
|
-
"""
|
|
742
|
-
Type of managed service identity (either system assigned, or none).
|
|
743
|
-
"""
|
|
744
|
-
return pulumi.get(self, "type")
|
|
745
|
-
|
|
746
|
-
@type.setter
|
|
747
|
-
def type(self, value: pulumi.Input[Union[str, 'SystemAssignedServiceIdentityType']]):
|
|
748
|
-
pulumi.set(self, "type", value)
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
if not MYPY:
|
|
752
|
-
class TopicArgsDict(TypedDict):
|
|
753
|
-
"""
|
|
754
|
-
Object that describes the topic information.
|
|
755
|
-
"""
|
|
756
|
-
path: pulumi.Input[str]
|
|
757
|
-
"""
|
|
758
|
-
The topic path for messages published to an MQTT broker.
|
|
759
|
-
"""
|
|
760
|
-
retain: NotRequired[pulumi.Input[Union[str, 'TopicRetainType']]]
|
|
761
|
-
"""
|
|
762
|
-
When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
763
|
-
"""
|
|
764
|
-
elif False:
|
|
765
|
-
TopicArgsDict: TypeAlias = Mapping[str, Any]
|
|
766
|
-
|
|
767
|
-
@pulumi.input_type
|
|
768
|
-
class TopicArgs:
|
|
769
|
-
def __init__(__self__, *,
|
|
770
|
-
path: pulumi.Input[str],
|
|
771
|
-
retain: Optional[pulumi.Input[Union[str, 'TopicRetainType']]] = None):
|
|
772
|
-
"""
|
|
773
|
-
Object that describes the topic information.
|
|
774
|
-
:param pulumi.Input[str] path: The topic path for messages published to an MQTT broker.
|
|
775
|
-
:param pulumi.Input[Union[str, 'TopicRetainType']] retain: When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
776
|
-
"""
|
|
777
|
-
pulumi.set(__self__, "path", path)
|
|
778
|
-
if retain is None:
|
|
779
|
-
retain = 'Never'
|
|
780
|
-
if retain is not None:
|
|
781
|
-
pulumi.set(__self__, "retain", retain)
|
|
782
|
-
|
|
783
|
-
@property
|
|
784
|
-
@pulumi.getter
|
|
785
|
-
def path(self) -> pulumi.Input[str]:
|
|
786
|
-
"""
|
|
787
|
-
The topic path for messages published to an MQTT broker.
|
|
788
|
-
"""
|
|
789
|
-
return pulumi.get(self, "path")
|
|
790
|
-
|
|
791
|
-
@path.setter
|
|
792
|
-
def path(self, value: pulumi.Input[str]):
|
|
793
|
-
pulumi.set(self, "path", value)
|
|
794
|
-
|
|
795
|
-
@property
|
|
796
|
-
@pulumi.getter
|
|
797
|
-
def retain(self) -> Optional[pulumi.Input[Union[str, 'TopicRetainType']]]:
|
|
798
|
-
"""
|
|
799
|
-
When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
800
|
-
"""
|
|
801
|
-
return pulumi.get(self, "retain")
|
|
802
|
-
|
|
803
|
-
@retain.setter
|
|
804
|
-
def retain(self, value: Optional[pulumi.Input[Union[str, 'TopicRetainType']]]):
|
|
805
|
-
pulumi.set(self, "retain", value)
|
|
806
|
-
|
|
807
|
-
|
|
808
403
|
if not MYPY:
|
|
809
404
|
class TransportAuthenticationArgsDict(TypedDict):
|
|
810
405
|
"""
|
|
@@ -847,7 +442,7 @@ if not MYPY:
|
|
|
847
442
|
"""
|
|
848
443
|
mode: pulumi.Input[Union[str, 'UserAuthenticationMode']]
|
|
849
444
|
"""
|
|
850
|
-
Defines the
|
|
445
|
+
Defines the mode to authenticate the user of the client at the server.
|
|
851
446
|
"""
|
|
852
447
|
username_password_credentials: NotRequired[pulumi.Input['UsernamePasswordCredentialsArgsDict']]
|
|
853
448
|
"""
|
|
@@ -868,7 +463,7 @@ class UserAuthenticationArgs:
|
|
|
868
463
|
x509_credentials: Optional[pulumi.Input['X509CredentialsArgs']] = None):
|
|
869
464
|
"""
|
|
870
465
|
Definition of the client authentication mechanism to the server.
|
|
871
|
-
:param pulumi.Input[Union[str, 'UserAuthenticationMode']] mode: Defines the
|
|
466
|
+
:param pulumi.Input[Union[str, 'UserAuthenticationMode']] mode: Defines the mode to authenticate the user of the client at the server.
|
|
872
467
|
:param pulumi.Input['UsernamePasswordCredentialsArgs'] username_password_credentials: Defines the username and password references when UsernamePassword user authentication mode is selected.
|
|
873
468
|
:param pulumi.Input['X509CredentialsArgs'] x509_credentials: Defines the certificate reference when Certificate user authentication mode is selected.
|
|
874
469
|
"""
|
|
@@ -884,7 +479,7 @@ class UserAuthenticationArgs:
|
|
|
884
479
|
@pulumi.getter
|
|
885
480
|
def mode(self) -> pulumi.Input[Union[str, 'UserAuthenticationMode']]:
|
|
886
481
|
"""
|
|
887
|
-
Defines the
|
|
482
|
+
Defines the mode to authenticate the user of the client at the server.
|
|
888
483
|
"""
|
|
889
484
|
return pulumi.get(self, "mode")
|
|
890
485
|
|
|
@@ -54,14 +54,14 @@ class AssetArgs:
|
|
|
54
54
|
:param pulumi.Input[str] asset_name: Asset name parameter.
|
|
55
55
|
:param pulumi.Input[str] asset_type: Resource path to asset type (model) definition.
|
|
56
56
|
:param Any attributes: A set of key-value pairs that contain custom attributes set by the customer.
|
|
57
|
-
:param pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]] data_points: Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration.
|
|
58
|
-
:param pulumi.Input[str] default_data_points_configuration:
|
|
59
|
-
:param pulumi.Input[str] default_events_configuration:
|
|
57
|
+
:param pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]] data_points: Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.
|
|
58
|
+
:param pulumi.Input[str] default_data_points_configuration: Protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
59
|
+
:param pulumi.Input[str] default_events_configuration: Protocol-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
60
60
|
:param pulumi.Input[str] description: Human-readable description of the asset.
|
|
61
61
|
:param pulumi.Input[str] display_name: Human-readable display name.
|
|
62
62
|
:param pulumi.Input[str] documentation_uri: Reference to the documentation.
|
|
63
63
|
:param pulumi.Input[bool] enabled: Enabled/Disabled status of the asset.
|
|
64
|
-
:param pulumi.Input[Sequence[pulumi.Input['EventArgs']]] events: Array of events that are part of the asset. Each event can have per-event configuration.
|
|
64
|
+
:param pulumi.Input[Sequence[pulumi.Input['EventArgs']]] events: Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.
|
|
65
65
|
:param pulumi.Input[str] external_asset_id: Asset id provided by the customer.
|
|
66
66
|
:param pulumi.Input[str] hardware_revision: Revision number of the hardware.
|
|
67
67
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
@@ -195,7 +195,7 @@ class AssetArgs:
|
|
|
195
195
|
@pulumi.getter(name="dataPoints")
|
|
196
196
|
def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataPointArgs']]]]:
|
|
197
197
|
"""
|
|
198
|
-
Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration.
|
|
198
|
+
Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.
|
|
199
199
|
"""
|
|
200
200
|
return pulumi.get(self, "data_points")
|
|
201
201
|
|
|
@@ -207,7 +207,7 @@ class AssetArgs:
|
|
|
207
207
|
@pulumi.getter(name="defaultDataPointsConfiguration")
|
|
208
208
|
def default_data_points_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
209
209
|
"""
|
|
210
|
-
|
|
210
|
+
Protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
211
211
|
"""
|
|
212
212
|
return pulumi.get(self, "default_data_points_configuration")
|
|
213
213
|
|
|
@@ -219,7 +219,7 @@ class AssetArgs:
|
|
|
219
219
|
@pulumi.getter(name="defaultEventsConfiguration")
|
|
220
220
|
def default_events_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
221
221
|
"""
|
|
222
|
-
|
|
222
|
+
Protocol-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
223
223
|
"""
|
|
224
224
|
return pulumi.get(self, "default_events_configuration")
|
|
225
225
|
|
|
@@ -279,7 +279,7 @@ class AssetArgs:
|
|
|
279
279
|
@pulumi.getter
|
|
280
280
|
def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EventArgs']]]]:
|
|
281
281
|
"""
|
|
282
|
-
Array of events that are part of the asset. Each event can have per-event configuration.
|
|
282
|
+
Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.
|
|
283
283
|
"""
|
|
284
284
|
return pulumi.get(self, "events")
|
|
285
285
|
|
|
@@ -442,22 +442,20 @@ class Asset(pulumi.CustomResource):
|
|
|
442
442
|
Asset definition.
|
|
443
443
|
Azure REST API version: 2023-11-01-preview.
|
|
444
444
|
|
|
445
|
-
Other available API versions: 2024-09-01-preview.
|
|
446
|
-
|
|
447
445
|
:param str resource_name: The name of the resource.
|
|
448
446
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
449
447
|
:param pulumi.Input[str] asset_endpoint_profile_uri: A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must have the format <ModuleCR.metadata.namespace>/<ModuleCR.metadata.name>.
|
|
450
448
|
:param pulumi.Input[str] asset_name: Asset name parameter.
|
|
451
449
|
:param pulumi.Input[str] asset_type: Resource path to asset type (model) definition.
|
|
452
450
|
:param Any attributes: A set of key-value pairs that contain custom attributes set by the customer.
|
|
453
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['DataPointArgs', 'DataPointArgsDict']]]] data_points: Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration.
|
|
454
|
-
:param pulumi.Input[str] default_data_points_configuration:
|
|
455
|
-
:param pulumi.Input[str] default_events_configuration:
|
|
451
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DataPointArgs', 'DataPointArgsDict']]]] data_points: Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.
|
|
452
|
+
:param pulumi.Input[str] default_data_points_configuration: Protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
453
|
+
:param pulumi.Input[str] default_events_configuration: Protocol-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
456
454
|
:param pulumi.Input[str] description: Human-readable description of the asset.
|
|
457
455
|
:param pulumi.Input[str] display_name: Human-readable display name.
|
|
458
456
|
:param pulumi.Input[str] documentation_uri: Reference to the documentation.
|
|
459
457
|
:param pulumi.Input[bool] enabled: Enabled/Disabled status of the asset.
|
|
460
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['EventArgs', 'EventArgsDict']]]] events: Array of events that are part of the asset. Each event can have per-event configuration.
|
|
458
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['EventArgs', 'EventArgsDict']]]] events: Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.
|
|
461
459
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location.
|
|
462
460
|
:param pulumi.Input[str] external_asset_id: Asset id provided by the customer.
|
|
463
461
|
:param pulumi.Input[str] hardware_revision: Revision number of the hardware.
|
|
@@ -481,8 +479,6 @@ class Asset(pulumi.CustomResource):
|
|
|
481
479
|
Asset definition.
|
|
482
480
|
Azure REST API version: 2023-11-01-preview.
|
|
483
481
|
|
|
484
|
-
Other available API versions: 2024-09-01-preview.
|
|
485
|
-
|
|
486
482
|
:param str resource_name: The name of the resource.
|
|
487
483
|
:param AssetArgs args: The arguments to use to populate this resource's properties.
|
|
488
484
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -568,7 +564,7 @@ class Asset(pulumi.CustomResource):
|
|
|
568
564
|
__props__.__dict__["type"] = None
|
|
569
565
|
__props__.__dict__["uuid"] = None
|
|
570
566
|
__props__.__dict__["version"] = None
|
|
571
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:deviceregistry/v20231101preview:Asset")
|
|
567
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:deviceregistry/v20231101preview:Asset")])
|
|
572
568
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
573
569
|
super(Asset, __self__).__init__(
|
|
574
570
|
'azure-native:deviceregistry:Asset',
|
|
@@ -651,7 +647,7 @@ class Asset(pulumi.CustomResource):
|
|
|
651
647
|
@pulumi.getter(name="dataPoints")
|
|
652
648
|
def data_points(self) -> pulumi.Output[Optional[Sequence['outputs.DataPointResponse']]]:
|
|
653
649
|
"""
|
|
654
|
-
Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration.
|
|
650
|
+
Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.
|
|
655
651
|
"""
|
|
656
652
|
return pulumi.get(self, "data_points")
|
|
657
653
|
|
|
@@ -659,7 +655,7 @@ class Asset(pulumi.CustomResource):
|
|
|
659
655
|
@pulumi.getter(name="defaultDataPointsConfiguration")
|
|
660
656
|
def default_data_points_configuration(self) -> pulumi.Output[Optional[str]]:
|
|
661
657
|
"""
|
|
662
|
-
|
|
658
|
+
Protocol-specific default configuration for all data points. Each data point can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
663
659
|
"""
|
|
664
660
|
return pulumi.get(self, "default_data_points_configuration")
|
|
665
661
|
|
|
@@ -667,7 +663,7 @@ class Asset(pulumi.CustomResource):
|
|
|
667
663
|
@pulumi.getter(name="defaultEventsConfiguration")
|
|
668
664
|
def default_events_configuration(self) -> pulumi.Output[Optional[str]]:
|
|
669
665
|
"""
|
|
670
|
-
|
|
666
|
+
Protocol-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here. This assumes that each asset instance has one protocol.
|
|
671
667
|
"""
|
|
672
668
|
return pulumi.get(self, "default_events_configuration")
|
|
673
669
|
|
|
@@ -707,7 +703,7 @@ class Asset(pulumi.CustomResource):
|
|
|
707
703
|
@pulumi.getter
|
|
708
704
|
def events(self) -> pulumi.Output[Optional[Sequence['outputs.EventResponse']]]:
|
|
709
705
|
"""
|
|
710
|
-
Array of events that are part of the asset. Each event can have per-event configuration.
|
|
706
|
+
Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.
|
|
711
707
|
"""
|
|
712
708
|
return pulumi.get(self, "events")
|
|
713
709
|
|