pulumi-azure-native 2.46.0a1718982238__py3-none-any.whl → 2.47.0__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/_utilities.py +35 -0
- 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.46.0a1718982238.dist-info → pulumi_azure_native-2.47.0.dist-info}/METADATA +2 -2
- {pulumi_azure_native-2.46.0a1718982238.dist-info → pulumi_azure_native-2.47.0.dist-info}/RECORD +1805 -1371
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/__init__.py +0 -0
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_enums.py +0 -0
- {pulumi_azure_native-2.46.0a1718982238.dist-info → pulumi_azure_native-2.47.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.46.0a1718982238.dist-info → pulumi_azure_native-2.47.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1162 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'ApplicationFirewallSettingsArgs',
|
|
15
|
+
'IPRuleArgs',
|
|
16
|
+
'LiveTraceCategoryArgs',
|
|
17
|
+
'LiveTraceConfigurationArgs',
|
|
18
|
+
'ManagedIdentitySettingsArgs',
|
|
19
|
+
'ManagedIdentityArgs',
|
|
20
|
+
'NetworkACLArgs',
|
|
21
|
+
'PrivateEndpointACLArgs',
|
|
22
|
+
'PrivateEndpointArgs',
|
|
23
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
24
|
+
'ResourceLogCategoryArgs',
|
|
25
|
+
'ResourceLogConfigurationArgs',
|
|
26
|
+
'ResourceReferenceArgs',
|
|
27
|
+
'ResourceSkuArgs',
|
|
28
|
+
'ServerlessSettingsArgs',
|
|
29
|
+
'ServerlessUpstreamSettingsArgs',
|
|
30
|
+
'SignalRCorsSettingsArgs',
|
|
31
|
+
'SignalRFeatureArgs',
|
|
32
|
+
'SignalRNetworkACLsArgs',
|
|
33
|
+
'SignalRTlsSettingsArgs',
|
|
34
|
+
'ThrottleByJwtCustomClaimRuleArgs',
|
|
35
|
+
'ThrottleByJwtSignatureRuleArgs',
|
|
36
|
+
'ThrottleByUserIdRuleArgs',
|
|
37
|
+
'UpstreamAuthSettingsArgs',
|
|
38
|
+
'UpstreamTemplateArgs',
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
@pulumi.input_type
|
|
42
|
+
class ApplicationFirewallSettingsArgs:
|
|
43
|
+
def __init__(__self__, *,
|
|
44
|
+
client_connection_count_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]] = None):
|
|
45
|
+
"""
|
|
46
|
+
Application firewall settings for the resource
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]] client_connection_count_rules: Rules to control the client connection count
|
|
48
|
+
"""
|
|
49
|
+
if client_connection_count_rules is not None:
|
|
50
|
+
pulumi.set(__self__, "client_connection_count_rules", client_connection_count_rules)
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter(name="clientConnectionCountRules")
|
|
54
|
+
def client_connection_count_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]]:
|
|
55
|
+
"""
|
|
56
|
+
Rules to control the client connection count
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "client_connection_count_rules")
|
|
59
|
+
|
|
60
|
+
@client_connection_count_rules.setter
|
|
61
|
+
def client_connection_count_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]]):
|
|
62
|
+
pulumi.set(self, "client_connection_count_rules", value)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@pulumi.input_type
|
|
66
|
+
class IPRuleArgs:
|
|
67
|
+
def __init__(__self__, *,
|
|
68
|
+
action: Optional[pulumi.Input[Union[str, 'ACLAction']]] = None,
|
|
69
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
70
|
+
"""
|
|
71
|
+
An IP rule
|
|
72
|
+
:param pulumi.Input[Union[str, 'ACLAction']] action: Azure Networking ACL Action.
|
|
73
|
+
:param pulumi.Input[str] value: An IP or CIDR or ServiceTag
|
|
74
|
+
"""
|
|
75
|
+
if action is not None:
|
|
76
|
+
pulumi.set(__self__, "action", action)
|
|
77
|
+
if value is not None:
|
|
78
|
+
pulumi.set(__self__, "value", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def action(self) -> Optional[pulumi.Input[Union[str, 'ACLAction']]]:
|
|
83
|
+
"""
|
|
84
|
+
Azure Networking ACL Action.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "action")
|
|
87
|
+
|
|
88
|
+
@action.setter
|
|
89
|
+
def action(self, value: Optional[pulumi.Input[Union[str, 'ACLAction']]]):
|
|
90
|
+
pulumi.set(self, "action", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
95
|
+
"""
|
|
96
|
+
An IP or CIDR or ServiceTag
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "value")
|
|
99
|
+
|
|
100
|
+
@value.setter
|
|
101
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
102
|
+
pulumi.set(self, "value", value)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
@pulumi.input_type
|
|
106
|
+
class LiveTraceCategoryArgs:
|
|
107
|
+
def __init__(__self__, *,
|
|
108
|
+
enabled: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
110
|
+
"""
|
|
111
|
+
Live trace category configuration of a Microsoft.SignalRService resource.
|
|
112
|
+
:param pulumi.Input[str] enabled: Indicates whether or the live trace category is enabled.
|
|
113
|
+
Available values: true, false.
|
|
114
|
+
Case insensitive.
|
|
115
|
+
:param pulumi.Input[str] name: Gets or sets the live trace category's name.
|
|
116
|
+
Available values: ConnectivityLogs, MessagingLogs.
|
|
117
|
+
Case insensitive.
|
|
118
|
+
"""
|
|
119
|
+
if enabled is not None:
|
|
120
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
121
|
+
if name is not None:
|
|
122
|
+
pulumi.set(__self__, "name", name)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter
|
|
126
|
+
def enabled(self) -> Optional[pulumi.Input[str]]:
|
|
127
|
+
"""
|
|
128
|
+
Indicates whether or the live trace category is enabled.
|
|
129
|
+
Available values: true, false.
|
|
130
|
+
Case insensitive.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "enabled")
|
|
133
|
+
|
|
134
|
+
@enabled.setter
|
|
135
|
+
def enabled(self, value: Optional[pulumi.Input[str]]):
|
|
136
|
+
pulumi.set(self, "enabled", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
141
|
+
"""
|
|
142
|
+
Gets or sets the live trace category's name.
|
|
143
|
+
Available values: ConnectivityLogs, MessagingLogs.
|
|
144
|
+
Case insensitive.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "name")
|
|
147
|
+
|
|
148
|
+
@name.setter
|
|
149
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
150
|
+
pulumi.set(self, "name", value)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
@pulumi.input_type
|
|
154
|
+
class LiveTraceConfigurationArgs:
|
|
155
|
+
def __init__(__self__, *,
|
|
156
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]] = None,
|
|
157
|
+
enabled: Optional[pulumi.Input[str]] = None):
|
|
158
|
+
"""
|
|
159
|
+
Live trace configuration of a Microsoft.SignalRService resource.
|
|
160
|
+
:param pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]] categories: Gets or sets the list of category configurations.
|
|
161
|
+
:param pulumi.Input[str] enabled: Indicates whether or not enable live trace.
|
|
162
|
+
When it's set to true, live trace client can connect to the service.
|
|
163
|
+
Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
|
|
164
|
+
Available values: true, false.
|
|
165
|
+
Case insensitive.
|
|
166
|
+
"""
|
|
167
|
+
if categories is not None:
|
|
168
|
+
pulumi.set(__self__, "categories", categories)
|
|
169
|
+
if enabled is None:
|
|
170
|
+
enabled = 'false'
|
|
171
|
+
if enabled is not None:
|
|
172
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]]:
|
|
177
|
+
"""
|
|
178
|
+
Gets or sets the list of category configurations.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "categories")
|
|
181
|
+
|
|
182
|
+
@categories.setter
|
|
183
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]]):
|
|
184
|
+
pulumi.set(self, "categories", value)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter
|
|
188
|
+
def enabled(self) -> Optional[pulumi.Input[str]]:
|
|
189
|
+
"""
|
|
190
|
+
Indicates whether or not enable live trace.
|
|
191
|
+
When it's set to true, live trace client can connect to the service.
|
|
192
|
+
Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
|
|
193
|
+
Available values: true, false.
|
|
194
|
+
Case insensitive.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "enabled")
|
|
197
|
+
|
|
198
|
+
@enabled.setter
|
|
199
|
+
def enabled(self, value: Optional[pulumi.Input[str]]):
|
|
200
|
+
pulumi.set(self, "enabled", value)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
@pulumi.input_type
|
|
204
|
+
class ManagedIdentitySettingsArgs:
|
|
205
|
+
def __init__(__self__, *,
|
|
206
|
+
resource: Optional[pulumi.Input[str]] = None):
|
|
207
|
+
"""
|
|
208
|
+
Managed identity settings for upstream.
|
|
209
|
+
:param pulumi.Input[str] resource: The Resource indicating the App ID URI of the target resource.
|
|
210
|
+
It also appears in the aud (audience) claim of the issued token.
|
|
211
|
+
"""
|
|
212
|
+
if resource is not None:
|
|
213
|
+
pulumi.set(__self__, "resource", resource)
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter
|
|
217
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
218
|
+
"""
|
|
219
|
+
The Resource indicating the App ID URI of the target resource.
|
|
220
|
+
It also appears in the aud (audience) claim of the issued token.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "resource")
|
|
223
|
+
|
|
224
|
+
@resource.setter
|
|
225
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
|
226
|
+
pulumi.set(self, "resource", value)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
@pulumi.input_type
|
|
230
|
+
class ManagedIdentityArgs:
|
|
231
|
+
def __init__(__self__, *,
|
|
232
|
+
type: Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]] = None,
|
|
233
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
234
|
+
"""
|
|
235
|
+
A class represent managed identities used for request and response
|
|
236
|
+
:param pulumi.Input[Union[str, 'ManagedIdentityType']] type: Represents the identity type: systemAssigned, userAssigned, None
|
|
237
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Get or set the user assigned identities
|
|
238
|
+
"""
|
|
239
|
+
if type is not None:
|
|
240
|
+
pulumi.set(__self__, "type", type)
|
|
241
|
+
if user_assigned_identities is not None:
|
|
242
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter
|
|
246
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]]:
|
|
247
|
+
"""
|
|
248
|
+
Represents the identity type: systemAssigned, userAssigned, None
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "type")
|
|
251
|
+
|
|
252
|
+
@type.setter
|
|
253
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]]):
|
|
254
|
+
pulumi.set(self, "type", value)
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
258
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
259
|
+
"""
|
|
260
|
+
Get or set the user assigned identities
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
263
|
+
|
|
264
|
+
@user_assigned_identities.setter
|
|
265
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
266
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
@pulumi.input_type
|
|
270
|
+
class NetworkACLArgs:
|
|
271
|
+
def __init__(__self__, *,
|
|
272
|
+
allow: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]] = None,
|
|
273
|
+
deny: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]] = None):
|
|
274
|
+
"""
|
|
275
|
+
Network ACL
|
|
276
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]] allow: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
277
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]] deny: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
278
|
+
"""
|
|
279
|
+
if allow is not None:
|
|
280
|
+
pulumi.set(__self__, "allow", allow)
|
|
281
|
+
if deny is not None:
|
|
282
|
+
pulumi.set(__self__, "deny", deny)
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
@pulumi.getter
|
|
286
|
+
def allow(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]:
|
|
287
|
+
"""
|
|
288
|
+
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
289
|
+
"""
|
|
290
|
+
return pulumi.get(self, "allow")
|
|
291
|
+
|
|
292
|
+
@allow.setter
|
|
293
|
+
def allow(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]):
|
|
294
|
+
pulumi.set(self, "allow", value)
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter
|
|
298
|
+
def deny(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]:
|
|
299
|
+
"""
|
|
300
|
+
Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "deny")
|
|
303
|
+
|
|
304
|
+
@deny.setter
|
|
305
|
+
def deny(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]):
|
|
306
|
+
pulumi.set(self, "deny", value)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
@pulumi.input_type
|
|
310
|
+
class PrivateEndpointACLArgs:
|
|
311
|
+
def __init__(__self__, *,
|
|
312
|
+
name: pulumi.Input[str],
|
|
313
|
+
allow: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]] = None,
|
|
314
|
+
deny: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]] = None):
|
|
315
|
+
"""
|
|
316
|
+
ACL for a private endpoint
|
|
317
|
+
:param pulumi.Input[str] name: Name of the private endpoint connection
|
|
318
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]] allow: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]] deny: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
320
|
+
"""
|
|
321
|
+
pulumi.set(__self__, "name", name)
|
|
322
|
+
if allow is not None:
|
|
323
|
+
pulumi.set(__self__, "allow", allow)
|
|
324
|
+
if deny is not None:
|
|
325
|
+
pulumi.set(__self__, "deny", deny)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter
|
|
329
|
+
def name(self) -> pulumi.Input[str]:
|
|
330
|
+
"""
|
|
331
|
+
Name of the private endpoint connection
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "name")
|
|
334
|
+
|
|
335
|
+
@name.setter
|
|
336
|
+
def name(self, value: pulumi.Input[str]):
|
|
337
|
+
pulumi.set(self, "name", value)
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter
|
|
341
|
+
def allow(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]:
|
|
342
|
+
"""
|
|
343
|
+
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "allow")
|
|
346
|
+
|
|
347
|
+
@allow.setter
|
|
348
|
+
def allow(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]):
|
|
349
|
+
pulumi.set(self, "allow", value)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter
|
|
353
|
+
def deny(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]:
|
|
354
|
+
"""
|
|
355
|
+
Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "deny")
|
|
358
|
+
|
|
359
|
+
@deny.setter
|
|
360
|
+
def deny(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SignalRRequestType']]]]]):
|
|
361
|
+
pulumi.set(self, "deny", value)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
@pulumi.input_type
|
|
365
|
+
class PrivateEndpointArgs:
|
|
366
|
+
def __init__(__self__, *,
|
|
367
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
368
|
+
"""
|
|
369
|
+
Private endpoint
|
|
370
|
+
:param pulumi.Input[str] id: Full qualified Id of the private endpoint
|
|
371
|
+
"""
|
|
372
|
+
if id is not None:
|
|
373
|
+
pulumi.set(__self__, "id", id)
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter
|
|
377
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
378
|
+
"""
|
|
379
|
+
Full qualified Id of the private endpoint
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "id")
|
|
382
|
+
|
|
383
|
+
@id.setter
|
|
384
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
385
|
+
pulumi.set(self, "id", value)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
@pulumi.input_type
|
|
389
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
390
|
+
def __init__(__self__, *,
|
|
391
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
392
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
393
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]] = None):
|
|
394
|
+
"""
|
|
395
|
+
Connection state of the private endpoint connection
|
|
396
|
+
:param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
397
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
398
|
+
:param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
399
|
+
"""
|
|
400
|
+
if actions_required is not None:
|
|
401
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
402
|
+
if description is not None:
|
|
403
|
+
pulumi.set(__self__, "description", description)
|
|
404
|
+
if status is not None:
|
|
405
|
+
pulumi.set(__self__, "status", status)
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="actionsRequired")
|
|
409
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
410
|
+
"""
|
|
411
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "actions_required")
|
|
414
|
+
|
|
415
|
+
@actions_required.setter
|
|
416
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
417
|
+
pulumi.set(self, "actions_required", value)
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter
|
|
421
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
422
|
+
"""
|
|
423
|
+
The reason for approval/rejection of the connection.
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "description")
|
|
426
|
+
|
|
427
|
+
@description.setter
|
|
428
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
429
|
+
pulumi.set(self, "description", value)
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter
|
|
433
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]]:
|
|
434
|
+
"""
|
|
435
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "status")
|
|
438
|
+
|
|
439
|
+
@status.setter
|
|
440
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]]):
|
|
441
|
+
pulumi.set(self, "status", value)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
@pulumi.input_type
|
|
445
|
+
class ResourceLogCategoryArgs:
|
|
446
|
+
def __init__(__self__, *,
|
|
447
|
+
enabled: Optional[pulumi.Input[str]] = None,
|
|
448
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
449
|
+
"""
|
|
450
|
+
Resource log category configuration of a Microsoft.SignalRService resource.
|
|
451
|
+
:param pulumi.Input[str] enabled: Indicates whether or the resource log category is enabled.
|
|
452
|
+
Available values: true, false.
|
|
453
|
+
Case insensitive.
|
|
454
|
+
:param pulumi.Input[str] name: Gets or sets the resource log category's name.
|
|
455
|
+
Available values: ConnectivityLogs, MessagingLogs.
|
|
456
|
+
Case insensitive.
|
|
457
|
+
"""
|
|
458
|
+
if enabled is not None:
|
|
459
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
460
|
+
if name is not None:
|
|
461
|
+
pulumi.set(__self__, "name", name)
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter
|
|
465
|
+
def enabled(self) -> Optional[pulumi.Input[str]]:
|
|
466
|
+
"""
|
|
467
|
+
Indicates whether or the resource log category is enabled.
|
|
468
|
+
Available values: true, false.
|
|
469
|
+
Case insensitive.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "enabled")
|
|
472
|
+
|
|
473
|
+
@enabled.setter
|
|
474
|
+
def enabled(self, value: Optional[pulumi.Input[str]]):
|
|
475
|
+
pulumi.set(self, "enabled", value)
|
|
476
|
+
|
|
477
|
+
@property
|
|
478
|
+
@pulumi.getter
|
|
479
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
480
|
+
"""
|
|
481
|
+
Gets or sets the resource log category's name.
|
|
482
|
+
Available values: ConnectivityLogs, MessagingLogs.
|
|
483
|
+
Case insensitive.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "name")
|
|
486
|
+
|
|
487
|
+
@name.setter
|
|
488
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
489
|
+
pulumi.set(self, "name", value)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
@pulumi.input_type
|
|
493
|
+
class ResourceLogConfigurationArgs:
|
|
494
|
+
def __init__(__self__, *,
|
|
495
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]] = None):
|
|
496
|
+
"""
|
|
497
|
+
Resource log configuration of a Microsoft.SignalRService resource.
|
|
498
|
+
:param pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]] categories: Gets or sets the list of category configurations.
|
|
499
|
+
"""
|
|
500
|
+
if categories is not None:
|
|
501
|
+
pulumi.set(__self__, "categories", categories)
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter
|
|
505
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]]:
|
|
506
|
+
"""
|
|
507
|
+
Gets or sets the list of category configurations.
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "categories")
|
|
510
|
+
|
|
511
|
+
@categories.setter
|
|
512
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]]):
|
|
513
|
+
pulumi.set(self, "categories", value)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
@pulumi.input_type
|
|
517
|
+
class ResourceReferenceArgs:
|
|
518
|
+
def __init__(__self__, *,
|
|
519
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
520
|
+
"""
|
|
521
|
+
Reference to a resource.
|
|
522
|
+
:param pulumi.Input[str] id: Resource ID.
|
|
523
|
+
"""
|
|
524
|
+
if id is not None:
|
|
525
|
+
pulumi.set(__self__, "id", id)
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter
|
|
529
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
530
|
+
"""
|
|
531
|
+
Resource ID.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "id")
|
|
534
|
+
|
|
535
|
+
@id.setter
|
|
536
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
537
|
+
pulumi.set(self, "id", value)
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
@pulumi.input_type
|
|
541
|
+
class ResourceSkuArgs:
|
|
542
|
+
def __init__(__self__, *,
|
|
543
|
+
name: pulumi.Input[str],
|
|
544
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
545
|
+
tier: Optional[pulumi.Input[Union[str, 'SignalRSkuTier']]] = None):
|
|
546
|
+
"""
|
|
547
|
+
The billing information of the resource.
|
|
548
|
+
:param pulumi.Input[str] name: The name of the SKU. Required.
|
|
549
|
+
|
|
550
|
+
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
|
|
551
|
+
:param pulumi.Input[int] capacity: Optional, integer. The unit count of the resource.
|
|
552
|
+
1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
|
|
553
|
+
|
|
554
|
+
If present, following values are allowed:
|
|
555
|
+
Free_F1: 1;
|
|
556
|
+
Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
557
|
+
Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
558
|
+
Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
|
|
559
|
+
:param pulumi.Input[Union[str, 'SignalRSkuTier']] tier: Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
560
|
+
|
|
561
|
+
`Basic` is deprecated, use `Standard` instead.
|
|
562
|
+
"""
|
|
563
|
+
pulumi.set(__self__, "name", name)
|
|
564
|
+
if capacity is not None:
|
|
565
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
566
|
+
if tier is not None:
|
|
567
|
+
pulumi.set(__self__, "tier", tier)
|
|
568
|
+
|
|
569
|
+
@property
|
|
570
|
+
@pulumi.getter
|
|
571
|
+
def name(self) -> pulumi.Input[str]:
|
|
572
|
+
"""
|
|
573
|
+
The name of the SKU. Required.
|
|
574
|
+
|
|
575
|
+
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "name")
|
|
578
|
+
|
|
579
|
+
@name.setter
|
|
580
|
+
def name(self, value: pulumi.Input[str]):
|
|
581
|
+
pulumi.set(self, "name", value)
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter
|
|
585
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
586
|
+
"""
|
|
587
|
+
Optional, integer. The unit count of the resource.
|
|
588
|
+
1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
|
|
589
|
+
|
|
590
|
+
If present, following values are allowed:
|
|
591
|
+
Free_F1: 1;
|
|
592
|
+
Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
593
|
+
Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
594
|
+
Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
|
|
595
|
+
"""
|
|
596
|
+
return pulumi.get(self, "capacity")
|
|
597
|
+
|
|
598
|
+
@capacity.setter
|
|
599
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
600
|
+
pulumi.set(self, "capacity", value)
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
@pulumi.getter
|
|
604
|
+
def tier(self) -> Optional[pulumi.Input[Union[str, 'SignalRSkuTier']]]:
|
|
605
|
+
"""
|
|
606
|
+
Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
607
|
+
|
|
608
|
+
`Basic` is deprecated, use `Standard` instead.
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "tier")
|
|
611
|
+
|
|
612
|
+
@tier.setter
|
|
613
|
+
def tier(self, value: Optional[pulumi.Input[Union[str, 'SignalRSkuTier']]]):
|
|
614
|
+
pulumi.set(self, "tier", value)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
@pulumi.input_type
|
|
618
|
+
class ServerlessSettingsArgs:
|
|
619
|
+
def __init__(__self__, *,
|
|
620
|
+
connection_timeout_in_seconds: Optional[pulumi.Input[int]] = None):
|
|
621
|
+
"""
|
|
622
|
+
Serverless settings.
|
|
623
|
+
:param pulumi.Input[int] connection_timeout_in_seconds: Gets or sets Client Connection Timeout. Optional to be set.
|
|
624
|
+
Value in seconds.
|
|
625
|
+
Default value is 30 seconds.
|
|
626
|
+
Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals,
|
|
627
|
+
and want the client to disconnect more quickly after the last message is sent.
|
|
628
|
+
You can set the timeout to a longer period if messages are expected to be sent in longer intervals,
|
|
629
|
+
and they want to keep the same client connection alive during this session.
|
|
630
|
+
The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval.
|
|
631
|
+
"""
|
|
632
|
+
if connection_timeout_in_seconds is None:
|
|
633
|
+
connection_timeout_in_seconds = 30
|
|
634
|
+
if connection_timeout_in_seconds is not None:
|
|
635
|
+
pulumi.set(__self__, "connection_timeout_in_seconds", connection_timeout_in_seconds)
|
|
636
|
+
|
|
637
|
+
@property
|
|
638
|
+
@pulumi.getter(name="connectionTimeoutInSeconds")
|
|
639
|
+
def connection_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
640
|
+
"""
|
|
641
|
+
Gets or sets Client Connection Timeout. Optional to be set.
|
|
642
|
+
Value in seconds.
|
|
643
|
+
Default value is 30 seconds.
|
|
644
|
+
Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals,
|
|
645
|
+
and want the client to disconnect more quickly after the last message is sent.
|
|
646
|
+
You can set the timeout to a longer period if messages are expected to be sent in longer intervals,
|
|
647
|
+
and they want to keep the same client connection alive during this session.
|
|
648
|
+
The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval.
|
|
649
|
+
"""
|
|
650
|
+
return pulumi.get(self, "connection_timeout_in_seconds")
|
|
651
|
+
|
|
652
|
+
@connection_timeout_in_seconds.setter
|
|
653
|
+
def connection_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
654
|
+
pulumi.set(self, "connection_timeout_in_seconds", value)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
@pulumi.input_type
|
|
658
|
+
class ServerlessUpstreamSettingsArgs:
|
|
659
|
+
def __init__(__self__, *,
|
|
660
|
+
templates: Optional[pulumi.Input[Sequence[pulumi.Input['UpstreamTemplateArgs']]]] = None):
|
|
661
|
+
"""
|
|
662
|
+
The settings for the Upstream when the service is in server-less mode.
|
|
663
|
+
:param pulumi.Input[Sequence[pulumi.Input['UpstreamTemplateArgs']]] templates: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.
|
|
664
|
+
"""
|
|
665
|
+
if templates is not None:
|
|
666
|
+
pulumi.set(__self__, "templates", templates)
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter
|
|
670
|
+
def templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UpstreamTemplateArgs']]]]:
|
|
671
|
+
"""
|
|
672
|
+
Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "templates")
|
|
675
|
+
|
|
676
|
+
@templates.setter
|
|
677
|
+
def templates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UpstreamTemplateArgs']]]]):
|
|
678
|
+
pulumi.set(self, "templates", value)
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
@pulumi.input_type
|
|
682
|
+
class SignalRCorsSettingsArgs:
|
|
683
|
+
def __init__(__self__, *,
|
|
684
|
+
allowed_origins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
685
|
+
"""
|
|
686
|
+
Cross-Origin Resource Sharing (CORS) settings.
|
|
687
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_origins: Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.
|
|
688
|
+
"""
|
|
689
|
+
if allowed_origins is not None:
|
|
690
|
+
pulumi.set(__self__, "allowed_origins", allowed_origins)
|
|
691
|
+
|
|
692
|
+
@property
|
|
693
|
+
@pulumi.getter(name="allowedOrigins")
|
|
694
|
+
def allowed_origins(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
695
|
+
"""
|
|
696
|
+
Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.
|
|
697
|
+
"""
|
|
698
|
+
return pulumi.get(self, "allowed_origins")
|
|
699
|
+
|
|
700
|
+
@allowed_origins.setter
|
|
701
|
+
def allowed_origins(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
702
|
+
pulumi.set(self, "allowed_origins", value)
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
@pulumi.input_type
|
|
706
|
+
class SignalRFeatureArgs:
|
|
707
|
+
def __init__(__self__, *,
|
|
708
|
+
flag: pulumi.Input[Union[str, 'FeatureFlags']],
|
|
709
|
+
value: pulumi.Input[str],
|
|
710
|
+
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
711
|
+
"""
|
|
712
|
+
Feature of a resource, which controls the runtime behavior.
|
|
713
|
+
:param pulumi.Input[Union[str, 'FeatureFlags']] flag: FeatureFlags is the supported features of Azure SignalR service.
|
|
714
|
+
- ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use.
|
|
715
|
+
- EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
716
|
+
- EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
717
|
+
- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to enable/disable live trace feature.
|
|
718
|
+
:param pulumi.Input[str] value: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values.
|
|
719
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] properties: Optional properties related to this feature.
|
|
720
|
+
"""
|
|
721
|
+
pulumi.set(__self__, "flag", flag)
|
|
722
|
+
pulumi.set(__self__, "value", value)
|
|
723
|
+
if properties is not None:
|
|
724
|
+
pulumi.set(__self__, "properties", properties)
|
|
725
|
+
|
|
726
|
+
@property
|
|
727
|
+
@pulumi.getter
|
|
728
|
+
def flag(self) -> pulumi.Input[Union[str, 'FeatureFlags']]:
|
|
729
|
+
"""
|
|
730
|
+
FeatureFlags is the supported features of Azure SignalR service.
|
|
731
|
+
- ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use.
|
|
732
|
+
- EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
733
|
+
- EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
734
|
+
- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to enable/disable live trace feature.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "flag")
|
|
737
|
+
|
|
738
|
+
@flag.setter
|
|
739
|
+
def flag(self, value: pulumi.Input[Union[str, 'FeatureFlags']]):
|
|
740
|
+
pulumi.set(self, "flag", value)
|
|
741
|
+
|
|
742
|
+
@property
|
|
743
|
+
@pulumi.getter
|
|
744
|
+
def value(self) -> pulumi.Input[str]:
|
|
745
|
+
"""
|
|
746
|
+
Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values.
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "value")
|
|
749
|
+
|
|
750
|
+
@value.setter
|
|
751
|
+
def value(self, value: pulumi.Input[str]):
|
|
752
|
+
pulumi.set(self, "value", value)
|
|
753
|
+
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter
|
|
756
|
+
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
757
|
+
"""
|
|
758
|
+
Optional properties related to this feature.
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "properties")
|
|
761
|
+
|
|
762
|
+
@properties.setter
|
|
763
|
+
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
764
|
+
pulumi.set(self, "properties", value)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
@pulumi.input_type
|
|
768
|
+
class SignalRNetworkACLsArgs:
|
|
769
|
+
def __init__(__self__, *,
|
|
770
|
+
default_action: Optional[pulumi.Input[Union[str, 'ACLAction']]] = None,
|
|
771
|
+
ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]] = None,
|
|
772
|
+
private_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]] = None,
|
|
773
|
+
public_network: Optional[pulumi.Input['NetworkACLArgs']] = None):
|
|
774
|
+
"""
|
|
775
|
+
Network ACLs for the resource
|
|
776
|
+
:param pulumi.Input[Union[str, 'ACLAction']] default_action: Azure Networking ACL Action.
|
|
777
|
+
:param pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]] ip_rules: IP rules for filtering public traffic
|
|
778
|
+
:param pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]] private_endpoints: ACLs for requests from private endpoints
|
|
779
|
+
:param pulumi.Input['NetworkACLArgs'] public_network: Network ACL
|
|
780
|
+
"""
|
|
781
|
+
if default_action is not None:
|
|
782
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
783
|
+
if ip_rules is not None:
|
|
784
|
+
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
785
|
+
if private_endpoints is not None:
|
|
786
|
+
pulumi.set(__self__, "private_endpoints", private_endpoints)
|
|
787
|
+
if public_network is not None:
|
|
788
|
+
pulumi.set(__self__, "public_network", public_network)
|
|
789
|
+
|
|
790
|
+
@property
|
|
791
|
+
@pulumi.getter(name="defaultAction")
|
|
792
|
+
def default_action(self) -> Optional[pulumi.Input[Union[str, 'ACLAction']]]:
|
|
793
|
+
"""
|
|
794
|
+
Azure Networking ACL Action.
|
|
795
|
+
"""
|
|
796
|
+
return pulumi.get(self, "default_action")
|
|
797
|
+
|
|
798
|
+
@default_action.setter
|
|
799
|
+
def default_action(self, value: Optional[pulumi.Input[Union[str, 'ACLAction']]]):
|
|
800
|
+
pulumi.set(self, "default_action", value)
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="ipRules")
|
|
804
|
+
def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]:
|
|
805
|
+
"""
|
|
806
|
+
IP rules for filtering public traffic
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "ip_rules")
|
|
809
|
+
|
|
810
|
+
@ip_rules.setter
|
|
811
|
+
def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]):
|
|
812
|
+
pulumi.set(self, "ip_rules", value)
|
|
813
|
+
|
|
814
|
+
@property
|
|
815
|
+
@pulumi.getter(name="privateEndpoints")
|
|
816
|
+
def private_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]]:
|
|
817
|
+
"""
|
|
818
|
+
ACLs for requests from private endpoints
|
|
819
|
+
"""
|
|
820
|
+
return pulumi.get(self, "private_endpoints")
|
|
821
|
+
|
|
822
|
+
@private_endpoints.setter
|
|
823
|
+
def private_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]]):
|
|
824
|
+
pulumi.set(self, "private_endpoints", value)
|
|
825
|
+
|
|
826
|
+
@property
|
|
827
|
+
@pulumi.getter(name="publicNetwork")
|
|
828
|
+
def public_network(self) -> Optional[pulumi.Input['NetworkACLArgs']]:
|
|
829
|
+
"""
|
|
830
|
+
Network ACL
|
|
831
|
+
"""
|
|
832
|
+
return pulumi.get(self, "public_network")
|
|
833
|
+
|
|
834
|
+
@public_network.setter
|
|
835
|
+
def public_network(self, value: Optional[pulumi.Input['NetworkACLArgs']]):
|
|
836
|
+
pulumi.set(self, "public_network", value)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
@pulumi.input_type
|
|
840
|
+
class SignalRTlsSettingsArgs:
|
|
841
|
+
def __init__(__self__, *,
|
|
842
|
+
client_cert_enabled: Optional[pulumi.Input[bool]] = None):
|
|
843
|
+
"""
|
|
844
|
+
TLS settings for the resource
|
|
845
|
+
:param pulumi.Input[bool] client_cert_enabled: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
|
|
846
|
+
"""
|
|
847
|
+
if client_cert_enabled is None:
|
|
848
|
+
client_cert_enabled = False
|
|
849
|
+
if client_cert_enabled is not None:
|
|
850
|
+
pulumi.set(__self__, "client_cert_enabled", client_cert_enabled)
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter(name="clientCertEnabled")
|
|
854
|
+
def client_cert_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
855
|
+
"""
|
|
856
|
+
Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "client_cert_enabled")
|
|
859
|
+
|
|
860
|
+
@client_cert_enabled.setter
|
|
861
|
+
def client_cert_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
862
|
+
pulumi.set(self, "client_cert_enabled", value)
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
@pulumi.input_type
|
|
866
|
+
class ThrottleByJwtCustomClaimRuleArgs:
|
|
867
|
+
def __init__(__self__, *,
|
|
868
|
+
claim_name: pulumi.Input[str],
|
|
869
|
+
type: pulumi.Input[str],
|
|
870
|
+
max_count: Optional[pulumi.Input[int]] = None):
|
|
871
|
+
"""
|
|
872
|
+
Throttle the client connection by a custom JWT claim
|
|
873
|
+
:param pulumi.Input[str] claim_name: The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed.
|
|
874
|
+
:param pulumi.Input[str] type:
|
|
875
|
+
Expected value is 'ThrottleByJwtCustomClaimRule'.
|
|
876
|
+
:param pulumi.Input[int] max_count: Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20.
|
|
877
|
+
"""
|
|
878
|
+
pulumi.set(__self__, "claim_name", claim_name)
|
|
879
|
+
pulumi.set(__self__, "type", 'ThrottleByJwtCustomClaimRule')
|
|
880
|
+
if max_count is None:
|
|
881
|
+
max_count = 20
|
|
882
|
+
if max_count is not None:
|
|
883
|
+
pulumi.set(__self__, "max_count", max_count)
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter(name="claimName")
|
|
887
|
+
def claim_name(self) -> pulumi.Input[str]:
|
|
888
|
+
"""
|
|
889
|
+
The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed.
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "claim_name")
|
|
892
|
+
|
|
893
|
+
@claim_name.setter
|
|
894
|
+
def claim_name(self, value: pulumi.Input[str]):
|
|
895
|
+
pulumi.set(self, "claim_name", value)
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter
|
|
899
|
+
def type(self) -> pulumi.Input[str]:
|
|
900
|
+
"""
|
|
901
|
+
|
|
902
|
+
Expected value is 'ThrottleByJwtCustomClaimRule'.
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "type")
|
|
905
|
+
|
|
906
|
+
@type.setter
|
|
907
|
+
def type(self, value: pulumi.Input[str]):
|
|
908
|
+
pulumi.set(self, "type", value)
|
|
909
|
+
|
|
910
|
+
@property
|
|
911
|
+
@pulumi.getter(name="maxCount")
|
|
912
|
+
def max_count(self) -> Optional[pulumi.Input[int]]:
|
|
913
|
+
"""
|
|
914
|
+
Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20.
|
|
915
|
+
"""
|
|
916
|
+
return pulumi.get(self, "max_count")
|
|
917
|
+
|
|
918
|
+
@max_count.setter
|
|
919
|
+
def max_count(self, value: Optional[pulumi.Input[int]]):
|
|
920
|
+
pulumi.set(self, "max_count", value)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
@pulumi.input_type
|
|
924
|
+
class ThrottleByJwtSignatureRuleArgs:
|
|
925
|
+
def __init__(__self__, *,
|
|
926
|
+
type: pulumi.Input[str],
|
|
927
|
+
max_count: Optional[pulumi.Input[int]] = None):
|
|
928
|
+
"""
|
|
929
|
+
Throttle the client connection by the JWT signature
|
|
930
|
+
:param pulumi.Input[str] type:
|
|
931
|
+
Expected value is 'ThrottleByJwtSignatureRule'.
|
|
932
|
+
:param pulumi.Input[int] max_count: Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.
|
|
933
|
+
"""
|
|
934
|
+
pulumi.set(__self__, "type", 'ThrottleByJwtSignatureRule')
|
|
935
|
+
if max_count is None:
|
|
936
|
+
max_count = 20
|
|
937
|
+
if max_count is not None:
|
|
938
|
+
pulumi.set(__self__, "max_count", max_count)
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter
|
|
942
|
+
def type(self) -> pulumi.Input[str]:
|
|
943
|
+
"""
|
|
944
|
+
|
|
945
|
+
Expected value is 'ThrottleByJwtSignatureRule'.
|
|
946
|
+
"""
|
|
947
|
+
return pulumi.get(self, "type")
|
|
948
|
+
|
|
949
|
+
@type.setter
|
|
950
|
+
def type(self, value: pulumi.Input[str]):
|
|
951
|
+
pulumi.set(self, "type", value)
|
|
952
|
+
|
|
953
|
+
@property
|
|
954
|
+
@pulumi.getter(name="maxCount")
|
|
955
|
+
def max_count(self) -> Optional[pulumi.Input[int]]:
|
|
956
|
+
"""
|
|
957
|
+
Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.
|
|
958
|
+
"""
|
|
959
|
+
return pulumi.get(self, "max_count")
|
|
960
|
+
|
|
961
|
+
@max_count.setter
|
|
962
|
+
def max_count(self, value: Optional[pulumi.Input[int]]):
|
|
963
|
+
pulumi.set(self, "max_count", value)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
@pulumi.input_type
|
|
967
|
+
class ThrottleByUserIdRuleArgs:
|
|
968
|
+
def __init__(__self__, *,
|
|
969
|
+
type: pulumi.Input[str],
|
|
970
|
+
max_count: Optional[pulumi.Input[int]] = None):
|
|
971
|
+
"""
|
|
972
|
+
Throttle the client connection by the user ID
|
|
973
|
+
:param pulumi.Input[str] type:
|
|
974
|
+
Expected value is 'ThrottleByUserIdRule'.
|
|
975
|
+
:param pulumi.Input[int] max_count: Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
|
|
976
|
+
"""
|
|
977
|
+
pulumi.set(__self__, "type", 'ThrottleByUserIdRule')
|
|
978
|
+
if max_count is None:
|
|
979
|
+
max_count = 20
|
|
980
|
+
if max_count is not None:
|
|
981
|
+
pulumi.set(__self__, "max_count", max_count)
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
@pulumi.getter
|
|
985
|
+
def type(self) -> pulumi.Input[str]:
|
|
986
|
+
"""
|
|
987
|
+
|
|
988
|
+
Expected value is 'ThrottleByUserIdRule'.
|
|
989
|
+
"""
|
|
990
|
+
return pulumi.get(self, "type")
|
|
991
|
+
|
|
992
|
+
@type.setter
|
|
993
|
+
def type(self, value: pulumi.Input[str]):
|
|
994
|
+
pulumi.set(self, "type", value)
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter(name="maxCount")
|
|
998
|
+
def max_count(self) -> Optional[pulumi.Input[int]]:
|
|
999
|
+
"""
|
|
1000
|
+
Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "max_count")
|
|
1003
|
+
|
|
1004
|
+
@max_count.setter
|
|
1005
|
+
def max_count(self, value: Optional[pulumi.Input[int]]):
|
|
1006
|
+
pulumi.set(self, "max_count", value)
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
@pulumi.input_type
|
|
1010
|
+
class UpstreamAuthSettingsArgs:
|
|
1011
|
+
def __init__(__self__, *,
|
|
1012
|
+
managed_identity: Optional[pulumi.Input['ManagedIdentitySettingsArgs']] = None,
|
|
1013
|
+
type: Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]] = None):
|
|
1014
|
+
"""
|
|
1015
|
+
Upstream auth settings. If not set, no auth is used for upstream messages.
|
|
1016
|
+
:param pulumi.Input['ManagedIdentitySettingsArgs'] managed_identity: Managed identity settings for upstream.
|
|
1017
|
+
:param pulumi.Input[Union[str, 'UpstreamAuthType']] type: Upstream auth type enum.
|
|
1018
|
+
"""
|
|
1019
|
+
if managed_identity is not None:
|
|
1020
|
+
pulumi.set(__self__, "managed_identity", managed_identity)
|
|
1021
|
+
if type is not None:
|
|
1022
|
+
pulumi.set(__self__, "type", type)
|
|
1023
|
+
|
|
1024
|
+
@property
|
|
1025
|
+
@pulumi.getter(name="managedIdentity")
|
|
1026
|
+
def managed_identity(self) -> Optional[pulumi.Input['ManagedIdentitySettingsArgs']]:
|
|
1027
|
+
"""
|
|
1028
|
+
Managed identity settings for upstream.
|
|
1029
|
+
"""
|
|
1030
|
+
return pulumi.get(self, "managed_identity")
|
|
1031
|
+
|
|
1032
|
+
@managed_identity.setter
|
|
1033
|
+
def managed_identity(self, value: Optional[pulumi.Input['ManagedIdentitySettingsArgs']]):
|
|
1034
|
+
pulumi.set(self, "managed_identity", value)
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
@pulumi.getter
|
|
1038
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]]:
|
|
1039
|
+
"""
|
|
1040
|
+
Upstream auth type enum.
|
|
1041
|
+
"""
|
|
1042
|
+
return pulumi.get(self, "type")
|
|
1043
|
+
|
|
1044
|
+
@type.setter
|
|
1045
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]]):
|
|
1046
|
+
pulumi.set(self, "type", value)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
@pulumi.input_type
|
|
1050
|
+
class UpstreamTemplateArgs:
|
|
1051
|
+
def __init__(__self__, *,
|
|
1052
|
+
url_template: pulumi.Input[str],
|
|
1053
|
+
auth: Optional[pulumi.Input['UpstreamAuthSettingsArgs']] = None,
|
|
1054
|
+
category_pattern: Optional[pulumi.Input[str]] = None,
|
|
1055
|
+
event_pattern: Optional[pulumi.Input[str]] = None,
|
|
1056
|
+
hub_pattern: Optional[pulumi.Input[str]] = None):
|
|
1057
|
+
"""
|
|
1058
|
+
Upstream template item settings. It defines the Upstream URL of the incoming requests.
|
|
1059
|
+
The template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template.
|
|
1060
|
+
:param pulumi.Input[str] url_template: Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.
|
|
1061
|
+
For example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`.
|
|
1062
|
+
:param pulumi.Input['UpstreamAuthSettingsArgs'] auth: Upstream auth settings. If not set, no auth is used for upstream messages.
|
|
1063
|
+
:param pulumi.Input[str] category_pattern: Gets or sets the matching pattern for category names. If not set, it matches any category.
|
|
1064
|
+
There are 3 kind of patterns supported:
|
|
1065
|
+
1. "*", it to matches any category name.
|
|
1066
|
+
2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages".
|
|
1067
|
+
3. The single category name, for example, "connections", it matches the category "connections".
|
|
1068
|
+
:param pulumi.Input[str] event_pattern: Gets or sets the matching pattern for event names. If not set, it matches any event.
|
|
1069
|
+
There are 3 kind of patterns supported:
|
|
1070
|
+
1. "*", it to matches any event name.
|
|
1071
|
+
2. Combine multiple events with ",", for example "connect,disconnect", it matches event "connect" and "disconnect".
|
|
1072
|
+
3. The single event name, for example, "connect", it matches "connect".
|
|
1073
|
+
:param pulumi.Input[str] hub_pattern: Gets or sets the matching pattern for hub names. If not set, it matches any hub.
|
|
1074
|
+
There are 3 kind of patterns supported:
|
|
1075
|
+
1. "*", it to matches any hub name.
|
|
1076
|
+
2. Combine multiple hubs with ",", for example "hub1,hub2", it matches "hub1" and "hub2".
|
|
1077
|
+
3. The single hub name, for example, "hub1", it matches "hub1".
|
|
1078
|
+
"""
|
|
1079
|
+
pulumi.set(__self__, "url_template", url_template)
|
|
1080
|
+
if auth is not None:
|
|
1081
|
+
pulumi.set(__self__, "auth", auth)
|
|
1082
|
+
if category_pattern is not None:
|
|
1083
|
+
pulumi.set(__self__, "category_pattern", category_pattern)
|
|
1084
|
+
if event_pattern is not None:
|
|
1085
|
+
pulumi.set(__self__, "event_pattern", event_pattern)
|
|
1086
|
+
if hub_pattern is not None:
|
|
1087
|
+
pulumi.set(__self__, "hub_pattern", hub_pattern)
|
|
1088
|
+
|
|
1089
|
+
@property
|
|
1090
|
+
@pulumi.getter(name="urlTemplate")
|
|
1091
|
+
def url_template(self) -> pulumi.Input[str]:
|
|
1092
|
+
"""
|
|
1093
|
+
Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.
|
|
1094
|
+
For example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`.
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "url_template")
|
|
1097
|
+
|
|
1098
|
+
@url_template.setter
|
|
1099
|
+
def url_template(self, value: pulumi.Input[str]):
|
|
1100
|
+
pulumi.set(self, "url_template", value)
|
|
1101
|
+
|
|
1102
|
+
@property
|
|
1103
|
+
@pulumi.getter
|
|
1104
|
+
def auth(self) -> Optional[pulumi.Input['UpstreamAuthSettingsArgs']]:
|
|
1105
|
+
"""
|
|
1106
|
+
Upstream auth settings. If not set, no auth is used for upstream messages.
|
|
1107
|
+
"""
|
|
1108
|
+
return pulumi.get(self, "auth")
|
|
1109
|
+
|
|
1110
|
+
@auth.setter
|
|
1111
|
+
def auth(self, value: Optional[pulumi.Input['UpstreamAuthSettingsArgs']]):
|
|
1112
|
+
pulumi.set(self, "auth", value)
|
|
1113
|
+
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter(name="categoryPattern")
|
|
1116
|
+
def category_pattern(self) -> Optional[pulumi.Input[str]]:
|
|
1117
|
+
"""
|
|
1118
|
+
Gets or sets the matching pattern for category names. If not set, it matches any category.
|
|
1119
|
+
There are 3 kind of patterns supported:
|
|
1120
|
+
1. "*", it to matches any category name.
|
|
1121
|
+
2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages".
|
|
1122
|
+
3. The single category name, for example, "connections", it matches the category "connections".
|
|
1123
|
+
"""
|
|
1124
|
+
return pulumi.get(self, "category_pattern")
|
|
1125
|
+
|
|
1126
|
+
@category_pattern.setter
|
|
1127
|
+
def category_pattern(self, value: Optional[pulumi.Input[str]]):
|
|
1128
|
+
pulumi.set(self, "category_pattern", value)
|
|
1129
|
+
|
|
1130
|
+
@property
|
|
1131
|
+
@pulumi.getter(name="eventPattern")
|
|
1132
|
+
def event_pattern(self) -> Optional[pulumi.Input[str]]:
|
|
1133
|
+
"""
|
|
1134
|
+
Gets or sets the matching pattern for event names. If not set, it matches any event.
|
|
1135
|
+
There are 3 kind of patterns supported:
|
|
1136
|
+
1. "*", it to matches any event name.
|
|
1137
|
+
2. Combine multiple events with ",", for example "connect,disconnect", it matches event "connect" and "disconnect".
|
|
1138
|
+
3. The single event name, for example, "connect", it matches "connect".
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "event_pattern")
|
|
1141
|
+
|
|
1142
|
+
@event_pattern.setter
|
|
1143
|
+
def event_pattern(self, value: Optional[pulumi.Input[str]]):
|
|
1144
|
+
pulumi.set(self, "event_pattern", value)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="hubPattern")
|
|
1148
|
+
def hub_pattern(self) -> Optional[pulumi.Input[str]]:
|
|
1149
|
+
"""
|
|
1150
|
+
Gets or sets the matching pattern for hub names. If not set, it matches any hub.
|
|
1151
|
+
There are 3 kind of patterns supported:
|
|
1152
|
+
1. "*", it to matches any hub name.
|
|
1153
|
+
2. Combine multiple hubs with ",", for example "hub1,hub2", it matches "hub1" and "hub2".
|
|
1154
|
+
3. The single hub name, for example, "hub1", it matches "hub1".
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "hub_pattern")
|
|
1157
|
+
|
|
1158
|
+
@hub_pattern.setter
|
|
1159
|
+
def hub_pattern(self, value: Optional[pulumi.Input[str]]):
|
|
1160
|
+
pulumi.set(self, "hub_pattern", value)
|
|
1161
|
+
|
|
1162
|
+
|