pulumi-azure-native 2.47.0a1719221358__py3-none-any.whl → 2.47.1__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 +239 -4
- pulumi_azure_native/app/__init__.py +10 -0
- pulumi_azure_native/app/_enums.py +46 -0
- pulumi_azure_native/app/_inputs.py +490 -0
- pulumi_azure_native/app/app_resiliency.py +3 -3
- pulumi_azure_native/app/build.py +3 -3
- pulumi_azure_native/app/builder.py +3 -3
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +488 -0
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
- pulumi_azure_native/app/dapr_subscription.py +3 -3
- pulumi_azure_native/app/dot_net_component.py +5 -1
- pulumi_azure_native/app/get_app_resiliency.py +2 -2
- pulumi_azure_native/app/get_build.py +2 -2
- pulumi_azure_native/app/get_builder.py +2 -2
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +289 -0
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
- pulumi_azure_native/app/get_dapr_subscription.py +2 -2
- pulumi_azure_native/app/get_dot_net_component.py +4 -0
- pulumi_azure_native/app/get_java_component.py +4 -0
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +125 -0
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +177 -0
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/java_component.py +5 -1
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_build_auth_token.py +2 -2
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +151 -0
- pulumi_azure_native/app/logic_app.py +187 -0
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +249 -0
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/app/outputs.py +730 -0
- pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/container_app.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/job.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/container_app.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/job.py +1 -1
- pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/job.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20230801preview/build.py +1 -1
- pulumi_azure_native/app/v20230801preview/builder.py +1 -1
- pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20230801preview/job.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20231102preview/build.py +1 -1
- pulumi_azure_native/app/v20231102preview/builder.py +1 -1
- pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/job.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240202preview/__init__.py +66 -0
- pulumi_azure_native/app/v20240202preview/_enums.py +346 -0
- pulumi_azure_native/app/v20240202preview/_inputs.py +9269 -0
- pulumi_azure_native/app/v20240202preview/app_resiliency.py +359 -0
- pulumi_azure_native/app/v20240202preview/build.py +294 -0
- pulumi_azure_native/app/v20240202preview/builder.py +322 -0
- pulumi_azure_native/app/v20240202preview/certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/connected_environment.py +370 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +451 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +216 -0
- pulumi_azure_native/app/v20240202preview/container_app.py +584 -0
- pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +361 -0
- pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +486 -0
- pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +291 -0
- pulumi_azure_native/app/v20240202preview/dapr_component.py +451 -0
- pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +264 -0
- pulumi_azure_native/app/v20240202preview/dapr_subscription.py +388 -0
- pulumi_azure_native/app/v20240202preview/dot_net_component.py +283 -0
- pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +201 -0
- pulumi_azure_native/app/v20240202preview/get_build.py +214 -0
- pulumi_azure_native/app/v20240202preview/get_builder.py +196 -0
- pulumi_azure_native/app/v20240202preview/get_certificate.py +162 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environment.py +235 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +162 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +240 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +136 -0
- pulumi_azure_native/app/v20240202preview/get_container_app.py +365 -0
- pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +170 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +201 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +287 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +177 -0
- pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +61 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_component.py +240 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +154 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +214 -0
- pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +175 -0
- pulumi_azure_native/app/v20240202preview/get_java_component.py +136 -0
- pulumi_azure_native/app/v20240202preview/get_job.py +261 -0
- pulumi_azure_native/app/v20240202preview/get_logic_app.py +123 -0
- pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +162 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment.py +445 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +170 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +175 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +136 -0
- pulumi_azure_native/app/v20240202preview/java_component.py +214 -0
- pulumi_azure_native/app/v20240202preview/job.py +428 -0
- pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +96 -0
- pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +84 -0
- pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +227 -0
- pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +79 -0
- pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +84 -0
- pulumi_azure_native/app/v20240202preview/list_job_secrets.py +79 -0
- pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +149 -0
- pulumi_azure_native/app/v20240202preview/logic_app.py +185 -0
- pulumi_azure_native/app/v20240202preview/managed_certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/managed_environment.py +747 -0
- pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +247 -0
- pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +216 -0
- pulumi_azure_native/app/v20240202preview/outputs.py +11065 -0
- pulumi_azure_native/app/v20240301/certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/container_app.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/job.py +1 -1
- pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
- pulumi_azure_native/cdn/__init__.py +3 -0
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_key_group.py +4 -0
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/key_group.py +5 -1
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20200901/profile.py +1 -1
- pulumi_azure_native/cdn/v20200901/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/policy.py +1 -1
- pulumi_azure_native/cdn/v20230501/profile.py +1 -1
- pulumi_azure_native/cdn/v20230501/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230501/secret.py +1 -1
- pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/profile.py +1 -1
- pulumi_azure_native/cdn/v20240201/route.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240201/secret.py +1 -1
- pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/__init__.py +43 -0
- pulumi_azure_native/cdn/v20240501preview/_enums.py +839 -0
- pulumi_azure_native/cdn/v20240501preview/_inputs.py +6013 -0
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +418 -0
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +338 -0
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +537 -0
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +329 -0
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +296 -0
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +762 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +276 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +224 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +294 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +211 -0
- pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +219 -0
- pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +409 -0
- pulumi_azure_native/cdn/v20240501preview/get_key_group.py +159 -0
- pulumi_azure_native/cdn/v20240501preview/get_origin.py +310 -0
- pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +206 -0
- pulumi_azure_native/cdn/v20240501preview/get_policy.py +271 -0
- pulumi_azure_native/cdn/v20240501preview/get_profile.py +261 -0
- pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +78 -0
- pulumi_azure_native/cdn/v20240501preview/get_route.py +320 -0
- pulumi_azure_native/cdn/v20240501preview/get_rule.py +216 -0
- pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +159 -0
- pulumi_azure_native/cdn/v20240501preview/get_secret.py +172 -0
- pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +172 -0
- pulumi_azure_native/cdn/v20240501preview/key_group.py +232 -0
- pulumi_azure_native/cdn/v20240501preview/origin.py +556 -0
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +345 -0
- pulumi_azure_native/cdn/v20240501preview/outputs.py +7210 -0
- pulumi_azure_native/cdn/v20240501preview/policy.py +436 -0
- pulumi_azure_native/cdn/v20240501preview/profile.py +391 -0
- pulumi_azure_native/cdn/v20240501preview/route.py +595 -0
- pulumi_azure_native/cdn/v20240501preview/rule.py +356 -0
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +211 -0
- pulumi_azure_native/cdn/v20240501preview/secret.py +241 -0
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +241 -0
- pulumi_azure_native/config/__init__.pyi +6 -1
- pulumi_azure_native/config/vars.py +8 -1
- pulumi_azure_native/devcenter/__init__.py +4 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +5 -1
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +4 -0
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +4 -0
- pulumi_azure_native/devcenter/get_plan_member.py +4 -0
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +4 -0
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +94 -0
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +138 -0
- pulumi_azure_native/devcenter/plan.py +5 -1
- pulumi_azure_native/devcenter/plan_member.py +5 -1
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/__init__.py +47 -0
- pulumi_azure_native/devcenter/v20240601preview/_enums.py +209 -0
- pulumi_azure_native/devcenter/v20240601preview/_inputs.py +595 -0
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +447 -0
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +342 -0
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +261 -0
- pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +201 -0
- pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240601preview/get_plan.py +170 -0
- pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +175 -0
- pulumi_azure_native/devcenter/v20240601preview/get_pool.py +344 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +92 -0
- pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +92 -0
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240601preview/outputs.py +1447 -0
- pulumi_azure_native/devcenter/v20240601preview/plan.py +263 -0
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +283 -0
- pulumi_azure_native/devcenter/v20240601preview/pool.py +608 -0
- pulumi_azure_native/devcenter/v20240601preview/project.py +418 -0
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +434 -0
- pulumi_azure_native/elastic/__init__.py +3 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +4 -0
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +5 -1
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20240615preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20240615preview/_inputs.py +826 -0
- pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/get_monitor.py +183 -0
- pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +123 -0
- pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +123 -0
- pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +84 -0
- pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +71 -0
- pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
- pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +136 -0
- pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +157 -0
- pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +91 -0
- pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240615preview/monitor.py +311 -0
- pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +206 -0
- pulumi_azure_native/elastic/v20240615preview/open_ai.py +205 -0
- pulumi_azure_native/elastic/v20240615preview/outputs.py +1752 -0
- pulumi_azure_native/elastic/v20240615preview/tag_rule.py +216 -0
- pulumi_azure_native/hdinsight/__init__.py +3 -3
- pulumi_azure_native/hdinsight/cluster.py +2 -2
- pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
- pulumi_azure_native/hdinsight/get_cluster.py +2 -2
- pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
- pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_inputs.py +56 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/outputs.py +66 -1
- pulumi_azure_native/keyvault/__init__.py +3 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +242 -0
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1623 -0
- pulumi_azure_native/keyvault/v20240401preview/get_key.py +250 -0
- pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +183 -0
- pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +227 -0
- pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +188 -0
- pulumi_azure_native/keyvault/v20240401preview/get_secret.py +149 -0
- pulumi_azure_native/keyvault/v20240401preview/get_vault.py +157 -0
- pulumi_azure_native/keyvault/v20240401preview/key.py +324 -0
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +310 -0
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +361 -0
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +2258 -0
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +256 -0
- pulumi_azure_native/keyvault/v20240401preview/secret.py +245 -0
- pulumi_azure_native/keyvault/v20240401preview/vault.py +254 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/__init__.py +3 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240601preview/__init__.py +13 -0
- pulumi_azure_native/kubernetes/v20240601preview/_enums.py +76 -0
- pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +305 -0
- pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +730 -0
- pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +443 -0
- pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +103 -0
- pulumi_azure_native/kubernetes/v20240601preview/outputs.py +717 -0
- pulumi_azure_native/network/__init__.py +3 -0
- 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/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 +5 -1
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +5 -1
- 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 +4 -0
- 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 +4 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/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 +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/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/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/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/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/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/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.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/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- 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/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/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 +1 -1
- 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/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/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/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 +1 -1
- 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/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/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/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 +1 -1
- 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/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/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/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 +1 -1
- 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/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/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/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 +1 -1
- 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/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/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/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 +1 -1
- 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/__init__.py +212 -0
- pulumi_azure_native/network/v20240101/_enums.py +1771 -0
- pulumi_azure_native/network/v20240101/_inputs.py +20903 -0
- pulumi_azure_native/network/v20240101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20240101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20240101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20240101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20240101/bastion_host.py +680 -0
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20240101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20240101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20240101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20240101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +302 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20240101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20240101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20240101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20240101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20240101/flow_log.py +490 -0
- pulumi_azure_native/network/v20240101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20240101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20240101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20240101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20240101/get_bastion_host.py +336 -0
- pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20240101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20240101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20240101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +174 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20240101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20240101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20240101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20240101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20240101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20240101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20240101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20240101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20240101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20240101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20240101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20240101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20240101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20240101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20240101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20240101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20240101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20240101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20240101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20240101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20240101/get_route.py +187 -0
- pulumi_azure_native/network/v20240101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20240101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20240101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20240101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20240101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20240101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20240101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20240101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20240101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20240101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20240101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +495 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20240101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20240101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20240101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20240101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20240101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20240101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20240101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20240101/ip_group.py +301 -0
- pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20240101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20240101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20240101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20240101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20240101/network_group.py +244 -0
- pulumi_azure_native/network/v20240101/network_interface.py +721 -0
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20240101/network_manager.py +363 -0
- pulumi_azure_native/network/v20240101/network_profile.py +303 -0
- pulumi_azure_native/network/v20240101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20240101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20240101/outputs.py +31010 -0
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20240101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20240101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20240101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20240101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20240101/route.py +370 -0
- pulumi_azure_native/network/v20240101/route_filter.py +306 -0
- pulumi_azure_native/network/v20240101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20240101/route_map.py +304 -0
- pulumi_azure_native/network/v20240101/route_table.py +335 -0
- pulumi_azure_native/network/v20240101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20240101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20240101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20240101/security_rule.py +694 -0
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20240101/static_member.py +265 -0
- pulumi_azure_native/network/v20240101/subnet.py +729 -0
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20240101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20240101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +973 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20240101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20240101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20240101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20240101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20240101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +382 -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/pulumi-plugin.json +1 -1
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240401preview/_enums.py +102 -0
- pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +1162 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +497 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +175 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +162 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +175 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +204 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +188 -0
- pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +117 -0
- pulumi_azure_native/signalrservice/v20240401preview/outputs.py +1733 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +887 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +284 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +255 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +265 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +362 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +294 -0
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240401preview/_enums.py +97 -0
- pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +1249 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +453 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +175 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +162 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +136 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +175 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +204 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +188 -0
- pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +117 -0
- pulumi_azure_native/webpubsub/v20240401preview/outputs.py +1841 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +780 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +284 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +255 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +217 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +265 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +362 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +294 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.1.dist-info}/RECORD +1804 -1370
- {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.1.dist-info}/WHEEL +1 -1
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/__init__.py +0 -0
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_enums.py +0 -0
- {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.1.dist-info}/top_level.txt +0 -0
|
@@ -161,7 +161,7 @@ def get_ip_group(expand: Optional[str] = None,
|
|
|
161
161
|
Gets the specified ipGroups.
|
|
162
162
|
Azure REST API version: 2023-02-01.
|
|
163
163
|
|
|
164
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
164
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
:param str expand: Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.
|
|
@@ -197,7 +197,7 @@ def get_ip_group_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
197
197
|
Gets the specified ipGroups.
|
|
198
198
|
Azure REST API version: 2023-02-01.
|
|
199
199
|
|
|
200
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
200
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
:param str expand: Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.
|
|
@@ -245,7 +245,7 @@ def get_load_balancer(expand: Optional[str] = None,
|
|
|
245
245
|
Gets the specified load balancer.
|
|
246
246
|
Azure REST API version: 2023-02-01.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2015-05-01-preview, 2018-06-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
248
|
+
Other available API versions: 2015-05-01-preview, 2018-06-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
:param str expand: Expands referenced resources.
|
|
@@ -288,7 +288,7 @@ def get_load_balancer_output(expand: Optional[pulumi.Input[Optional[str]]] = Non
|
|
|
288
288
|
Gets the specified load balancer.
|
|
289
289
|
Azure REST API version: 2023-02-01.
|
|
290
290
|
|
|
291
|
-
Other available API versions: 2015-05-01-preview, 2018-06-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
291
|
+
Other available API versions: 2015-05-01-preview, 2018-06-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
:param str expand: Expands referenced resources.
|
|
@@ -221,7 +221,7 @@ def get_load_balancer_backend_address_pool(backend_address_pool_name: Optional[s
|
|
|
221
221
|
Gets load balancer backend address pool.
|
|
222
222
|
Azure REST API version: 2023-02-01.
|
|
223
223
|
|
|
224
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
224
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
:param str backend_address_pool_name: The name of the backend address pool.
|
|
@@ -262,7 +262,7 @@ def get_load_balancer_backend_address_pool_output(backend_address_pool_name: Opt
|
|
|
262
262
|
Gets load balancer backend address pool.
|
|
263
263
|
Azure REST API version: 2023-02-01.
|
|
264
264
|
|
|
265
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
265
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
266
266
|
|
|
267
267
|
|
|
268
268
|
:param str backend_address_pool_name: The name of the backend address pool.
|
|
@@ -184,7 +184,7 @@ def get_local_network_gateway(local_network_gateway_name: Optional[str] = None,
|
|
|
184
184
|
Gets the specified local network gateway in a resource group.
|
|
185
185
|
Azure REST API version: 2023-02-01.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
187
|
+
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
:param str local_network_gateway_name: The name of the local network gateway.
|
|
@@ -219,7 +219,7 @@ def get_local_network_gateway_output(local_network_gateway_name: Optional[pulumi
|
|
|
219
219
|
Gets the specified local network gateway in a resource group.
|
|
220
220
|
Azure REST API version: 2023-02-01.
|
|
221
221
|
|
|
222
|
-
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
222
|
+
Other available API versions: 2016-06-01, 2016-09-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
:param str local_network_gateway_name: The name of the local network gateway.
|
|
@@ -124,7 +124,7 @@ def get_management_group_network_manager_connection(management_group_id: Optiona
|
|
|
124
124
|
Get a specified connection created by this management group.
|
|
125
125
|
Azure REST API version: 2023-02-01.
|
|
126
126
|
|
|
127
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
127
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
:param str management_group_id: The management group Id which uniquely identify the Microsoft Azure management group.
|
|
@@ -154,7 +154,7 @@ def get_management_group_network_manager_connection_output(management_group_id:
|
|
|
154
154
|
Get a specified connection created by this management group.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
157
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str management_group_id: The management group Id which uniquely identify the Microsoft Azure management group.
|
|
@@ -209,7 +209,7 @@ def get_nat_gateway(expand: Optional[str] = None,
|
|
|
209
209
|
Gets the specified nat gateway in a specified resource group.
|
|
210
210
|
Azure REST API version: 2023-02-01.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
212
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
:param str expand: Expands referenced resources.
|
|
@@ -249,7 +249,7 @@ def get_nat_gateway_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
249
249
|
Gets the specified nat gateway in a specified resource group.
|
|
250
250
|
Azure REST API version: 2023-02-01.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
252
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
:param str expand: Expands referenced resources.
|
|
@@ -173,7 +173,7 @@ def get_nat_rule(gateway_name: Optional[str] = None,
|
|
|
173
173
|
Retrieves the details of a nat ruleGet.
|
|
174
174
|
Azure REST API version: 2023-02-01.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
176
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
:param str gateway_name: The name of the gateway.
|
|
@@ -210,7 +210,7 @@ def get_nat_rule_output(gateway_name: Optional[pulumi.Input[str]] = None,
|
|
|
210
210
|
Retrieves the details of a nat ruleGet.
|
|
211
211
|
Azure REST API version: 2023-02-01.
|
|
212
212
|
|
|
213
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
213
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
:param str gateway_name: The name of the gateway.
|
|
@@ -137,7 +137,7 @@ def get_network_group(network_group_name: Optional[str] = None,
|
|
|
137
137
|
Gets the specified network group.
|
|
138
138
|
Azure REST API version: 2023-02-01.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2022-04-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
140
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2022-04-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
:param str network_group_name: The name of the network group.
|
|
@@ -171,7 +171,7 @@ def get_network_group_output(network_group_name: Optional[pulumi.Input[str]] = N
|
|
|
171
171
|
Gets the specified network group.
|
|
172
172
|
Azure REST API version: 2023-02-01.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2022-04-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
174
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2022-04-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
:param str network_group_name: The name of the network group.
|
|
@@ -389,7 +389,7 @@ def get_network_interface(expand: Optional[str] = None,
|
|
|
389
389
|
Gets information about the specified network interface.
|
|
390
390
|
Azure REST API version: 2023-02-01.
|
|
391
391
|
|
|
392
|
-
Other available API versions: 2015-05-01-preview, 2018-07-01, 2019-02-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
392
|
+
Other available API versions: 2015-05-01-preview, 2018-07-01, 2019-02-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
:param str expand: Expands referenced resources.
|
|
@@ -444,7 +444,7 @@ def get_network_interface_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
444
444
|
Gets information about the specified network interface.
|
|
445
445
|
Azure REST API version: 2023-02-01.
|
|
446
446
|
|
|
447
|
-
Other available API versions: 2015-05-01-preview, 2018-07-01, 2019-02-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
447
|
+
Other available API versions: 2015-05-01-preview, 2018-07-01, 2019-02-01, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
448
448
|
|
|
449
449
|
|
|
450
450
|
:param str expand: Expands referenced resources.
|
|
@@ -113,7 +113,7 @@ def get_network_interface_tap_configuration(network_interface_name: Optional[str
|
|
|
113
113
|
Get the specified tap configuration on a network interface.
|
|
114
114
|
Azure REST API version: 2023-02-01.
|
|
115
115
|
|
|
116
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
116
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
:param str network_interface_name: The name of the network interface.
|
|
@@ -145,7 +145,7 @@ def get_network_interface_tap_configuration_output(network_interface_name: Optio
|
|
|
145
145
|
Get the specified tap configuration on a network interface.
|
|
146
146
|
Azure REST API version: 2023-02-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
148
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param str network_interface_name: The name of the network interface.
|
|
@@ -184,7 +184,7 @@ def get_network_manager(network_manager_name: Optional[str] = None,
|
|
|
184
184
|
Gets the specified Network Manager.
|
|
185
185
|
Azure REST API version: 2023-02-01.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
187
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -219,7 +219,7 @@ def get_network_manager_output(network_manager_name: Optional[pulumi.Input[str]]
|
|
|
219
219
|
Gets the specified Network Manager.
|
|
220
220
|
Azure REST API version: 2023-02-01.
|
|
221
221
|
|
|
222
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
222
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -161,7 +161,7 @@ def get_network_profile(expand: Optional[str] = None,
|
|
|
161
161
|
Gets the specified network profile in a specified resource group.
|
|
162
162
|
Azure REST API version: 2023-02-01.
|
|
163
163
|
|
|
164
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
164
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
:param str expand: Expands referenced resources.
|
|
@@ -197,7 +197,7 @@ def get_network_profile_output(expand: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
197
197
|
Gets the specified network profile in a specified resource group.
|
|
198
198
|
Azure REST API version: 2023-02-01.
|
|
199
199
|
|
|
200
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
200
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
:param str expand: Expands referenced resources.
|
|
@@ -209,7 +209,7 @@ def get_network_security_group(expand: Optional[str] = None,
|
|
|
209
209
|
Gets the specified network security group.
|
|
210
210
|
Azure REST API version: 2023-02-01.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
212
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
:param str expand: Expands referenced resources.
|
|
@@ -249,7 +249,7 @@ def get_network_security_group_output(expand: Optional[pulumi.Input[Optional[str
|
|
|
249
249
|
Gets the specified network security group.
|
|
250
250
|
Azure REST API version: 2023-02-01.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
252
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
:param str expand: Expands referenced resources.
|
|
@@ -317,7 +317,7 @@ def get_network_virtual_appliance(expand: Optional[str] = None,
|
|
|
317
317
|
Gets the specified Network Virtual Appliance.
|
|
318
318
|
Azure REST API version: 2023-02-01.
|
|
319
319
|
|
|
320
|
-
Other available API versions: 2020-04-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
320
|
+
Other available API versions: 2020-04-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
:param str expand: Expands referenced resources.
|
|
@@ -366,7 +366,7 @@ def get_network_virtual_appliance_output(expand: Optional[pulumi.Input[Optional[
|
|
|
366
366
|
Gets the specified Network Virtual Appliance.
|
|
367
367
|
Azure REST API version: 2023-02-01.
|
|
368
368
|
|
|
369
|
-
Other available API versions: 2020-04-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
369
|
+
Other available API versions: 2020-04-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
370
370
|
|
|
371
371
|
|
|
372
372
|
:param str expand: Expands referenced resources.
|
|
@@ -123,7 +123,7 @@ def get_network_watcher(network_watcher_name: Optional[str] = None,
|
|
|
123
123
|
Gets the specified network watcher by resource group.
|
|
124
124
|
Azure REST API version: 2023-02-01.
|
|
125
125
|
|
|
126
|
-
Other available API versions: 2018-01-01, 2022-05-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
126
|
+
Other available API versions: 2018-01-01, 2022-05-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
:param str network_watcher_name: The name of the network watcher.
|
|
@@ -153,7 +153,7 @@ def get_network_watcher_output(network_watcher_name: Optional[pulumi.Input[str]]
|
|
|
153
153
|
Gets the specified network watcher by resource group.
|
|
154
154
|
Azure REST API version: 2023-02-01.
|
|
155
155
|
|
|
156
|
-
Other available API versions: 2018-01-01, 2022-05-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
156
|
+
Other available API versions: 2018-01-01, 2022-05-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
:param str network_watcher_name: The name of the network watcher.
|
|
@@ -208,7 +208,7 @@ def get_p2s_vpn_gateway(gateway_name: Optional[str] = None,
|
|
|
208
208
|
Retrieves the details of a virtual wan p2s vpn gateway.
|
|
209
209
|
Azure REST API version: 2023-02-01.
|
|
210
210
|
|
|
211
|
-
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
211
|
+
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
:param str gateway_name: The name of the gateway.
|
|
@@ -245,7 +245,7 @@ def get_p2s_vpn_gateway_output(gateway_name: Optional[pulumi.Input[str]] = None,
|
|
|
245
245
|
Retrieves the details of a virtual wan p2s vpn gateway.
|
|
246
246
|
Azure REST API version: 2023-02-01.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
248
|
+
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
:param str gateway_name: The name of the gateway.
|
|
@@ -208,7 +208,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health(gateway_name: Optional[str] =
|
|
|
208
208
|
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
209
209
|
Azure REST API version: 2023-02-01.
|
|
210
210
|
|
|
211
|
-
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
211
|
+
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
:param str gateway_name: The name of the P2SVpnGateway.
|
|
@@ -245,7 +245,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_output(gateway_name: Optional[
|
|
|
245
245
|
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
246
246
|
Azure REST API version: 2023-02-01.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
248
|
+
Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
:param str gateway_name: The name of the P2SVpnGateway.
|
|
@@ -53,7 +53,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed(gateway_name: Optiona
|
|
|
53
53
|
Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
54
54
|
Azure REST API version: 2023-02-01.
|
|
55
55
|
|
|
56
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
56
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
:param str gateway_name: The name of the P2SVpnGateway.
|
|
@@ -83,7 +83,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed_output(gateway_name:
|
|
|
83
83
|
Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
|
84
84
|
Azure REST API version: 2023-02-01.
|
|
85
85
|
|
|
86
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
86
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
:param str gateway_name: The name of the P2SVpnGateway.
|
|
@@ -185,7 +185,7 @@ def get_packet_capture(network_watcher_name: Optional[str] = None,
|
|
|
185
185
|
Gets a packet capture session by name.
|
|
186
186
|
Azure REST API version: 2023-02-01.
|
|
187
187
|
|
|
188
|
-
Other available API versions: 2018-01-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
188
|
+
Other available API versions: 2018-01-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
:param str network_watcher_name: The name of the network watcher.
|
|
@@ -223,7 +223,7 @@ def get_packet_capture_output(network_watcher_name: Optional[pulumi.Input[str]]
|
|
|
223
223
|
Gets a packet capture session by name.
|
|
224
224
|
Azure REST API version: 2023-02-01.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2018-01-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
226
|
+
Other available API versions: 2018-01-01, 2020-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param str network_watcher_name: The name of the network watcher.
|
|
@@ -101,7 +101,7 @@ def get_private_dns_zone_group(private_dns_zone_group_name: Optional[str] = None
|
|
|
101
101
|
Gets the private dns zone group resource by specified private dns zone group name.
|
|
102
102
|
Azure REST API version: 2023-02-01.
|
|
103
103
|
|
|
104
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
104
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
:param str private_dns_zone_group_name: The name of the private dns zone group.
|
|
@@ -132,7 +132,7 @@ def get_private_dns_zone_group_output(private_dns_zone_group_name: Optional[pulu
|
|
|
132
132
|
Gets the private dns zone group resource by specified private dns zone group name.
|
|
133
133
|
Azure REST API version: 2023-02-01.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
135
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str private_dns_zone_group_name: The name of the private dns zone group.
|
|
@@ -233,7 +233,7 @@ def get_private_endpoint(expand: Optional[str] = None,
|
|
|
233
233
|
Gets the specified private endpoint by resource group.
|
|
234
234
|
Azure REST API version: 2023-02-01.
|
|
235
235
|
|
|
236
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
236
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
:param str expand: Expands referenced resources.
|
|
@@ -275,7 +275,7 @@ def get_private_endpoint_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
275
275
|
Gets the specified private endpoint by resource group.
|
|
276
276
|
Azure REST API version: 2023-02-01.
|
|
277
277
|
|
|
278
|
-
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
278
|
+
Other available API versions: 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
279
279
|
|
|
280
280
|
|
|
281
281
|
:param str expand: Expands referenced resources.
|
|
@@ -245,7 +245,7 @@ def get_private_link_service(expand: Optional[str] = None,
|
|
|
245
245
|
Gets the specified private link service by resource group.
|
|
246
246
|
Azure REST API version: 2023-02-01.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
248
|
+
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
:param str expand: Expands referenced resources.
|
|
@@ -288,7 +288,7 @@ def get_private_link_service_output(expand: Optional[pulumi.Input[Optional[str]]
|
|
|
288
288
|
Gets the specified private link service by resource group.
|
|
289
289
|
Azure REST API version: 2023-02-01.
|
|
290
290
|
|
|
291
|
-
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
291
|
+
Other available API versions: 2019-08-01, 2021-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
:param str expand: Expands referenced resources.
|
|
@@ -150,7 +150,7 @@ def get_private_link_service_private_endpoint_connection(expand: Optional[str] =
|
|
|
150
150
|
Get the specific private end point connection by specific private link service in the resource group.
|
|
151
151
|
Azure REST API version: 2023-02-01.
|
|
152
152
|
|
|
153
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
153
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
:param str expand: Expands referenced resources.
|
|
@@ -188,7 +188,7 @@ def get_private_link_service_private_endpoint_connection_output(expand: Optional
|
|
|
188
188
|
Get the specific private end point connection by specific private link service in the resource group.
|
|
189
189
|
Azure REST API version: 2023-02-01.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
191
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
:param str expand: Expands referenced resources.
|
|
@@ -341,7 +341,7 @@ def get_public_ip_address(expand: Optional[str] = None,
|
|
|
341
341
|
Gets the specified public IP address in a specified resource group.
|
|
342
342
|
Azure REST API version: 2023-02-01.
|
|
343
343
|
|
|
344
|
-
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
344
|
+
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
:param str expand: Expands referenced resources.
|
|
@@ -392,7 +392,7 @@ def get_public_ip_address_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
392
392
|
Gets the specified public IP address in a specified resource group.
|
|
393
393
|
Azure REST API version: 2023-02-01.
|
|
394
394
|
|
|
395
|
-
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
395
|
+
Other available API versions: 2016-03-30, 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
396
396
|
|
|
397
397
|
|
|
398
398
|
:param str expand: Expands referenced resources.
|
|
@@ -269,7 +269,7 @@ def get_public_ip_prefix(expand: Optional[str] = None,
|
|
|
269
269
|
Gets the specified public IP prefix in a specified resource group.
|
|
270
270
|
Azure REST API version: 2023-02-01.
|
|
271
271
|
|
|
272
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
272
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
273
273
|
|
|
274
274
|
|
|
275
275
|
:param str expand: Expands referenced resources.
|
|
@@ -314,7 +314,7 @@ def get_public_ip_prefix_output(expand: Optional[pulumi.Input[Optional[str]]] =
|
|
|
314
314
|
Gets the specified public IP prefix in a specified resource group.
|
|
315
315
|
Azure REST API version: 2023-02-01.
|
|
316
316
|
|
|
317
|
-
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
317
|
+
Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
:param str expand: Expands referenced resources.
|
|
@@ -148,7 +148,7 @@ def get_route(resource_group_name: Optional[str] = None,
|
|
|
148
148
|
Gets the specified route from a route table.
|
|
149
149
|
Azure REST API version: 2023-02-01.
|
|
150
150
|
|
|
151
|
-
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
151
|
+
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -183,7 +183,7 @@ def get_route_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
183
183
|
Gets the specified route from a route table.
|
|
184
184
|
Azure REST API version: 2023-02-01.
|
|
185
185
|
|
|
186
|
-
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
186
|
+
Other available API versions: 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -161,7 +161,7 @@ def get_route_filter(expand: Optional[str] = None,
|
|
|
161
161
|
Gets the specified route filter.
|
|
162
162
|
Azure REST API version: 2023-02-01.
|
|
163
163
|
|
|
164
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
164
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
:param str expand: Expands referenced express route bgp peering resources.
|
|
@@ -197,7 +197,7 @@ def get_route_filter_output(expand: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
197
197
|
Gets the specified route filter.
|
|
198
198
|
Azure REST API version: 2023-02-01.
|
|
199
199
|
|
|
200
|
-
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
200
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
:param str expand: Expands referenced express route bgp peering resources.
|
|
@@ -136,7 +136,7 @@ def get_route_filter_rule(resource_group_name: Optional[str] = None,
|
|
|
136
136
|
Gets the specified rule from a route filter.
|
|
137
137
|
Azure REST API version: 2023-02-01.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
139
|
+
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -170,7 +170,7 @@ def get_route_filter_rule_output(resource_group_name: Optional[pulumi.Input[str]
|
|
|
170
170
|
Gets the specified rule from a route filter.
|
|
171
171
|
Azure REST API version: 2023-02-01.
|
|
172
172
|
|
|
173
|
-
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
173
|
+
Other available API versions: 2017-03-01, 2017-10-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
:param str resource_group_name: The name of the resource group.
|
|
@@ -137,7 +137,7 @@ def get_route_map(resource_group_name: Optional[str] = None,
|
|
|
137
137
|
Retrieves the details of a RouteMap.
|
|
138
138
|
Azure REST API version: 2023-02-01.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
140
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
:param str resource_group_name: The resource group name of the RouteMap's resource group.
|
|
@@ -171,7 +171,7 @@ def get_route_map_output(resource_group_name: Optional[pulumi.Input[str]] = None
|
|
|
171
171
|
Retrieves the details of a RouteMap.
|
|
172
172
|
Azure REST API version: 2023-02-01.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
174
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
:param str resource_group_name: The resource group name of the RouteMap's resource group.
|
|
@@ -173,7 +173,7 @@ def get_route_table(expand: Optional[str] = None,
|
|
|
173
173
|
Gets the specified route table.
|
|
174
174
|
Azure REST API version: 2023-02-01.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
176
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
:param str expand: Expands referenced resources.
|
|
@@ -210,7 +210,7 @@ def get_route_table_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
210
210
|
Gets the specified route table.
|
|
211
211
|
Azure REST API version: 2023-02-01.
|
|
212
212
|
|
|
213
|
-
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
213
|
+
Other available API versions: 2015-05-01-preview, 2016-03-30, 2019-06-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
:param str expand: Expands referenced resources.
|
|
@@ -113,7 +113,7 @@ def get_routing_intent(resource_group_name: Optional[str] = None,
|
|
|
113
113
|
Retrieves the details of a RoutingIntent.
|
|
114
114
|
Azure REST API version: 2023-02-01.
|
|
115
115
|
|
|
116
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
116
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
:param str resource_group_name: The resource group name of the RoutingIntent.
|
|
@@ -145,7 +145,7 @@ def get_routing_intent_output(resource_group_name: Optional[pulumi.Input[str]] =
|
|
|
145
145
|
Retrieves the details of a RoutingIntent.
|
|
146
146
|
Azure REST API version: 2023-02-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
148
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param str resource_group_name: The resource group name of the RoutingIntent.
|
|
@@ -137,7 +137,7 @@ def get_scope_connection(network_manager_name: Optional[str] = None,
|
|
|
137
137
|
Get specified scope connection created by this Network Manager.
|
|
138
138
|
Azure REST API version: 2023-02-01.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
140
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -171,7 +171,7 @@ def get_scope_connection_output(network_manager_name: Optional[pulumi.Input[str]
|
|
|
171
171
|
Get specified scope connection created by this Network Manager.
|
|
172
172
|
Azure REST API version: 2023-02-01.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
174
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -149,7 +149,7 @@ def get_security_admin_configuration(configuration_name: Optional[str] = None,
|
|
|
149
149
|
Retrieves a network manager security admin configuration.
|
|
150
150
|
Azure REST API version: 2023-02-01.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
152
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
:param str configuration_name: The name of the network manager Security Configuration.
|
|
@@ -184,7 +184,7 @@ def get_security_admin_configuration_output(configuration_name: Optional[pulumi.
|
|
|
184
184
|
Retrieves a network manager security admin configuration.
|
|
185
185
|
Azure REST API version: 2023-02-01.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01.
|
|
187
|
+
Other available API versions: 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
:param str configuration_name: The name of the network manager Security Configuration.
|