pulumi-azure-native 2.61.0a1726250321__py3-none-any.whl → 2.62.0a1726562525__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 +273 -1
- pulumi_azure_native/appconfiguration/__init__.py +3 -0
- 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/appconfiguration/v20240501/__init__.py +19 -0
- pulumi_azure_native/appconfiguration/v20240501/_enums.py +78 -0
- pulumi_azure_native/appconfiguration/v20240501/_inputs.py +367 -0
- pulumi_azure_native/appconfiguration/v20240501/configuration_store.py +534 -0
- pulumi_azure_native/appconfiguration/v20240501/get_configuration_store.py +305 -0
- pulumi_azure_native/appconfiguration/v20240501/get_key_value.py +222 -0
- pulumi_azure_native/appconfiguration/v20240501/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/appconfiguration/v20240501/get_replica.py +167 -0
- pulumi_azure_native/appconfiguration/v20240501/key_value.py +323 -0
- pulumi_azure_native/appconfiguration/v20240501/list_configuration_store_keys.py +102 -0
- pulumi_azure_native/appconfiguration/v20240501/outputs.py +704 -0
- pulumi_azure_native/appconfiguration/v20240501/private_endpoint_connection.py +251 -0
- pulumi_azure_native/appconfiguration/v20240501/replica.py +239 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- 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/containerservice/v20240702preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240702preview/_enums.py +921 -0
- pulumi_azure_native/containerservice/v20240702preview/_inputs.py +9710 -0
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240702preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240702preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240702preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240702preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240702preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240702preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240702preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240702preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240702preview/outputs.py +8363 -0
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/devhub/__init__.py +4 -0
- pulumi_azure_native/devhub/_enums.py +27 -0
- pulumi_azure_native/devhub/_inputs.py +20 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +98 -0
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_iac_profile.py +4 -0
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/iac_profile.py +6 -1
- pulumi_azure_native/devhub/outputs.py +15 -14
- 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 +27 -0
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +20 -0
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +2 -1
- pulumi_azure_native/devhub/v20240501preview/outputs.py +15 -14
- pulumi_azure_native/devhub/v20240501preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20240801preview/__init__.py +16 -0
- pulumi_azure_native/devhub/v20240801preview/_enums.py +127 -0
- pulumi_azure_native/devhub/v20240801preview/_inputs.py +1446 -0
- pulumi_azure_native/devhub/v20240801preview/get_adoo_auth_info.py +96 -0
- pulumi_azure_native/devhub/v20240801preview/get_git_hub_o_auth.py +96 -0
- pulumi_azure_native/devhub/v20240801preview/get_iac_profile.py +325 -0
- pulumi_azure_native/devhub/v20240801preview/get_workflow.py +162 -0
- pulumi_azure_native/devhub/v20240801preview/iac_profile.py +542 -0
- pulumi_azure_native/devhub/v20240801preview/outputs.py +1527 -0
- pulumi_azure_native/devhub/v20240801preview/workflow.py +258 -0
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +13 -0
- pulumi_azure_native/deviceregistry/_enums.py +73 -4
- pulumi_azure_native/deviceregistry/_inputs.py +414 -9
- pulumi_azure_native/deviceregistry/asset.py +21 -17
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +9 -5
- pulumi_azure_native/deviceregistry/discovered_asset.py +738 -0
- pulumi_azure_native/deviceregistry/discovered_asset_endpoint_profile.py +449 -0
- pulumi_azure_native/deviceregistry/get_asset.py +8 -4
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +5 -1
- pulumi_azure_native/deviceregistry/get_discovered_asset.py +385 -0
- pulumi_azure_native/deviceregistry/get_discovered_asset_endpoint_profile.py +255 -0
- pulumi_azure_native/deviceregistry/get_schema.py +221 -0
- pulumi_azure_native/deviceregistry/get_schema_registry.py +242 -0
- pulumi_azure_native/deviceregistry/get_schema_version.py +200 -0
- pulumi_azure_native/deviceregistry/outputs.py +367 -22
- pulumi_azure_native/deviceregistry/schema.py +360 -0
- pulumi_azure_native/deviceregistry/schema_registry.py +398 -0
- pulumi_azure_native/deviceregistry/schema_version.py +302 -0
- 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 +18 -22
- pulumi_azure_native/deviceregistry/v20240901preview/__init__.py +24 -0
- pulumi_azure_native/deviceregistry/v20240901preview/_enums.py +119 -0
- pulumi_azure_native/deviceregistry/v20240901preview/_inputs.py +968 -0
- pulumi_azure_native/deviceregistry/v20240901preview/asset.py +880 -0
- pulumi_azure_native/deviceregistry/v20240901preview/asset_endpoint_profile.py +436 -0
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset.py +736 -0
- pulumi_azure_native/deviceregistry/v20240901preview/discovered_asset_endpoint_profile.py +447 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset.py +474 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_asset_endpoint_profile.py +266 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset.py +383 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_discovered_asset_endpoint_profile.py +253 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema.py +219 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_registry.py +240 -0
- pulumi_azure_native/deviceregistry/v20240901preview/get_schema_version.py +198 -0
- pulumi_azure_native/deviceregistry/v20240901preview/outputs.py +1243 -0
- pulumi_azure_native/deviceregistry/v20240901preview/schema.py +358 -0
- pulumi_azure_native/deviceregistry/v20240901preview/schema_registry.py +396 -0
- pulumi_azure_native/deviceregistry/v20240901preview/schema_version.py +300 -0
- pulumi_azure_native/documentdb/__init__.py +6 -0
- 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/documentdb/v20240815/__init__.py +57 -0
- pulumi_azure_native/documentdb/v20240815/_enums.py +347 -0
- pulumi_azure_native/documentdb/v20240815/_inputs.py +5585 -0
- pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +277 -0
- pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +211 -0
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +292 -0
- pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +313 -0
- pulumi_azure_native/documentdb/v20240815/database_account.py +1276 -0
- pulumi_azure_native/documentdb/v20240815/get_cassandra_cluster.py +162 -0
- pulumi_azure_native/documentdb/v20240815/get_cassandra_data_center.py +128 -0
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_keyspace.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_cassandra_resource_cassandra_table.py +166 -0
- pulumi_azure_native/documentdb/v20240815/get_database_account.py +682 -0
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_database.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_gremlin_resource_gremlin_graph.py +166 -0
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_collection.py +166 -0
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_db_database.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_role_definition.py +167 -0
- pulumi_azure_native/documentdb/v20240815/get_mongo_db_resource_mongo_user_definition.py +193 -0
- pulumi_azure_native/documentdb/v20240815/get_notebook_workspace.py +140 -0
- pulumi_azure_native/documentdb/v20240815/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/documentdb/v20240815/get_service.py +128 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_container.py +166 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_database.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_assignment.py +153 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_role_definition.py +154 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_stored_procedure.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_trigger.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_sql_resource_sql_user_defined_function.py +161 -0
- pulumi_azure_native/documentdb/v20240815/get_table_resource_table.py +161 -0
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +293 -0
- pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +314 -0
- pulumi_azure_native/documentdb/v20240815/list_database_account_connection_strings.py +84 -0
- pulumi_azure_native/documentdb/v20240815/list_database_account_keys.py +122 -0
- pulumi_azure_native/documentdb/v20240815/list_notebook_workspace_connection_info.py +101 -0
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +314 -0
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +293 -0
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +317 -0
- pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +355 -0
- pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +199 -0
- pulumi_azure_native/documentdb/v20240815/outputs.py +6291 -0
- pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +297 -0
- pulumi_azure_native/documentdb/v20240815/service.py +211 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +314 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +293 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +266 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +288 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +328 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +329 -0
- pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +328 -0
- pulumi_azure_native/documentdb/v20240815/table_resource_table.py +293 -0
- pulumi_azure_native/documentdb/v20240901preview/__init__.py +65 -0
- pulumi_azure_native/documentdb/v20240901preview/_enums.py +405 -0
- pulumi_azure_native/documentdb/v20240901preview/_inputs.py +6006 -0
- pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +277 -0
- pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +211 -0
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +343 -0
- pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_view.py +343 -0
- pulumi_azure_native/documentdb/v20240901preview/database_account.py +1460 -0
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_cluster.py +162 -0
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_data_center.py +128 -0
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_keyspace.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_table.py +179 -0
- pulumi_azure_native/documentdb/v20240901preview/get_cassandra_resource_cassandra_view.py +179 -0
- pulumi_azure_native/documentdb/v20240901preview/get_database_account.py +773 -0
- pulumi_azure_native/documentdb/v20240901preview/get_graph_resource_graph.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_database.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_gremlin_resource_gremlin_graph.py +179 -0
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_collection.py +179 -0
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_db_database.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_role_definition.py +167 -0
- pulumi_azure_native/documentdb/v20240901preview/get_mongo_db_resource_mongo_user_definition.py +193 -0
- pulumi_azure_native/documentdb/v20240901preview/get_notebook_workspace.py +140 -0
- pulumi_azure_native/documentdb/v20240901preview/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/documentdb/v20240901preview/get_service.py +128 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_container.py +179 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_database.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_assignment.py +153 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_role_definition.py +154 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_stored_procedure.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_trigger.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_sql_resource_sql_user_defined_function.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_table_resource_table.py +174 -0
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool.py +175 -0
- pulumi_azure_native/documentdb/v20240901preview/get_throughput_pool_account.py +180 -0
- pulumi_azure_native/documentdb/v20240901preview/graph_resource_graph.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +343 -0
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_connection_strings.py +84 -0
- pulumi_azure_native/documentdb/v20240901preview/list_database_account_keys.py +122 -0
- pulumi_azure_native/documentdb/v20240901preview/list_notebook_workspace_connection_info.py +101 -0
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +343 -0
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +317 -0
- pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +355 -0
- pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +199 -0
- pulumi_azure_native/documentdb/v20240901preview/outputs.py +6889 -0
- pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +307 -0
- pulumi_azure_native/documentdb/v20240901preview/service.py +211 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +343 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +266 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +288 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +358 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +358 -0
- pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +358 -0
- pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +322 -0
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool.py +266 -0
- pulumi_azure_native/documentdb/v20240901preview/throughput_pool_account.py +268 -0
- pulumi_azure_native/hybridcompute/__init__.py +3 -0
- 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/hybridcompute/v20240731preview/__init__.py +26 -0
- pulumi_azure_native/hybridcompute/v20240731preview/_enums.py +172 -0
- pulumi_azure_native/hybridcompute/v20240731preview/_inputs.py +1924 -0
- pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +316 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_gateway.py +214 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_license.py +201 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_license_profile.py +362 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine.py +635 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_extension.py +167 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_machine_run_command.py +323 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/hybridcompute/v20240731preview/get_private_link_scope.py +162 -0
- pulumi_azure_native/hybridcompute/v20240731preview/license.py +326 -0
- pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +505 -0
- pulumi_azure_native/hybridcompute/v20240731preview/machine.py +885 -0
- pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +279 -0
- pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +592 -0
- pulumi_azure_native/hybridcompute/v20240731preview/outputs.py +3556 -0
- pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +220 -0
- pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +258 -0
- pulumi_azure_native/network/__init__.py +14 -0
- pulumi_azure_native/network/_enums.py +30 -0
- pulumi_azure_native/network/_inputs.py +187 -20
- 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_manager_routing_configuration.py +182 -0
- 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_routing_rule.py +218 -0
- pulumi_azure_native/network/get_routing_rule_collection.py +213 -0
- 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_security_user_rule.py +270 -0
- pulumi_azure_native/network/get_security_user_rule_collection.py +200 -0
- 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/list_vpn_link_connection_default_shared_key.py +135 -0
- 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_manager_routing_configuration.py +251 -0
- 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 +246 -15
- 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 +5 -24
- 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/routing_rule.py +355 -0
- pulumi_azure_native/network/routing_rule_collection.py +333 -0
- 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/security_user_rule.py +471 -0
- pulumi_azure_native/network/security_user_rule_collection.py +303 -0
- 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 +0 -20
- pulumi_azure_native/network/v20210201/outputs.py +14 -15
- 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 +0 -20
- pulumi_azure_native/network/v20220701/outputs.py +14 -15
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -20
- 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 +14 -15
- 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 +3 -22
- 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 +0 -1
- pulumi_azure_native/network/v20240101/_inputs.py +0 -20
- 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 +14 -15
- 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 +3 -22
- 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/v20240301/__init__.py +225 -0
- pulumi_azure_native/network/v20240301/_enums.py +1874 -0
- pulumi_azure_native/network/v20240301/_inputs.py +28409 -0
- pulumi_azure_native/network/v20240301/admin_rule.py +563 -0
- pulumi_azure_native/network/v20240301/admin_rule_collection.py +301 -0
- pulumi_azure_native/network/v20240301/application_gateway.py +1256 -0
- pulumi_azure_native/network/v20240301/application_gateway_private_endpoint_connection.py +289 -0
- pulumi_azure_native/network/v20240301/application_security_group.py +266 -0
- pulumi_azure_native/network/v20240301/azure_firewall.py +646 -0
- pulumi_azure_native/network/v20240301/bastion_host.py +685 -0
- pulumi_azure_native/network/v20240301/configuration_policy_group.py +338 -0
- pulumi_azure_native/network/v20240301/connection_monitor.py +579 -0
- pulumi_azure_native/network/v20240301/connectivity_configuration.py +398 -0
- pulumi_azure_native/network/v20240301/custom_ip_prefix.py +647 -0
- pulumi_azure_native/network/v20240301/ddos_custom_policy.py +266 -0
- pulumi_azure_native/network/v20240301/ddos_protection_plan.py +267 -0
- pulumi_azure_native/network/v20240301/default_admin_rule.py +415 -0
- pulumi_azure_native/network/v20240301/dscp_configuration.py +492 -0
- pulumi_azure_native/network/v20240301/express_route_circuit.py +720 -0
- pulumi_azure_native/network/v20240301/express_route_circuit_authorization.py +307 -0
- pulumi_azure_native/network/v20240301/express_route_circuit_connection.py +416 -0
- pulumi_azure_native/network/v20240301/express_route_circuit_peering.py +738 -0
- pulumi_azure_native/network/v20240301/express_route_connection.py +426 -0
- pulumi_azure_native/network/v20240301/express_route_cross_connection_peering.py +561 -0
- pulumi_azure_native/network/v20240301/express_route_gateway.py +379 -0
- pulumi_azure_native/network/v20240301/express_route_port.py +493 -0
- pulumi_azure_native/network/v20240301/express_route_port_authorization.py +268 -0
- pulumi_azure_native/network/v20240301/firewall_policy.py +647 -0
- pulumi_azure_native/network/v20240301/firewall_policy_draft.py +501 -0
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group.py +309 -0
- pulumi_azure_native/network/v20240301/firewall_policy_rule_collection_group_draft.py +290 -0
- pulumi_azure_native/network/v20240301/flow_log.py +524 -0
- pulumi_azure_native/network/v20240301/get_active_sessions.py +97 -0
- pulumi_azure_native/network/v20240301/get_admin_rule.py +308 -0
- pulumi_azure_native/network/v20240301/get_admin_rule_collection.py +198 -0
- pulumi_azure_native/network/v20240301/get_application_gateway.py +643 -0
- pulumi_azure_native/network/v20240301/get_application_gateway_backend_health_on_demand.py +144 -0
- pulumi_azure_native/network/v20240301/get_application_gateway_private_endpoint_connection.py +180 -0
- pulumi_azure_native/network/v20240301/get_application_security_group.py +174 -0
- pulumi_azure_native/network/v20240301/get_azure_firewall.py +344 -0
- pulumi_azure_native/network/v20240301/get_bastion_host.py +341 -0
- pulumi_azure_native/network/v20240301/get_bastion_shareable_link.py +103 -0
- pulumi_azure_native/network/v20240301/get_configuration_policy_group.py +193 -0
- pulumi_azure_native/network/v20240301/get_connection_monitor.py +323 -0
- pulumi_azure_native/network/v20240301/get_connectivity_configuration.py +245 -0
- pulumi_azure_native/network/v20240301/get_custom_ip_prefix.py +375 -0
- pulumi_azure_native/network/v20240301/get_ddos_custom_policy.py +174 -0
- pulumi_azure_native/network/v20240301/get_ddos_protection_plan.py +201 -0
- pulumi_azure_native/network/v20240301/get_default_admin_rule.py +321 -0
- pulumi_azure_native/network/v20240301/get_dscp_configuration.py +292 -0
- pulumi_azure_native/network/v20240301/get_express_route_circuit.py +383 -0
- pulumi_azure_native/network/v20240301/get_express_route_circuit_authorization.py +179 -0
- pulumi_azure_native/network/v20240301/get_express_route_circuit_connection.py +224 -0
- pulumi_azure_native/network/v20240301/get_express_route_circuit_peering.py +388 -0
- pulumi_azure_native/network/v20240301/get_express_route_connection.py +206 -0
- pulumi_azure_native/network/v20240301/get_express_route_cross_connection_peering.py +310 -0
- pulumi_azure_native/network/v20240301/get_express_route_gateway.py +214 -0
- pulumi_azure_native/network/v20240301/get_express_route_port.py +318 -0
- pulumi_azure_native/network/v20240301/get_express_route_port_authorization.py +179 -0
- pulumi_azure_native/network/v20240301/get_firewall_policy.py +375 -0
- pulumi_azure_native/network/v20240301/get_firewall_policy_draft.py +253 -0
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group.py +180 -0
- pulumi_azure_native/network/v20240301/get_firewall_policy_rule_collection_group_draft.py +154 -0
- pulumi_azure_native/network/v20240301/get_flow_log.py +284 -0
- pulumi_azure_native/network/v20240301/get_hub_route_table.py +193 -0
- pulumi_azure_native/network/v20240301/get_hub_virtual_network_connection.py +193 -0
- pulumi_azure_native/network/v20240301/get_inbound_nat_rule.py +289 -0
- pulumi_azure_native/network/v20240301/get_ip_allocation.py +245 -0
- pulumi_azure_native/network/v20240301/get_ip_group.py +206 -0
- pulumi_azure_native/network/v20240301/get_load_balancer.py +297 -0
- pulumi_azure_native/network/v20240301/get_load_balancer_backend_address_pool.py +284 -0
- pulumi_azure_native/network/v20240301/get_local_network_gateway.py +227 -0
- pulumi_azure_native/network/v20240301/get_management_group_network_manager_connection.py +162 -0
- pulumi_azure_native/network/v20240301/get_nat_gateway.py +258 -0
- pulumi_azure_native/network/v20240301/get_nat_rule.py +219 -0
- pulumi_azure_native/network/v20240301/get_network_group.py +193 -0
- pulumi_azure_native/network/v20240301/get_network_interface.py +453 -0
- pulumi_azure_native/network/v20240301/get_network_interface_tap_configuration.py +154 -0
- pulumi_azure_native/network/v20240301/get_network_manager.py +227 -0
- pulumi_azure_native/network/v20240301/get_network_manager_routing_configuration.py +180 -0
- pulumi_azure_native/network/v20240301/get_network_profile.py +206 -0
- pulumi_azure_native/network/v20240301/get_network_security_group.py +258 -0
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance.py +414 -0
- pulumi_azure_native/network/v20240301/get_network_virtual_appliance_connection.py +180 -0
- pulumi_azure_native/network/v20240301/get_network_watcher.py +161 -0
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway.py +253 -0
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +253 -0
- pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +93 -0
- pulumi_azure_native/network/v20240301/get_packet_capture.py +258 -0
- pulumi_azure_native/network/v20240301/get_private_dns_zone_group.py +141 -0
- pulumi_azure_native/network/v20240301/get_private_endpoint.py +284 -0
- pulumi_azure_native/network/v20240301/get_private_link_service.py +310 -0
- pulumi_azure_native/network/v20240301/get_private_link_service_private_endpoint_connection.py +198 -0
- pulumi_azure_native/network/v20240301/get_public_ip_address.py +401 -0
- pulumi_azure_native/network/v20240301/get_public_ip_prefix.py +323 -0
- pulumi_azure_native/network/v20240301/get_route.py +192 -0
- pulumi_azure_native/network/v20240301/get_route_filter.py +206 -0
- pulumi_azure_native/network/v20240301/get_route_filter_rule.py +179 -0
- pulumi_azure_native/network/v20240301/get_route_map.py +180 -0
- pulumi_azure_native/network/v20240301/get_route_table.py +219 -0
- pulumi_azure_native/network/v20240301/get_routing_intent.py +154 -0
- pulumi_azure_native/network/v20240301/get_routing_rule.py +216 -0
- pulumi_azure_native/network/v20240301/get_routing_rule_collection.py +211 -0
- pulumi_azure_native/network/v20240301/get_scope_connection.py +180 -0
- pulumi_azure_native/network/v20240301/get_security_admin_configuration.py +193 -0
- pulumi_azure_native/network/v20240301/get_security_partner_provider.py +201 -0
- pulumi_azure_native/network/v20240301/get_security_rule.py +336 -0
- pulumi_azure_native/network/v20240301/get_security_user_configuration.py +180 -0
- pulumi_azure_native/network/v20240301/get_security_user_rule.py +268 -0
- pulumi_azure_native/network/v20240301/get_security_user_rule_collection.py +198 -0
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy.py +245 -0
- pulumi_azure_native/network/v20240301/get_service_endpoint_policy_definition.py +179 -0
- pulumi_azure_native/network/v20240301/get_static_member.py +185 -0
- pulumi_azure_native/network/v20240301/get_subnet.py +406 -0
- pulumi_azure_native/network/v20240301/get_subscription_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20240301/get_virtual_appliance_site.py +167 -0
- pulumi_azure_native/network/v20240301/get_virtual_hub.py +448 -0
- pulumi_azure_native/network/v20240301/get_virtual_hub_bgp_connection.py +193 -0
- pulumi_azure_native/network/v20240301/get_virtual_hub_ip_configuration.py +193 -0
- pulumi_azure_native/network/v20240301/get_virtual_hub_route_table_v2.py +154 -0
- pulumi_azure_native/network/v20240301/get_virtual_network.py +362 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway.py +513 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_advertised_routes.py +89 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_bgp_peer_status.py +89 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection.py +500 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_connection_ike_sas.py +77 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_learned_routes.py +84 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_nat_rule.py +193 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpn_profile_package_url.py +77 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_connection_health.py +84 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +174 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_peering.py +388 -0
- pulumi_azure_native/network/v20240301/get_virtual_network_tap.py +227 -0
- pulumi_azure_native/network/v20240301/get_virtual_router.py +232 -0
- pulumi_azure_native/network/v20240301/get_virtual_router_peering.py +166 -0
- pulumi_azure_native/network/v20240301/get_virtual_wan.py +240 -0
- pulumi_azure_native/network/v20240301/get_vpn_connection.py +362 -0
- pulumi_azure_native/network/v20240301/get_vpn_gateway.py +266 -0
- pulumi_azure_native/network/v20240301/get_vpn_link_connection_ike_sas.py +87 -0
- pulumi_azure_native/network/v20240301/get_vpn_server_configuration.py +331 -0
- pulumi_azure_native/network/v20240301/get_vpn_site.py +279 -0
- pulumi_azure_native/network/v20240301/get_web_application_firewall_policy.py +266 -0
- pulumi_azure_native/network/v20240301/hub_route_table.py +318 -0
- pulumi_azure_native/network/v20240301/hub_virtual_network_connection.py +376 -0
- pulumi_azure_native/network/v20240301/inbound_nat_rule.py +541 -0
- pulumi_azure_native/network/v20240301/ip_allocation.py +436 -0
- pulumi_azure_native/network/v20240301/ip_group.py +306 -0
- pulumi_azure_native/network/v20240301/list_active_connectivity_configurations.py +112 -0
- pulumi_azure_native/network/v20240301/list_active_security_admin_rules.py +112 -0
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signature.py +124 -0
- pulumi_azure_native/network/v20240301/list_firewall_policy_idps_signatures_filter_value.py +88 -0
- pulumi_azure_native/network/v20240301/list_network_manager_deployment_status.py +118 -0
- pulumi_azure_native/network/v20240301/list_network_manager_effective_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20240301/list_network_manager_effective_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20240301/list_vpn_link_connection_default_shared_key.py +133 -0
- pulumi_azure_native/network/v20240301/load_balancer.py +536 -0
- pulumi_azure_native/network/v20240301/load_balancer_backend_address_pool.py +465 -0
- pulumi_azure_native/network/v20240301/local_network_gateway.py +384 -0
- pulumi_azure_native/network/v20240301/management_group_network_manager_connection.py +237 -0
- pulumi_azure_native/network/v20240301/nat_gateway.py +424 -0
- pulumi_azure_native/network/v20240301/nat_rule.py +396 -0
- pulumi_azure_native/network/v20240301/network_group.py +279 -0
- pulumi_azure_native/network/v20240301/network_interface.py +726 -0
- pulumi_azure_native/network/v20240301/network_interface_tap_configuration.py +270 -0
- pulumi_azure_native/network/v20240301/network_manager.py +368 -0
- pulumi_azure_native/network/v20240301/network_manager_routing_configuration.py +249 -0
- pulumi_azure_native/network/v20240301/network_profile.py +308 -0
- pulumi_azure_native/network/v20240301/network_security_group.py +370 -0
- pulumi_azure_native/network/v20240301/network_virtual_appliance.py +677 -0
- pulumi_azure_native/network/v20240301/network_virtual_appliance_connection.py +366 -0
- pulumi_azure_native/network/v20240301/network_watcher.py +256 -0
- pulumi_azure_native/network/v20240301/outputs.py +31507 -0
- pulumi_azure_native/network/v20240301/p2s_vpn_gateway.py +443 -0
- pulumi_azure_native/network/v20240301/packet_capture.py +496 -0
- pulumi_azure_native/network/v20240301/private_dns_zone_group.py +259 -0
- pulumi_azure_native/network/v20240301/private_endpoint.py +501 -0
- pulumi_azure_native/network/v20240301/private_link_service.py +521 -0
- pulumi_azure_native/network/v20240301/private_link_service_private_endpoint_connection.py +299 -0
- pulumi_azure_native/network/v20240301/public_ip_address.py +743 -0
- pulumi_azure_native/network/v20240301/public_ip_prefix.py +531 -0
- pulumi_azure_native/network/v20240301/route.py +356 -0
- pulumi_azure_native/network/v20240301/route_filter.py +311 -0
- pulumi_azure_native/network/v20240301/route_filter_rule.py +348 -0
- pulumi_azure_native/network/v20240301/route_map.py +309 -0
- pulumi_azure_native/network/v20240301/route_table.py +340 -0
- pulumi_azure_native/network/v20240301/routing_intent.py +269 -0
- pulumi_azure_native/network/v20240301/routing_rule.py +353 -0
- pulumi_azure_native/network/v20240301/routing_rule_collection.py +331 -0
- pulumi_azure_native/network/v20240301/scope_connection.py +287 -0
- pulumi_azure_native/network/v20240301/security_admin_configuration.py +279 -0
- pulumi_azure_native/network/v20240301/security_partner_provider.py +327 -0
- pulumi_azure_native/network/v20240301/security_rule.py +699 -0
- pulumi_azure_native/network/v20240301/security_user_configuration.py +249 -0
- pulumi_azure_native/network/v20240301/security_user_rule.py +469 -0
- pulumi_azure_native/network/v20240301/security_user_rule_collection.py +301 -0
- pulumi_azure_native/network/v20240301/service_endpoint_policy.py +378 -0
- pulumi_azure_native/network/v20240301/service_endpoint_policy_definition.py +344 -0
- pulumi_azure_native/network/v20240301/static_member.py +270 -0
- pulumi_azure_native/network/v20240301/subnet.py +734 -0
- pulumi_azure_native/network/v20240301/subscription_network_manager_connection.py +216 -0
- pulumi_azure_native/network/v20240301/virtual_appliance_site.py +298 -0
- pulumi_azure_native/network/v20240301/virtual_hub.py +805 -0
- pulumi_azure_native/network/v20240301/virtual_hub_bgp_connection.py +337 -0
- pulumi_azure_native/network/v20240301/virtual_hub_ip_configuration.py +357 -0
- pulumi_azure_native/network/v20240301/virtual_hub_route_table_v2.py +288 -0
- pulumi_azure_native/network/v20240301/virtual_network.py +670 -0
- pulumi_azure_native/network/v20240301/virtual_network_gateway.py +1007 -0
- pulumi_azure_native/network/v20240301/virtual_network_gateway_connection.py +920 -0
- pulumi_azure_native/network/v20240301/virtual_network_gateway_nat_rule.py +376 -0
- pulumi_azure_native/network/v20240301/virtual_network_peering.py +793 -0
- pulumi_azure_native/network/v20240301/virtual_network_tap.py +366 -0
- pulumi_azure_native/network/v20240301/virtual_router.py +384 -0
- pulumi_azure_native/network/v20240301/virtual_router_peering.py +296 -0
- pulumi_azure_native/network/v20240301/virtual_wan.py +393 -0
- pulumi_azure_native/network/v20240301/vpn_connection.py +696 -0
- pulumi_azure_native/network/v20240301/vpn_gateway.py +478 -0
- pulumi_azure_native/network/v20240301/vpn_server_configuration.py +639 -0
- pulumi_azure_native/network/v20240301/vpn_site.py +519 -0
- pulumi_azure_native/network/v20240301/web_application_firewall_policy.py +397 -0
- 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/portal/_inputs.py +84 -281
- pulumi_azure_native/portal/outputs.py +51 -192
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +9 -0
- pulumi_azure_native/security/_enums.py +63 -1
- pulumi_azure_native/security/_inputs.py +275 -5
- pulumi_azure_native/security/custom_recommendation.py +385 -0
- pulumi_azure_native/security/get_custom_recommendation.py +229 -0
- pulumi_azure_native/security/get_security_standard.py +203 -0
- pulumi_azure_native/security/get_standard_assignment.py +229 -0
- pulumi_azure_native/security/outputs.py +432 -4
- pulumi_azure_native/security/security_standard.py +328 -0
- pulumi_azure_native/security/standard_assignment.py +405 -0
- pulumi_azure_native/security/v20240801/__init__.py +16 -0
- pulumi_azure_native/security/v20240801/_enums.py +80 -0
- pulumi_azure_native/security/v20240801/_inputs.py +330 -0
- pulumi_azure_native/security/v20240801/custom_recommendation.py +383 -0
- pulumi_azure_native/security/v20240801/get_custom_recommendation.py +227 -0
- pulumi_azure_native/security/v20240801/get_security_standard.py +201 -0
- pulumi_azure_native/security/v20240801/get_standard_assignment.py +227 -0
- pulumi_azure_native/security/v20240801/outputs.py +584 -0
- pulumi_azure_native/security/v20240801/security_standard.py +326 -0
- pulumi_azure_native/security/v20240801/standard_assignment.py +403 -0
- pulumi_azure_native/servicebus/__init__.py +3 -0
- 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/servicebus/v20240101/__init__.py +38 -0
- pulumi_azure_native/servicebus/v20240101/_enums.py +149 -0
- pulumi_azure_native/servicebus/v20240101/_inputs.py +1149 -0
- pulumi_azure_native/servicebus/v20240101/disaster_recovery_config.py +288 -0
- pulumi_azure_native/servicebus/v20240101/get_disaster_recovery_config.py +206 -0
- pulumi_azure_native/servicebus/v20240101/get_migration_config.py +206 -0
- pulumi_azure_native/servicebus/v20240101/get_namespace.py +357 -0
- pulumi_azure_native/servicebus/v20240101/get_namespace_authorization_rule.py +154 -0
- pulumi_azure_native/servicebus/v20240101/get_namespace_network_rule_set.py +201 -0
- pulumi_azure_native/servicebus/v20240101/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/servicebus/v20240101/get_queue.py +427 -0
- pulumi_azure_native/servicebus/v20240101/get_queue_authorization_rule.py +159 -0
- pulumi_azure_native/servicebus/v20240101/get_rule.py +203 -0
- pulumi_azure_native/servicebus/v20240101/get_subscription.py +393 -0
- pulumi_azure_native/servicebus/v20240101/get_topic.py +362 -0
- pulumi_azure_native/servicebus/v20240101/get_topic_authorization_rule.py +159 -0
- pulumi_azure_native/servicebus/v20240101/list_disaster_recovery_config_keys.py +171 -0
- pulumi_azure_native/servicebus/v20240101/list_namespace_keys.py +166 -0
- pulumi_azure_native/servicebus/v20240101/list_queue_keys.py +171 -0
- pulumi_azure_native/servicebus/v20240101/list_topic_keys.py +171 -0
- pulumi_azure_native/servicebus/v20240101/migration_config.py +290 -0
- pulumi_azure_native/servicebus/v20240101/namespace.py +586 -0
- pulumi_azure_native/servicebus/v20240101/namespace_authorization_rule.py +231 -0
- pulumi_azure_native/servicebus/v20240101/namespace_network_rule_set.py +331 -0
- pulumi_azure_native/servicebus/v20240101/outputs.py +1279 -0
- pulumi_azure_native/servicebus/v20240101/private_endpoint_connection.py +289 -0
- pulumi_azure_native/servicebus/v20240101/queue.py +725 -0
- pulumi_azure_native/servicebus/v20240101/queue_authorization_rule.py +252 -0
- pulumi_azure_native/servicebus/v20240101/rule.py +360 -0
- pulumi_azure_native/servicebus/v20240101/subscription.py +679 -0
- pulumi_azure_native/servicebus/v20240101/topic.py +580 -0
- pulumi_azure_native/servicebus/v20240101/topic_authorization_rule.py +252 -0
- {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0a1726562525.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0a1726562525.dist-info}/RECORD +2080 -1597
- {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0a1726562525.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.61.0a1726250321.dist-info → pulumi_azure_native-2.62.0a1726562525.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetP2sVpnGatewayP2sVpnConnectionHealthResult',
|
|
20
|
+
'AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthResult',
|
|
21
|
+
'get_p2s_vpn_gateway_p2s_vpn_connection_health',
|
|
22
|
+
'get_p2s_vpn_gateway_p2s_vpn_connection_health_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetP2sVpnGatewayP2sVpnConnectionHealthResult:
|
|
27
|
+
"""
|
|
28
|
+
P2SVpnGateway Resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, custom_dns_servers=None, etag=None, id=None, is_routing_preference_internet=None, location=None, name=None, p2_s_connection_configurations=None, provisioning_state=None, tags=None, type=None, virtual_hub=None, vpn_client_connection_health=None, vpn_gateway_scale_unit=None, vpn_server_configuration=None):
|
|
31
|
+
if custom_dns_servers and not isinstance(custom_dns_servers, list):
|
|
32
|
+
raise TypeError("Expected argument 'custom_dns_servers' to be a list")
|
|
33
|
+
pulumi.set(__self__, "custom_dns_servers", custom_dns_servers)
|
|
34
|
+
if etag and not isinstance(etag, str):
|
|
35
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
36
|
+
pulumi.set(__self__, "etag", etag)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if is_routing_preference_internet and not isinstance(is_routing_preference_internet, bool):
|
|
41
|
+
raise TypeError("Expected argument 'is_routing_preference_internet' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "is_routing_preference_internet", is_routing_preference_internet)
|
|
43
|
+
if location and not isinstance(location, str):
|
|
44
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
45
|
+
pulumi.set(__self__, "location", location)
|
|
46
|
+
if name and not isinstance(name, str):
|
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if p2_s_connection_configurations and not isinstance(p2_s_connection_configurations, list):
|
|
50
|
+
raise TypeError("Expected argument 'p2_s_connection_configurations' to be a list")
|
|
51
|
+
pulumi.set(__self__, "p2_s_connection_configurations", p2_s_connection_configurations)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if tags and not isinstance(tags, dict):
|
|
56
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
if virtual_hub and not isinstance(virtual_hub, dict):
|
|
62
|
+
raise TypeError("Expected argument 'virtual_hub' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "virtual_hub", virtual_hub)
|
|
64
|
+
if vpn_client_connection_health and not isinstance(vpn_client_connection_health, dict):
|
|
65
|
+
raise TypeError("Expected argument 'vpn_client_connection_health' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "vpn_client_connection_health", vpn_client_connection_health)
|
|
67
|
+
if vpn_gateway_scale_unit and not isinstance(vpn_gateway_scale_unit, int):
|
|
68
|
+
raise TypeError("Expected argument 'vpn_gateway_scale_unit' to be a int")
|
|
69
|
+
pulumi.set(__self__, "vpn_gateway_scale_unit", vpn_gateway_scale_unit)
|
|
70
|
+
if vpn_server_configuration and not isinstance(vpn_server_configuration, dict):
|
|
71
|
+
raise TypeError("Expected argument 'vpn_server_configuration' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "vpn_server_configuration", vpn_server_configuration)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="customDnsServers")
|
|
76
|
+
def custom_dns_servers(self) -> Optional[Sequence[str]]:
|
|
77
|
+
"""
|
|
78
|
+
List of all customer specified DNS servers IP addresses.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "custom_dns_servers")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def etag(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "etag")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def id(self) -> Optional[str]:
|
|
93
|
+
"""
|
|
94
|
+
Resource ID.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "id")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="isRoutingPreferenceInternet")
|
|
100
|
+
def is_routing_preference_internet(self) -> Optional[bool]:
|
|
101
|
+
"""
|
|
102
|
+
Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "is_routing_preference_internet")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter
|
|
108
|
+
def location(self) -> str:
|
|
109
|
+
"""
|
|
110
|
+
Resource location.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "location")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def name(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
Resource name.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "name")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="p2SConnectionConfigurations")
|
|
124
|
+
def p2_s_connection_configurations(self) -> Optional[Sequence['outputs.P2SConnectionConfigurationResponse']]:
|
|
125
|
+
"""
|
|
126
|
+
List of all p2s connection configurations of the gateway.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "p2_s_connection_configurations")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="provisioningState")
|
|
132
|
+
def provisioning_state(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
The provisioning state of the P2S VPN gateway resource.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "provisioning_state")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
141
|
+
"""
|
|
142
|
+
Resource tags.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "tags")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def type(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
Resource type.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "type")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="virtualHub")
|
|
156
|
+
def virtual_hub(self) -> Optional['outputs.SubResourceResponse']:
|
|
157
|
+
"""
|
|
158
|
+
The VirtualHub to which the gateway belongs.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "virtual_hub")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="vpnClientConnectionHealth")
|
|
164
|
+
def vpn_client_connection_health(self) -> 'outputs.VpnClientConnectionHealthResponse':
|
|
165
|
+
"""
|
|
166
|
+
All P2S VPN clients' connection health status.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "vpn_client_connection_health")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="vpnGatewayScaleUnit")
|
|
172
|
+
def vpn_gateway_scale_unit(self) -> Optional[int]:
|
|
173
|
+
"""
|
|
174
|
+
The scale unit for this p2s vpn gateway.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "vpn_gateway_scale_unit")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="vpnServerConfiguration")
|
|
180
|
+
def vpn_server_configuration(self) -> Optional['outputs.SubResourceResponse']:
|
|
181
|
+
"""
|
|
182
|
+
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "vpn_server_configuration")
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
class AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthResult(GetP2sVpnGatewayP2sVpnConnectionHealthResult):
|
|
188
|
+
# pylint: disable=using-constant-test
|
|
189
|
+
def __await__(self):
|
|
190
|
+
if False:
|
|
191
|
+
yield self
|
|
192
|
+
return GetP2sVpnGatewayP2sVpnConnectionHealthResult(
|
|
193
|
+
custom_dns_servers=self.custom_dns_servers,
|
|
194
|
+
etag=self.etag,
|
|
195
|
+
id=self.id,
|
|
196
|
+
is_routing_preference_internet=self.is_routing_preference_internet,
|
|
197
|
+
location=self.location,
|
|
198
|
+
name=self.name,
|
|
199
|
+
p2_s_connection_configurations=self.p2_s_connection_configurations,
|
|
200
|
+
provisioning_state=self.provisioning_state,
|
|
201
|
+
tags=self.tags,
|
|
202
|
+
type=self.type,
|
|
203
|
+
virtual_hub=self.virtual_hub,
|
|
204
|
+
vpn_client_connection_health=self.vpn_client_connection_health,
|
|
205
|
+
vpn_gateway_scale_unit=self.vpn_gateway_scale_unit,
|
|
206
|
+
vpn_server_configuration=self.vpn_server_configuration)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
def get_p2s_vpn_gateway_p2s_vpn_connection_health(gateway_name: Optional[str] = None,
|
|
210
|
+
resource_group_name: Optional[str] = None,
|
|
211
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthResult:
|
|
212
|
+
"""
|
|
213
|
+
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
:param str gateway_name: The name of the P2SVpnGateway.
|
|
217
|
+
:param str resource_group_name: The name of the resource group.
|
|
218
|
+
"""
|
|
219
|
+
__args__ = dict()
|
|
220
|
+
__args__['gatewayName'] = gateway_name
|
|
221
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
223
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240301:getP2sVpnGatewayP2sVpnConnectionHealth', __args__, opts=opts, typ=GetP2sVpnGatewayP2sVpnConnectionHealthResult).value
|
|
224
|
+
|
|
225
|
+
return AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthResult(
|
|
226
|
+
custom_dns_servers=pulumi.get(__ret__, 'custom_dns_servers'),
|
|
227
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
228
|
+
id=pulumi.get(__ret__, 'id'),
|
|
229
|
+
is_routing_preference_internet=pulumi.get(__ret__, 'is_routing_preference_internet'),
|
|
230
|
+
location=pulumi.get(__ret__, 'location'),
|
|
231
|
+
name=pulumi.get(__ret__, 'name'),
|
|
232
|
+
p2_s_connection_configurations=pulumi.get(__ret__, 'p2_s_connection_configurations'),
|
|
233
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
234
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
235
|
+
type=pulumi.get(__ret__, 'type'),
|
|
236
|
+
virtual_hub=pulumi.get(__ret__, 'virtual_hub'),
|
|
237
|
+
vpn_client_connection_health=pulumi.get(__ret__, 'vpn_client_connection_health'),
|
|
238
|
+
vpn_gateway_scale_unit=pulumi.get(__ret__, 'vpn_gateway_scale_unit'),
|
|
239
|
+
vpn_server_configuration=pulumi.get(__ret__, 'vpn_server_configuration'))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
@_utilities.lift_output_func(get_p2s_vpn_gateway_p2s_vpn_connection_health)
|
|
243
|
+
def get_p2s_vpn_gateway_p2s_vpn_connection_health_output(gateway_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetP2sVpnGatewayP2sVpnConnectionHealthResult]:
|
|
246
|
+
"""
|
|
247
|
+
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
:param str gateway_name: The name of the P2SVpnGateway.
|
|
251
|
+
:param str resource_group_name: The name of the resource group.
|
|
252
|
+
"""
|
|
253
|
+
...
|
pulumi_azure_native/network/v20240301/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult',
|
|
19
|
+
'AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult',
|
|
20
|
+
'get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed',
|
|
21
|
+
'get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult:
|
|
26
|
+
"""
|
|
27
|
+
P2S Vpn connection detailed health written to sas url.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, sas_url=None):
|
|
30
|
+
if sas_url and not isinstance(sas_url, str):
|
|
31
|
+
raise TypeError("Expected argument 'sas_url' to be a str")
|
|
32
|
+
pulumi.set(__self__, "sas_url", sas_url)
|
|
33
|
+
|
|
34
|
+
@property
|
|
35
|
+
@pulumi.getter(name="sasUrl")
|
|
36
|
+
def sas_url(self) -> Optional[str]:
|
|
37
|
+
"""
|
|
38
|
+
Returned sas url of the blob to which the p2s vpn connection detailed health will be written.
|
|
39
|
+
"""
|
|
40
|
+
return pulumi.get(self, "sas_url")
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult(GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult):
|
|
44
|
+
# pylint: disable=using-constant-test
|
|
45
|
+
def __await__(self):
|
|
46
|
+
if False:
|
|
47
|
+
yield self
|
|
48
|
+
return GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult(
|
|
49
|
+
sas_url=self.sas_url)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed(gateway_name: Optional[str] = None,
|
|
53
|
+
output_blob_sas_url: Optional[str] = None,
|
|
54
|
+
resource_group_name: Optional[str] = None,
|
|
55
|
+
vpn_user_names_filter: Optional[Sequence[str]] = None,
|
|
56
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult:
|
|
57
|
+
"""
|
|
58
|
+
Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
:param str gateway_name: The name of the P2SVpnGateway.
|
|
62
|
+
:param str output_blob_sas_url: The sas-url to download the P2S Vpn connection health detail.
|
|
63
|
+
:param str resource_group_name: The name of the resource group.
|
|
64
|
+
:param Sequence[str] vpn_user_names_filter: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
|
|
65
|
+
"""
|
|
66
|
+
__args__ = dict()
|
|
67
|
+
__args__['gatewayName'] = gateway_name
|
|
68
|
+
__args__['outputBlobSasUrl'] = output_blob_sas_url
|
|
69
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
70
|
+
__args__['vpnUserNamesFilter'] = vpn_user_names_filter
|
|
71
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
72
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240301:getP2sVpnGatewayP2sVpnConnectionHealthDetailed', __args__, opts=opts, typ=GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult).value
|
|
73
|
+
|
|
74
|
+
return AwaitableGetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult(
|
|
75
|
+
sas_url=pulumi.get(__ret__, 'sas_url'))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
@_utilities.lift_output_func(get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed)
|
|
79
|
+
def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed_output(gateway_name: Optional[pulumi.Input[str]] = None,
|
|
80
|
+
output_blob_sas_url: Optional[pulumi.Input[Optional[str]]] = None,
|
|
81
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
82
|
+
vpn_user_names_filter: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
|
83
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult]:
|
|
84
|
+
"""
|
|
85
|
+
Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
:param str gateway_name: The name of the P2SVpnGateway.
|
|
89
|
+
:param str output_blob_sas_url: The sas-url to download the P2S Vpn connection health detail.
|
|
90
|
+
:param str resource_group_name: The name of the resource group.
|
|
91
|
+
:param Sequence[str] vpn_user_names_filter: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
|
|
92
|
+
"""
|
|
93
|
+
...
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPacketCaptureResult',
|
|
20
|
+
'AwaitableGetPacketCaptureResult',
|
|
21
|
+
'get_packet_capture',
|
|
22
|
+
'get_packet_capture_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPacketCaptureResult:
|
|
27
|
+
"""
|
|
28
|
+
Information about packet capture session.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, bytes_to_capture_per_packet=None, capture_settings=None, continuous_capture=None, etag=None, filters=None, id=None, name=None, provisioning_state=None, scope=None, storage_location=None, target=None, target_type=None, time_limit_in_seconds=None, total_bytes_per_session=None):
|
|
31
|
+
if bytes_to_capture_per_packet and not isinstance(bytes_to_capture_per_packet, float):
|
|
32
|
+
raise TypeError("Expected argument 'bytes_to_capture_per_packet' to be a float")
|
|
33
|
+
pulumi.set(__self__, "bytes_to_capture_per_packet", bytes_to_capture_per_packet)
|
|
34
|
+
if capture_settings and not isinstance(capture_settings, dict):
|
|
35
|
+
raise TypeError("Expected argument 'capture_settings' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "capture_settings", capture_settings)
|
|
37
|
+
if continuous_capture and not isinstance(continuous_capture, bool):
|
|
38
|
+
raise TypeError("Expected argument 'continuous_capture' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "continuous_capture", continuous_capture)
|
|
40
|
+
if etag and not isinstance(etag, str):
|
|
41
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
42
|
+
pulumi.set(__self__, "etag", etag)
|
|
43
|
+
if filters and not isinstance(filters, list):
|
|
44
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
|
45
|
+
pulumi.set(__self__, "filters", filters)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if scope and not isinstance(scope, dict):
|
|
56
|
+
raise TypeError("Expected argument 'scope' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "scope", scope)
|
|
58
|
+
if storage_location and not isinstance(storage_location, dict):
|
|
59
|
+
raise TypeError("Expected argument 'storage_location' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "storage_location", storage_location)
|
|
61
|
+
if target and not isinstance(target, str):
|
|
62
|
+
raise TypeError("Expected argument 'target' to be a str")
|
|
63
|
+
pulumi.set(__self__, "target", target)
|
|
64
|
+
if target_type and not isinstance(target_type, str):
|
|
65
|
+
raise TypeError("Expected argument 'target_type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "target_type", target_type)
|
|
67
|
+
if time_limit_in_seconds and not isinstance(time_limit_in_seconds, int):
|
|
68
|
+
raise TypeError("Expected argument 'time_limit_in_seconds' to be a int")
|
|
69
|
+
pulumi.set(__self__, "time_limit_in_seconds", time_limit_in_seconds)
|
|
70
|
+
if total_bytes_per_session and not isinstance(total_bytes_per_session, float):
|
|
71
|
+
raise TypeError("Expected argument 'total_bytes_per_session' to be a float")
|
|
72
|
+
pulumi.set(__self__, "total_bytes_per_session", total_bytes_per_session)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="bytesToCapturePerPacket")
|
|
76
|
+
def bytes_to_capture_per_packet(self) -> Optional[float]:
|
|
77
|
+
"""
|
|
78
|
+
Number of bytes captured per packet, the remaining bytes are truncated.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "bytes_to_capture_per_packet")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="captureSettings")
|
|
84
|
+
def capture_settings(self) -> Optional['outputs.PacketCaptureSettingsResponse']:
|
|
85
|
+
"""
|
|
86
|
+
The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "capture_settings")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="continuousCapture")
|
|
92
|
+
def continuous_capture(self) -> Optional[bool]:
|
|
93
|
+
"""
|
|
94
|
+
This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "continuous_capture")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter
|
|
100
|
+
def etag(self) -> str:
|
|
101
|
+
"""
|
|
102
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "etag")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter
|
|
108
|
+
def filters(self) -> Optional[Sequence['outputs.PacketCaptureFilterResponse']]:
|
|
109
|
+
"""
|
|
110
|
+
A list of packet capture filters.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "filters")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def id(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
ID of the packet capture operation.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "id")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def name(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
Name of the packet capture session.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "name")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="provisioningState")
|
|
132
|
+
def provisioning_state(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
The provisioning state of the packet capture session.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "provisioning_state")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def scope(self) -> Optional['outputs.PacketCaptureMachineScopeResponse']:
|
|
141
|
+
"""
|
|
142
|
+
A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "scope")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="storageLocation")
|
|
148
|
+
def storage_location(self) -> 'outputs.PacketCaptureStorageLocationResponse':
|
|
149
|
+
"""
|
|
150
|
+
The storage location for a packet capture session.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "storage_location")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter
|
|
156
|
+
def target(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "target")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="targetType")
|
|
164
|
+
def target_type(self) -> Optional[str]:
|
|
165
|
+
"""
|
|
166
|
+
Target type of the resource provided.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "target_type")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="timeLimitInSeconds")
|
|
172
|
+
def time_limit_in_seconds(self) -> Optional[int]:
|
|
173
|
+
"""
|
|
174
|
+
Maximum duration of the capture session in seconds.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "time_limit_in_seconds")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="totalBytesPerSession")
|
|
180
|
+
def total_bytes_per_session(self) -> Optional[float]:
|
|
181
|
+
"""
|
|
182
|
+
Maximum size of the capture output.
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "total_bytes_per_session")
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
class AwaitableGetPacketCaptureResult(GetPacketCaptureResult):
|
|
188
|
+
# pylint: disable=using-constant-test
|
|
189
|
+
def __await__(self):
|
|
190
|
+
if False:
|
|
191
|
+
yield self
|
|
192
|
+
return GetPacketCaptureResult(
|
|
193
|
+
bytes_to_capture_per_packet=self.bytes_to_capture_per_packet,
|
|
194
|
+
capture_settings=self.capture_settings,
|
|
195
|
+
continuous_capture=self.continuous_capture,
|
|
196
|
+
etag=self.etag,
|
|
197
|
+
filters=self.filters,
|
|
198
|
+
id=self.id,
|
|
199
|
+
name=self.name,
|
|
200
|
+
provisioning_state=self.provisioning_state,
|
|
201
|
+
scope=self.scope,
|
|
202
|
+
storage_location=self.storage_location,
|
|
203
|
+
target=self.target,
|
|
204
|
+
target_type=self.target_type,
|
|
205
|
+
time_limit_in_seconds=self.time_limit_in_seconds,
|
|
206
|
+
total_bytes_per_session=self.total_bytes_per_session)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
def get_packet_capture(network_watcher_name: Optional[str] = None,
|
|
210
|
+
packet_capture_name: Optional[str] = None,
|
|
211
|
+
resource_group_name: Optional[str] = None,
|
|
212
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPacketCaptureResult:
|
|
213
|
+
"""
|
|
214
|
+
Gets a packet capture session by name.
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
:param str network_watcher_name: The name of the network watcher.
|
|
218
|
+
:param str packet_capture_name: The name of the packet capture session.
|
|
219
|
+
:param str resource_group_name: The name of the resource group.
|
|
220
|
+
"""
|
|
221
|
+
__args__ = dict()
|
|
222
|
+
__args__['networkWatcherName'] = network_watcher_name
|
|
223
|
+
__args__['packetCaptureName'] = packet_capture_name
|
|
224
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
225
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
226
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240301:getPacketCapture', __args__, opts=opts, typ=GetPacketCaptureResult).value
|
|
227
|
+
|
|
228
|
+
return AwaitableGetPacketCaptureResult(
|
|
229
|
+
bytes_to_capture_per_packet=pulumi.get(__ret__, 'bytes_to_capture_per_packet'),
|
|
230
|
+
capture_settings=pulumi.get(__ret__, 'capture_settings'),
|
|
231
|
+
continuous_capture=pulumi.get(__ret__, 'continuous_capture'),
|
|
232
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
233
|
+
filters=pulumi.get(__ret__, 'filters'),
|
|
234
|
+
id=pulumi.get(__ret__, 'id'),
|
|
235
|
+
name=pulumi.get(__ret__, 'name'),
|
|
236
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
237
|
+
scope=pulumi.get(__ret__, 'scope'),
|
|
238
|
+
storage_location=pulumi.get(__ret__, 'storage_location'),
|
|
239
|
+
target=pulumi.get(__ret__, 'target'),
|
|
240
|
+
target_type=pulumi.get(__ret__, 'target_type'),
|
|
241
|
+
time_limit_in_seconds=pulumi.get(__ret__, 'time_limit_in_seconds'),
|
|
242
|
+
total_bytes_per_session=pulumi.get(__ret__, 'total_bytes_per_session'))
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
@_utilities.lift_output_func(get_packet_capture)
|
|
246
|
+
def get_packet_capture_output(network_watcher_name: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
packet_capture_name: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
249
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPacketCaptureResult]:
|
|
250
|
+
"""
|
|
251
|
+
Gets a packet capture session by name.
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
:param str network_watcher_name: The name of the network watcher.
|
|
255
|
+
:param str packet_capture_name: The name of the packet capture session.
|
|
256
|
+
:param str resource_group_name: The name of the resource group.
|
|
257
|
+
"""
|
|
258
|
+
...
|