pulumi-azure-native 2.61.0__py3-none-any.whl → 2.61.0a1726250321__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +1 -273
- pulumi_azure_native/appconfiguration/__init__.py +0 -3
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/appconfiguration/v20230301/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/replica.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/devhub/__init__.py +0 -4
- pulumi_azure_native/devhub/_enums.py +0 -27
- pulumi_azure_native/devhub/_inputs.py +0 -20
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_iac_profile.py +0 -4
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/iac_profile.py +1 -6
- pulumi_azure_native/devhub/outputs.py +14 -15
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -27
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -20
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +1 -2
- pulumi_azure_native/devhub/v20240501preview/outputs.py +14 -15
- pulumi_azure_native/devhub/v20240501preview/workflow.py +1 -1
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +0 -13
- pulumi_azure_native/deviceregistry/_enums.py +4 -73
- pulumi_azure_native/deviceregistry/_inputs.py +9 -414
- pulumi_azure_native/deviceregistry/asset.py +17 -21
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +5 -9
- pulumi_azure_native/deviceregistry/get_asset.py +4 -8
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +1 -5
- pulumi_azure_native/deviceregistry/outputs.py +22 -367
- pulumi_azure_native/deviceregistry/v20231101preview/_enums.py +4 -4
- pulumi_azure_native/deviceregistry/v20231101preview/_inputs.py +9 -9
- pulumi_azure_native/deviceregistry/v20231101preview/asset.py +17 -17
- pulumi_azure_native/deviceregistry/v20231101preview/asset_endpoint_profile.py +5 -5
- pulumi_azure_native/deviceregistry/v20231101preview/get_asset.py +4 -4
- pulumi_azure_native/deviceregistry/v20231101preview/get_asset_endpoint_profile.py +1 -1
- pulumi_azure_native/deviceregistry/v20231101preview/outputs.py +22 -18
- pulumi_azure_native/documentdb/__init__.py +0 -6
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/gateway.py +3 -3
- pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
- pulumi_azure_native/network/__init__.py +0 -14
- pulumi_azure_native/network/_enums.py +0 -30
- pulumi_azure_native/network/_inputs.py +20 -187
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +3 -3
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -246
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +24 -5
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/_inputs.py +20 -0
- pulumi_azure_native/network/v20210201/outputs.py +15 -14
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210201preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/default_user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220401preview/security_user_configuration.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule.py +1 -1
- pulumi_azure_native/network/v20220401preview/user_rule_collection.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/_inputs.py +20 -0
- pulumi_azure_native/network/v20220701/outputs.py +15 -14
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/_inputs.py +20 -0
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/get_route.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/outputs.py +15 -14
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +22 -3
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/_inputs.py +20 -0
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/get_route.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/outputs.py +15 -14
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +22 -3
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/_inputs.py +20 -0
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/get_route.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/outputs.py +15 -14
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +22 -3
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/_inputs.py +20 -0
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/get_route.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/outputs.py +15 -14
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +22 -3
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/_inputs.py +20 -0
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/get_route.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/outputs.py +15 -14
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +22 -3
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/_inputs.py +20 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20231101/flow_log.py +1 -1
- pulumi_azure_native/network/v20231101/get_route.py +1 -1
- pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20231101/ip_group.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/network_profile.py +1 -1
- pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20231101/outputs.py +15 -14
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/route.py +22 -3
- pulumi_azure_native/network/v20231101/route_filter.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20231101/route_map.py +1 -1
- pulumi_azure_native/network/v20231101/route_table.py +1 -1
- pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20231101/security_rule.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20231101/static_member.py +1 -1
- pulumi_azure_native/network/v20231101/subnet.py +1 -1
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/_enums.py +1 -0
- pulumi_azure_native/network/v20240101/_inputs.py +20 -0
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20240101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20240101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20240101/flow_log.py +1 -1
- pulumi_azure_native/network/v20240101/get_route.py +1 -1
- pulumi_azure_native/network/v20240101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20240101/ip_group.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20240101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface.py +1 -1
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/network_profile.py +1 -1
- pulumi_azure_native/network/v20240101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20240101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20240101/outputs.py +15 -14
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20240101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20240101/route.py +22 -3
- pulumi_azure_native/network/v20240101/route_filter.py +1 -1
- pulumi_azure_native/network/v20240101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20240101/route_map.py +1 -1
- pulumi_azure_native/network/v20240101/route_table.py +1 -1
- pulumi_azure_native/network/v20240101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20240101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20240101/security_rule.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20240101/static_member.py +1 -1
- pulumi_azure_native/network/v20240101/subnet.py +1 -1
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20240101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -9
- pulumi_azure_native/security/_enums.py +1 -63
- pulumi_azure_native/security/_inputs.py +5 -275
- pulumi_azure_native/security/outputs.py +4 -432
- pulumi_azure_native/servicebus/__init__.py +0 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +1 -1
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/RECORD +1595 -2078
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/WHEEL +1 -1
- pulumi_azure_native/appconfiguration/v20240501/__init__.py +0 -19
- pulumi_azure_native/appconfiguration/v20240501/_enums.py +0 -78
- pulumi_azure_native/appconfiguration/v20240501/_inputs.py +0 -367
- pulumi_azure_native/appconfiguration/v20240501/configuration_store.py +0 -534
- pulumi_azure_native/appconfiguration/v20240501/get_configuration_store.py +0 -305
- pulumi_azure_native/appconfiguration/v20240501/get_key_value.py +0 -222
- pulumi_azure_native/appconfiguration/v20240501/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/appconfiguration/v20240501/get_replica.py +0 -167
- pulumi_azure_native/appconfiguration/v20240501/key_value.py +0 -323
- pulumi_azure_native/appconfiguration/v20240501/list_configuration_store_keys.py +0 -102
- pulumi_azure_native/appconfiguration/v20240501/outputs.py +0 -704
- pulumi_azure_native/appconfiguration/v20240501/private_endpoint_connection.py +0 -251
- pulumi_azure_native/appconfiguration/v20240501/replica.py +0 -239
- pulumi_azure_native/containerservice/v20240702preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240702preview/_enums.py +0 -921
- pulumi_azure_native/containerservice/v20240702preview/_inputs.py +0 -9710
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +0 -1691
- pulumi_azure_native/containerservice/v20240702preview/get_agent_pool.py +0 -817
- pulumi_azure_native/containerservice/v20240702preview/get_load_balancer.py +0 -206
- pulumi_azure_native/containerservice/v20240702preview/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster.py +0 -838
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster_snapshot.py +0 -188
- pulumi_azure_native/containerservice/v20240702preview/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240702preview/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240702preview/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +0 -368
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +0 -1595
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +0 -297
- pulumi_azure_native/containerservice/v20240702preview/outputs.py +0 -8363
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/devhub/get_adoo_auth_info.py +0 -98
- pulumi_azure_native/devhub/v20240801preview/__init__.py +0 -16
- pulumi_azure_native/devhub/v20240801preview/_enums.py +0 -127
- pulumi_azure_native/devhub/v20240801preview/_inputs.py +0 -1446
- pulumi_azure_native/devhub/v20240801preview/get_adoo_auth_info.py +0 -96
- pulumi_azure_native/devhub/v20240801preview/get_git_hub_o_auth.py +0 -96
- pulumi_azure_native/devhub/v20240801preview/get_iac_profile.py +0 -325
- pulumi_azure_native/devhub/v20240801preview/get_workflow.py +0 -162
- pulumi_azure_native/devhub/v20240801preview/iac_profile.py +0 -542
- pulumi_azure_native/devhub/v20240801preview/outputs.py +0 -1527
- pulumi_azure_native/devhub/v20240801preview/workflow.py +0 -258
- pulumi_azure_native/deviceregistry/discovered_asset.py +0 -738
- pulumi_azure_native/deviceregistry/discovered_asset_endpoint_profile.py +0 -449
- pulumi_azure_native/deviceregistry/get_discovered_asset.py +0 -385
- pulumi_azure_native/deviceregistry/get_discovered_asset_endpoint_profile.py +0 -255
- pulumi_azure_native/deviceregistry/get_schema.py +0 -221
- pulumi_azure_native/deviceregistry/get_schema_registry.py +0 -242
- pulumi_azure_native/deviceregistry/get_schema_version.py +0 -200
- pulumi_azure_native/deviceregistry/schema.py +0 -360
- pulumi_azure_native/deviceregistry/schema_registry.py +0 -398
- pulumi_azure_native/deviceregistry/schema_version.py +0 -302
- pulumi_azure_native/deviceregistry/v20240901preview/__init__.py +0 -24
- pulumi_azure_native/deviceregistry/v20240901preview/_enums.py +0 -119
- pulumi_azure_native/deviceregistry/v20240901preview/_inputs.py +0 -968
- pulumi_azure_native/deviceregistry/v20240901preview/asset.py +0 -880
- pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +0 -436
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset.py +0 -736
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset_endpoint_profile.py +0 -447
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset.py +0 -474
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset_endpoint_profile.py +0 -266
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset.py +0 -383
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset_endpoint_profile.py +0 -253
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema.py +0 -219
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_registry.py +0 -240
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_version.py +0 -198
- pulumi_azure_native/deviceregistry/v20240901preview/outputs.py +0 -1243
- pulumi_azure_native/deviceregistry/v20240901preview/schema.py +0 -358
- pulumi_azure_native/deviceregistry/v20240901preview/schema_registry.py +0 -396
- pulumi_azure_native/deviceregistry/v20240901preview/schema_version.py +0 -300
- pulumi_azure_native/documentdb/v20240815/__init__.py +0 -57
- pulumi_azure_native/documentdb/v20240815/_enums.py +0 -347
- pulumi_azure_native/documentdb/v20240815/_inputs.py +0 -5585
- pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +0 -277
- pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +0 -211
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +0 -292
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +0 -313
- pulumi_azure_native/documentdb/v20240815/database_account.py +0 -1276
- pulumi_azure_native/documentdb/v20240815/get_cassandra_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240815/get_cassandra_data_center.py +0 -128
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_keyspace.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_table.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_database_account.py +0 -682
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_graph.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_collection.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_role_definition.py +0 -167
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_user_definition.py +0 -193
- pulumi_azure_native/documentdb/v20240815/get_notebook_workspace.py +0 -140
- pulumi_azure_native/documentdb/v20240815/get_private_endpoint_connection.py +0 -167
- pulumi_azure_native/documentdb/v20240815/get_service.py +0 -128
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_container.py +0 -166
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_database.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_assignment.py +0 -153
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_definition.py +0 -154
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_stored_procedure.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_trigger.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_user_defined_function.py +0 -161
- pulumi_azure_native/documentdb/v20240815/get_table_resource_table.py +0 -161
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +0 -314
- pulumi_azure_native/documentdb/v20240815/list_database_account_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240815/list_database_account_keys.py +0 -122
- pulumi_azure_native/documentdb/v20240815/list_notebook_workspace_connection_info.py +0 -101
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +0 -314
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +0 -317
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +0 -355
- pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +0 -199
- pulumi_azure_native/documentdb/v20240815/outputs.py +0 -6291
- pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +0 -297
- pulumi_azure_native/documentdb/v20240815/service.py +0 -211
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +0 -314
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +0 -293
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +0 -266
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +0 -288
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +0 -328
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +0 -329
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +0 -328
- pulumi_azure_native/documentdb/v20240815/table_resource_table.py +0 -293
- pulumi_azure_native/documentdb/v20240901preview/__init__.py +0 -65
- pulumi_azure_native/documentdb/v20240901preview/_enums.py +0 -405
- pulumi_azure_native/documentdb/v20240901preview/_inputs.py +0 -6006
- pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +0 -277
- pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +0 -211
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_view.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/database_account.py +0 -1460
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_data_center.py +0 -128
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_keyspace.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_table.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_view.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_database_account.py +0 -773
- pulumi_azure_native/documentdb/v20240901preview/get_graph_resource_graph.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_graph.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_collection.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_role_definition.py +0 -167
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_user_definition.py +0 -193
- pulumi_azure_native/documentdb/v20240901preview/get_notebook_workspace.py +0 -140
- pulumi_azure_native/documentdb/v20240901preview/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/documentdb/v20240901preview/get_service.py +0 -128
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_container.py +0 -179
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_database.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_assignment.py +0 -153
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_definition.py +0 -154
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_stored_procedure.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_trigger.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_user_defined_function.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_table_resource_table.py +0 -174
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool.py +0 -175
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool_account.py +0 -180
- pulumi_azure_native/documentdb/v20240901preview/graph_resource_graph.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_keys.py +0 -122
- pulumi_azure_native/documentdb/v20240901preview/list_notebook_workspace_connection_info.py +0 -101
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +0 -317
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +0 -355
- pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +0 -199
- pulumi_azure_native/documentdb/v20240901preview/outputs.py +0 -6889
- pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +0 -307
- pulumi_azure_native/documentdb/v20240901preview/service.py +0 -211
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +0 -343
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +0 -266
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +0 -288
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +0 -358
- pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +0 -322
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool.py +0 -266
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool_account.py +0 -268
- pulumi_azure_native/hybridcompute/v20240731preview/__init__.py +0 -26
- pulumi_azure_native/hybridcompute/v20240731preview/_enums.py +0 -172
- pulumi_azure_native/hybridcompute/v20240731preview/_inputs.py +0 -1924
- pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +0 -316
- pulumi_azure_native/hybridcompute/v20240731preview/get_gateway.py +0 -214
- pulumi_azure_native/hybridcompute/v20240731preview/get_license.py +0 -201
- pulumi_azure_native/hybridcompute/v20240731preview/get_license_profile.py +0 -362
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine.py +0 -635
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_extension.py +0 -167
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_run_command.py +0 -323
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_link_scope.py +0 -162
- pulumi_azure_native/hybridcompute/v20240731preview/license.py +0 -326
- pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +0 -505
- pulumi_azure_native/hybridcompute/v20240731preview/machine.py +0 -885
- pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +0 -279
- pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +0 -592
- pulumi_azure_native/hybridcompute/v20240731preview/outputs.py +0 -3556
- pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +0 -220
- pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +0 -258
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +0 -182
- pulumi_azure_native/network/get_routing_rule.py +0 -218
- pulumi_azure_native/network/get_routing_rule_collection.py +0 -213
- pulumi_azure_native/network/get_security_user_rule.py +0 -270
- pulumi_azure_native/network/get_security_user_rule_collection.py +0 -200
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +0 -135
- pulumi_azure_native/network/network_manager_routing_configuration.py +0 -251
- pulumi_azure_native/network/routing_rule.py +0 -355
- pulumi_azure_native/network/routing_rule_collection.py +0 -333
- pulumi_azure_native/network/security_user_rule.py +0 -471
- pulumi_azure_native/network/security_user_rule_collection.py +0 -303
- pulumi_azure_native/network/v20240301/__init__.py +0 -225
- pulumi_azure_native/network/v20240301/_enums.py +0 -1874
- pulumi_azure_native/network/v20240301/_inputs.py +0 -28409
- pulumi_azure_native/network/v20240301/admin_rule.py +0 -563
- pulumi_azure_native/network/v20240301/admin_rule_collection.py +0 -301
- pulumi_azure_native/network/v20240301/application_gateway.py +0 -1256
- pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +0 -289
- pulumi_azure_native/network/v20240301/application_security_group.py +0 -266
- pulumi_azure_native/network/v20240301/azure_firewall.py +0 -646
- pulumi_azure_native/network/v20240301/bastion_host.py +0 -685
- pulumi_azure_native/network/v20240301/configuration_policy_group.py +0 -338
- pulumi_azure_native/network/v20240301/connection_monitor.py +0 -579
- pulumi_azure_native/network/v20240301/connectivity_configuration.py +0 -398
- pulumi_azure_native/network/v20240301/custom_ip_prefix.py +0 -647
- pulumi_azure_native/network/v20240301/ddos_custom_policy.py +0 -266
- pulumi_azure_native/network/v20240301/ddos_protection_plan.py +0 -267
- pulumi_azure_native/network/v20240301/default_admin_rule.py +0 -415
- pulumi_azure_native/network/v20240301/dscp_configuration.py +0 -492
- pulumi_azure_native/network/v20240301/express_route_circuit.py +0 -720
- pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +0 -307
- pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +0 -416
- pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +0 -738
- pulumi_azure_native/network/v20240301/express_route_connection.py +0 -426
- pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +0 -561
- pulumi_azure_native/network/v20240301/express_route_gateway.py +0 -379
- pulumi_azure_native/network/v20240301/express_route_port.py +0 -493
- pulumi_azure_native/network/v20240301/express_route_port_authorization.py +0 -268
- pulumi_azure_native/network/v20240301/firewall_policy.py +0 -647
- pulumi_azure_native/network/v20240301/firewall_policy_draft.py +0 -501
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +0 -309
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +0 -290
- pulumi_azure_native/network/v20240301/flow_log.py +0 -524
- pulumi_azure_native/network/v20240301/get_active_sessions.py +0 -97
- pulumi_azure_native/network/v20240301/get_admin_rule.py +0 -308
- pulumi_azure_native/network/v20240301/get_admin_rule_collection.py +0 -198
- pulumi_azure_native/network/v20240301/get_application_gateway.py +0 -643
- pulumi_azure_native/network/v20240301/get_application_gateway_backend_health_on_demand.py +0 -144
- pulumi_azure_native/network/v20240301/get_application_gateway_private_endpoint_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_application_security_group.py +0 -174
- pulumi_azure_native/network/v20240301/get_azure_firewall.py +0 -344
- pulumi_azure_native/network/v20240301/get_bastion_host.py +0 -341
- pulumi_azure_native/network/v20240301/get_bastion_shareable_link.py +0 -103
- pulumi_azure_native/network/v20240301/get_configuration_policy_group.py +0 -193
- pulumi_azure_native/network/v20240301/get_connection_monitor.py +0 -323
- pulumi_azure_native/network/v20240301/get_connectivity_configuration.py +0 -245
- pulumi_azure_native/network/v20240301/get_custom_ip_prefix.py +0 -375
- pulumi_azure_native/network/v20240301/get_ddos_custom_policy.py +0 -174
- pulumi_azure_native/network/v20240301/get_ddos_protection_plan.py +0 -201
- pulumi_azure_native/network/v20240301/get_default_admin_rule.py +0 -321
- pulumi_azure_native/network/v20240301/get_dscp_configuration.py +0 -292
- pulumi_azure_native/network/v20240301/get_express_route_circuit.py +0 -383
- pulumi_azure_native/network/v20240301/get_express_route_circuit_authorization.py +0 -179
- pulumi_azure_native/network/v20240301/get_express_route_circuit_connection.py +0 -224
- pulumi_azure_native/network/v20240301/get_express_route_circuit_peering.py +0 -388
- pulumi_azure_native/network/v20240301/get_express_route_connection.py +0 -206
- pulumi_azure_native/network/v20240301/get_express_route_cross_connection_peering.py +0 -310
- pulumi_azure_native/network/v20240301/get_express_route_gateway.py +0 -214
- pulumi_azure_native/network/v20240301/get_express_route_port.py +0 -318
- pulumi_azure_native/network/v20240301/get_express_route_port_authorization.py +0 -179
- pulumi_azure_native/network/v20240301/get_firewall_policy.py +0 -375
- pulumi_azure_native/network/v20240301/get_firewall_policy_draft.py +0 -253
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group.py +0 -180
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group_draft.py +0 -154
- pulumi_azure_native/network/v20240301/get_flow_log.py +0 -284
- pulumi_azure_native/network/v20240301/get_hub_route_table.py +0 -193
- pulumi_azure_native/network/v20240301/get_hub_virtual_network_connection.py +0 -193
- pulumi_azure_native/network/v20240301/get_inbound_nat_rule.py +0 -289
- pulumi_azure_native/network/v20240301/get_ip_allocation.py +0 -245
- pulumi_azure_native/network/v20240301/get_ip_group.py +0 -206
- pulumi_azure_native/network/v20240301/get_load_balancer.py +0 -297
- pulumi_azure_native/network/v20240301/get_load_balancer_backend_address_pool.py +0 -284
- pulumi_azure_native/network/v20240301/get_local_network_gateway.py +0 -227
- pulumi_azure_native/network/v20240301/get_management_group_network_manager_connection.py +0 -162
- pulumi_azure_native/network/v20240301/get_nat_gateway.py +0 -258
- pulumi_azure_native/network/v20240301/get_nat_rule.py +0 -219
- pulumi_azure_native/network/v20240301/get_network_group.py +0 -193
- pulumi_azure_native/network/v20240301/get_network_interface.py +0 -453
- pulumi_azure_native/network/v20240301/get_network_interface_tap_configuration.py +0 -154
- pulumi_azure_native/network/v20240301/get_network_manager.py +0 -227
- pulumi_azure_native/network/v20240301/get_network_manager_routing_configuration.py +0 -180
- pulumi_azure_native/network/v20240301/get_network_profile.py +0 -206
- pulumi_azure_native/network/v20240301/get_network_security_group.py +0 -258
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance.py +0 -414
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_network_watcher.py +0 -161
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway.py +0 -253
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -253
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -93
- pulumi_azure_native/network/v20240301/get_packet_capture.py +0 -258
- pulumi_azure_native/network/v20240301/get_private_dns_zone_group.py +0 -141
- pulumi_azure_native/network/v20240301/get_private_endpoint.py +0 -284
- pulumi_azure_native/network/v20240301/get_private_link_service.py +0 -310
- pulumi_azure_native/network/v20240301/get_private_link_service_private_endpoint_connection.py +0 -198
- pulumi_azure_native/network/v20240301/get_public_ip_address.py +0 -401
- pulumi_azure_native/network/v20240301/get_public_ip_prefix.py +0 -323
- pulumi_azure_native/network/v20240301/get_route.py +0 -192
- pulumi_azure_native/network/v20240301/get_route_filter.py +0 -206
- pulumi_azure_native/network/v20240301/get_route_filter_rule.py +0 -179
- pulumi_azure_native/network/v20240301/get_route_map.py +0 -180
- pulumi_azure_native/network/v20240301/get_route_table.py +0 -219
- pulumi_azure_native/network/v20240301/get_routing_intent.py +0 -154
- pulumi_azure_native/network/v20240301/get_routing_rule.py +0 -216
- pulumi_azure_native/network/v20240301/get_routing_rule_collection.py +0 -211
- pulumi_azure_native/network/v20240301/get_scope_connection.py +0 -180
- pulumi_azure_native/network/v20240301/get_security_admin_configuration.py +0 -193
- pulumi_azure_native/network/v20240301/get_security_partner_provider.py +0 -201
- pulumi_azure_native/network/v20240301/get_security_rule.py +0 -336
- pulumi_azure_native/network/v20240301/get_security_user_configuration.py +0 -180
- pulumi_azure_native/network/v20240301/get_security_user_rule.py +0 -268
- pulumi_azure_native/network/v20240301/get_security_user_rule_collection.py +0 -198
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy.py +0 -245
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy_definition.py +0 -179
- pulumi_azure_native/network/v20240301/get_static_member.py +0 -185
- pulumi_azure_native/network/v20240301/get_subnet.py +0 -406
- pulumi_azure_native/network/v20240301/get_subscription_network_manager_connection.py +0 -157
- pulumi_azure_native/network/v20240301/get_virtual_appliance_site.py +0 -167
- pulumi_azure_native/network/v20240301/get_virtual_hub.py +0 -448
- pulumi_azure_native/network/v20240301/get_virtual_hub_bgp_connection.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_hub_ip_configuration.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_hub_route_table_v2.py +0 -154
- pulumi_azure_native/network/v20240301/get_virtual_network.py +0 -362
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway.py +0 -513
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_advertised_routes.py +0 -89
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_bgp_peer_status.py +0 -89
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection.py +0 -500
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection_ike_sas.py +0 -77
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_learned_routes.py +0 -84
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_nat_rule.py +0 -193
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpn_profile_package_url.py +0 -77
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_connection_health.py +0 -84
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -174
- pulumi_azure_native/network/v20240301/get_virtual_network_peering.py +0 -388
- pulumi_azure_native/network/v20240301/get_virtual_network_tap.py +0 -227
- pulumi_azure_native/network/v20240301/get_virtual_router.py +0 -232
- pulumi_azure_native/network/v20240301/get_virtual_router_peering.py +0 -166
- pulumi_azure_native/network/v20240301/get_virtual_wan.py +0 -240
- pulumi_azure_native/network/v20240301/get_vpn_connection.py +0 -362
- pulumi_azure_native/network/v20240301/get_vpn_gateway.py +0 -266
- pulumi_azure_native/network/v20240301/get_vpn_link_connection_ike_sas.py +0 -87
- pulumi_azure_native/network/v20240301/get_vpn_server_configuration.py +0 -331
- pulumi_azure_native/network/v20240301/get_vpn_site.py +0 -279
- pulumi_azure_native/network/v20240301/get_web_application_firewall_policy.py +0 -266
- pulumi_azure_native/network/v20240301/hub_route_table.py +0 -318
- pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +0 -376
- pulumi_azure_native/network/v20240301/inbound_nat_rule.py +0 -541
- pulumi_azure_native/network/v20240301/ip_allocation.py +0 -436
- pulumi_azure_native/network/v20240301/ip_group.py +0 -306
- pulumi_azure_native/network/v20240301/list_active_connectivity_configurations.py +0 -112
- pulumi_azure_native/network/v20240301/list_active_security_admin_rules.py +0 -112
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signature.py +0 -124
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signatures_filter_value.py +0 -88
- pulumi_azure_native/network/v20240301/list_network_manager_deployment_status.py +0 -118
- pulumi_azure_native/network/v20240301/list_network_manager_effective_connectivity_configurations.py +0 -107
- pulumi_azure_native/network/v20240301/list_network_manager_effective_security_admin_rules.py +0 -107
- pulumi_azure_native/network/v20240301/list_vpn_link_connection_default_shared_key.py +0 -133
- pulumi_azure_native/network/v20240301/load_balancer.py +0 -536
- pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +0 -465
- pulumi_azure_native/network/v20240301/local_network_gateway.py +0 -384
- pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +0 -237
- pulumi_azure_native/network/v20240301/nat_gateway.py +0 -424
- pulumi_azure_native/network/v20240301/nat_rule.py +0 -396
- pulumi_azure_native/network/v20240301/network_group.py +0 -279
- pulumi_azure_native/network/v20240301/network_interface.py +0 -726
- pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +0 -270
- pulumi_azure_native/network/v20240301/network_manager.py +0 -368
- pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +0 -249
- pulumi_azure_native/network/v20240301/network_profile.py +0 -308
- pulumi_azure_native/network/v20240301/network_security_group.py +0 -370
- pulumi_azure_native/network/v20240301/network_virtual_appliance.py +0 -677
- pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +0 -366
- pulumi_azure_native/network/v20240301/network_watcher.py +0 -256
- pulumi_azure_native/network/v20240301/outputs.py +0 -31507
- pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +0 -443
- pulumi_azure_native/network/v20240301/packet_capture.py +0 -496
- pulumi_azure_native/network/v20240301/private_dns_zone_group.py +0 -259
- pulumi_azure_native/network/v20240301/private_endpoint.py +0 -501
- pulumi_azure_native/network/v20240301/private_link_service.py +0 -521
- pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +0 -299
- pulumi_azure_native/network/v20240301/public_ip_address.py +0 -743
- pulumi_azure_native/network/v20240301/public_ip_prefix.py +0 -531
- pulumi_azure_native/network/v20240301/route.py +0 -356
- pulumi_azure_native/network/v20240301/route_filter.py +0 -311
- pulumi_azure_native/network/v20240301/route_filter_rule.py +0 -348
- pulumi_azure_native/network/v20240301/route_map.py +0 -309
- pulumi_azure_native/network/v20240301/route_table.py +0 -340
- pulumi_azure_native/network/v20240301/routing_intent.py +0 -269
- pulumi_azure_native/network/v20240301/routing_rule.py +0 -353
- pulumi_azure_native/network/v20240301/routing_rule_collection.py +0 -331
- pulumi_azure_native/network/v20240301/scope_connection.py +0 -287
- pulumi_azure_native/network/v20240301/security_admin_configuration.py +0 -279
- pulumi_azure_native/network/v20240301/security_partner_provider.py +0 -327
- pulumi_azure_native/network/v20240301/security_rule.py +0 -699
- pulumi_azure_native/network/v20240301/security_user_configuration.py +0 -249
- pulumi_azure_native/network/v20240301/security_user_rule.py +0 -469
- pulumi_azure_native/network/v20240301/security_user_rule_collection.py +0 -301
- pulumi_azure_native/network/v20240301/service_endpoint_policy.py +0 -378
- pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +0 -344
- pulumi_azure_native/network/v20240301/static_member.py +0 -270
- pulumi_azure_native/network/v20240301/subnet.py +0 -734
- pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +0 -216
- pulumi_azure_native/network/v20240301/virtual_appliance_site.py +0 -298
- pulumi_azure_native/network/v20240301/virtual_hub.py +0 -805
- pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +0 -337
- pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +0 -357
- pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +0 -288
- pulumi_azure_native/network/v20240301/virtual_network.py +0 -670
- pulumi_azure_native/network/v20240301/virtual_network_gateway.py +0 -1007
- pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +0 -920
- pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +0 -376
- pulumi_azure_native/network/v20240301/virtual_network_peering.py +0 -793
- pulumi_azure_native/network/v20240301/virtual_network_tap.py +0 -366
- pulumi_azure_native/network/v20240301/virtual_router.py +0 -384
- pulumi_azure_native/network/v20240301/virtual_router_peering.py +0 -296
- pulumi_azure_native/network/v20240301/virtual_wan.py +0 -393
- pulumi_azure_native/network/v20240301/vpn_connection.py +0 -696
- pulumi_azure_native/network/v20240301/vpn_gateway.py +0 -478
- pulumi_azure_native/network/v20240301/vpn_server_configuration.py +0 -639
- pulumi_azure_native/network/v20240301/vpn_site.py +0 -519
- pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +0 -397
- pulumi_azure_native/security/custom_recommendation.py +0 -385
- pulumi_azure_native/security/get_custom_recommendation.py +0 -229
- pulumi_azure_native/security/get_security_standard.py +0 -203
- pulumi_azure_native/security/get_standard_assignment.py +0 -229
- pulumi_azure_native/security/security_standard.py +0 -328
- pulumi_azure_native/security/standard_assignment.py +0 -405
- pulumi_azure_native/security/v20240801/__init__.py +0 -16
- pulumi_azure_native/security/v20240801/_enums.py +0 -80
- pulumi_azure_native/security/v20240801/_inputs.py +0 -330
- pulumi_azure_native/security/v20240801/custom_recommendation.py +0 -383
- pulumi_azure_native/security/v20240801/get_custom_recommendation.py +0 -227
- pulumi_azure_native/security/v20240801/get_security_standard.py +0 -201
- pulumi_azure_native/security/v20240801/get_standard_assignment.py +0 -227
- pulumi_azure_native/security/v20240801/outputs.py +0 -584
- pulumi_azure_native/security/v20240801/security_standard.py +0 -326
- pulumi_azure_native/security/v20240801/standard_assignment.py +0 -403
- pulumi_azure_native/servicebus/v20240101/__init__.py +0 -38
- pulumi_azure_native/servicebus/v20240101/_enums.py +0 -149
- pulumi_azure_native/servicebus/v20240101/_inputs.py +0 -1149
- pulumi_azure_native/servicebus/v20240101/disaster_recovery_config.py +0 -288
- pulumi_azure_native/servicebus/v20240101/get_disaster_recovery_config.py +0 -206
- pulumi_azure_native/servicebus/v20240101/get_migration_config.py +0 -206
- pulumi_azure_native/servicebus/v20240101/get_namespace.py +0 -357
- pulumi_azure_native/servicebus/v20240101/get_namespace_authorization_rule.py +0 -154
- pulumi_azure_native/servicebus/v20240101/get_namespace_network_rule_set.py +0 -201
- pulumi_azure_native/servicebus/v20240101/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/servicebus/v20240101/get_queue.py +0 -427
- pulumi_azure_native/servicebus/v20240101/get_queue_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20240101/get_rule.py +0 -203
- pulumi_azure_native/servicebus/v20240101/get_subscription.py +0 -393
- pulumi_azure_native/servicebus/v20240101/get_topic.py +0 -362
- pulumi_azure_native/servicebus/v20240101/get_topic_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20240101/list_disaster_recovery_config_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/list_namespace_keys.py +0 -166
- pulumi_azure_native/servicebus/v20240101/list_queue_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/list_topic_keys.py +0 -171
- pulumi_azure_native/servicebus/v20240101/migration_config.py +0 -290
- pulumi_azure_native/servicebus/v20240101/namespace.py +0 -586
- pulumi_azure_native/servicebus/v20240101/namespace_authorization_rule.py +0 -231
- pulumi_azure_native/servicebus/v20240101/namespace_network_rule_set.py +0 -331
- pulumi_azure_native/servicebus/v20240101/outputs.py +0 -1279
- pulumi_azure_native/servicebus/v20240101/private_endpoint_connection.py +0 -289
- pulumi_azure_native/servicebus/v20240101/queue.py +0 -725
- pulumi_azure_native/servicebus/v20240101/queue_authorization_rule.py +0 -252
- pulumi_azure_native/servicebus/v20240101/rule.py +0 -360
- pulumi_azure_native/servicebus/v20240101/subscription.py +0 -679
- pulumi_azure_native/servicebus/v20240101/topic.py +0 -580
- pulumi_azure_native/servicebus/v20240101/topic_authorization_rule.py +0 -252
- {pulumi_azure_native-2.61.0.dist-info → pulumi_azure_native-2.61.0a1726250321.dist-info}/top_level.txt +0 -0
|
@@ -36,7 +36,7 @@ class AssetEndpointProfileArgs:
|
|
|
36
36
|
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location.
|
|
37
37
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
38
38
|
:param pulumi.Input[str] target_address: The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
|
|
39
|
-
:param pulumi.Input[str] additional_configuration:
|
|
39
|
+
:param pulumi.Input[str] additional_configuration: Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
|
|
40
40
|
:param pulumi.Input[str] asset_endpoint_profile_name: Asset Endpoint Profile name parameter.
|
|
41
41
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
42
42
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
@@ -99,7 +99,7 @@ class AssetEndpointProfileArgs:
|
|
|
99
99
|
@pulumi.getter(name="additionalConfiguration")
|
|
100
100
|
def additional_configuration(self) -> Optional[pulumi.Input[str]]:
|
|
101
101
|
"""
|
|
102
|
-
|
|
102
|
+
Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "additional_configuration")
|
|
105
105
|
|
|
@@ -187,11 +187,9 @@ class AssetEndpointProfile(pulumi.CustomResource):
|
|
|
187
187
|
Asset Endpoint Profile definition.
|
|
188
188
|
Azure REST API version: 2023-11-01-preview.
|
|
189
189
|
|
|
190
|
-
Other available API versions: 2024-09-01-preview.
|
|
191
|
-
|
|
192
190
|
:param str resource_name: The name of the resource.
|
|
193
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
194
|
-
:param pulumi.Input[str] additional_configuration:
|
|
192
|
+
:param pulumi.Input[str] additional_configuration: Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
|
|
195
193
|
:param pulumi.Input[str] asset_endpoint_profile_name: Asset Endpoint Profile name parameter.
|
|
196
194
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location.
|
|
197
195
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
@@ -211,8 +209,6 @@ class AssetEndpointProfile(pulumi.CustomResource):
|
|
|
211
209
|
Asset Endpoint Profile definition.
|
|
212
210
|
Azure REST API version: 2023-11-01-preview.
|
|
213
211
|
|
|
214
|
-
Other available API versions: 2024-09-01-preview.
|
|
215
|
-
|
|
216
212
|
:param str resource_name: The name of the resource.
|
|
217
213
|
:param AssetEndpointProfileArgs args: The arguments to use to populate this resource's properties.
|
|
218
214
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -266,7 +262,7 @@ class AssetEndpointProfile(pulumi.CustomResource):
|
|
|
266
262
|
__props__.__dict__["system_data"] = None
|
|
267
263
|
__props__.__dict__["type"] = None
|
|
268
264
|
__props__.__dict__["uuid"] = None
|
|
269
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:deviceregistry/v20231101preview:AssetEndpointProfile")
|
|
265
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:deviceregistry/v20231101preview:AssetEndpointProfile")])
|
|
270
266
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
271
267
|
super(AssetEndpointProfile, __self__).__init__(
|
|
272
268
|
'azure-native:deviceregistry:AssetEndpointProfile',
|
|
@@ -308,7 +304,7 @@ class AssetEndpointProfile(pulumi.CustomResource):
|
|
|
308
304
|
@pulumi.getter(name="additionalConfiguration")
|
|
309
305
|
def additional_configuration(self) -> pulumi.Output[Optional[str]]:
|
|
310
306
|
"""
|
|
311
|
-
|
|
307
|
+
Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
|
|
312
308
|
"""
|
|
313
309
|
return pulumi.get(self, "additional_configuration")
|
|
314
310
|
|
|
@@ -147,7 +147,7 @@ class GetAssetResult:
|
|
|
147
147
|
@pulumi.getter(name="dataPoints")
|
|
148
148
|
def data_points(self) -> Optional[Sequence['outputs.DataPointResponse']]:
|
|
149
149
|
"""
|
|
150
|
-
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.
|
|
150
|
+
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.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "data_points")
|
|
153
153
|
|
|
@@ -155,7 +155,7 @@ class GetAssetResult:
|
|
|
155
155
|
@pulumi.getter(name="defaultDataPointsConfiguration")
|
|
156
156
|
def default_data_points_configuration(self) -> Optional[str]:
|
|
157
157
|
"""
|
|
158
|
-
|
|
158
|
+
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.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "default_data_points_configuration")
|
|
161
161
|
|
|
@@ -163,7 +163,7 @@ class GetAssetResult:
|
|
|
163
163
|
@pulumi.getter(name="defaultEventsConfiguration")
|
|
164
164
|
def default_events_configuration(self) -> Optional[str]:
|
|
165
165
|
"""
|
|
166
|
-
|
|
166
|
+
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.
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "default_events_configuration")
|
|
169
169
|
|
|
@@ -203,7 +203,7 @@ class GetAssetResult:
|
|
|
203
203
|
@pulumi.getter
|
|
204
204
|
def events(self) -> Optional[Sequence['outputs.EventResponse']]:
|
|
205
205
|
"""
|
|
206
|
-
Array of events that are part of the asset. Each event can have per-event configuration.
|
|
206
|
+
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.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "events")
|
|
209
209
|
|
|
@@ -405,8 +405,6 @@ def get_asset(asset_name: Optional[str] = None,
|
|
|
405
405
|
Get a Asset
|
|
406
406
|
Azure REST API version: 2023-11-01-preview.
|
|
407
407
|
|
|
408
|
-
Other available API versions: 2024-09-01-preview.
|
|
409
|
-
|
|
410
408
|
|
|
411
409
|
:param str asset_name: Asset name parameter.
|
|
412
410
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -458,8 +456,6 @@ def get_asset_output(asset_name: Optional[pulumi.Input[str]] = None,
|
|
|
458
456
|
Get a Asset
|
|
459
457
|
Azure REST API version: 2023-11-01-preview.
|
|
460
458
|
|
|
461
|
-
Other available API versions: 2024-09-01-preview.
|
|
462
|
-
|
|
463
459
|
|
|
464
460
|
:param str asset_name: Asset name parameter.
|
|
465
461
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -72,7 +72,7 @@ class GetAssetEndpointProfileResult:
|
|
|
72
72
|
@pulumi.getter(name="additionalConfiguration")
|
|
73
73
|
def additional_configuration(self) -> Optional[str]:
|
|
74
74
|
"""
|
|
75
|
-
|
|
75
|
+
Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "additional_configuration")
|
|
78
78
|
|
|
@@ -201,8 +201,6 @@ def get_asset_endpoint_profile(asset_endpoint_profile_name: Optional[str] = None
|
|
|
201
201
|
Get a AssetEndpointProfile
|
|
202
202
|
Azure REST API version: 2023-11-01-preview.
|
|
203
203
|
|
|
204
|
-
Other available API versions: 2024-09-01-preview.
|
|
205
|
-
|
|
206
204
|
|
|
207
205
|
:param str asset_endpoint_profile_name: Asset Endpoint Profile name parameter.
|
|
208
206
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -237,8 +235,6 @@ def get_asset_endpoint_profile_output(asset_endpoint_profile_name: Optional[pulu
|
|
|
237
235
|
Get a AssetEndpointProfile
|
|
238
236
|
Azure REST API version: 2023-11-01-preview.
|
|
239
237
|
|
|
240
|
-
Other available API versions: 2024-09-01-preview.
|
|
241
|
-
|
|
242
238
|
|
|
243
239
|
:param str asset_endpoint_profile_name: Asset Endpoint Profile name parameter.
|
|
244
240
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -20,15 +20,10 @@ __all__ = [
|
|
|
20
20
|
'AssetStatusErrorResponse',
|
|
21
21
|
'AssetStatusResponse',
|
|
22
22
|
'DataPointResponse',
|
|
23
|
-
'DiscoveredDataPointResponse',
|
|
24
|
-
'DiscoveredDatasetResponse',
|
|
25
|
-
'DiscoveredEventResponse',
|
|
26
23
|
'EventResponse',
|
|
27
24
|
'ExtendedLocationResponse',
|
|
28
25
|
'OwnCertificateResponse',
|
|
29
|
-
'SystemAssignedServiceIdentityResponse',
|
|
30
26
|
'SystemDataResponse',
|
|
31
|
-
'TopicResponse',
|
|
32
27
|
'TransportAuthenticationResponse',
|
|
33
28
|
'UserAuthenticationResponse',
|
|
34
29
|
'UsernamePasswordCredentialsResponse',
|
|
@@ -41,19 +36,21 @@ class AssetStatusErrorResponse(dict):
|
|
|
41
36
|
Defines the asset status error properties.
|
|
42
37
|
"""
|
|
43
38
|
def __init__(__self__, *,
|
|
44
|
-
code: int,
|
|
45
|
-
message: str):
|
|
39
|
+
code: Optional[int] = None,
|
|
40
|
+
message: Optional[str] = None):
|
|
46
41
|
"""
|
|
47
42
|
Defines the asset status error properties.
|
|
48
43
|
:param int code: Error code for classification of errors (ex: 400, 404, 500, etc.).
|
|
49
44
|
:param str message: Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
|
|
50
45
|
"""
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
if code is not None:
|
|
47
|
+
pulumi.set(__self__, "code", code)
|
|
48
|
+
if message is not None:
|
|
49
|
+
pulumi.set(__self__, "message", message)
|
|
53
50
|
|
|
54
51
|
@property
|
|
55
52
|
@pulumi.getter
|
|
56
|
-
def code(self) -> int:
|
|
53
|
+
def code(self) -> Optional[int]:
|
|
57
54
|
"""
|
|
58
55
|
Error code for classification of errors (ex: 400, 404, 500, etc.).
|
|
59
56
|
"""
|
|
@@ -61,7 +58,7 @@ class AssetStatusErrorResponse(dict):
|
|
|
61
58
|
|
|
62
59
|
@property
|
|
63
60
|
@pulumi.getter
|
|
64
|
-
def message(self) -> str:
|
|
61
|
+
def message(self) -> Optional[str]:
|
|
65
62
|
"""
|
|
66
63
|
Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
|
|
67
64
|
"""
|
|
@@ -74,19 +71,21 @@ class AssetStatusResponse(dict):
|
|
|
74
71
|
Defines the asset status properties.
|
|
75
72
|
"""
|
|
76
73
|
def __init__(__self__, *,
|
|
77
|
-
errors: Sequence['outputs.AssetStatusErrorResponse'],
|
|
78
|
-
version: int):
|
|
74
|
+
errors: Optional[Sequence['outputs.AssetStatusErrorResponse']] = None,
|
|
75
|
+
version: Optional[int] = None):
|
|
79
76
|
"""
|
|
80
77
|
Defines the asset status properties.
|
|
81
78
|
:param Sequence['AssetStatusErrorResponse'] errors: Array object to transfer and persist errors that originate from the Edge.
|
|
82
79
|
:param int version: A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
|
|
83
80
|
"""
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
if errors is not None:
|
|
82
|
+
pulumi.set(__self__, "errors", errors)
|
|
83
|
+
if version is not None:
|
|
84
|
+
pulumi.set(__self__, "version", version)
|
|
86
85
|
|
|
87
86
|
@property
|
|
88
87
|
@pulumi.getter
|
|
89
|
-
def errors(self) -> Sequence['outputs.AssetStatusErrorResponse']:
|
|
88
|
+
def errors(self) -> Optional[Sequence['outputs.AssetStatusErrorResponse']]:
|
|
90
89
|
"""
|
|
91
90
|
Array object to transfer and persist errors that originate from the Edge.
|
|
92
91
|
"""
|
|
@@ -94,7 +93,7 @@ class AssetStatusResponse(dict):
|
|
|
94
93
|
|
|
95
94
|
@property
|
|
96
95
|
@pulumi.getter
|
|
97
|
-
def version(self) -> int:
|
|
96
|
+
def version(self) -> Optional[int]:
|
|
98
97
|
"""
|
|
99
98
|
A read only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (Edge) state of the Asset. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
|
|
100
99
|
"""
|
|
@@ -139,7 +138,7 @@ class DataPointResponse(dict):
|
|
|
139
138
|
Defines the data point properties.
|
|
140
139
|
:param 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.
|
|
141
140
|
:param 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.
|
|
142
|
-
:param str data_point_configuration:
|
|
141
|
+
:param str data_point_configuration: Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
143
142
|
:param str name: The name of the data point.
|
|
144
143
|
:param str observability_mode: An indication of how the data point should be mapped to OpenTelemetry.
|
|
145
144
|
"""
|
|
@@ -175,7 +174,7 @@ class DataPointResponse(dict):
|
|
|
175
174
|
@pulumi.getter(name="dataPointConfiguration")
|
|
176
175
|
def data_point_configuration(self) -> Optional[str]:
|
|
177
176
|
"""
|
|
178
|
-
|
|
177
|
+
Protocol-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
179
178
|
"""
|
|
180
179
|
return pulumi.get(self, "data_point_configuration")
|
|
181
180
|
|
|
@@ -196,251 +195,6 @@ class DataPointResponse(dict):
|
|
|
196
195
|
return pulumi.get(self, "observability_mode")
|
|
197
196
|
|
|
198
197
|
|
|
199
|
-
@pulumi.output_type
|
|
200
|
-
class DiscoveredDataPointResponse(dict):
|
|
201
|
-
"""
|
|
202
|
-
Defines the data point properties.
|
|
203
|
-
"""
|
|
204
|
-
@staticmethod
|
|
205
|
-
def __key_warning(key: str):
|
|
206
|
-
suggest = None
|
|
207
|
-
if key == "dataSource":
|
|
208
|
-
suggest = "data_source"
|
|
209
|
-
elif key == "dataPointConfiguration":
|
|
210
|
-
suggest = "data_point_configuration"
|
|
211
|
-
elif key == "lastUpdatedOn":
|
|
212
|
-
suggest = "last_updated_on"
|
|
213
|
-
|
|
214
|
-
if suggest:
|
|
215
|
-
pulumi.log.warn(f"Key '{key}' not found in DiscoveredDataPointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
216
|
-
|
|
217
|
-
def __getitem__(self, key: str) -> Any:
|
|
218
|
-
DiscoveredDataPointResponse.__key_warning(key)
|
|
219
|
-
return super().__getitem__(key)
|
|
220
|
-
|
|
221
|
-
def get(self, key: str, default = None) -> Any:
|
|
222
|
-
DiscoveredDataPointResponse.__key_warning(key)
|
|
223
|
-
return super().get(key, default)
|
|
224
|
-
|
|
225
|
-
def __init__(__self__, *,
|
|
226
|
-
data_source: str,
|
|
227
|
-
name: str,
|
|
228
|
-
data_point_configuration: Optional[str] = None,
|
|
229
|
-
last_updated_on: Optional[str] = None):
|
|
230
|
-
"""
|
|
231
|
-
Defines the data point properties.
|
|
232
|
-
:param 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.
|
|
233
|
-
:param str name: The name of the data point.
|
|
234
|
-
:param 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.
|
|
235
|
-
:param str last_updated_on: UTC timestamp indicating when the data point was added or modified.
|
|
236
|
-
"""
|
|
237
|
-
pulumi.set(__self__, "data_source", data_source)
|
|
238
|
-
pulumi.set(__self__, "name", name)
|
|
239
|
-
if data_point_configuration is not None:
|
|
240
|
-
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
241
|
-
if last_updated_on is not None:
|
|
242
|
-
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
243
|
-
|
|
244
|
-
@property
|
|
245
|
-
@pulumi.getter(name="dataSource")
|
|
246
|
-
def data_source(self) -> str:
|
|
247
|
-
"""
|
|
248
|
-
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.
|
|
249
|
-
"""
|
|
250
|
-
return pulumi.get(self, "data_source")
|
|
251
|
-
|
|
252
|
-
@property
|
|
253
|
-
@pulumi.getter
|
|
254
|
-
def name(self) -> str:
|
|
255
|
-
"""
|
|
256
|
-
The name of the data point.
|
|
257
|
-
"""
|
|
258
|
-
return pulumi.get(self, "name")
|
|
259
|
-
|
|
260
|
-
@property
|
|
261
|
-
@pulumi.getter(name="dataPointConfiguration")
|
|
262
|
-
def data_point_configuration(self) -> Optional[str]:
|
|
263
|
-
"""
|
|
264
|
-
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
265
|
-
"""
|
|
266
|
-
return pulumi.get(self, "data_point_configuration")
|
|
267
|
-
|
|
268
|
-
@property
|
|
269
|
-
@pulumi.getter(name="lastUpdatedOn")
|
|
270
|
-
def last_updated_on(self) -> Optional[str]:
|
|
271
|
-
"""
|
|
272
|
-
UTC timestamp indicating when the data point was added or modified.
|
|
273
|
-
"""
|
|
274
|
-
return pulumi.get(self, "last_updated_on")
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
@pulumi.output_type
|
|
278
|
-
class DiscoveredDatasetResponse(dict):
|
|
279
|
-
"""
|
|
280
|
-
Defines the dataset properties.
|
|
281
|
-
"""
|
|
282
|
-
@staticmethod
|
|
283
|
-
def __key_warning(key: str):
|
|
284
|
-
suggest = None
|
|
285
|
-
if key == "dataPoints":
|
|
286
|
-
suggest = "data_points"
|
|
287
|
-
elif key == "datasetConfiguration":
|
|
288
|
-
suggest = "dataset_configuration"
|
|
289
|
-
|
|
290
|
-
if suggest:
|
|
291
|
-
pulumi.log.warn(f"Key '{key}' not found in DiscoveredDatasetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
292
|
-
|
|
293
|
-
def __getitem__(self, key: str) -> Any:
|
|
294
|
-
DiscoveredDatasetResponse.__key_warning(key)
|
|
295
|
-
return super().__getitem__(key)
|
|
296
|
-
|
|
297
|
-
def get(self, key: str, default = None) -> Any:
|
|
298
|
-
DiscoveredDatasetResponse.__key_warning(key)
|
|
299
|
-
return super().get(key, default)
|
|
300
|
-
|
|
301
|
-
def __init__(__self__, *,
|
|
302
|
-
name: str,
|
|
303
|
-
data_points: Optional[Sequence['outputs.DiscoveredDataPointResponse']] = None,
|
|
304
|
-
dataset_configuration: Optional[str] = None,
|
|
305
|
-
topic: Optional['outputs.TopicResponse'] = None):
|
|
306
|
-
"""
|
|
307
|
-
Defines the dataset properties.
|
|
308
|
-
:param str name: Name of the dataset.
|
|
309
|
-
:param Sequence['DiscoveredDataPointResponse'] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
310
|
-
:param str dataset_configuration: Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
311
|
-
:param 'TopicResponse' topic: Object that describes the topic information for the specific dataset.
|
|
312
|
-
"""
|
|
313
|
-
pulumi.set(__self__, "name", name)
|
|
314
|
-
if data_points is not None:
|
|
315
|
-
pulumi.set(__self__, "data_points", data_points)
|
|
316
|
-
if dataset_configuration is not None:
|
|
317
|
-
pulumi.set(__self__, "dataset_configuration", dataset_configuration)
|
|
318
|
-
if topic is not None:
|
|
319
|
-
pulumi.set(__self__, "topic", topic)
|
|
320
|
-
|
|
321
|
-
@property
|
|
322
|
-
@pulumi.getter
|
|
323
|
-
def name(self) -> str:
|
|
324
|
-
"""
|
|
325
|
-
Name of the dataset.
|
|
326
|
-
"""
|
|
327
|
-
return pulumi.get(self, "name")
|
|
328
|
-
|
|
329
|
-
@property
|
|
330
|
-
@pulumi.getter(name="dataPoints")
|
|
331
|
-
def data_points(self) -> Optional[Sequence['outputs.DiscoveredDataPointResponse']]:
|
|
332
|
-
"""
|
|
333
|
-
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
334
|
-
"""
|
|
335
|
-
return pulumi.get(self, "data_points")
|
|
336
|
-
|
|
337
|
-
@property
|
|
338
|
-
@pulumi.getter(name="datasetConfiguration")
|
|
339
|
-
def dataset_configuration(self) -> Optional[str]:
|
|
340
|
-
"""
|
|
341
|
-
Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
342
|
-
"""
|
|
343
|
-
return pulumi.get(self, "dataset_configuration")
|
|
344
|
-
|
|
345
|
-
@property
|
|
346
|
-
@pulumi.getter
|
|
347
|
-
def topic(self) -> Optional['outputs.TopicResponse']:
|
|
348
|
-
"""
|
|
349
|
-
Object that describes the topic information for the specific dataset.
|
|
350
|
-
"""
|
|
351
|
-
return pulumi.get(self, "topic")
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
@pulumi.output_type
|
|
355
|
-
class DiscoveredEventResponse(dict):
|
|
356
|
-
"""
|
|
357
|
-
Defines the event properties.
|
|
358
|
-
"""
|
|
359
|
-
@staticmethod
|
|
360
|
-
def __key_warning(key: str):
|
|
361
|
-
suggest = None
|
|
362
|
-
if key == "eventNotifier":
|
|
363
|
-
suggest = "event_notifier"
|
|
364
|
-
elif key == "eventConfiguration":
|
|
365
|
-
suggest = "event_configuration"
|
|
366
|
-
elif key == "lastUpdatedOn":
|
|
367
|
-
suggest = "last_updated_on"
|
|
368
|
-
|
|
369
|
-
if suggest:
|
|
370
|
-
pulumi.log.warn(f"Key '{key}' not found in DiscoveredEventResponse. Access the value via the '{suggest}' property getter instead.")
|
|
371
|
-
|
|
372
|
-
def __getitem__(self, key: str) -> Any:
|
|
373
|
-
DiscoveredEventResponse.__key_warning(key)
|
|
374
|
-
return super().__getitem__(key)
|
|
375
|
-
|
|
376
|
-
def get(self, key: str, default = None) -> Any:
|
|
377
|
-
DiscoveredEventResponse.__key_warning(key)
|
|
378
|
-
return super().get(key, default)
|
|
379
|
-
|
|
380
|
-
def __init__(__self__, *,
|
|
381
|
-
event_notifier: str,
|
|
382
|
-
name: str,
|
|
383
|
-
event_configuration: Optional[str] = None,
|
|
384
|
-
last_updated_on: Optional[str] = None,
|
|
385
|
-
topic: Optional['outputs.TopicResponse'] = None):
|
|
386
|
-
"""
|
|
387
|
-
Defines the event properties.
|
|
388
|
-
:param 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.
|
|
389
|
-
:param str name: The name of the event.
|
|
390
|
-
:param 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.
|
|
391
|
-
:param str last_updated_on: UTC timestamp indicating when the event was added or modified.
|
|
392
|
-
:param 'TopicResponse' topic: Object that describes the topic information for the specific event.
|
|
393
|
-
"""
|
|
394
|
-
pulumi.set(__self__, "event_notifier", event_notifier)
|
|
395
|
-
pulumi.set(__self__, "name", name)
|
|
396
|
-
if event_configuration is not None:
|
|
397
|
-
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
398
|
-
if last_updated_on is not None:
|
|
399
|
-
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
400
|
-
if topic is not None:
|
|
401
|
-
pulumi.set(__self__, "topic", topic)
|
|
402
|
-
|
|
403
|
-
@property
|
|
404
|
-
@pulumi.getter(name="eventNotifier")
|
|
405
|
-
def event_notifier(self) -> str:
|
|
406
|
-
"""
|
|
407
|
-
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.
|
|
408
|
-
"""
|
|
409
|
-
return pulumi.get(self, "event_notifier")
|
|
410
|
-
|
|
411
|
-
@property
|
|
412
|
-
@pulumi.getter
|
|
413
|
-
def name(self) -> str:
|
|
414
|
-
"""
|
|
415
|
-
The name of the event.
|
|
416
|
-
"""
|
|
417
|
-
return pulumi.get(self, "name")
|
|
418
|
-
|
|
419
|
-
@property
|
|
420
|
-
@pulumi.getter(name="eventConfiguration")
|
|
421
|
-
def event_configuration(self) -> Optional[str]:
|
|
422
|
-
"""
|
|
423
|
-
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
424
|
-
"""
|
|
425
|
-
return pulumi.get(self, "event_configuration")
|
|
426
|
-
|
|
427
|
-
@property
|
|
428
|
-
@pulumi.getter(name="lastUpdatedOn")
|
|
429
|
-
def last_updated_on(self) -> Optional[str]:
|
|
430
|
-
"""
|
|
431
|
-
UTC timestamp indicating when the event was added or modified.
|
|
432
|
-
"""
|
|
433
|
-
return pulumi.get(self, "last_updated_on")
|
|
434
|
-
|
|
435
|
-
@property
|
|
436
|
-
@pulumi.getter
|
|
437
|
-
def topic(self) -> Optional['outputs.TopicResponse']:
|
|
438
|
-
"""
|
|
439
|
-
Object that describes the topic information for the specific event.
|
|
440
|
-
"""
|
|
441
|
-
return pulumi.get(self, "topic")
|
|
442
|
-
|
|
443
|
-
|
|
444
198
|
@pulumi.output_type
|
|
445
199
|
class EventResponse(dict):
|
|
446
200
|
"""
|
|
@@ -479,7 +233,7 @@ class EventResponse(dict):
|
|
|
479
233
|
Defines the event properties.
|
|
480
234
|
:param 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.
|
|
481
235
|
:param 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.
|
|
482
|
-
:param str event_configuration:
|
|
236
|
+
:param str event_configuration: Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
483
237
|
:param str name: The name of the event.
|
|
484
238
|
:param str observability_mode: An indication of how the event should be mapped to OpenTelemetry.
|
|
485
239
|
"""
|
|
@@ -515,7 +269,7 @@ class EventResponse(dict):
|
|
|
515
269
|
@pulumi.getter(name="eventConfiguration")
|
|
516
270
|
def event_configuration(self) -> Optional[str]:
|
|
517
271
|
"""
|
|
518
|
-
|
|
272
|
+
Protocol-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
519
273
|
"""
|
|
520
274
|
return pulumi.get(self, "event_configuration")
|
|
521
275
|
|
|
@@ -637,69 +391,6 @@ class OwnCertificateResponse(dict):
|
|
|
637
391
|
return pulumi.get(self, "cert_thumbprint")
|
|
638
392
|
|
|
639
393
|
|
|
640
|
-
@pulumi.output_type
|
|
641
|
-
class SystemAssignedServiceIdentityResponse(dict):
|
|
642
|
-
"""
|
|
643
|
-
Managed service identity (either system assigned, or none)
|
|
644
|
-
"""
|
|
645
|
-
@staticmethod
|
|
646
|
-
def __key_warning(key: str):
|
|
647
|
-
suggest = None
|
|
648
|
-
if key == "principalId":
|
|
649
|
-
suggest = "principal_id"
|
|
650
|
-
elif key == "tenantId":
|
|
651
|
-
suggest = "tenant_id"
|
|
652
|
-
|
|
653
|
-
if suggest:
|
|
654
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemAssignedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
655
|
-
|
|
656
|
-
def __getitem__(self, key: str) -> Any:
|
|
657
|
-
SystemAssignedServiceIdentityResponse.__key_warning(key)
|
|
658
|
-
return super().__getitem__(key)
|
|
659
|
-
|
|
660
|
-
def get(self, key: str, default = None) -> Any:
|
|
661
|
-
SystemAssignedServiceIdentityResponse.__key_warning(key)
|
|
662
|
-
return super().get(key, default)
|
|
663
|
-
|
|
664
|
-
def __init__(__self__, *,
|
|
665
|
-
principal_id: str,
|
|
666
|
-
tenant_id: str,
|
|
667
|
-
type: str):
|
|
668
|
-
"""
|
|
669
|
-
Managed service identity (either system assigned, or none)
|
|
670
|
-
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
671
|
-
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
672
|
-
:param str type: Type of managed service identity (either system assigned, or none).
|
|
673
|
-
"""
|
|
674
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
675
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
676
|
-
pulumi.set(__self__, "type", type)
|
|
677
|
-
|
|
678
|
-
@property
|
|
679
|
-
@pulumi.getter(name="principalId")
|
|
680
|
-
def principal_id(self) -> str:
|
|
681
|
-
"""
|
|
682
|
-
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
683
|
-
"""
|
|
684
|
-
return pulumi.get(self, "principal_id")
|
|
685
|
-
|
|
686
|
-
@property
|
|
687
|
-
@pulumi.getter(name="tenantId")
|
|
688
|
-
def tenant_id(self) -> str:
|
|
689
|
-
"""
|
|
690
|
-
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
691
|
-
"""
|
|
692
|
-
return pulumi.get(self, "tenant_id")
|
|
693
|
-
|
|
694
|
-
@property
|
|
695
|
-
@pulumi.getter
|
|
696
|
-
def type(self) -> str:
|
|
697
|
-
"""
|
|
698
|
-
Type of managed service identity (either system assigned, or none).
|
|
699
|
-
"""
|
|
700
|
-
return pulumi.get(self, "type")
|
|
701
|
-
|
|
702
|
-
|
|
703
394
|
@pulumi.output_type
|
|
704
395
|
class SystemDataResponse(dict):
|
|
705
396
|
"""
|
|
@@ -810,42 +501,6 @@ class SystemDataResponse(dict):
|
|
|
810
501
|
return pulumi.get(self, "last_modified_by_type")
|
|
811
502
|
|
|
812
503
|
|
|
813
|
-
@pulumi.output_type
|
|
814
|
-
class TopicResponse(dict):
|
|
815
|
-
"""
|
|
816
|
-
Object that describes the topic information.
|
|
817
|
-
"""
|
|
818
|
-
def __init__(__self__, *,
|
|
819
|
-
path: str,
|
|
820
|
-
retain: Optional[str] = None):
|
|
821
|
-
"""
|
|
822
|
-
Object that describes the topic information.
|
|
823
|
-
:param str path: The topic path for messages published to an MQTT broker.
|
|
824
|
-
:param str retain: When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
825
|
-
"""
|
|
826
|
-
pulumi.set(__self__, "path", path)
|
|
827
|
-
if retain is None:
|
|
828
|
-
retain = 'Never'
|
|
829
|
-
if retain is not None:
|
|
830
|
-
pulumi.set(__self__, "retain", retain)
|
|
831
|
-
|
|
832
|
-
@property
|
|
833
|
-
@pulumi.getter
|
|
834
|
-
def path(self) -> str:
|
|
835
|
-
"""
|
|
836
|
-
The topic path for messages published to an MQTT broker.
|
|
837
|
-
"""
|
|
838
|
-
return pulumi.get(self, "path")
|
|
839
|
-
|
|
840
|
-
@property
|
|
841
|
-
@pulumi.getter
|
|
842
|
-
def retain(self) -> Optional[str]:
|
|
843
|
-
"""
|
|
844
|
-
When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
845
|
-
"""
|
|
846
|
-
return pulumi.get(self, "retain")
|
|
847
|
-
|
|
848
|
-
|
|
849
504
|
@pulumi.output_type
|
|
850
505
|
class TransportAuthenticationResponse(dict):
|
|
851
506
|
"""
|
|
@@ -915,7 +570,7 @@ class UserAuthenticationResponse(dict):
|
|
|
915
570
|
x509_credentials: Optional['outputs.X509CredentialsResponse'] = None):
|
|
916
571
|
"""
|
|
917
572
|
Definition of the client authentication mechanism to the server.
|
|
918
|
-
:param str mode: Defines the
|
|
573
|
+
:param str mode: Defines the mode to authenticate the user of the client at the server.
|
|
919
574
|
:param 'UsernamePasswordCredentialsResponse' username_password_credentials: Defines the username and password references when UsernamePassword user authentication mode is selected.
|
|
920
575
|
:param 'X509CredentialsResponse' x509_credentials: Defines the certificate reference when Certificate user authentication mode is selected.
|
|
921
576
|
"""
|
|
@@ -931,7 +586,7 @@ class UserAuthenticationResponse(dict):
|
|
|
931
586
|
@pulumi.getter
|
|
932
587
|
def mode(self) -> str:
|
|
933
588
|
"""
|
|
934
|
-
Defines the
|
|
589
|
+
Defines the mode to authenticate the user of the client at the server.
|
|
935
590
|
"""
|
|
936
591
|
return pulumi.get(self, "mode")
|
|
937
592
|
|
|
@@ -53,17 +53,17 @@ class EventsObservabilityMode(str, Enum):
|
|
|
53
53
|
|
|
54
54
|
class UserAuthenticationMode(str, Enum):
|
|
55
55
|
"""
|
|
56
|
-
Defines the
|
|
56
|
+
Defines the mode to authenticate the user of the client at the server.
|
|
57
57
|
"""
|
|
58
58
|
ANONYMOUS = "Anonymous"
|
|
59
59
|
"""
|
|
60
|
-
The user authentication
|
|
60
|
+
The user authentication mode is anonymous.
|
|
61
61
|
"""
|
|
62
62
|
CERTIFICATE = "Certificate"
|
|
63
63
|
"""
|
|
64
|
-
The user authentication
|
|
64
|
+
The user authentication mode is an x509 certificate.
|
|
65
65
|
"""
|
|
66
66
|
USERNAME_PASSWORD = "UsernamePassword"
|
|
67
67
|
"""
|
|
68
|
-
The user authentication
|
|
68
|
+
The user authentication mode is a username and password.
|
|
69
69
|
"""
|