pulumi-azure-native 2.47.0__py3-none-any.whl → 2.47.0a1719221358__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 +4 -239
- pulumi_azure_native/app/__init__.py +0 -10
- pulumi_azure_native/app/_enums.py +0 -46
- pulumi_azure_native/app/_inputs.py +0 -490
- 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_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 +1 -5
- 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_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 +0 -4
- pulumi_azure_native/app/get_java_component.py +0 -4
- pulumi_azure_native/app/get_job.py +2 -2
- 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_environments_storage.py +2 -2
- pulumi_azure_native/app/java_component.py +1 -5
- 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/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/app/outputs.py +0 -730
- 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/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 +0 -3
- 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 +0 -4
- 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 +1 -5
- 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/config/__init__.pyi +1 -6
- pulumi_azure_native/config/vars.py +1 -8
- pulumi_azure_native/devcenter/__init__.py +0 -4
- 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 +1 -5
- 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 +0 -4
- 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 +0 -4
- pulumi_azure_native/devcenter/get_plan_member.py +0 -4
- 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 +0 -4
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +0 -138
- pulumi_azure_native/devcenter/plan.py +1 -5
- pulumi_azure_native/devcenter/plan_member.py +1 -5
- 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/elastic/__init__.py +0 -3
- 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 +0 -4
- 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 +1 -5
- 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/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/{v20240501preview → v20240501}/_inputs.py +1 -56
- pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/outputs.py +1 -66
- pulumi_azure_native/keyvault/__init__.py +0 -3
- 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/vault.py +3 -3
- pulumi_azure_native/kubernetes/__init__.py +0 -3
- 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/network/__init__.py +0 -3
- 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 +1 -5
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +1 -5
- 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 +0 -4
- 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 +0 -4
- 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/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 +0 -3
- 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/webpubsub/__init__.py +0 -3
- 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/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/RECORD +1370 -1804
- pulumi_azure_native/app/container_apps_session_pool.py +0 -488
- pulumi_azure_native/app/get_container_apps_session_pool.py +0 -289
- pulumi_azure_native/app/get_logic_app.py +0 -125
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +0 -177
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +0 -151
- pulumi_azure_native/app/logic_app.py +0 -187
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +0 -249
- pulumi_azure_native/app/v20240202preview/__init__.py +0 -66
- pulumi_azure_native/app/v20240202preview/_enums.py +0 -346
- pulumi_azure_native/app/v20240202preview/_inputs.py +0 -9269
- pulumi_azure_native/app/v20240202preview/app_resiliency.py +0 -359
- pulumi_azure_native/app/v20240202preview/build.py +0 -294
- pulumi_azure_native/app/v20240202preview/builder.py +0 -322
- pulumi_azure_native/app/v20240202preview/certificate.py +0 -274
- pulumi_azure_native/app/v20240202preview/connected_environment.py +0 -370
- pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +0 -274
- pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +0 -451
- pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +0 -216
- pulumi_azure_native/app/v20240202preview/container_app.py +0 -584
- pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +0 -361
- pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +0 -486
- pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +0 -291
- pulumi_azure_native/app/v20240202preview/dapr_component.py +0 -451
- pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +0 -264
- pulumi_azure_native/app/v20240202preview/dapr_subscription.py +0 -388
- pulumi_azure_native/app/v20240202preview/dot_net_component.py +0 -283
- pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +0 -201
- pulumi_azure_native/app/v20240202preview/get_build.py +0 -214
- pulumi_azure_native/app/v20240202preview/get_builder.py +0 -196
- pulumi_azure_native/app/v20240202preview/get_certificate.py +0 -162
- pulumi_azure_native/app/v20240202preview/get_connected_environment.py +0 -235
- pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +0 -162
- pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +0 -240
- pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +0 -136
- pulumi_azure_native/app/v20240202preview/get_container_app.py +0 -365
- pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +0 -170
- pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +0 -201
- pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +0 -287
- pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +0 -177
- pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +0 -61
- pulumi_azure_native/app/v20240202preview/get_dapr_component.py +0 -240
- pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +0 -154
- pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +0 -214
- pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +0 -175
- pulumi_azure_native/app/v20240202preview/get_java_component.py +0 -136
- pulumi_azure_native/app/v20240202preview/get_job.py +0 -261
- pulumi_azure_native/app/v20240202preview/get_logic_app.py +0 -123
- pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +0 -162
- pulumi_azure_native/app/v20240202preview/get_managed_environment.py +0 -445
- pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +0 -170
- pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +0 -175
- pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +0 -136
- pulumi_azure_native/app/v20240202preview/java_component.py +0 -214
- pulumi_azure_native/app/v20240202preview/job.py +0 -428
- pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +0 -96
- pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +0 -84
- pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +0 -227
- pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +0 -79
- pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +0 -84
- pulumi_azure_native/app/v20240202preview/list_job_secrets.py +0 -79
- pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +0 -149
- pulumi_azure_native/app/v20240202preview/logic_app.py +0 -185
- pulumi_azure_native/app/v20240202preview/managed_certificate.py +0 -274
- pulumi_azure_native/app/v20240202preview/managed_environment.py +0 -747
- pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +0 -247
- pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +0 -216
- pulumi_azure_native/app/v20240202preview/outputs.py +0 -11065
- pulumi_azure_native/cdn/v20240501preview/__init__.py +0 -43
- pulumi_azure_native/cdn/v20240501preview/_enums.py +0 -839
- pulumi_azure_native/cdn/v20240501preview/_inputs.py +0 -6013
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +0 -418
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +0 -338
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +0 -537
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +0 -329
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +0 -296
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +0 -762
- pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +0 -276
- pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +0 -224
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +0 -294
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +0 -211
- pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +0 -219
- pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +0 -409
- pulumi_azure_native/cdn/v20240501preview/get_key_group.py +0 -159
- pulumi_azure_native/cdn/v20240501preview/get_origin.py +0 -310
- pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +0 -206
- pulumi_azure_native/cdn/v20240501preview/get_policy.py +0 -271
- pulumi_azure_native/cdn/v20240501preview/get_profile.py +0 -261
- pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +0 -78
- pulumi_azure_native/cdn/v20240501preview/get_route.py +0 -320
- pulumi_azure_native/cdn/v20240501preview/get_rule.py +0 -216
- pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +0 -159
- pulumi_azure_native/cdn/v20240501preview/get_secret.py +0 -172
- pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +0 -172
- pulumi_azure_native/cdn/v20240501preview/key_group.py +0 -232
- pulumi_azure_native/cdn/v20240501preview/origin.py +0 -556
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +0 -345
- pulumi_azure_native/cdn/v20240501preview/outputs.py +0 -7210
- pulumi_azure_native/cdn/v20240501preview/policy.py +0 -436
- pulumi_azure_native/cdn/v20240501preview/profile.py +0 -391
- pulumi_azure_native/cdn/v20240501preview/route.py +0 -595
- pulumi_azure_native/cdn/v20240501preview/rule.py +0 -356
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +0 -211
- pulumi_azure_native/cdn/v20240501preview/secret.py +0 -241
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +0 -241
- pulumi_azure_native/devcenter/list_skus_by_project.py +0 -94
- pulumi_azure_native/devcenter/v20240601preview/__init__.py +0 -47
- pulumi_azure_native/devcenter/v20240601preview/_enums.py +0 -209
- pulumi_azure_native/devcenter/v20240601preview/_inputs.py +0 -595
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +0 -255
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +0 -363
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +0 -413
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +0 -447
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +0 -342
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +0 -253
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +0 -225
- pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +0 -188
- pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +0 -253
- pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +0 -110
- pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +0 -89
- pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +0 -266
- pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +0 -261
- pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +0 -201
- pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +0 -89
- pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +0 -162
- pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +0 -149
- pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +0 -261
- pulumi_azure_native/devcenter/v20240601preview/get_plan.py +0 -170
- pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +0 -175
- pulumi_azure_native/devcenter/v20240601preview/get_pool.py +0 -344
- pulumi_azure_native/devcenter/v20240601preview/get_project.py +0 -248
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +0 -253
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +0 -89
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +0 -110
- pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +0 -253
- pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +0 -92
- pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +0 -224
- pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +0 -92
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +0 -448
- pulumi_azure_native/devcenter/v20240601preview/outputs.py +0 -1447
- pulumi_azure_native/devcenter/v20240601preview/plan.py +0 -263
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +0 -283
- pulumi_azure_native/devcenter/v20240601preview/pool.py +0 -608
- pulumi_azure_native/devcenter/v20240601preview/project.py +0 -418
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +0 -363
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +0 -439
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +0 -434
- pulumi_azure_native/elastic/v20240615preview/__init__.py +0 -29
- pulumi_azure_native/elastic/v20240615preview/_enums.py +0 -57
- pulumi_azure_native/elastic/v20240615preview/_inputs.py +0 -826
- pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +0 -92
- pulumi_azure_native/elastic/v20240615preview/get_monitor.py +0 -183
- pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +0 -123
- pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +0 -123
- pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +0 -84
- pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +0 -71
- pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +0 -65
- pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +0 -136
- pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +0 -79
- pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +0 -92
- pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +0 -157
- pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +0 -92
- pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +0 -91
- pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +0 -92
- pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +0 -79
- pulumi_azure_native/elastic/v20240615preview/monitor.py +0 -311
- pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +0 -206
- pulumi_azure_native/elastic/v20240615preview/open_ai.py +0 -205
- pulumi_azure_native/elastic/v20240615preview/outputs.py +0 -1752
- pulumi_azure_native/elastic/v20240615preview/tag_rule.py +0 -216
- pulumi_azure_native/keyvault/v20240401preview/__init__.py +0 -22
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -242
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +0 -1623
- pulumi_azure_native/keyvault/v20240401preview/get_key.py +0 -250
- pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +0 -183
- pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +0 -227
- pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +0 -188
- pulumi_azure_native/keyvault/v20240401preview/get_secret.py +0 -149
- pulumi_azure_native/keyvault/v20240401preview/get_vault.py +0 -157
- pulumi_azure_native/keyvault/v20240401preview/key.py +0 -324
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +0 -310
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +0 -361
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +0 -2258
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +0 -256
- pulumi_azure_native/keyvault/v20240401preview/secret.py +0 -245
- pulumi_azure_native/keyvault/v20240401preview/vault.py +0 -254
- pulumi_azure_native/kubernetes/v20240601preview/__init__.py +0 -13
- pulumi_azure_native/kubernetes/v20240601preview/_enums.py +0 -76
- pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +0 -305
- pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +0 -730
- pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +0 -443
- pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +0 -103
- pulumi_azure_native/kubernetes/v20240601preview/outputs.py +0 -717
- pulumi_azure_native/network/v20240101/__init__.py +0 -212
- pulumi_azure_native/network/v20240101/_enums.py +0 -1771
- pulumi_azure_native/network/v20240101/_inputs.py +0 -20903
- pulumi_azure_native/network/v20240101/admin_rule.py +0 -558
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +0 -296
- pulumi_azure_native/network/v20240101/application_gateway.py +0 -1251
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +0 -284
- pulumi_azure_native/network/v20240101/application_security_group.py +0 -261
- pulumi_azure_native/network/v20240101/azure_firewall.py +0 -612
- pulumi_azure_native/network/v20240101/bastion_host.py +0 -680
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +0 -333
- pulumi_azure_native/network/v20240101/connection_monitor.py +0 -574
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +0 -393
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +0 -642
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +0 -261
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +0 -262
- pulumi_azure_native/network/v20240101/default_admin_rule.py +0 -410
- pulumi_azure_native/network/v20240101/dscp_configuration.py +0 -487
- pulumi_azure_native/network/v20240101/express_route_circuit.py +0 -715
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +0 -302
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +0 -411
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +0 -733
- pulumi_azure_native/network/v20240101/express_route_connection.py +0 -421
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +0 -556
- pulumi_azure_native/network/v20240101/express_route_gateway.py +0 -374
- pulumi_azure_native/network/v20240101/express_route_port.py +0 -488
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +0 -263
- pulumi_azure_native/network/v20240101/firewall_policy.py +0 -642
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +0 -496
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +0 -304
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +0 -285
- pulumi_azure_native/network/v20240101/flow_log.py +0 -490
- pulumi_azure_native/network/v20240101/get_active_sessions.py +0 -92
- pulumi_azure_native/network/v20240101/get_admin_rule.py +0 -303
- pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +0 -193
- pulumi_azure_native/network/v20240101/get_application_gateway.py +0 -638
- pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +0 -139
- pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +0 -175
- pulumi_azure_native/network/v20240101/get_application_security_group.py +0 -169
- pulumi_azure_native/network/v20240101/get_azure_firewall.py +0 -326
- pulumi_azure_native/network/v20240101/get_bastion_host.py +0 -336
- pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +0 -98
- pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +0 -188
- pulumi_azure_native/network/v20240101/get_connection_monitor.py +0 -318
- pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +0 -240
- pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +0 -370
- pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +0 -169
- pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +0 -196
- pulumi_azure_native/network/v20240101/get_default_admin_rule.py +0 -316
- pulumi_azure_native/network/v20240101/get_dscp_configuration.py +0 -287
- pulumi_azure_native/network/v20240101/get_express_route_circuit.py +0 -378
- pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +0 -174
- pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +0 -219
- pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +0 -383
- pulumi_azure_native/network/v20240101/get_express_route_connection.py +0 -201
- pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +0 -305
- pulumi_azure_native/network/v20240101/get_express_route_gateway.py +0 -209
- pulumi_azure_native/network/v20240101/get_express_route_port.py +0 -313
- pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +0 -174
- pulumi_azure_native/network/v20240101/get_firewall_policy.py +0 -370
- pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +0 -248
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +0 -175
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +0 -149
- pulumi_azure_native/network/v20240101/get_flow_log.py +0 -266
- pulumi_azure_native/network/v20240101/get_hub_route_table.py +0 -188
- pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +0 -188
- pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +0 -284
- pulumi_azure_native/network/v20240101/get_ip_allocation.py +0 -240
- pulumi_azure_native/network/v20240101/get_ip_group.py +0 -201
- pulumi_azure_native/network/v20240101/get_load_balancer.py +0 -292
- pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +0 -279
- pulumi_azure_native/network/v20240101/get_local_network_gateway.py +0 -222
- pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +0 -157
- pulumi_azure_native/network/v20240101/get_nat_gateway.py +0 -253
- pulumi_azure_native/network/v20240101/get_nat_rule.py +0 -214
- pulumi_azure_native/network/v20240101/get_network_group.py +0 -175
- pulumi_azure_native/network/v20240101/get_network_interface.py +0 -448
- pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +0 -149
- pulumi_azure_native/network/v20240101/get_network_manager.py +0 -222
- pulumi_azure_native/network/v20240101/get_network_profile.py +0 -201
- pulumi_azure_native/network/v20240101/get_network_security_group.py +0 -253
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +0 -409
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +0 -175
- pulumi_azure_native/network/v20240101/get_network_watcher.py +0 -156
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +0 -248
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -248
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -88
- pulumi_azure_native/network/v20240101/get_packet_capture.py +0 -253
- pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +0 -136
- pulumi_azure_native/network/v20240101/get_private_endpoint.py +0 -279
- pulumi_azure_native/network/v20240101/get_private_link_service.py +0 -292
- pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +0 -193
- pulumi_azure_native/network/v20240101/get_public_ip_address.py +0 -396
- pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +0 -318
- pulumi_azure_native/network/v20240101/get_route.py +0 -187
- pulumi_azure_native/network/v20240101/get_route_filter.py +0 -201
- pulumi_azure_native/network/v20240101/get_route_filter_rule.py +0 -174
- pulumi_azure_native/network/v20240101/get_route_map.py +0 -175
- pulumi_azure_native/network/v20240101/get_route_table.py +0 -214
- pulumi_azure_native/network/v20240101/get_routing_intent.py +0 -149
- pulumi_azure_native/network/v20240101/get_scope_connection.py +0 -175
- pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +0 -188
- pulumi_azure_native/network/v20240101/get_security_partner_provider.py +0 -196
- pulumi_azure_native/network/v20240101/get_security_rule.py +0 -331
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +0 -240
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +0 -174
- pulumi_azure_native/network/v20240101/get_static_member.py +0 -180
- pulumi_azure_native/network/v20240101/get_subnet.py +0 -401
- pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +0 -152
- pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +0 -162
- pulumi_azure_native/network/v20240101/get_virtual_hub.py +0 -443
- pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +0 -188
- pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +0 -188
- pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +0 -149
- pulumi_azure_native/network/v20240101/get_virtual_network.py +0 -344
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +0 -495
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +0 -84
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +0 -84
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +0 -495
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +0 -72
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +0 -79
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +0 -188
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +0 -72
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +0 -79
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -169
- pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +0 -383
- pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +0 -222
- pulumi_azure_native/network/v20240101/get_virtual_router.py +0 -227
- pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +0 -161
- pulumi_azure_native/network/v20240101/get_virtual_wan.py +0 -235
- pulumi_azure_native/network/v20240101/get_vpn_connection.py +0 -357
- pulumi_azure_native/network/v20240101/get_vpn_gateway.py +0 -261
- pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +0 -82
- pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +0 -326
- pulumi_azure_native/network/v20240101/get_vpn_site.py +0 -274
- pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +0 -248
- pulumi_azure_native/network/v20240101/hub_route_table.py +0 -313
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +0 -371
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +0 -536
- pulumi_azure_native/network/v20240101/ip_allocation.py +0 -431
- pulumi_azure_native/network/v20240101/ip_group.py +0 -301
- pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +0 -107
- pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +0 -107
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +0 -119
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +0 -83
- pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +0 -113
- pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +0 -102
- pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +0 -102
- pulumi_azure_native/network/v20240101/load_balancer.py +0 -531
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +0 -460
- pulumi_azure_native/network/v20240101/local_network_gateway.py +0 -379
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +0 -232
- pulumi_azure_native/network/v20240101/nat_gateway.py +0 -419
- pulumi_azure_native/network/v20240101/nat_rule.py +0 -391
- pulumi_azure_native/network/v20240101/network_group.py +0 -244
- pulumi_azure_native/network/v20240101/network_interface.py +0 -721
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +0 -265
- pulumi_azure_native/network/v20240101/network_manager.py +0 -363
- pulumi_azure_native/network/v20240101/network_profile.py +0 -303
- pulumi_azure_native/network/v20240101/network_security_group.py +0 -365
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +0 -672
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +0 -361
- pulumi_azure_native/network/v20240101/network_watcher.py +0 -251
- pulumi_azure_native/network/v20240101/outputs.py +0 -31010
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +0 -438
- pulumi_azure_native/network/v20240101/packet_capture.py +0 -491
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +0 -254
- pulumi_azure_native/network/v20240101/private_endpoint.py +0 -496
- pulumi_azure_native/network/v20240101/private_link_service.py +0 -487
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +0 -294
- pulumi_azure_native/network/v20240101/public_ip_address.py +0 -738
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +0 -526
- pulumi_azure_native/network/v20240101/route.py +0 -370
- pulumi_azure_native/network/v20240101/route_filter.py +0 -306
- pulumi_azure_native/network/v20240101/route_filter_rule.py +0 -343
- pulumi_azure_native/network/v20240101/route_map.py +0 -304
- pulumi_azure_native/network/v20240101/route_table.py +0 -335
- pulumi_azure_native/network/v20240101/routing_intent.py +0 -264
- pulumi_azure_native/network/v20240101/scope_connection.py +0 -282
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +0 -274
- pulumi_azure_native/network/v20240101/security_partner_provider.py +0 -322
- pulumi_azure_native/network/v20240101/security_rule.py +0 -694
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +0 -373
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +0 -339
- pulumi_azure_native/network/v20240101/static_member.py +0 -265
- pulumi_azure_native/network/v20240101/subnet.py +0 -729
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +0 -211
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +0 -293
- pulumi_azure_native/network/v20240101/virtual_hub.py +0 -800
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +0 -332
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +0 -352
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +0 -283
- pulumi_azure_native/network/v20240101/virtual_network.py +0 -636
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +0 -973
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +0 -915
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +0 -371
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +0 -788
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +0 -361
- pulumi_azure_native/network/v20240101/virtual_router.py +0 -379
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +0 -291
- pulumi_azure_native/network/v20240101/virtual_wan.py +0 -388
- pulumi_azure_native/network/v20240101/vpn_connection.py +0 -691
- pulumi_azure_native/network/v20240101/vpn_gateway.py +0 -473
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +0 -634
- pulumi_azure_native/network/v20240101/vpn_site.py +0 -514
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +0 -382
- pulumi_azure_native/signalrservice/v20240401preview/__init__.py +0 -23
- pulumi_azure_native/signalrservice/v20240401preview/_enums.py +0 -102
- pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +0 -1162
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +0 -497
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +0 -175
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +0 -162
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +0 -175
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +0 -204
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +0 -188
- pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +0 -117
- pulumi_azure_native/signalrservice/v20240401preview/outputs.py +0 -1733
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +0 -887
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +0 -284
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +0 -255
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +0 -265
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +0 -362
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +0 -294
- pulumi_azure_native/webpubsub/v20240401preview/__init__.py +0 -25
- pulumi_azure_native/webpubsub/v20240401preview/_enums.py +0 -97
- pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +0 -1249
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +0 -453
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +0 -175
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +0 -162
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +0 -136
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +0 -175
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +0 -204
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +0 -188
- pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +0 -117
- pulumi_azure_native/webpubsub/v20240401preview/outputs.py +0 -1841
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +0 -780
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +0 -284
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +0 -255
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +0 -217
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +0 -265
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +0 -362
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +0 -294
- /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/__init__.py +0 -0
- /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/_enums.py +0 -0
- {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/top_level.txt +0 -0
|
@@ -1,717 +0,0 @@
|
|
|
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 . import outputs
|
|
12
|
-
from ._enums import *
|
|
13
|
-
|
|
14
|
-
__all__ = [
|
|
15
|
-
'AadProfileResponse',
|
|
16
|
-
'AgentErrorResponse',
|
|
17
|
-
'ArcAgentProfileResponse',
|
|
18
|
-
'ConnectedClusterIdentityResponse',
|
|
19
|
-
'CredentialResultResponse',
|
|
20
|
-
'HybridConnectionConfigResponse',
|
|
21
|
-
'OidcIssuerProfileResponse',
|
|
22
|
-
'SecurityProfileResponse',
|
|
23
|
-
'SecurityProfileResponseWorkloadIdentity',
|
|
24
|
-
'SystemComponentResponse',
|
|
25
|
-
'SystemDataResponse',
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
@pulumi.output_type
|
|
29
|
-
class AadProfileResponse(dict):
|
|
30
|
-
"""
|
|
31
|
-
AAD Profile specifies attributes for Azure Active Directory integration.
|
|
32
|
-
"""
|
|
33
|
-
@staticmethod
|
|
34
|
-
def __key_warning(key: str):
|
|
35
|
-
suggest = None
|
|
36
|
-
if key == "adminGroupObjectIDs":
|
|
37
|
-
suggest = "admin_group_object_ids"
|
|
38
|
-
elif key == "enableAzureRBAC":
|
|
39
|
-
suggest = "enable_azure_rbac"
|
|
40
|
-
elif key == "tenantID":
|
|
41
|
-
suggest = "tenant_id"
|
|
42
|
-
|
|
43
|
-
if suggest:
|
|
44
|
-
pulumi.log.warn(f"Key '{key}' not found in AadProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
45
|
-
|
|
46
|
-
def __getitem__(self, key: str) -> Any:
|
|
47
|
-
AadProfileResponse.__key_warning(key)
|
|
48
|
-
return super().__getitem__(key)
|
|
49
|
-
|
|
50
|
-
def get(self, key: str, default = None) -> Any:
|
|
51
|
-
AadProfileResponse.__key_warning(key)
|
|
52
|
-
return super().get(key, default)
|
|
53
|
-
|
|
54
|
-
def __init__(__self__, *,
|
|
55
|
-
admin_group_object_ids: Optional[Sequence[str]] = None,
|
|
56
|
-
enable_azure_rbac: Optional[bool] = None,
|
|
57
|
-
tenant_id: Optional[str] = None):
|
|
58
|
-
"""
|
|
59
|
-
AAD Profile specifies attributes for Azure Active Directory integration.
|
|
60
|
-
:param Sequence[str] admin_group_object_ids: The list of AAD group object IDs that will have admin role of the cluster.
|
|
61
|
-
:param bool enable_azure_rbac: Whether to enable Azure RBAC for Kubernetes authorization.
|
|
62
|
-
:param str tenant_id: The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
|
|
63
|
-
"""
|
|
64
|
-
if admin_group_object_ids is not None:
|
|
65
|
-
pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
|
|
66
|
-
if enable_azure_rbac is not None:
|
|
67
|
-
pulumi.set(__self__, "enable_azure_rbac", enable_azure_rbac)
|
|
68
|
-
if tenant_id is not None:
|
|
69
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
70
|
-
|
|
71
|
-
@property
|
|
72
|
-
@pulumi.getter(name="adminGroupObjectIDs")
|
|
73
|
-
def admin_group_object_ids(self) -> Optional[Sequence[str]]:
|
|
74
|
-
"""
|
|
75
|
-
The list of AAD group object IDs that will have admin role of the cluster.
|
|
76
|
-
"""
|
|
77
|
-
return pulumi.get(self, "admin_group_object_ids")
|
|
78
|
-
|
|
79
|
-
@property
|
|
80
|
-
@pulumi.getter(name="enableAzureRBAC")
|
|
81
|
-
def enable_azure_rbac(self) -> Optional[bool]:
|
|
82
|
-
"""
|
|
83
|
-
Whether to enable Azure RBAC for Kubernetes authorization.
|
|
84
|
-
"""
|
|
85
|
-
return pulumi.get(self, "enable_azure_rbac")
|
|
86
|
-
|
|
87
|
-
@property
|
|
88
|
-
@pulumi.getter(name="tenantID")
|
|
89
|
-
def tenant_id(self) -> Optional[str]:
|
|
90
|
-
"""
|
|
91
|
-
The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
|
|
92
|
-
"""
|
|
93
|
-
return pulumi.get(self, "tenant_id")
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
@pulumi.output_type
|
|
97
|
-
class AgentErrorResponse(dict):
|
|
98
|
-
"""
|
|
99
|
-
Agent Errors if any during agent or system component upgrade.
|
|
100
|
-
"""
|
|
101
|
-
def __init__(__self__, *,
|
|
102
|
-
component: str,
|
|
103
|
-
message: str,
|
|
104
|
-
severity: str,
|
|
105
|
-
time: str):
|
|
106
|
-
"""
|
|
107
|
-
Agent Errors if any during agent or system component upgrade.
|
|
108
|
-
:param str component: Agent component where error message occured.
|
|
109
|
-
:param str message: Agent error message.
|
|
110
|
-
:param str severity: Severity of the error message.
|
|
111
|
-
:param str time: The timestamp of error occured (UTC).
|
|
112
|
-
"""
|
|
113
|
-
pulumi.set(__self__, "component", component)
|
|
114
|
-
pulumi.set(__self__, "message", message)
|
|
115
|
-
pulumi.set(__self__, "severity", severity)
|
|
116
|
-
pulumi.set(__self__, "time", time)
|
|
117
|
-
|
|
118
|
-
@property
|
|
119
|
-
@pulumi.getter
|
|
120
|
-
def component(self) -> str:
|
|
121
|
-
"""
|
|
122
|
-
Agent component where error message occured.
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "component")
|
|
125
|
-
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter
|
|
128
|
-
def message(self) -> str:
|
|
129
|
-
"""
|
|
130
|
-
Agent error message.
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "message")
|
|
133
|
-
|
|
134
|
-
@property
|
|
135
|
-
@pulumi.getter
|
|
136
|
-
def severity(self) -> str:
|
|
137
|
-
"""
|
|
138
|
-
Severity of the error message.
|
|
139
|
-
"""
|
|
140
|
-
return pulumi.get(self, "severity")
|
|
141
|
-
|
|
142
|
-
@property
|
|
143
|
-
@pulumi.getter
|
|
144
|
-
def time(self) -> str:
|
|
145
|
-
"""
|
|
146
|
-
The timestamp of error occured (UTC).
|
|
147
|
-
"""
|
|
148
|
-
return pulumi.get(self, "time")
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
@pulumi.output_type
|
|
152
|
-
class ArcAgentProfileResponse(dict):
|
|
153
|
-
"""
|
|
154
|
-
Defines the Arc Agent properties for the clusters.
|
|
155
|
-
"""
|
|
156
|
-
@staticmethod
|
|
157
|
-
def __key_warning(key: str):
|
|
158
|
-
suggest = None
|
|
159
|
-
if key == "agentState":
|
|
160
|
-
suggest = "agent_state"
|
|
161
|
-
elif key == "agentAutoUpgrade":
|
|
162
|
-
suggest = "agent_auto_upgrade"
|
|
163
|
-
elif key == "agentErrors":
|
|
164
|
-
suggest = "agent_errors"
|
|
165
|
-
elif key == "desiredAgentVersion":
|
|
166
|
-
suggest = "desired_agent_version"
|
|
167
|
-
elif key == "systemComponents":
|
|
168
|
-
suggest = "system_components"
|
|
169
|
-
|
|
170
|
-
if suggest:
|
|
171
|
-
pulumi.log.warn(f"Key '{key}' not found in ArcAgentProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
172
|
-
|
|
173
|
-
def __getitem__(self, key: str) -> Any:
|
|
174
|
-
ArcAgentProfileResponse.__key_warning(key)
|
|
175
|
-
return super().__getitem__(key)
|
|
176
|
-
|
|
177
|
-
def get(self, key: str, default = None) -> Any:
|
|
178
|
-
ArcAgentProfileResponse.__key_warning(key)
|
|
179
|
-
return super().get(key, default)
|
|
180
|
-
|
|
181
|
-
def __init__(__self__, *,
|
|
182
|
-
agent_state: str,
|
|
183
|
-
agent_auto_upgrade: Optional[str] = None,
|
|
184
|
-
agent_errors: Optional[Sequence['outputs.AgentErrorResponse']] = None,
|
|
185
|
-
desired_agent_version: Optional[str] = None,
|
|
186
|
-
system_components: Optional[Sequence['outputs.SystemComponentResponse']] = None):
|
|
187
|
-
"""
|
|
188
|
-
Defines the Arc Agent properties for the clusters.
|
|
189
|
-
:param str agent_state: Represents the current state of the Arc agentry and its dependent components.
|
|
190
|
-
:param str agent_auto_upgrade: Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
|
|
191
|
-
:param Sequence['AgentErrorResponse'] agent_errors: List of arc agentry and system components errors on the cluster resource.
|
|
192
|
-
:param str desired_agent_version: Version of the Arc agents to be installed on the cluster resource
|
|
193
|
-
:param Sequence['SystemComponentResponse'] system_components: List of system extensions that are installed on the cluster resource.
|
|
194
|
-
"""
|
|
195
|
-
pulumi.set(__self__, "agent_state", agent_state)
|
|
196
|
-
if agent_auto_upgrade is None:
|
|
197
|
-
agent_auto_upgrade = 'Enabled'
|
|
198
|
-
if agent_auto_upgrade is not None:
|
|
199
|
-
pulumi.set(__self__, "agent_auto_upgrade", agent_auto_upgrade)
|
|
200
|
-
if agent_errors is not None:
|
|
201
|
-
pulumi.set(__self__, "agent_errors", agent_errors)
|
|
202
|
-
if desired_agent_version is not None:
|
|
203
|
-
pulumi.set(__self__, "desired_agent_version", desired_agent_version)
|
|
204
|
-
if system_components is not None:
|
|
205
|
-
pulumi.set(__self__, "system_components", system_components)
|
|
206
|
-
|
|
207
|
-
@property
|
|
208
|
-
@pulumi.getter(name="agentState")
|
|
209
|
-
def agent_state(self) -> str:
|
|
210
|
-
"""
|
|
211
|
-
Represents the current state of the Arc agentry and its dependent components.
|
|
212
|
-
"""
|
|
213
|
-
return pulumi.get(self, "agent_state")
|
|
214
|
-
|
|
215
|
-
@property
|
|
216
|
-
@pulumi.getter(name="agentAutoUpgrade")
|
|
217
|
-
def agent_auto_upgrade(self) -> Optional[str]:
|
|
218
|
-
"""
|
|
219
|
-
Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
|
|
220
|
-
"""
|
|
221
|
-
return pulumi.get(self, "agent_auto_upgrade")
|
|
222
|
-
|
|
223
|
-
@property
|
|
224
|
-
@pulumi.getter(name="agentErrors")
|
|
225
|
-
def agent_errors(self) -> Optional[Sequence['outputs.AgentErrorResponse']]:
|
|
226
|
-
"""
|
|
227
|
-
List of arc agentry and system components errors on the cluster resource.
|
|
228
|
-
"""
|
|
229
|
-
return pulumi.get(self, "agent_errors")
|
|
230
|
-
|
|
231
|
-
@property
|
|
232
|
-
@pulumi.getter(name="desiredAgentVersion")
|
|
233
|
-
def desired_agent_version(self) -> Optional[str]:
|
|
234
|
-
"""
|
|
235
|
-
Version of the Arc agents to be installed on the cluster resource
|
|
236
|
-
"""
|
|
237
|
-
return pulumi.get(self, "desired_agent_version")
|
|
238
|
-
|
|
239
|
-
@property
|
|
240
|
-
@pulumi.getter(name="systemComponents")
|
|
241
|
-
def system_components(self) -> Optional[Sequence['outputs.SystemComponentResponse']]:
|
|
242
|
-
"""
|
|
243
|
-
List of system extensions that are installed on the cluster resource.
|
|
244
|
-
"""
|
|
245
|
-
return pulumi.get(self, "system_components")
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
@pulumi.output_type
|
|
249
|
-
class ConnectedClusterIdentityResponse(dict):
|
|
250
|
-
"""
|
|
251
|
-
Identity for the connected cluster.
|
|
252
|
-
"""
|
|
253
|
-
@staticmethod
|
|
254
|
-
def __key_warning(key: str):
|
|
255
|
-
suggest = None
|
|
256
|
-
if key == "principalId":
|
|
257
|
-
suggest = "principal_id"
|
|
258
|
-
elif key == "tenantId":
|
|
259
|
-
suggest = "tenant_id"
|
|
260
|
-
|
|
261
|
-
if suggest:
|
|
262
|
-
pulumi.log.warn(f"Key '{key}' not found in ConnectedClusterIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
263
|
-
|
|
264
|
-
def __getitem__(self, key: str) -> Any:
|
|
265
|
-
ConnectedClusterIdentityResponse.__key_warning(key)
|
|
266
|
-
return super().__getitem__(key)
|
|
267
|
-
|
|
268
|
-
def get(self, key: str, default = None) -> Any:
|
|
269
|
-
ConnectedClusterIdentityResponse.__key_warning(key)
|
|
270
|
-
return super().get(key, default)
|
|
271
|
-
|
|
272
|
-
def __init__(__self__, *,
|
|
273
|
-
principal_id: str,
|
|
274
|
-
tenant_id: str,
|
|
275
|
-
type: Optional[str] = None):
|
|
276
|
-
"""
|
|
277
|
-
Identity for the connected cluster.
|
|
278
|
-
:param str principal_id: The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
|
|
279
|
-
:param str tenant_id: The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
|
|
280
|
-
:param str type: The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
|
|
281
|
-
"""
|
|
282
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
283
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
284
|
-
if type is None:
|
|
285
|
-
type = 'SystemAssigned'
|
|
286
|
-
pulumi.set(__self__, "type", type)
|
|
287
|
-
|
|
288
|
-
@property
|
|
289
|
-
@pulumi.getter(name="principalId")
|
|
290
|
-
def principal_id(self) -> str:
|
|
291
|
-
"""
|
|
292
|
-
The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
|
|
293
|
-
"""
|
|
294
|
-
return pulumi.get(self, "principal_id")
|
|
295
|
-
|
|
296
|
-
@property
|
|
297
|
-
@pulumi.getter(name="tenantId")
|
|
298
|
-
def tenant_id(self) -> str:
|
|
299
|
-
"""
|
|
300
|
-
The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
|
|
301
|
-
"""
|
|
302
|
-
return pulumi.get(self, "tenant_id")
|
|
303
|
-
|
|
304
|
-
@property
|
|
305
|
-
@pulumi.getter
|
|
306
|
-
def type(self) -> str:
|
|
307
|
-
"""
|
|
308
|
-
The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
|
|
309
|
-
"""
|
|
310
|
-
return pulumi.get(self, "type")
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
@pulumi.output_type
|
|
314
|
-
class CredentialResultResponse(dict):
|
|
315
|
-
"""
|
|
316
|
-
The credential result response.
|
|
317
|
-
"""
|
|
318
|
-
def __init__(__self__, *,
|
|
319
|
-
name: str,
|
|
320
|
-
value: str):
|
|
321
|
-
"""
|
|
322
|
-
The credential result response.
|
|
323
|
-
:param str name: The name of the credential.
|
|
324
|
-
:param str value: Base64-encoded Kubernetes configuration file.
|
|
325
|
-
"""
|
|
326
|
-
pulumi.set(__self__, "name", name)
|
|
327
|
-
pulumi.set(__self__, "value", value)
|
|
328
|
-
|
|
329
|
-
@property
|
|
330
|
-
@pulumi.getter
|
|
331
|
-
def name(self) -> str:
|
|
332
|
-
"""
|
|
333
|
-
The name of the credential.
|
|
334
|
-
"""
|
|
335
|
-
return pulumi.get(self, "name")
|
|
336
|
-
|
|
337
|
-
@property
|
|
338
|
-
@pulumi.getter
|
|
339
|
-
def value(self) -> str:
|
|
340
|
-
"""
|
|
341
|
-
Base64-encoded Kubernetes configuration file.
|
|
342
|
-
"""
|
|
343
|
-
return pulumi.get(self, "value")
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
@pulumi.output_type
|
|
347
|
-
class HybridConnectionConfigResponse(dict):
|
|
348
|
-
"""
|
|
349
|
-
Contains the REP (rendezvous endpoint) and “Sender” access token.
|
|
350
|
-
"""
|
|
351
|
-
def __init__(__self__, *,
|
|
352
|
-
expiration_time: float,
|
|
353
|
-
hybrid_connection_name: str,
|
|
354
|
-
relay: str,
|
|
355
|
-
token: str):
|
|
356
|
-
"""
|
|
357
|
-
Contains the REP (rendezvous endpoint) and “Sender” access token.
|
|
358
|
-
:param float expiration_time: Timestamp when this token will be expired.
|
|
359
|
-
:param str hybrid_connection_name: Name of the connection
|
|
360
|
-
:param str relay: Name of the relay.
|
|
361
|
-
:param str token: Sender access token
|
|
362
|
-
"""
|
|
363
|
-
pulumi.set(__self__, "expiration_time", expiration_time)
|
|
364
|
-
pulumi.set(__self__, "hybrid_connection_name", hybrid_connection_name)
|
|
365
|
-
pulumi.set(__self__, "relay", relay)
|
|
366
|
-
pulumi.set(__self__, "token", token)
|
|
367
|
-
|
|
368
|
-
@property
|
|
369
|
-
@pulumi.getter(name="expirationTime")
|
|
370
|
-
def expiration_time(self) -> float:
|
|
371
|
-
"""
|
|
372
|
-
Timestamp when this token will be expired.
|
|
373
|
-
"""
|
|
374
|
-
return pulumi.get(self, "expiration_time")
|
|
375
|
-
|
|
376
|
-
@property
|
|
377
|
-
@pulumi.getter(name="hybridConnectionName")
|
|
378
|
-
def hybrid_connection_name(self) -> str:
|
|
379
|
-
"""
|
|
380
|
-
Name of the connection
|
|
381
|
-
"""
|
|
382
|
-
return pulumi.get(self, "hybrid_connection_name")
|
|
383
|
-
|
|
384
|
-
@property
|
|
385
|
-
@pulumi.getter
|
|
386
|
-
def relay(self) -> str:
|
|
387
|
-
"""
|
|
388
|
-
Name of the relay.
|
|
389
|
-
"""
|
|
390
|
-
return pulumi.get(self, "relay")
|
|
391
|
-
|
|
392
|
-
@property
|
|
393
|
-
@pulumi.getter
|
|
394
|
-
def token(self) -> str:
|
|
395
|
-
"""
|
|
396
|
-
Sender access token
|
|
397
|
-
"""
|
|
398
|
-
return pulumi.get(self, "token")
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
@pulumi.output_type
|
|
402
|
-
class OidcIssuerProfileResponse(dict):
|
|
403
|
-
"""
|
|
404
|
-
OIDC Issuer Profile specifies attributes for workload identity integration.
|
|
405
|
-
"""
|
|
406
|
-
@staticmethod
|
|
407
|
-
def __key_warning(key: str):
|
|
408
|
-
suggest = None
|
|
409
|
-
if key == "issuerUrl":
|
|
410
|
-
suggest = "issuer_url"
|
|
411
|
-
elif key == "selfHostedIssuerUrl":
|
|
412
|
-
suggest = "self_hosted_issuer_url"
|
|
413
|
-
|
|
414
|
-
if suggest:
|
|
415
|
-
pulumi.log.warn(f"Key '{key}' not found in OidcIssuerProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
416
|
-
|
|
417
|
-
def __getitem__(self, key: str) -> Any:
|
|
418
|
-
OidcIssuerProfileResponse.__key_warning(key)
|
|
419
|
-
return super().__getitem__(key)
|
|
420
|
-
|
|
421
|
-
def get(self, key: str, default = None) -> Any:
|
|
422
|
-
OidcIssuerProfileResponse.__key_warning(key)
|
|
423
|
-
return super().get(key, default)
|
|
424
|
-
|
|
425
|
-
def __init__(__self__, *,
|
|
426
|
-
issuer_url: str,
|
|
427
|
-
enabled: Optional[bool] = None,
|
|
428
|
-
self_hosted_issuer_url: Optional[str] = None):
|
|
429
|
-
"""
|
|
430
|
-
OIDC Issuer Profile specifies attributes for workload identity integration.
|
|
431
|
-
:param str issuer_url: The issuer url for hybrid clusters connected to Arc used for the workload identity feature.
|
|
432
|
-
:param bool enabled: Whether to enable oidc issuer for workload identity integration.
|
|
433
|
-
:param str self_hosted_issuer_url: The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.
|
|
434
|
-
"""
|
|
435
|
-
pulumi.set(__self__, "issuer_url", issuer_url)
|
|
436
|
-
if enabled is not None:
|
|
437
|
-
pulumi.set(__self__, "enabled", enabled)
|
|
438
|
-
if self_hosted_issuer_url is not None:
|
|
439
|
-
pulumi.set(__self__, "self_hosted_issuer_url", self_hosted_issuer_url)
|
|
440
|
-
|
|
441
|
-
@property
|
|
442
|
-
@pulumi.getter(name="issuerUrl")
|
|
443
|
-
def issuer_url(self) -> str:
|
|
444
|
-
"""
|
|
445
|
-
The issuer url for hybrid clusters connected to Arc used for the workload identity feature.
|
|
446
|
-
"""
|
|
447
|
-
return pulumi.get(self, "issuer_url")
|
|
448
|
-
|
|
449
|
-
@property
|
|
450
|
-
@pulumi.getter
|
|
451
|
-
def enabled(self) -> Optional[bool]:
|
|
452
|
-
"""
|
|
453
|
-
Whether to enable oidc issuer for workload identity integration.
|
|
454
|
-
"""
|
|
455
|
-
return pulumi.get(self, "enabled")
|
|
456
|
-
|
|
457
|
-
@property
|
|
458
|
-
@pulumi.getter(name="selfHostedIssuerUrl")
|
|
459
|
-
def self_hosted_issuer_url(self) -> Optional[str]:
|
|
460
|
-
"""
|
|
461
|
-
The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.
|
|
462
|
-
"""
|
|
463
|
-
return pulumi.get(self, "self_hosted_issuer_url")
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
@pulumi.output_type
|
|
467
|
-
class SecurityProfileResponse(dict):
|
|
468
|
-
"""
|
|
469
|
-
Security Profile specifies attributes for cluster security features.
|
|
470
|
-
"""
|
|
471
|
-
@staticmethod
|
|
472
|
-
def __key_warning(key: str):
|
|
473
|
-
suggest = None
|
|
474
|
-
if key == "workloadIdentity":
|
|
475
|
-
suggest = "workload_identity"
|
|
476
|
-
|
|
477
|
-
if suggest:
|
|
478
|
-
pulumi.log.warn(f"Key '{key}' not found in SecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
479
|
-
|
|
480
|
-
def __getitem__(self, key: str) -> Any:
|
|
481
|
-
SecurityProfileResponse.__key_warning(key)
|
|
482
|
-
return super().__getitem__(key)
|
|
483
|
-
|
|
484
|
-
def get(self, key: str, default = None) -> Any:
|
|
485
|
-
SecurityProfileResponse.__key_warning(key)
|
|
486
|
-
return super().get(key, default)
|
|
487
|
-
|
|
488
|
-
def __init__(__self__, *,
|
|
489
|
-
workload_identity: Optional['outputs.SecurityProfileResponseWorkloadIdentity'] = None):
|
|
490
|
-
"""
|
|
491
|
-
Security Profile specifies attributes for cluster security features.
|
|
492
|
-
:param 'SecurityProfileResponseWorkloadIdentity' workload_identity: The workload identity feature webhook.
|
|
493
|
-
"""
|
|
494
|
-
if workload_identity is not None:
|
|
495
|
-
pulumi.set(__self__, "workload_identity", workload_identity)
|
|
496
|
-
|
|
497
|
-
@property
|
|
498
|
-
@pulumi.getter(name="workloadIdentity")
|
|
499
|
-
def workload_identity(self) -> Optional['outputs.SecurityProfileResponseWorkloadIdentity']:
|
|
500
|
-
"""
|
|
501
|
-
The workload identity feature webhook.
|
|
502
|
-
"""
|
|
503
|
-
return pulumi.get(self, "workload_identity")
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
@pulumi.output_type
|
|
507
|
-
class SecurityProfileResponseWorkloadIdentity(dict):
|
|
508
|
-
"""
|
|
509
|
-
The workload identity feature webhook.
|
|
510
|
-
"""
|
|
511
|
-
def __init__(__self__, *,
|
|
512
|
-
enabled: Optional[bool] = None):
|
|
513
|
-
"""
|
|
514
|
-
The workload identity feature webhook.
|
|
515
|
-
:param bool enabled: Whether to enable or disable the workload identity Webhook
|
|
516
|
-
"""
|
|
517
|
-
if enabled is not None:
|
|
518
|
-
pulumi.set(__self__, "enabled", enabled)
|
|
519
|
-
|
|
520
|
-
@property
|
|
521
|
-
@pulumi.getter
|
|
522
|
-
def enabled(self) -> Optional[bool]:
|
|
523
|
-
"""
|
|
524
|
-
Whether to enable or disable the workload identity Webhook
|
|
525
|
-
"""
|
|
526
|
-
return pulumi.get(self, "enabled")
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
@pulumi.output_type
|
|
530
|
-
class SystemComponentResponse(dict):
|
|
531
|
-
"""
|
|
532
|
-
System extensions and its current versions installed on the cluster resource.
|
|
533
|
-
"""
|
|
534
|
-
@staticmethod
|
|
535
|
-
def __key_warning(key: str):
|
|
536
|
-
suggest = None
|
|
537
|
-
if key == "currentVersion":
|
|
538
|
-
suggest = "current_version"
|
|
539
|
-
elif key == "majorVersion":
|
|
540
|
-
suggest = "major_version"
|
|
541
|
-
elif key == "userSpecifiedVersion":
|
|
542
|
-
suggest = "user_specified_version"
|
|
543
|
-
|
|
544
|
-
if suggest:
|
|
545
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemComponentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
546
|
-
|
|
547
|
-
def __getitem__(self, key: str) -> Any:
|
|
548
|
-
SystemComponentResponse.__key_warning(key)
|
|
549
|
-
return super().__getitem__(key)
|
|
550
|
-
|
|
551
|
-
def get(self, key: str, default = None) -> Any:
|
|
552
|
-
SystemComponentResponse.__key_warning(key)
|
|
553
|
-
return super().get(key, default)
|
|
554
|
-
|
|
555
|
-
def __init__(__self__, *,
|
|
556
|
-
current_version: str,
|
|
557
|
-
major_version: Optional[int] = None,
|
|
558
|
-
type: Optional[str] = None,
|
|
559
|
-
user_specified_version: Optional[str] = None):
|
|
560
|
-
"""
|
|
561
|
-
System extensions and its current versions installed on the cluster resource.
|
|
562
|
-
:param str current_version: Version of the system extension that is currently installed on the cluster resource.
|
|
563
|
-
:param int major_version: Major Version of the system extension that is currently installed on the cluster resource.
|
|
564
|
-
:param str type: Type of the system extension
|
|
565
|
-
:param str user_specified_version: Version of the system extension to be installed on the cluster resource.
|
|
566
|
-
"""
|
|
567
|
-
pulumi.set(__self__, "current_version", current_version)
|
|
568
|
-
if major_version is not None:
|
|
569
|
-
pulumi.set(__self__, "major_version", major_version)
|
|
570
|
-
if type is not None:
|
|
571
|
-
pulumi.set(__self__, "type", type)
|
|
572
|
-
if user_specified_version is not None:
|
|
573
|
-
pulumi.set(__self__, "user_specified_version", user_specified_version)
|
|
574
|
-
|
|
575
|
-
@property
|
|
576
|
-
@pulumi.getter(name="currentVersion")
|
|
577
|
-
def current_version(self) -> str:
|
|
578
|
-
"""
|
|
579
|
-
Version of the system extension that is currently installed on the cluster resource.
|
|
580
|
-
"""
|
|
581
|
-
return pulumi.get(self, "current_version")
|
|
582
|
-
|
|
583
|
-
@property
|
|
584
|
-
@pulumi.getter(name="majorVersion")
|
|
585
|
-
def major_version(self) -> Optional[int]:
|
|
586
|
-
"""
|
|
587
|
-
Major Version of the system extension that is currently installed on the cluster resource.
|
|
588
|
-
"""
|
|
589
|
-
return pulumi.get(self, "major_version")
|
|
590
|
-
|
|
591
|
-
@property
|
|
592
|
-
@pulumi.getter
|
|
593
|
-
def type(self) -> Optional[str]:
|
|
594
|
-
"""
|
|
595
|
-
Type of the system extension
|
|
596
|
-
"""
|
|
597
|
-
return pulumi.get(self, "type")
|
|
598
|
-
|
|
599
|
-
@property
|
|
600
|
-
@pulumi.getter(name="userSpecifiedVersion")
|
|
601
|
-
def user_specified_version(self) -> Optional[str]:
|
|
602
|
-
"""
|
|
603
|
-
Version of the system extension to be installed on the cluster resource.
|
|
604
|
-
"""
|
|
605
|
-
return pulumi.get(self, "user_specified_version")
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
@pulumi.output_type
|
|
609
|
-
class SystemDataResponse(dict):
|
|
610
|
-
"""
|
|
611
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
612
|
-
"""
|
|
613
|
-
@staticmethod
|
|
614
|
-
def __key_warning(key: str):
|
|
615
|
-
suggest = None
|
|
616
|
-
if key == "createdAt":
|
|
617
|
-
suggest = "created_at"
|
|
618
|
-
elif key == "createdBy":
|
|
619
|
-
suggest = "created_by"
|
|
620
|
-
elif key == "createdByType":
|
|
621
|
-
suggest = "created_by_type"
|
|
622
|
-
elif key == "lastModifiedAt":
|
|
623
|
-
suggest = "last_modified_at"
|
|
624
|
-
elif key == "lastModifiedBy":
|
|
625
|
-
suggest = "last_modified_by"
|
|
626
|
-
elif key == "lastModifiedByType":
|
|
627
|
-
suggest = "last_modified_by_type"
|
|
628
|
-
|
|
629
|
-
if suggest:
|
|
630
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
631
|
-
|
|
632
|
-
def __getitem__(self, key: str) -> Any:
|
|
633
|
-
SystemDataResponse.__key_warning(key)
|
|
634
|
-
return super().__getitem__(key)
|
|
635
|
-
|
|
636
|
-
def get(self, key: str, default = None) -> Any:
|
|
637
|
-
SystemDataResponse.__key_warning(key)
|
|
638
|
-
return super().get(key, default)
|
|
639
|
-
|
|
640
|
-
def __init__(__self__, *,
|
|
641
|
-
created_at: Optional[str] = None,
|
|
642
|
-
created_by: Optional[str] = None,
|
|
643
|
-
created_by_type: Optional[str] = None,
|
|
644
|
-
last_modified_at: Optional[str] = None,
|
|
645
|
-
last_modified_by: Optional[str] = None,
|
|
646
|
-
last_modified_by_type: Optional[str] = None):
|
|
647
|
-
"""
|
|
648
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
649
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
650
|
-
:param str created_by: The identity that created the resource.
|
|
651
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
652
|
-
:param str last_modified_at: The timestamp of resource modification (UTC).
|
|
653
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
654
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
655
|
-
"""
|
|
656
|
-
if created_at is not None:
|
|
657
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
658
|
-
if created_by is not None:
|
|
659
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
660
|
-
if created_by_type is not None:
|
|
661
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
662
|
-
if last_modified_at is not None:
|
|
663
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
664
|
-
if last_modified_by is not None:
|
|
665
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
666
|
-
if last_modified_by_type is not None:
|
|
667
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
668
|
-
|
|
669
|
-
@property
|
|
670
|
-
@pulumi.getter(name="createdAt")
|
|
671
|
-
def created_at(self) -> Optional[str]:
|
|
672
|
-
"""
|
|
673
|
-
The timestamp of resource creation (UTC).
|
|
674
|
-
"""
|
|
675
|
-
return pulumi.get(self, "created_at")
|
|
676
|
-
|
|
677
|
-
@property
|
|
678
|
-
@pulumi.getter(name="createdBy")
|
|
679
|
-
def created_by(self) -> Optional[str]:
|
|
680
|
-
"""
|
|
681
|
-
The identity that created the resource.
|
|
682
|
-
"""
|
|
683
|
-
return pulumi.get(self, "created_by")
|
|
684
|
-
|
|
685
|
-
@property
|
|
686
|
-
@pulumi.getter(name="createdByType")
|
|
687
|
-
def created_by_type(self) -> Optional[str]:
|
|
688
|
-
"""
|
|
689
|
-
The type of identity that created the resource.
|
|
690
|
-
"""
|
|
691
|
-
return pulumi.get(self, "created_by_type")
|
|
692
|
-
|
|
693
|
-
@property
|
|
694
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
695
|
-
def last_modified_at(self) -> Optional[str]:
|
|
696
|
-
"""
|
|
697
|
-
The timestamp of resource modification (UTC).
|
|
698
|
-
"""
|
|
699
|
-
return pulumi.get(self, "last_modified_at")
|
|
700
|
-
|
|
701
|
-
@property
|
|
702
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
703
|
-
def last_modified_by(self) -> Optional[str]:
|
|
704
|
-
"""
|
|
705
|
-
The identity that last modified the resource.
|
|
706
|
-
"""
|
|
707
|
-
return pulumi.get(self, "last_modified_by")
|
|
708
|
-
|
|
709
|
-
@property
|
|
710
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
711
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
712
|
-
"""
|
|
713
|
-
The type of identity that last modified the resource.
|
|
714
|
-
"""
|
|
715
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
716
|
-
|
|
717
|
-
|