pulumi-azure-native 2.46.0a1718304255__py3-none-any.whl → 2.47.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +368 -26
- pulumi_azure_native/_utilities.py +35 -0
- pulumi_azure_native/app/__init__.py +10 -0
- pulumi_azure_native/app/_enums.py +46 -0
- pulumi_azure_native/app/_inputs.py +490 -0
- pulumi_azure_native/app/app_resiliency.py +3 -3
- pulumi_azure_native/app/build.py +3 -3
- pulumi_azure_native/app/builder.py +3 -3
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +488 -0
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
- pulumi_azure_native/app/dapr_subscription.py +3 -3
- pulumi_azure_native/app/dot_net_component.py +5 -1
- pulumi_azure_native/app/get_app_resiliency.py +2 -2
- pulumi_azure_native/app/get_build.py +2 -2
- pulumi_azure_native/app/get_builder.py +2 -2
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +289 -0
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
- pulumi_azure_native/app/get_dapr_subscription.py +2 -2
- pulumi_azure_native/app/get_dot_net_component.py +4 -0
- pulumi_azure_native/app/get_java_component.py +4 -0
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +125 -0
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +177 -0
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/java_component.py +5 -1
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_build_auth_token.py +2 -2
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +151 -0
- pulumi_azure_native/app/logic_app.py +187 -0
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +249 -0
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/app/outputs.py +730 -0
- pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/container_app.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/job.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/container_app.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/job.py +1 -1
- pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/job.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20230801preview/build.py +1 -1
- pulumi_azure_native/app/v20230801preview/builder.py +1 -1
- pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20230801preview/job.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20231102preview/build.py +1 -1
- pulumi_azure_native/app/v20231102preview/builder.py +1 -1
- pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/job.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240202preview/__init__.py +66 -0
- pulumi_azure_native/app/v20240202preview/_enums.py +346 -0
- pulumi_azure_native/app/v20240202preview/_inputs.py +9269 -0
- pulumi_azure_native/app/v20240202preview/app_resiliency.py +359 -0
- pulumi_azure_native/app/v20240202preview/build.py +294 -0
- pulumi_azure_native/app/v20240202preview/builder.py +322 -0
- pulumi_azure_native/app/v20240202preview/certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/connected_environment.py +370 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +451 -0
- pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +216 -0
- pulumi_azure_native/app/v20240202preview/container_app.py +584 -0
- pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +361 -0
- pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +486 -0
- pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +291 -0
- pulumi_azure_native/app/v20240202preview/dapr_component.py +451 -0
- pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +264 -0
- pulumi_azure_native/app/v20240202preview/dapr_subscription.py +388 -0
- pulumi_azure_native/app/v20240202preview/dot_net_component.py +283 -0
- pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +201 -0
- pulumi_azure_native/app/v20240202preview/get_build.py +214 -0
- pulumi_azure_native/app/v20240202preview/get_builder.py +196 -0
- pulumi_azure_native/{securitydevops/v20220901preview/get_git_hub_connector.py → app/v20240202preview/get_certificate.py} +30 -25
- pulumi_azure_native/app/v20240202preview/get_connected_environment.py +235 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +162 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +240 -0
- pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +136 -0
- pulumi_azure_native/app/v20240202preview/get_container_app.py +365 -0
- pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +170 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +201 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +287 -0
- pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +177 -0
- pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +61 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_component.py +240 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +154 -0
- pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +214 -0
- pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +175 -0
- pulumi_azure_native/app/v20240202preview/get_java_component.py +136 -0
- pulumi_azure_native/app/v20240202preview/get_job.py +261 -0
- pulumi_azure_native/app/v20240202preview/get_logic_app.py +123 -0
- pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +162 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment.py +445 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +170 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +175 -0
- pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +136 -0
- pulumi_azure_native/app/v20240202preview/java_component.py +214 -0
- pulumi_azure_native/app/v20240202preview/job.py +428 -0
- pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +96 -0
- pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +84 -0
- pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +227 -0
- pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +79 -0
- pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +84 -0
- pulumi_azure_native/app/v20240202preview/list_job_secrets.py +79 -0
- pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +149 -0
- pulumi_azure_native/app/v20240202preview/logic_app.py +185 -0
- pulumi_azure_native/app/v20240202preview/managed_certificate.py +274 -0
- pulumi_azure_native/app/v20240202preview/managed_environment.py +747 -0
- pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +247 -0
- pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +216 -0
- pulumi_azure_native/app/v20240202preview/outputs.py +11065 -0
- pulumi_azure_native/app/v20240301/certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/container_app.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/job.py +1 -1
- pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
- pulumi_azure_native/authorization/_inputs.py +16 -0
- pulumi_azure_native/authorization/outputs.py +14 -0
- pulumi_azure_native/authorization/v20230401/_inputs.py +16 -0
- pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +14 -1
- pulumi_azure_native/authorization/v20230401/outputs.py +14 -0
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +29 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -1
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
- pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
- pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +20 -0
- pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +102 -0
- pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +856 -0
- pulumi_azure_native/{securitydevops/v20220901preview/azure_dev_ops_connector.py → azuredatatransfer/v20240507/connection.py} +48 -38
- pulumi_azure_native/azuredatatransfer/v20240507/flow.py +332 -0
- pulumi_azure_native/{securitydevops/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_connection.py} +30 -24
- pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +188 -0
- pulumi_azure_native/{securitydevops/v20220901preview/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_pipeline.py} +31 -23
- pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +80 -0
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +92 -0
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +92 -0
- pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +110 -0
- pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +2038 -0
- pulumi_azure_native/{securitydevops/azure_dev_ops_connector.py → azuredatatransfer/v20240507/pipeline.py} +52 -44
- pulumi_azure_native/cdn/__init__.py +3 -0
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_key_group.py +4 -0
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/key_group.py +5 -1
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20200901/profile.py +1 -1
- pulumi_azure_native/cdn/v20200901/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/policy.py +1 -1
- pulumi_azure_native/cdn/v20230501/profile.py +1 -1
- pulumi_azure_native/cdn/v20230501/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230501/secret.py +1 -1
- pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/profile.py +1 -1
- pulumi_azure_native/cdn/v20240201/route.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240201/secret.py +1 -1
- pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/__init__.py +43 -0
- pulumi_azure_native/cdn/v20240501preview/_enums.py +839 -0
- pulumi_azure_native/cdn/v20240501preview/_inputs.py +6013 -0
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +418 -0
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +338 -0
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +537 -0
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +329 -0
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +296 -0
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +762 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +276 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +224 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +294 -0
- pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +211 -0
- pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +219 -0
- pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +409 -0
- pulumi_azure_native/cdn/v20240501preview/get_key_group.py +159 -0
- pulumi_azure_native/cdn/v20240501preview/get_origin.py +310 -0
- pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +206 -0
- pulumi_azure_native/cdn/v20240501preview/get_policy.py +271 -0
- pulumi_azure_native/cdn/v20240501preview/get_profile.py +261 -0
- pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +78 -0
- pulumi_azure_native/cdn/v20240501preview/get_route.py +320 -0
- pulumi_azure_native/cdn/v20240501preview/get_rule.py +216 -0
- pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +159 -0
- pulumi_azure_native/cdn/v20240501preview/get_secret.py +172 -0
- pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +172 -0
- pulumi_azure_native/cdn/v20240501preview/key_group.py +232 -0
- pulumi_azure_native/cdn/v20240501preview/origin.py +556 -0
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +345 -0
- pulumi_azure_native/cdn/v20240501preview/outputs.py +7210 -0
- pulumi_azure_native/cdn/v20240501preview/policy.py +436 -0
- pulumi_azure_native/cdn/v20240501preview/profile.py +391 -0
- pulumi_azure_native/cdn/v20240501preview/route.py +595 -0
- pulumi_azure_native/cdn/v20240501preview/rule.py +356 -0
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +211 -0
- pulumi_azure_native/cdn/v20240501preview/secret.py +241 -0
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +241 -0
- pulumi_azure_native/config/__init__.pyi +6 -1
- pulumi_azure_native/config/vars.py +8 -1
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +4 -0
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +5 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240402preview/_enums.py +874 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +7030 -0
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1686 -0
- pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +812 -0
- pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +201 -0
- pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +833 -0
- pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +363 -0
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1590 -0
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +8189 -0
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/datafactory/_enums.py +1 -0
- pulumi_azure_native/datafactory/_inputs.py +139 -2
- pulumi_azure_native/datafactory/outputs.py +139 -2
- pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +139 -2
- pulumi_azure_native/datafactory/v20180601/outputs.py +139 -2
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +33 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +323 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +1398 -0
- pulumi_azure_native/{securitydevops/v20220901preview/git_hub_connector.py → desktopvirtualization/v20240408preview/app_attach_package.py} +55 -53
- pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +556 -0
- pulumi_azure_native/{securitydevops/get_git_hub_connector.py → desktopvirtualization/v20240408preview/get_app_attach_package.py} +26 -28
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +326 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +599 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +326 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +313 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1128 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +1771 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +597 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +525 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/devcenter/__init__.py +4 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +5 -1
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +4 -0
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +4 -0
- pulumi_azure_native/devcenter/get_plan_member.py +4 -0
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +4 -0
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +94 -0
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +138 -0
- pulumi_azure_native/devcenter/plan.py +5 -1
- pulumi_azure_native/devcenter/plan_member.py +5 -1
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/__init__.py +47 -0
- pulumi_azure_native/devcenter/v20240601preview/_enums.py +209 -0
- pulumi_azure_native/devcenter/v20240601preview/_inputs.py +595 -0
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +447 -0
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +342 -0
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +261 -0
- pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +201 -0
- pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240601preview/get_plan.py +170 -0
- pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +175 -0
- pulumi_azure_native/devcenter/v20240601preview/get_pool.py +344 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +92 -0
- pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +92 -0
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240601preview/outputs.py +1447 -0
- pulumi_azure_native/{securitydevops/git_hub_connector.py → devcenter/v20240601preview/plan.py} +67 -58
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +283 -0
- pulumi_azure_native/devcenter/v20240601preview/pool.py +608 -0
- pulumi_azure_native/devcenter/v20240601preview/project.py +418 -0
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +434 -0
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +53 -92
- pulumi_azure_native/documentdb/v20240515/_enums.py +9 -0
- pulumi_azure_native/documentdb/v20240515/_inputs.py +248 -0
- pulumi_azure_native/documentdb/v20240515/service.py +16 -57
- pulumi_azure_native/elastic/__init__.py +3 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +4 -0
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +5 -1
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20240615preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20240615preview/_inputs.py +826 -0
- pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/get_monitor.py +183 -0
- pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +123 -0
- pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +123 -0
- pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +84 -0
- pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +71 -0
- pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
- pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +136 -0
- pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +157 -0
- pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +91 -0
- pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +92 -0
- pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240615preview/monitor.py +311 -0
- pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +206 -0
- pulumi_azure_native/elastic/v20240615preview/open_ai.py +205 -0
- pulumi_azure_native/elastic/v20240615preview/outputs.py +1752 -0
- pulumi_azure_native/elastic/v20240615preview/tag_rule.py +216 -0
- pulumi_azure_native/hdinsight/__init__.py +3 -3
- pulumi_azure_native/hdinsight/cluster.py +2 -2
- pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
- pulumi_azure_native/hdinsight/get_cluster.py +2 -2
- pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
- pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_inputs.py +56 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/outputs.py +66 -1
- pulumi_azure_native/keyvault/__init__.py +3 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +242 -0
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1623 -0
- pulumi_azure_native/keyvault/v20240401preview/get_key.py +250 -0
- pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +183 -0
- pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +227 -0
- pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +188 -0
- pulumi_azure_native/keyvault/v20240401preview/get_secret.py +149 -0
- pulumi_azure_native/keyvault/v20240401preview/get_vault.py +157 -0
- pulumi_azure_native/keyvault/v20240401preview/key.py +324 -0
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +310 -0
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +361 -0
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +2258 -0
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +256 -0
- pulumi_azure_native/keyvault/v20240401preview/secret.py +245 -0
- pulumi_azure_native/keyvault/v20240401preview/vault.py +254 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/__init__.py +3 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
- pulumi_azure_native/{securitydevops/v20220901preview → kubernetes/v20240601preview}/__init__.py +3 -4
- pulumi_azure_native/kubernetes/v20240601preview/_enums.py +76 -0
- pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +305 -0
- pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +730 -0
- pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +443 -0
- pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +103 -0
- pulumi_azure_native/kubernetes/v20240601preview/outputs.py +717 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +55 -0
- pulumi_azure_native/machinelearningservices/connection_deployment.py +28 -7
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +12 -2
- pulumi_azure_native/machinelearningservices/outputs.py +75 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +21 -3
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +16 -2
- pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +76 -344
- pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +28 -7
- pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +28 -7
- pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +12 -2
- pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +12 -2
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +91 -395
- pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/outputs.py +53 -92
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/__init__.py +35 -0
- pulumi_azure_native/netapp/v20231101preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20231101preview/_inputs.py +2355 -0
- pulumi_azure_native/netapp/v20231101preview/account.py +380 -0
- pulumi_azure_native/netapp/v20231101preview/backup.py +397 -0
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +409 -0
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +253 -0
- pulumi_azure_native/netapp/v20231101preview/get_account.py +248 -0
- pulumi_azure_native/netapp/v20231101preview/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20231101preview/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20231101preview/get_volume.py +921 -0
- pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20231101preview/outputs.py +3148 -0
- pulumi_azure_native/netapp/v20231101preview/pool.py +457 -0
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20231101preview/volume.py +1702 -0
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +5 -1
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +5 -1
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +4 -0
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +4 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
- pulumi_azure_native/network/v20231101/flow_log.py +1 -1
- pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20231101/ip_group.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface.py +1 -1
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/network_profile.py +1 -1
- pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20231101/route.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter.py +1 -1
- pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20231101/route_map.py +1 -1
- pulumi_azure_native/network/v20231101/route_table.py +1 -1
- pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
- pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20231101/security_rule.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20231101/static_member.py +1 -1
- pulumi_azure_native/network/v20231101/subnet.py +1 -1
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20240101/__init__.py +212 -0
- pulumi_azure_native/network/v20240101/_enums.py +1771 -0
- pulumi_azure_native/network/v20240101/_inputs.py +20903 -0
- pulumi_azure_native/network/v20240101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20240101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20240101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20240101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20240101/bastion_host.py +680 -0
- pulumi_azure_native/network/v20240101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20240101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20240101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20240101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20240101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20240101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20240101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20240101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20240101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +302 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20240101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20240101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20240101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20240101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20240101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20240101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20240101/flow_log.py +490 -0
- pulumi_azure_native/network/v20240101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20240101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20240101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20240101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20240101/get_bastion_host.py +336 -0
- pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20240101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20240101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20240101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +174 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20240101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20240101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20240101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20240101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20240101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20240101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20240101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20240101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20240101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20240101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20240101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20240101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20240101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20240101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20240101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20240101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20240101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20240101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20240101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20240101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20240101/get_route.py +187 -0
- pulumi_azure_native/network/v20240101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20240101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20240101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20240101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20240101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20240101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20240101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20240101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20240101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20240101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20240101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +495 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20240101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20240101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20240101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20240101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20240101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20240101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20240101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20240101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20240101/ip_group.py +301 -0
- pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20240101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20240101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20240101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20240101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20240101/network_group.py +244 -0
- pulumi_azure_native/network/v20240101/network_interface.py +721 -0
- pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20240101/network_manager.py +363 -0
- pulumi_azure_native/network/v20240101/network_profile.py +303 -0
- pulumi_azure_native/network/v20240101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20240101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20240101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20240101/outputs.py +31010 -0
- pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20240101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20240101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20240101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20240101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20240101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20240101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20240101/route.py +370 -0
- pulumi_azure_native/network/v20240101/route_filter.py +306 -0
- pulumi_azure_native/network/v20240101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20240101/route_map.py +304 -0
- pulumi_azure_native/network/v20240101/route_table.py +335 -0
- pulumi_azure_native/network/v20240101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20240101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20240101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20240101/security_rule.py +694 -0
- pulumi_azure_native/network/v20240101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20240101/static_member.py +265 -0
- pulumi_azure_native/network/v20240101/subnet.py +729 -0
- pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20240101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20240101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20240101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway.py +973 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20240101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20240101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20240101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20240101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20240101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20240101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20240101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20240101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20240101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +382 -0
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/purview/__init__.py +3 -0
- pulumi_azure_native/purview/account.py +3 -3
- pulumi_azure_native/purview/get_account.py +2 -2
- pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
- pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/purview/kafka_configuration.py +3 -3
- pulumi_azure_native/purview/list_account_keys.py +2 -2
- pulumi_azure_native/purview/list_feature_account.py +2 -2
- pulumi_azure_native/purview/list_feature_subscription.py +2 -2
- pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
- pulumi_azure_native/purview/v20201201preview/account.py +1 -1
- pulumi_azure_native/purview/v20210701/account.py +1 -1
- pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/purview/v20211201/account.py +1 -1
- pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
- pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/purview/v20230501preview/account.py +1 -1
- pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
- pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/purview/v20240401preview/__init__.py +19 -0
- pulumi_azure_native/purview/v20240401preview/_enums.py +107 -0
- pulumi_azure_native/purview/v20240401preview/_inputs.py +245 -0
- pulumi_azure_native/purview/v20240401preview/account.py +588 -0
- pulumi_azure_native/purview/v20240401preview/get_account.py +404 -0
- pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +211 -0
- pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +390 -0
- pulumi_azure_native/purview/v20240401preview/list_account_keys.py +91 -0
- pulumi_azure_native/purview/v20240401preview/list_feature_account.py +83 -0
- pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +78 -0
- pulumi_azure_native/purview/v20240401preview/outputs.py +1140 -0
- pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +4 -0
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +5 -1
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/__init__.py +22 -0
- pulumi_azure_native/recoveryservices/v20240401/_enums.py +179 -0
- pulumi_azure_native/recoveryservices/v20240401/_inputs.py +15590 -7231
- pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +141 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +136 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +133 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +136 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +141 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +141 -0
- pulumi_azure_native/recoveryservices/v20240401/outputs.py +30462 -8186
- pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +215 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +259 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +216 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +258 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +248 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +217 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +237 -0
- pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +257 -0
- pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +236 -0
- pulumi_azure_native/resourcegraph/__init__.py +9 -0
- pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
- pulumi_azure_native/resourcegraph/graph_query.py +3 -3
- pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
- pulumi_azure_native/{securitydevops/v20220901preview/_enums.py → resourcegraph/v20190401/__init__.py} +5 -10
- pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +200 -0
- pulumi_azure_native/resourcegraph/v20190401/graph_query.py +320 -0
- pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
- pulumi_azure_native/{securitydevops/_enums.py → resourcegraph/v20210301/__init__.py} +5 -10
- pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +200 -0
- pulumi_azure_native/resourcegraph/v20210301/graph_query.py +320 -0
- pulumi_azure_native/resourcegraph/v20221001/__init__.py +9 -0
- pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +200 -0
- pulumi_azure_native/resourcegraph/v20221001/graph_query.py +320 -0
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240401preview/_enums.py +102 -0
- pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +1162 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +497 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +175 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +162 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +175 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +204 -0
- pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +188 -0
- pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +117 -0
- pulumi_azure_native/signalrservice/v20240401preview/outputs.py +1733 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +887 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +284 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +255 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +265 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +362 -0
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +294 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +2 -2
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +3 -3
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
- pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20231001/project.py +1 -1
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20240701/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20240701/_enums.py +60 -0
- pulumi_azure_native/storagemover/v20240701/_inputs.py +529 -0
- pulumi_azure_native/storagemover/v20240701/agent.py +402 -0
- pulumi_azure_native/storagemover/v20240701/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20240701/get_agent.py +302 -0
- pulumi_azure_native/storagemover/v20240701/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20240701/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20240701/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20240701/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20240701/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20240701/outputs.py +774 -0
- pulumi_azure_native/storagemover/v20240701/project.py +224 -0
- pulumi_azure_native/storagemover/v20240701/storage_mover.py +261 -0
- pulumi_azure_native/videoindexer/__init__.py +5 -0
- pulumi_azure_native/videoindexer/_enums.py +10 -0
- pulumi_azure_native/videoindexer/_inputs.py +57 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/videoindexer/outputs.py +88 -0
- pulumi_azure_native/videoindexer/private_endpoint_connection.py +249 -0
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240601preview/__init__.py +14 -0
- pulumi_azure_native/videoindexer/v20240601preview/_enums.py +38 -0
- pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +218 -0
- pulumi_azure_native/videoindexer/v20240601preview/account.py +444 -0
- pulumi_azure_native/videoindexer/v20240601preview/get_account.py +274 -0
- pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/videoindexer/v20240601preview/outputs.py +582 -0
- pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +247 -0
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240401preview/_enums.py +97 -0
- pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +1249 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +453 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +175 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +162 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +136 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +175 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +204 -0
- pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +188 -0
- pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +117 -0
- pulumi_azure_native/webpubsub/v20240401preview/outputs.py +1841 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +780 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +284 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +255 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +217 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +265 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +362 -0
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +294 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/METADATA +2 -2
- {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/RECORD +2528 -1949
- {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/WHEEL +1 -1
- pulumi_azure_native/securitydevops/__init__.py +0 -22
- pulumi_azure_native/securitydevops/_inputs.py +0 -214
- pulumi_azure_native/securitydevops/outputs.py +0 -377
- pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +0 -214
- pulumi_azure_native/securitydevops/v20220901preview/outputs.py +0 -377
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/__init__.py +0 -0
- /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_enums.py +0 -0
- {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1447 @@
|
|
|
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
|
+
'CapabilityResponse',
|
|
16
|
+
'CatalogConflictErrorResponse',
|
|
17
|
+
'CatalogErrorDetailsResponse',
|
|
18
|
+
'CatalogSyncErrorResponse',
|
|
19
|
+
'CustomerManagedKeyEncryptionResponse',
|
|
20
|
+
'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity',
|
|
21
|
+
'DevBoxProvisioningSettingsResponse',
|
|
22
|
+
'DevCenterNetworkSettingsResponse',
|
|
23
|
+
'DevCenterProjectCatalogSettingsResponse',
|
|
24
|
+
'DevCenterSkuResponse',
|
|
25
|
+
'EncryptionResponse',
|
|
26
|
+
'EnvironmentRoleResponse',
|
|
27
|
+
'GitCatalogResponse',
|
|
28
|
+
'HealthStatusDetailResponse',
|
|
29
|
+
'ImageReferenceResponse',
|
|
30
|
+
'ImageValidationErrorDetailsResponse',
|
|
31
|
+
'ManagedServiceIdentityResponse',
|
|
32
|
+
'PoolDevBoxDefinitionResponse',
|
|
33
|
+
'ProjectCatalogSettingsResponse',
|
|
34
|
+
'ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment',
|
|
35
|
+
'ProjectNetworkSettingsResponse',
|
|
36
|
+
'SkuResponse',
|
|
37
|
+
'StopOnDisconnectConfigurationResponse',
|
|
38
|
+
'SyncStatsResponse',
|
|
39
|
+
'SystemDataResponse',
|
|
40
|
+
'UserAssignedIdentityResponse',
|
|
41
|
+
'UserRoleAssignmentResponse',
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
@pulumi.output_type
|
|
45
|
+
class CapabilityResponse(dict):
|
|
46
|
+
"""
|
|
47
|
+
A name/value pair to describe a capability.
|
|
48
|
+
"""
|
|
49
|
+
def __init__(__self__, *,
|
|
50
|
+
name: str,
|
|
51
|
+
value: str):
|
|
52
|
+
"""
|
|
53
|
+
A name/value pair to describe a capability.
|
|
54
|
+
:param str name: Name of the capability.
|
|
55
|
+
:param str value: Value of the capability.
|
|
56
|
+
"""
|
|
57
|
+
pulumi.set(__self__, "name", name)
|
|
58
|
+
pulumi.set(__self__, "value", value)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter
|
|
62
|
+
def name(self) -> str:
|
|
63
|
+
"""
|
|
64
|
+
Name of the capability.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "name")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def value(self) -> str:
|
|
71
|
+
"""
|
|
72
|
+
Value of the capability.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "value")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
@pulumi.output_type
|
|
78
|
+
class CatalogConflictErrorResponse(dict):
|
|
79
|
+
"""
|
|
80
|
+
An individual conflict error.
|
|
81
|
+
"""
|
|
82
|
+
def __init__(__self__, *,
|
|
83
|
+
name: str,
|
|
84
|
+
path: str):
|
|
85
|
+
"""
|
|
86
|
+
An individual conflict error.
|
|
87
|
+
:param str name: Name of the conflicting catalog item.
|
|
88
|
+
:param str path: The path of the file that has a conflicting name.
|
|
89
|
+
"""
|
|
90
|
+
pulumi.set(__self__, "name", name)
|
|
91
|
+
pulumi.set(__self__, "path", path)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def name(self) -> str:
|
|
96
|
+
"""
|
|
97
|
+
Name of the conflicting catalog item.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "name")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def path(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
The path of the file that has a conflicting name.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "path")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
@pulumi.output_type
|
|
111
|
+
class CatalogErrorDetailsResponse(dict):
|
|
112
|
+
"""
|
|
113
|
+
Catalog error details
|
|
114
|
+
"""
|
|
115
|
+
def __init__(__self__, *,
|
|
116
|
+
code: Optional[str] = None,
|
|
117
|
+
message: Optional[str] = None):
|
|
118
|
+
"""
|
|
119
|
+
Catalog error details
|
|
120
|
+
:param str code: An identifier for the error.
|
|
121
|
+
:param str message: A message describing the error.
|
|
122
|
+
"""
|
|
123
|
+
if code is not None:
|
|
124
|
+
pulumi.set(__self__, "code", code)
|
|
125
|
+
if message is not None:
|
|
126
|
+
pulumi.set(__self__, "message", message)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter
|
|
130
|
+
def code(self) -> Optional[str]:
|
|
131
|
+
"""
|
|
132
|
+
An identifier for the error.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "code")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter
|
|
138
|
+
def message(self) -> Optional[str]:
|
|
139
|
+
"""
|
|
140
|
+
A message describing the error.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "message")
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
@pulumi.output_type
|
|
146
|
+
class CatalogSyncErrorResponse(dict):
|
|
147
|
+
"""
|
|
148
|
+
An individual synchronization error.
|
|
149
|
+
"""
|
|
150
|
+
def __init__(__self__, *,
|
|
151
|
+
error_details: Sequence['outputs.CatalogErrorDetailsResponse'],
|
|
152
|
+
path: str):
|
|
153
|
+
"""
|
|
154
|
+
An individual synchronization error.
|
|
155
|
+
:param Sequence['CatalogErrorDetailsResponse'] error_details: Errors associated with the file.
|
|
156
|
+
:param str path: The path of the file the error is associated with.
|
|
157
|
+
"""
|
|
158
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
159
|
+
pulumi.set(__self__, "path", path)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="errorDetails")
|
|
163
|
+
def error_details(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
|
|
164
|
+
"""
|
|
165
|
+
Errors associated with the file.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "error_details")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter
|
|
171
|
+
def path(self) -> str:
|
|
172
|
+
"""
|
|
173
|
+
The path of the file the error is associated with.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "path")
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
@pulumi.output_type
|
|
179
|
+
class CustomerManagedKeyEncryptionResponse(dict):
|
|
180
|
+
"""
|
|
181
|
+
All Customer-managed key encryption properties for the resource.
|
|
182
|
+
"""
|
|
183
|
+
@staticmethod
|
|
184
|
+
def __key_warning(key: str):
|
|
185
|
+
suggest = None
|
|
186
|
+
if key == "keyEncryptionKeyIdentity":
|
|
187
|
+
suggest = "key_encryption_key_identity"
|
|
188
|
+
elif key == "keyEncryptionKeyUrl":
|
|
189
|
+
suggest = "key_encryption_key_url"
|
|
190
|
+
|
|
191
|
+
if suggest:
|
|
192
|
+
pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
193
|
+
|
|
194
|
+
def __getitem__(self, key: str) -> Any:
|
|
195
|
+
CustomerManagedKeyEncryptionResponse.__key_warning(key)
|
|
196
|
+
return super().__getitem__(key)
|
|
197
|
+
|
|
198
|
+
def get(self, key: str, default = None) -> Any:
|
|
199
|
+
CustomerManagedKeyEncryptionResponse.__key_warning(key)
|
|
200
|
+
return super().get(key, default)
|
|
201
|
+
|
|
202
|
+
def __init__(__self__, *,
|
|
203
|
+
key_encryption_key_identity: Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity'] = None,
|
|
204
|
+
key_encryption_key_url: Optional[str] = None):
|
|
205
|
+
"""
|
|
206
|
+
All Customer-managed key encryption properties for the resource.
|
|
207
|
+
:param 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity' key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
208
|
+
:param str key_encryption_key_url: key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
|
|
209
|
+
"""
|
|
210
|
+
if key_encryption_key_identity is not None:
|
|
211
|
+
pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
|
|
212
|
+
if key_encryption_key_url is not None:
|
|
213
|
+
pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="keyEncryptionKeyIdentity")
|
|
217
|
+
def key_encryption_key_identity(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity']:
|
|
218
|
+
"""
|
|
219
|
+
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "key_encryption_key_identity")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter(name="keyEncryptionKeyUrl")
|
|
225
|
+
def key_encryption_key_url(self) -> Optional[str]:
|
|
226
|
+
"""
|
|
227
|
+
key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "key_encryption_key_url")
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
@pulumi.output_type
|
|
233
|
+
class CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity(dict):
|
|
234
|
+
"""
|
|
235
|
+
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
236
|
+
"""
|
|
237
|
+
@staticmethod
|
|
238
|
+
def __key_warning(key: str):
|
|
239
|
+
suggest = None
|
|
240
|
+
if key == "delegatedIdentityClientId":
|
|
241
|
+
suggest = "delegated_identity_client_id"
|
|
242
|
+
elif key == "identityType":
|
|
243
|
+
suggest = "identity_type"
|
|
244
|
+
elif key == "userAssignedIdentityResourceId":
|
|
245
|
+
suggest = "user_assigned_identity_resource_id"
|
|
246
|
+
|
|
247
|
+
if suggest:
|
|
248
|
+
pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity. Access the value via the '{suggest}' property getter instead.")
|
|
249
|
+
|
|
250
|
+
def __getitem__(self, key: str) -> Any:
|
|
251
|
+
CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
|
|
252
|
+
return super().__getitem__(key)
|
|
253
|
+
|
|
254
|
+
def get(self, key: str, default = None) -> Any:
|
|
255
|
+
CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
|
|
256
|
+
return super().get(key, default)
|
|
257
|
+
|
|
258
|
+
def __init__(__self__, *,
|
|
259
|
+
delegated_identity_client_id: Optional[str] = None,
|
|
260
|
+
identity_type: Optional[str] = None,
|
|
261
|
+
user_assigned_identity_resource_id: Optional[str] = None):
|
|
262
|
+
"""
|
|
263
|
+
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
|
|
264
|
+
:param str delegated_identity_client_id: delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
|
|
265
|
+
:param str identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
|
|
266
|
+
:param str user_assigned_identity_resource_id: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
|
|
267
|
+
"""
|
|
268
|
+
if delegated_identity_client_id is not None:
|
|
269
|
+
pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
|
|
270
|
+
if identity_type is not None:
|
|
271
|
+
pulumi.set(__self__, "identity_type", identity_type)
|
|
272
|
+
if user_assigned_identity_resource_id is not None:
|
|
273
|
+
pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter(name="delegatedIdentityClientId")
|
|
277
|
+
def delegated_identity_client_id(self) -> Optional[str]:
|
|
278
|
+
"""
|
|
279
|
+
delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "delegated_identity_client_id")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="identityType")
|
|
285
|
+
def identity_type(self) -> Optional[str]:
|
|
286
|
+
"""
|
|
287
|
+
Values can be systemAssignedIdentity or userAssignedIdentity
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "identity_type")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="userAssignedIdentityResourceId")
|
|
293
|
+
def user_assigned_identity_resource_id(self) -> Optional[str]:
|
|
294
|
+
"""
|
|
295
|
+
user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "user_assigned_identity_resource_id")
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
@pulumi.output_type
|
|
301
|
+
class DevBoxProvisioningSettingsResponse(dict):
|
|
302
|
+
"""
|
|
303
|
+
Provisioning settings that apply to all Dev Boxes created in this dev center
|
|
304
|
+
"""
|
|
305
|
+
@staticmethod
|
|
306
|
+
def __key_warning(key: str):
|
|
307
|
+
suggest = None
|
|
308
|
+
if key == "installAzureMonitorAgentEnableStatus":
|
|
309
|
+
suggest = "install_azure_monitor_agent_enable_status"
|
|
310
|
+
|
|
311
|
+
if suggest:
|
|
312
|
+
pulumi.log.warn(f"Key '{key}' not found in DevBoxProvisioningSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
313
|
+
|
|
314
|
+
def __getitem__(self, key: str) -> Any:
|
|
315
|
+
DevBoxProvisioningSettingsResponse.__key_warning(key)
|
|
316
|
+
return super().__getitem__(key)
|
|
317
|
+
|
|
318
|
+
def get(self, key: str, default = None) -> Any:
|
|
319
|
+
DevBoxProvisioningSettingsResponse.__key_warning(key)
|
|
320
|
+
return super().get(key, default)
|
|
321
|
+
|
|
322
|
+
def __init__(__self__, *,
|
|
323
|
+
install_azure_monitor_agent_enable_status: Optional[str] = None):
|
|
324
|
+
"""
|
|
325
|
+
Provisioning settings that apply to all Dev Boxes created in this dev center
|
|
326
|
+
:param str install_azure_monitor_agent_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
|
|
327
|
+
"""
|
|
328
|
+
if install_azure_monitor_agent_enable_status is not None:
|
|
329
|
+
pulumi.set(__self__, "install_azure_monitor_agent_enable_status", install_azure_monitor_agent_enable_status)
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="installAzureMonitorAgentEnableStatus")
|
|
333
|
+
def install_azure_monitor_agent_enable_status(self) -> Optional[str]:
|
|
334
|
+
"""
|
|
335
|
+
Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "install_azure_monitor_agent_enable_status")
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
@pulumi.output_type
|
|
341
|
+
class DevCenterNetworkSettingsResponse(dict):
|
|
342
|
+
"""
|
|
343
|
+
Network settings for the Dev Center.
|
|
344
|
+
"""
|
|
345
|
+
@staticmethod
|
|
346
|
+
def __key_warning(key: str):
|
|
347
|
+
suggest = None
|
|
348
|
+
if key == "microsoftHostedNetworkEnableStatus":
|
|
349
|
+
suggest = "microsoft_hosted_network_enable_status"
|
|
350
|
+
|
|
351
|
+
if suggest:
|
|
352
|
+
pulumi.log.warn(f"Key '{key}' not found in DevCenterNetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
353
|
+
|
|
354
|
+
def __getitem__(self, key: str) -> Any:
|
|
355
|
+
DevCenterNetworkSettingsResponse.__key_warning(key)
|
|
356
|
+
return super().__getitem__(key)
|
|
357
|
+
|
|
358
|
+
def get(self, key: str, default = None) -> Any:
|
|
359
|
+
DevCenterNetworkSettingsResponse.__key_warning(key)
|
|
360
|
+
return super().get(key, default)
|
|
361
|
+
|
|
362
|
+
def __init__(__self__, *,
|
|
363
|
+
microsoft_hosted_network_enable_status: Optional[str] = None):
|
|
364
|
+
"""
|
|
365
|
+
Network settings for the Dev Center.
|
|
366
|
+
:param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
|
|
367
|
+
"""
|
|
368
|
+
if microsoft_hosted_network_enable_status is not None:
|
|
369
|
+
pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="microsoftHostedNetworkEnableStatus")
|
|
373
|
+
def microsoft_hosted_network_enable_status(self) -> Optional[str]:
|
|
374
|
+
"""
|
|
375
|
+
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "microsoft_hosted_network_enable_status")
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
@pulumi.output_type
|
|
381
|
+
class DevCenterProjectCatalogSettingsResponse(dict):
|
|
382
|
+
"""
|
|
383
|
+
Project catalog settings for project catalogs under a project associated to this dev center.
|
|
384
|
+
"""
|
|
385
|
+
@staticmethod
|
|
386
|
+
def __key_warning(key: str):
|
|
387
|
+
suggest = None
|
|
388
|
+
if key == "catalogItemSyncEnableStatus":
|
|
389
|
+
suggest = "catalog_item_sync_enable_status"
|
|
390
|
+
|
|
391
|
+
if suggest:
|
|
392
|
+
pulumi.log.warn(f"Key '{key}' not found in DevCenterProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
393
|
+
|
|
394
|
+
def __getitem__(self, key: str) -> Any:
|
|
395
|
+
DevCenterProjectCatalogSettingsResponse.__key_warning(key)
|
|
396
|
+
return super().__getitem__(key)
|
|
397
|
+
|
|
398
|
+
def get(self, key: str, default = None) -> Any:
|
|
399
|
+
DevCenterProjectCatalogSettingsResponse.__key_warning(key)
|
|
400
|
+
return super().get(key, default)
|
|
401
|
+
|
|
402
|
+
def __init__(__self__, *,
|
|
403
|
+
catalog_item_sync_enable_status: Optional[str] = None):
|
|
404
|
+
"""
|
|
405
|
+
Project catalog settings for project catalogs under a project associated to this dev center.
|
|
406
|
+
:param str catalog_item_sync_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
|
|
407
|
+
"""
|
|
408
|
+
if catalog_item_sync_enable_status is not None:
|
|
409
|
+
pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="catalogItemSyncEnableStatus")
|
|
413
|
+
def catalog_item_sync_enable_status(self) -> Optional[str]:
|
|
414
|
+
"""
|
|
415
|
+
Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "catalog_item_sync_enable_status")
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
@pulumi.output_type
|
|
421
|
+
class DevCenterSkuResponse(dict):
|
|
422
|
+
"""
|
|
423
|
+
The resource model definition representing SKU for DevCenter resources
|
|
424
|
+
"""
|
|
425
|
+
def __init__(__self__, *,
|
|
426
|
+
capabilities: Sequence['outputs.CapabilityResponse'],
|
|
427
|
+
locations: Sequence[str],
|
|
428
|
+
name: str,
|
|
429
|
+
resource_type: str,
|
|
430
|
+
capacity: Optional[int] = None,
|
|
431
|
+
family: Optional[str] = None,
|
|
432
|
+
size: Optional[str] = None,
|
|
433
|
+
tier: Optional[str] = None):
|
|
434
|
+
"""
|
|
435
|
+
The resource model definition representing SKU for DevCenter resources
|
|
436
|
+
:param Sequence['CapabilityResponse'] capabilities: Collection of name/value pairs to describe the SKU capabilities.
|
|
437
|
+
:param Sequence[str] locations: SKU supported locations.
|
|
438
|
+
:param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
439
|
+
:param str resource_type: The name of the resource type
|
|
440
|
+
:param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
441
|
+
:param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
442
|
+
:param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
443
|
+
:param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
444
|
+
"""
|
|
445
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
446
|
+
pulumi.set(__self__, "locations", locations)
|
|
447
|
+
pulumi.set(__self__, "name", name)
|
|
448
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
449
|
+
if capacity is not None:
|
|
450
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
451
|
+
if family is not None:
|
|
452
|
+
pulumi.set(__self__, "family", family)
|
|
453
|
+
if size is not None:
|
|
454
|
+
pulumi.set(__self__, "size", size)
|
|
455
|
+
if tier is not None:
|
|
456
|
+
pulumi.set(__self__, "tier", tier)
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter
|
|
460
|
+
def capabilities(self) -> Sequence['outputs.CapabilityResponse']:
|
|
461
|
+
"""
|
|
462
|
+
Collection of name/value pairs to describe the SKU capabilities.
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "capabilities")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter
|
|
468
|
+
def locations(self) -> Sequence[str]:
|
|
469
|
+
"""
|
|
470
|
+
SKU supported locations.
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "locations")
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
@pulumi.getter
|
|
476
|
+
def name(self) -> str:
|
|
477
|
+
"""
|
|
478
|
+
The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
479
|
+
"""
|
|
480
|
+
return pulumi.get(self, "name")
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
@pulumi.getter(name="resourceType")
|
|
484
|
+
def resource_type(self) -> str:
|
|
485
|
+
"""
|
|
486
|
+
The name of the resource type
|
|
487
|
+
"""
|
|
488
|
+
return pulumi.get(self, "resource_type")
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter
|
|
492
|
+
def capacity(self) -> Optional[int]:
|
|
493
|
+
"""
|
|
494
|
+
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "capacity")
|
|
497
|
+
|
|
498
|
+
@property
|
|
499
|
+
@pulumi.getter
|
|
500
|
+
def family(self) -> Optional[str]:
|
|
501
|
+
"""
|
|
502
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "family")
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter
|
|
508
|
+
def size(self) -> Optional[str]:
|
|
509
|
+
"""
|
|
510
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "size")
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter
|
|
516
|
+
def tier(self) -> Optional[str]:
|
|
517
|
+
"""
|
|
518
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "tier")
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
@pulumi.output_type
|
|
524
|
+
class EncryptionResponse(dict):
|
|
525
|
+
@staticmethod
|
|
526
|
+
def __key_warning(key: str):
|
|
527
|
+
suggest = None
|
|
528
|
+
if key == "customerManagedKeyEncryption":
|
|
529
|
+
suggest = "customer_managed_key_encryption"
|
|
530
|
+
|
|
531
|
+
if suggest:
|
|
532
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
533
|
+
|
|
534
|
+
def __getitem__(self, key: str) -> Any:
|
|
535
|
+
EncryptionResponse.__key_warning(key)
|
|
536
|
+
return super().__getitem__(key)
|
|
537
|
+
|
|
538
|
+
def get(self, key: str, default = None) -> Any:
|
|
539
|
+
EncryptionResponse.__key_warning(key)
|
|
540
|
+
return super().get(key, default)
|
|
541
|
+
|
|
542
|
+
def __init__(__self__, *,
|
|
543
|
+
customer_managed_key_encryption: Optional['outputs.CustomerManagedKeyEncryptionResponse'] = None):
|
|
544
|
+
"""
|
|
545
|
+
:param 'CustomerManagedKeyEncryptionResponse' customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
|
|
546
|
+
"""
|
|
547
|
+
if customer_managed_key_encryption is not None:
|
|
548
|
+
pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter(name="customerManagedKeyEncryption")
|
|
552
|
+
def customer_managed_key_encryption(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponse']:
|
|
553
|
+
"""
|
|
554
|
+
All Customer-managed key encryption properties for the resource.
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "customer_managed_key_encryption")
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
@pulumi.output_type
|
|
560
|
+
class EnvironmentRoleResponse(dict):
|
|
561
|
+
"""
|
|
562
|
+
A role that can be assigned to a user.
|
|
563
|
+
"""
|
|
564
|
+
@staticmethod
|
|
565
|
+
def __key_warning(key: str):
|
|
566
|
+
suggest = None
|
|
567
|
+
if key == "roleName":
|
|
568
|
+
suggest = "role_name"
|
|
569
|
+
|
|
570
|
+
if suggest:
|
|
571
|
+
pulumi.log.warn(f"Key '{key}' not found in EnvironmentRoleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
572
|
+
|
|
573
|
+
def __getitem__(self, key: str) -> Any:
|
|
574
|
+
EnvironmentRoleResponse.__key_warning(key)
|
|
575
|
+
return super().__getitem__(key)
|
|
576
|
+
|
|
577
|
+
def get(self, key: str, default = None) -> Any:
|
|
578
|
+
EnvironmentRoleResponse.__key_warning(key)
|
|
579
|
+
return super().get(key, default)
|
|
580
|
+
|
|
581
|
+
def __init__(__self__, *,
|
|
582
|
+
description: str,
|
|
583
|
+
role_name: str):
|
|
584
|
+
"""
|
|
585
|
+
A role that can be assigned to a user.
|
|
586
|
+
:param str description: This is a description of the Role Assignment.
|
|
587
|
+
:param str role_name: The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
|
|
588
|
+
"""
|
|
589
|
+
pulumi.set(__self__, "description", description)
|
|
590
|
+
pulumi.set(__self__, "role_name", role_name)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter
|
|
594
|
+
def description(self) -> str:
|
|
595
|
+
"""
|
|
596
|
+
This is a description of the Role Assignment.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "description")
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter(name="roleName")
|
|
602
|
+
def role_name(self) -> str:
|
|
603
|
+
"""
|
|
604
|
+
The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
|
|
605
|
+
"""
|
|
606
|
+
return pulumi.get(self, "role_name")
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
@pulumi.output_type
|
|
610
|
+
class GitCatalogResponse(dict):
|
|
611
|
+
"""
|
|
612
|
+
Properties for a Git repository catalog.
|
|
613
|
+
"""
|
|
614
|
+
@staticmethod
|
|
615
|
+
def __key_warning(key: str):
|
|
616
|
+
suggest = None
|
|
617
|
+
if key == "secretIdentifier":
|
|
618
|
+
suggest = "secret_identifier"
|
|
619
|
+
|
|
620
|
+
if suggest:
|
|
621
|
+
pulumi.log.warn(f"Key '{key}' not found in GitCatalogResponse. Access the value via the '{suggest}' property getter instead.")
|
|
622
|
+
|
|
623
|
+
def __getitem__(self, key: str) -> Any:
|
|
624
|
+
GitCatalogResponse.__key_warning(key)
|
|
625
|
+
return super().__getitem__(key)
|
|
626
|
+
|
|
627
|
+
def get(self, key: str, default = None) -> Any:
|
|
628
|
+
GitCatalogResponse.__key_warning(key)
|
|
629
|
+
return super().get(key, default)
|
|
630
|
+
|
|
631
|
+
def __init__(__self__, *,
|
|
632
|
+
branch: Optional[str] = None,
|
|
633
|
+
path: Optional[str] = None,
|
|
634
|
+
secret_identifier: Optional[str] = None,
|
|
635
|
+
uri: Optional[str] = None):
|
|
636
|
+
"""
|
|
637
|
+
Properties for a Git repository catalog.
|
|
638
|
+
:param str branch: Git branch.
|
|
639
|
+
:param str path: The folder where the catalog items can be found inside the repository.
|
|
640
|
+
:param str secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
|
|
641
|
+
:param str uri: Git URI.
|
|
642
|
+
"""
|
|
643
|
+
if branch is not None:
|
|
644
|
+
pulumi.set(__self__, "branch", branch)
|
|
645
|
+
if path is not None:
|
|
646
|
+
pulumi.set(__self__, "path", path)
|
|
647
|
+
if secret_identifier is not None:
|
|
648
|
+
pulumi.set(__self__, "secret_identifier", secret_identifier)
|
|
649
|
+
if uri is not None:
|
|
650
|
+
pulumi.set(__self__, "uri", uri)
|
|
651
|
+
|
|
652
|
+
@property
|
|
653
|
+
@pulumi.getter
|
|
654
|
+
def branch(self) -> Optional[str]:
|
|
655
|
+
"""
|
|
656
|
+
Git branch.
|
|
657
|
+
"""
|
|
658
|
+
return pulumi.get(self, "branch")
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter
|
|
662
|
+
def path(self) -> Optional[str]:
|
|
663
|
+
"""
|
|
664
|
+
The folder where the catalog items can be found inside the repository.
|
|
665
|
+
"""
|
|
666
|
+
return pulumi.get(self, "path")
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter(name="secretIdentifier")
|
|
670
|
+
def secret_identifier(self) -> Optional[str]:
|
|
671
|
+
"""
|
|
672
|
+
A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "secret_identifier")
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter
|
|
678
|
+
def uri(self) -> Optional[str]:
|
|
679
|
+
"""
|
|
680
|
+
Git URI.
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "uri")
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
@pulumi.output_type
|
|
686
|
+
class HealthStatusDetailResponse(dict):
|
|
687
|
+
"""
|
|
688
|
+
Pool health status detail.
|
|
689
|
+
"""
|
|
690
|
+
def __init__(__self__, *,
|
|
691
|
+
code: str,
|
|
692
|
+
message: str):
|
|
693
|
+
"""
|
|
694
|
+
Pool health status detail.
|
|
695
|
+
:param str code: An identifier for the issue.
|
|
696
|
+
:param str message: A message describing the issue, intended to be suitable for display in a user interface
|
|
697
|
+
"""
|
|
698
|
+
pulumi.set(__self__, "code", code)
|
|
699
|
+
pulumi.set(__self__, "message", message)
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter
|
|
703
|
+
def code(self) -> str:
|
|
704
|
+
"""
|
|
705
|
+
An identifier for the issue.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "code")
|
|
708
|
+
|
|
709
|
+
@property
|
|
710
|
+
@pulumi.getter
|
|
711
|
+
def message(self) -> str:
|
|
712
|
+
"""
|
|
713
|
+
A message describing the issue, intended to be suitable for display in a user interface
|
|
714
|
+
"""
|
|
715
|
+
return pulumi.get(self, "message")
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
@pulumi.output_type
|
|
719
|
+
class ImageReferenceResponse(dict):
|
|
720
|
+
"""
|
|
721
|
+
Image reference information
|
|
722
|
+
"""
|
|
723
|
+
@staticmethod
|
|
724
|
+
def __key_warning(key: str):
|
|
725
|
+
suggest = None
|
|
726
|
+
if key == "exactVersion":
|
|
727
|
+
suggest = "exact_version"
|
|
728
|
+
|
|
729
|
+
if suggest:
|
|
730
|
+
pulumi.log.warn(f"Key '{key}' not found in ImageReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
731
|
+
|
|
732
|
+
def __getitem__(self, key: str) -> Any:
|
|
733
|
+
ImageReferenceResponse.__key_warning(key)
|
|
734
|
+
return super().__getitem__(key)
|
|
735
|
+
|
|
736
|
+
def get(self, key: str, default = None) -> Any:
|
|
737
|
+
ImageReferenceResponse.__key_warning(key)
|
|
738
|
+
return super().get(key, default)
|
|
739
|
+
|
|
740
|
+
def __init__(__self__, *,
|
|
741
|
+
exact_version: str,
|
|
742
|
+
id: Optional[str] = None):
|
|
743
|
+
"""
|
|
744
|
+
Image reference information
|
|
745
|
+
:param str exact_version: The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
|
|
746
|
+
:param str id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
|
|
747
|
+
"""
|
|
748
|
+
pulumi.set(__self__, "exact_version", exact_version)
|
|
749
|
+
if id is not None:
|
|
750
|
+
pulumi.set(__self__, "id", id)
|
|
751
|
+
|
|
752
|
+
@property
|
|
753
|
+
@pulumi.getter(name="exactVersion")
|
|
754
|
+
def exact_version(self) -> str:
|
|
755
|
+
"""
|
|
756
|
+
The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
|
|
757
|
+
"""
|
|
758
|
+
return pulumi.get(self, "exact_version")
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter
|
|
762
|
+
def id(self) -> Optional[str]:
|
|
763
|
+
"""
|
|
764
|
+
Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "id")
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
@pulumi.output_type
|
|
770
|
+
class ImageValidationErrorDetailsResponse(dict):
|
|
771
|
+
"""
|
|
772
|
+
Image validation error details
|
|
773
|
+
"""
|
|
774
|
+
def __init__(__self__, *,
|
|
775
|
+
code: Optional[str] = None,
|
|
776
|
+
message: Optional[str] = None):
|
|
777
|
+
"""
|
|
778
|
+
Image validation error details
|
|
779
|
+
:param str code: An identifier for the error.
|
|
780
|
+
:param str message: A message describing the error.
|
|
781
|
+
"""
|
|
782
|
+
if code is not None:
|
|
783
|
+
pulumi.set(__self__, "code", code)
|
|
784
|
+
if message is not None:
|
|
785
|
+
pulumi.set(__self__, "message", message)
|
|
786
|
+
|
|
787
|
+
@property
|
|
788
|
+
@pulumi.getter
|
|
789
|
+
def code(self) -> Optional[str]:
|
|
790
|
+
"""
|
|
791
|
+
An identifier for the error.
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "code")
|
|
794
|
+
|
|
795
|
+
@property
|
|
796
|
+
@pulumi.getter
|
|
797
|
+
def message(self) -> Optional[str]:
|
|
798
|
+
"""
|
|
799
|
+
A message describing the error.
|
|
800
|
+
"""
|
|
801
|
+
return pulumi.get(self, "message")
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
@pulumi.output_type
|
|
805
|
+
class ManagedServiceIdentityResponse(dict):
|
|
806
|
+
"""
|
|
807
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
808
|
+
"""
|
|
809
|
+
@staticmethod
|
|
810
|
+
def __key_warning(key: str):
|
|
811
|
+
suggest = None
|
|
812
|
+
if key == "principalId":
|
|
813
|
+
suggest = "principal_id"
|
|
814
|
+
elif key == "tenantId":
|
|
815
|
+
suggest = "tenant_id"
|
|
816
|
+
elif key == "userAssignedIdentities":
|
|
817
|
+
suggest = "user_assigned_identities"
|
|
818
|
+
|
|
819
|
+
if suggest:
|
|
820
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
821
|
+
|
|
822
|
+
def __getitem__(self, key: str) -> Any:
|
|
823
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
824
|
+
return super().__getitem__(key)
|
|
825
|
+
|
|
826
|
+
def get(self, key: str, default = None) -> Any:
|
|
827
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
828
|
+
return super().get(key, default)
|
|
829
|
+
|
|
830
|
+
def __init__(__self__, *,
|
|
831
|
+
principal_id: str,
|
|
832
|
+
tenant_id: str,
|
|
833
|
+
type: str,
|
|
834
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
835
|
+
"""
|
|
836
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
837
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
838
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
839
|
+
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
840
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
841
|
+
"""
|
|
842
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
843
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
844
|
+
pulumi.set(__self__, "type", type)
|
|
845
|
+
if user_assigned_identities is not None:
|
|
846
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
847
|
+
|
|
848
|
+
@property
|
|
849
|
+
@pulumi.getter(name="principalId")
|
|
850
|
+
def principal_id(self) -> str:
|
|
851
|
+
"""
|
|
852
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
853
|
+
"""
|
|
854
|
+
return pulumi.get(self, "principal_id")
|
|
855
|
+
|
|
856
|
+
@property
|
|
857
|
+
@pulumi.getter(name="tenantId")
|
|
858
|
+
def tenant_id(self) -> str:
|
|
859
|
+
"""
|
|
860
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
861
|
+
"""
|
|
862
|
+
return pulumi.get(self, "tenant_id")
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter
|
|
866
|
+
def type(self) -> str:
|
|
867
|
+
"""
|
|
868
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "type")
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
874
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
875
|
+
"""
|
|
876
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
877
|
+
"""
|
|
878
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
@pulumi.output_type
|
|
882
|
+
class PoolDevBoxDefinitionResponse(dict):
|
|
883
|
+
"""
|
|
884
|
+
Represents a definition for a Developer Machine.
|
|
885
|
+
"""
|
|
886
|
+
@staticmethod
|
|
887
|
+
def __key_warning(key: str):
|
|
888
|
+
suggest = None
|
|
889
|
+
if key == "activeImageReference":
|
|
890
|
+
suggest = "active_image_reference"
|
|
891
|
+
elif key == "imageReference":
|
|
892
|
+
suggest = "image_reference"
|
|
893
|
+
|
|
894
|
+
if suggest:
|
|
895
|
+
pulumi.log.warn(f"Key '{key}' not found in PoolDevBoxDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
896
|
+
|
|
897
|
+
def __getitem__(self, key: str) -> Any:
|
|
898
|
+
PoolDevBoxDefinitionResponse.__key_warning(key)
|
|
899
|
+
return super().__getitem__(key)
|
|
900
|
+
|
|
901
|
+
def get(self, key: str, default = None) -> Any:
|
|
902
|
+
PoolDevBoxDefinitionResponse.__key_warning(key)
|
|
903
|
+
return super().get(key, default)
|
|
904
|
+
|
|
905
|
+
def __init__(__self__, *,
|
|
906
|
+
active_image_reference: 'outputs.ImageReferenceResponse',
|
|
907
|
+
image_reference: Optional['outputs.ImageReferenceResponse'] = None,
|
|
908
|
+
sku: Optional['outputs.SkuResponse'] = None):
|
|
909
|
+
"""
|
|
910
|
+
Represents a definition for a Developer Machine.
|
|
911
|
+
:param 'ImageReferenceResponse' active_image_reference: Image reference information for the currently active image (only populated during updates).
|
|
912
|
+
:param 'ImageReferenceResponse' image_reference: Image reference information.
|
|
913
|
+
:param 'SkuResponse' sku: The SKU for Dev Boxes created from the Pool.
|
|
914
|
+
"""
|
|
915
|
+
pulumi.set(__self__, "active_image_reference", active_image_reference)
|
|
916
|
+
if image_reference is not None:
|
|
917
|
+
pulumi.set(__self__, "image_reference", image_reference)
|
|
918
|
+
if sku is not None:
|
|
919
|
+
pulumi.set(__self__, "sku", sku)
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
@pulumi.getter(name="activeImageReference")
|
|
923
|
+
def active_image_reference(self) -> 'outputs.ImageReferenceResponse':
|
|
924
|
+
"""
|
|
925
|
+
Image reference information for the currently active image (only populated during updates).
|
|
926
|
+
"""
|
|
927
|
+
return pulumi.get(self, "active_image_reference")
|
|
928
|
+
|
|
929
|
+
@property
|
|
930
|
+
@pulumi.getter(name="imageReference")
|
|
931
|
+
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
|
|
932
|
+
"""
|
|
933
|
+
Image reference information.
|
|
934
|
+
"""
|
|
935
|
+
return pulumi.get(self, "image_reference")
|
|
936
|
+
|
|
937
|
+
@property
|
|
938
|
+
@pulumi.getter
|
|
939
|
+
def sku(self) -> Optional['outputs.SkuResponse']:
|
|
940
|
+
"""
|
|
941
|
+
The SKU for Dev Boxes created from the Pool.
|
|
942
|
+
"""
|
|
943
|
+
return pulumi.get(self, "sku")
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
@pulumi.output_type
|
|
947
|
+
class ProjectCatalogSettingsResponse(dict):
|
|
948
|
+
"""
|
|
949
|
+
Settings to be used when associating a project with a catalog.
|
|
950
|
+
"""
|
|
951
|
+
@staticmethod
|
|
952
|
+
def __key_warning(key: str):
|
|
953
|
+
suggest = None
|
|
954
|
+
if key == "catalogItemSyncTypes":
|
|
955
|
+
suggest = "catalog_item_sync_types"
|
|
956
|
+
|
|
957
|
+
if suggest:
|
|
958
|
+
pulumi.log.warn(f"Key '{key}' not found in ProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
959
|
+
|
|
960
|
+
def __getitem__(self, key: str) -> Any:
|
|
961
|
+
ProjectCatalogSettingsResponse.__key_warning(key)
|
|
962
|
+
return super().__getitem__(key)
|
|
963
|
+
|
|
964
|
+
def get(self, key: str, default = None) -> Any:
|
|
965
|
+
ProjectCatalogSettingsResponse.__key_warning(key)
|
|
966
|
+
return super().get(key, default)
|
|
967
|
+
|
|
968
|
+
def __init__(__self__, *,
|
|
969
|
+
catalog_item_sync_types: Optional[Sequence[str]] = None):
|
|
970
|
+
"""
|
|
971
|
+
Settings to be used when associating a project with a catalog.
|
|
972
|
+
:param Sequence[str] catalog_item_sync_types: Indicates catalog item types that can be synced.
|
|
973
|
+
"""
|
|
974
|
+
if catalog_item_sync_types is not None:
|
|
975
|
+
pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
|
|
976
|
+
|
|
977
|
+
@property
|
|
978
|
+
@pulumi.getter(name="catalogItemSyncTypes")
|
|
979
|
+
def catalog_item_sync_types(self) -> Optional[Sequence[str]]:
|
|
980
|
+
"""
|
|
981
|
+
Indicates catalog item types that can be synced.
|
|
982
|
+
"""
|
|
983
|
+
return pulumi.get(self, "catalog_item_sync_types")
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
@pulumi.output_type
|
|
987
|
+
class ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment(dict):
|
|
988
|
+
"""
|
|
989
|
+
The role definition assigned to the environment creator on backing resources.
|
|
990
|
+
"""
|
|
991
|
+
def __init__(__self__, *,
|
|
992
|
+
roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
|
|
993
|
+
"""
|
|
994
|
+
The role definition assigned to the environment creator on backing resources.
|
|
995
|
+
:param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the environment creator.
|
|
996
|
+
"""
|
|
997
|
+
if roles is not None:
|
|
998
|
+
pulumi.set(__self__, "roles", roles)
|
|
999
|
+
|
|
1000
|
+
@property
|
|
1001
|
+
@pulumi.getter
|
|
1002
|
+
def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
|
|
1003
|
+
"""
|
|
1004
|
+
A map of roles to assign to the environment creator.
|
|
1005
|
+
"""
|
|
1006
|
+
return pulumi.get(self, "roles")
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
@pulumi.output_type
|
|
1010
|
+
class ProjectNetworkSettingsResponse(dict):
|
|
1011
|
+
"""
|
|
1012
|
+
Network settings for the project.
|
|
1013
|
+
"""
|
|
1014
|
+
def __init__(__self__, *,
|
|
1015
|
+
microsoft_hosted_network_enable_status: str):
|
|
1016
|
+
"""
|
|
1017
|
+
Network settings for the project.
|
|
1018
|
+
:param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
|
|
1019
|
+
"""
|
|
1020
|
+
pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
|
|
1021
|
+
|
|
1022
|
+
@property
|
|
1023
|
+
@pulumi.getter(name="microsoftHostedNetworkEnableStatus")
|
|
1024
|
+
def microsoft_hosted_network_enable_status(self) -> str:
|
|
1025
|
+
"""
|
|
1026
|
+
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
|
|
1027
|
+
"""
|
|
1028
|
+
return pulumi.get(self, "microsoft_hosted_network_enable_status")
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
@pulumi.output_type
|
|
1032
|
+
class SkuResponse(dict):
|
|
1033
|
+
"""
|
|
1034
|
+
The resource model definition representing SKU
|
|
1035
|
+
"""
|
|
1036
|
+
def __init__(__self__, *,
|
|
1037
|
+
name: str,
|
|
1038
|
+
capacity: Optional[int] = None,
|
|
1039
|
+
family: Optional[str] = None,
|
|
1040
|
+
size: Optional[str] = None,
|
|
1041
|
+
tier: Optional[str] = None):
|
|
1042
|
+
"""
|
|
1043
|
+
The resource model definition representing SKU
|
|
1044
|
+
:param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
1045
|
+
:param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
1046
|
+
:param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
1047
|
+
:param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1048
|
+
:param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
1049
|
+
"""
|
|
1050
|
+
pulumi.set(__self__, "name", name)
|
|
1051
|
+
if capacity is not None:
|
|
1052
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1053
|
+
if family is not None:
|
|
1054
|
+
pulumi.set(__self__, "family", family)
|
|
1055
|
+
if size is not None:
|
|
1056
|
+
pulumi.set(__self__, "size", size)
|
|
1057
|
+
if tier is not None:
|
|
1058
|
+
pulumi.set(__self__, "tier", tier)
|
|
1059
|
+
|
|
1060
|
+
@property
|
|
1061
|
+
@pulumi.getter
|
|
1062
|
+
def name(self) -> str:
|
|
1063
|
+
"""
|
|
1064
|
+
The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
1065
|
+
"""
|
|
1066
|
+
return pulumi.get(self, "name")
|
|
1067
|
+
|
|
1068
|
+
@property
|
|
1069
|
+
@pulumi.getter
|
|
1070
|
+
def capacity(self) -> Optional[int]:
|
|
1071
|
+
"""
|
|
1072
|
+
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
1073
|
+
"""
|
|
1074
|
+
return pulumi.get(self, "capacity")
|
|
1075
|
+
|
|
1076
|
+
@property
|
|
1077
|
+
@pulumi.getter
|
|
1078
|
+
def family(self) -> Optional[str]:
|
|
1079
|
+
"""
|
|
1080
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
1081
|
+
"""
|
|
1082
|
+
return pulumi.get(self, "family")
|
|
1083
|
+
|
|
1084
|
+
@property
|
|
1085
|
+
@pulumi.getter
|
|
1086
|
+
def size(self) -> Optional[str]:
|
|
1087
|
+
"""
|
|
1088
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1089
|
+
"""
|
|
1090
|
+
return pulumi.get(self, "size")
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter
|
|
1094
|
+
def tier(self) -> Optional[str]:
|
|
1095
|
+
"""
|
|
1096
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "tier")
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
@pulumi.output_type
|
|
1102
|
+
class StopOnDisconnectConfigurationResponse(dict):
|
|
1103
|
+
"""
|
|
1104
|
+
Stop on disconnect configuration settings for Dev Boxes created in this pool.
|
|
1105
|
+
"""
|
|
1106
|
+
@staticmethod
|
|
1107
|
+
def __key_warning(key: str):
|
|
1108
|
+
suggest = None
|
|
1109
|
+
if key == "gracePeriodMinutes":
|
|
1110
|
+
suggest = "grace_period_minutes"
|
|
1111
|
+
|
|
1112
|
+
if suggest:
|
|
1113
|
+
pulumi.log.warn(f"Key '{key}' not found in StopOnDisconnectConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1114
|
+
|
|
1115
|
+
def __getitem__(self, key: str) -> Any:
|
|
1116
|
+
StopOnDisconnectConfigurationResponse.__key_warning(key)
|
|
1117
|
+
return super().__getitem__(key)
|
|
1118
|
+
|
|
1119
|
+
def get(self, key: str, default = None) -> Any:
|
|
1120
|
+
StopOnDisconnectConfigurationResponse.__key_warning(key)
|
|
1121
|
+
return super().get(key, default)
|
|
1122
|
+
|
|
1123
|
+
def __init__(__self__, *,
|
|
1124
|
+
grace_period_minutes: Optional[int] = None,
|
|
1125
|
+
status: Optional[str] = None):
|
|
1126
|
+
"""
|
|
1127
|
+
Stop on disconnect configuration settings for Dev Boxes created in this pool.
|
|
1128
|
+
:param int grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
|
|
1129
|
+
:param str status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
|
|
1130
|
+
"""
|
|
1131
|
+
if grace_period_minutes is not None:
|
|
1132
|
+
pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
|
|
1133
|
+
if status is not None:
|
|
1134
|
+
pulumi.set(__self__, "status", status)
|
|
1135
|
+
|
|
1136
|
+
@property
|
|
1137
|
+
@pulumi.getter(name="gracePeriodMinutes")
|
|
1138
|
+
def grace_period_minutes(self) -> Optional[int]:
|
|
1139
|
+
"""
|
|
1140
|
+
The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
|
|
1141
|
+
"""
|
|
1142
|
+
return pulumi.get(self, "grace_period_minutes")
|
|
1143
|
+
|
|
1144
|
+
@property
|
|
1145
|
+
@pulumi.getter
|
|
1146
|
+
def status(self) -> Optional[str]:
|
|
1147
|
+
"""
|
|
1148
|
+
Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
|
|
1149
|
+
"""
|
|
1150
|
+
return pulumi.get(self, "status")
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
@pulumi.output_type
|
|
1154
|
+
class SyncStatsResponse(dict):
|
|
1155
|
+
"""
|
|
1156
|
+
Stats of the synchronization.
|
|
1157
|
+
"""
|
|
1158
|
+
@staticmethod
|
|
1159
|
+
def __key_warning(key: str):
|
|
1160
|
+
suggest = None
|
|
1161
|
+
if key == "synchronizationErrors":
|
|
1162
|
+
suggest = "synchronization_errors"
|
|
1163
|
+
elif key == "validationErrors":
|
|
1164
|
+
suggest = "validation_errors"
|
|
1165
|
+
elif key == "syncedCatalogItemTypes":
|
|
1166
|
+
suggest = "synced_catalog_item_types"
|
|
1167
|
+
|
|
1168
|
+
if suggest:
|
|
1169
|
+
pulumi.log.warn(f"Key '{key}' not found in SyncStatsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1170
|
+
|
|
1171
|
+
def __getitem__(self, key: str) -> Any:
|
|
1172
|
+
SyncStatsResponse.__key_warning(key)
|
|
1173
|
+
return super().__getitem__(key)
|
|
1174
|
+
|
|
1175
|
+
def get(self, key: str, default = None) -> Any:
|
|
1176
|
+
SyncStatsResponse.__key_warning(key)
|
|
1177
|
+
return super().get(key, default)
|
|
1178
|
+
|
|
1179
|
+
def __init__(__self__, *,
|
|
1180
|
+
added: int,
|
|
1181
|
+
removed: int,
|
|
1182
|
+
synchronization_errors: int,
|
|
1183
|
+
unchanged: int,
|
|
1184
|
+
updated: int,
|
|
1185
|
+
validation_errors: int,
|
|
1186
|
+
synced_catalog_item_types: Optional[Sequence[str]] = None):
|
|
1187
|
+
"""
|
|
1188
|
+
Stats of the synchronization.
|
|
1189
|
+
:param int added: Count of catalog items added during synchronization.
|
|
1190
|
+
:param int removed: Count of catalog items removed during synchronization.
|
|
1191
|
+
:param int synchronization_errors: Count of synchronization errors that occured during synchronization.
|
|
1192
|
+
:param int unchanged: Count of catalog items that were unchanged during synchronization.
|
|
1193
|
+
:param int updated: Count of catalog items updated during synchronization.
|
|
1194
|
+
:param int validation_errors: Count of catalog items that had validation errors during synchronization.
|
|
1195
|
+
:param Sequence[str] synced_catalog_item_types: Indicates catalog item types that were synced.
|
|
1196
|
+
"""
|
|
1197
|
+
pulumi.set(__self__, "added", added)
|
|
1198
|
+
pulumi.set(__self__, "removed", removed)
|
|
1199
|
+
pulumi.set(__self__, "synchronization_errors", synchronization_errors)
|
|
1200
|
+
pulumi.set(__self__, "unchanged", unchanged)
|
|
1201
|
+
pulumi.set(__self__, "updated", updated)
|
|
1202
|
+
pulumi.set(__self__, "validation_errors", validation_errors)
|
|
1203
|
+
if synced_catalog_item_types is not None:
|
|
1204
|
+
pulumi.set(__self__, "synced_catalog_item_types", synced_catalog_item_types)
|
|
1205
|
+
|
|
1206
|
+
@property
|
|
1207
|
+
@pulumi.getter
|
|
1208
|
+
def added(self) -> int:
|
|
1209
|
+
"""
|
|
1210
|
+
Count of catalog items added during synchronization.
|
|
1211
|
+
"""
|
|
1212
|
+
return pulumi.get(self, "added")
|
|
1213
|
+
|
|
1214
|
+
@property
|
|
1215
|
+
@pulumi.getter
|
|
1216
|
+
def removed(self) -> int:
|
|
1217
|
+
"""
|
|
1218
|
+
Count of catalog items removed during synchronization.
|
|
1219
|
+
"""
|
|
1220
|
+
return pulumi.get(self, "removed")
|
|
1221
|
+
|
|
1222
|
+
@property
|
|
1223
|
+
@pulumi.getter(name="synchronizationErrors")
|
|
1224
|
+
def synchronization_errors(self) -> int:
|
|
1225
|
+
"""
|
|
1226
|
+
Count of synchronization errors that occured during synchronization.
|
|
1227
|
+
"""
|
|
1228
|
+
return pulumi.get(self, "synchronization_errors")
|
|
1229
|
+
|
|
1230
|
+
@property
|
|
1231
|
+
@pulumi.getter
|
|
1232
|
+
def unchanged(self) -> int:
|
|
1233
|
+
"""
|
|
1234
|
+
Count of catalog items that were unchanged during synchronization.
|
|
1235
|
+
"""
|
|
1236
|
+
return pulumi.get(self, "unchanged")
|
|
1237
|
+
|
|
1238
|
+
@property
|
|
1239
|
+
@pulumi.getter
|
|
1240
|
+
def updated(self) -> int:
|
|
1241
|
+
"""
|
|
1242
|
+
Count of catalog items updated during synchronization.
|
|
1243
|
+
"""
|
|
1244
|
+
return pulumi.get(self, "updated")
|
|
1245
|
+
|
|
1246
|
+
@property
|
|
1247
|
+
@pulumi.getter(name="validationErrors")
|
|
1248
|
+
def validation_errors(self) -> int:
|
|
1249
|
+
"""
|
|
1250
|
+
Count of catalog items that had validation errors during synchronization.
|
|
1251
|
+
"""
|
|
1252
|
+
return pulumi.get(self, "validation_errors")
|
|
1253
|
+
|
|
1254
|
+
@property
|
|
1255
|
+
@pulumi.getter(name="syncedCatalogItemTypes")
|
|
1256
|
+
def synced_catalog_item_types(self) -> Optional[Sequence[str]]:
|
|
1257
|
+
"""
|
|
1258
|
+
Indicates catalog item types that were synced.
|
|
1259
|
+
"""
|
|
1260
|
+
return pulumi.get(self, "synced_catalog_item_types")
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
@pulumi.output_type
|
|
1264
|
+
class SystemDataResponse(dict):
|
|
1265
|
+
"""
|
|
1266
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1267
|
+
"""
|
|
1268
|
+
@staticmethod
|
|
1269
|
+
def __key_warning(key: str):
|
|
1270
|
+
suggest = None
|
|
1271
|
+
if key == "createdAt":
|
|
1272
|
+
suggest = "created_at"
|
|
1273
|
+
elif key == "createdBy":
|
|
1274
|
+
suggest = "created_by"
|
|
1275
|
+
elif key == "createdByType":
|
|
1276
|
+
suggest = "created_by_type"
|
|
1277
|
+
elif key == "lastModifiedAt":
|
|
1278
|
+
suggest = "last_modified_at"
|
|
1279
|
+
elif key == "lastModifiedBy":
|
|
1280
|
+
suggest = "last_modified_by"
|
|
1281
|
+
elif key == "lastModifiedByType":
|
|
1282
|
+
suggest = "last_modified_by_type"
|
|
1283
|
+
|
|
1284
|
+
if suggest:
|
|
1285
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1286
|
+
|
|
1287
|
+
def __getitem__(self, key: str) -> Any:
|
|
1288
|
+
SystemDataResponse.__key_warning(key)
|
|
1289
|
+
return super().__getitem__(key)
|
|
1290
|
+
|
|
1291
|
+
def get(self, key: str, default = None) -> Any:
|
|
1292
|
+
SystemDataResponse.__key_warning(key)
|
|
1293
|
+
return super().get(key, default)
|
|
1294
|
+
|
|
1295
|
+
def __init__(__self__, *,
|
|
1296
|
+
created_at: Optional[str] = None,
|
|
1297
|
+
created_by: Optional[str] = None,
|
|
1298
|
+
created_by_type: Optional[str] = None,
|
|
1299
|
+
last_modified_at: Optional[str] = None,
|
|
1300
|
+
last_modified_by: Optional[str] = None,
|
|
1301
|
+
last_modified_by_type: Optional[str] = None):
|
|
1302
|
+
"""
|
|
1303
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1304
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1305
|
+
:param str created_by: The identity that created the resource.
|
|
1306
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1307
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1308
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1309
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1310
|
+
"""
|
|
1311
|
+
if created_at is not None:
|
|
1312
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1313
|
+
if created_by is not None:
|
|
1314
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1315
|
+
if created_by_type is not None:
|
|
1316
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1317
|
+
if last_modified_at is not None:
|
|
1318
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1319
|
+
if last_modified_by is not None:
|
|
1320
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1321
|
+
if last_modified_by_type is not None:
|
|
1322
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1323
|
+
|
|
1324
|
+
@property
|
|
1325
|
+
@pulumi.getter(name="createdAt")
|
|
1326
|
+
def created_at(self) -> Optional[str]:
|
|
1327
|
+
"""
|
|
1328
|
+
The timestamp of resource creation (UTC).
|
|
1329
|
+
"""
|
|
1330
|
+
return pulumi.get(self, "created_at")
|
|
1331
|
+
|
|
1332
|
+
@property
|
|
1333
|
+
@pulumi.getter(name="createdBy")
|
|
1334
|
+
def created_by(self) -> Optional[str]:
|
|
1335
|
+
"""
|
|
1336
|
+
The identity that created the resource.
|
|
1337
|
+
"""
|
|
1338
|
+
return pulumi.get(self, "created_by")
|
|
1339
|
+
|
|
1340
|
+
@property
|
|
1341
|
+
@pulumi.getter(name="createdByType")
|
|
1342
|
+
def created_by_type(self) -> Optional[str]:
|
|
1343
|
+
"""
|
|
1344
|
+
The type of identity that created the resource.
|
|
1345
|
+
"""
|
|
1346
|
+
return pulumi.get(self, "created_by_type")
|
|
1347
|
+
|
|
1348
|
+
@property
|
|
1349
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1350
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1351
|
+
"""
|
|
1352
|
+
The timestamp of resource last modification (UTC)
|
|
1353
|
+
"""
|
|
1354
|
+
return pulumi.get(self, "last_modified_at")
|
|
1355
|
+
|
|
1356
|
+
@property
|
|
1357
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1358
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1359
|
+
"""
|
|
1360
|
+
The identity that last modified the resource.
|
|
1361
|
+
"""
|
|
1362
|
+
return pulumi.get(self, "last_modified_by")
|
|
1363
|
+
|
|
1364
|
+
@property
|
|
1365
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1366
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1367
|
+
"""
|
|
1368
|
+
The type of identity that last modified the resource.
|
|
1369
|
+
"""
|
|
1370
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
@pulumi.output_type
|
|
1374
|
+
class UserAssignedIdentityResponse(dict):
|
|
1375
|
+
"""
|
|
1376
|
+
User assigned identity properties
|
|
1377
|
+
"""
|
|
1378
|
+
@staticmethod
|
|
1379
|
+
def __key_warning(key: str):
|
|
1380
|
+
suggest = None
|
|
1381
|
+
if key == "clientId":
|
|
1382
|
+
suggest = "client_id"
|
|
1383
|
+
elif key == "principalId":
|
|
1384
|
+
suggest = "principal_id"
|
|
1385
|
+
|
|
1386
|
+
if suggest:
|
|
1387
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1388
|
+
|
|
1389
|
+
def __getitem__(self, key: str) -> Any:
|
|
1390
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
1391
|
+
return super().__getitem__(key)
|
|
1392
|
+
|
|
1393
|
+
def get(self, key: str, default = None) -> Any:
|
|
1394
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
1395
|
+
return super().get(key, default)
|
|
1396
|
+
|
|
1397
|
+
def __init__(__self__, *,
|
|
1398
|
+
client_id: str,
|
|
1399
|
+
principal_id: str):
|
|
1400
|
+
"""
|
|
1401
|
+
User assigned identity properties
|
|
1402
|
+
:param str client_id: The client ID of the assigned identity.
|
|
1403
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
1404
|
+
"""
|
|
1405
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1406
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1407
|
+
|
|
1408
|
+
@property
|
|
1409
|
+
@pulumi.getter(name="clientId")
|
|
1410
|
+
def client_id(self) -> str:
|
|
1411
|
+
"""
|
|
1412
|
+
The client ID of the assigned identity.
|
|
1413
|
+
"""
|
|
1414
|
+
return pulumi.get(self, "client_id")
|
|
1415
|
+
|
|
1416
|
+
@property
|
|
1417
|
+
@pulumi.getter(name="principalId")
|
|
1418
|
+
def principal_id(self) -> str:
|
|
1419
|
+
"""
|
|
1420
|
+
The principal ID of the assigned identity.
|
|
1421
|
+
"""
|
|
1422
|
+
return pulumi.get(self, "principal_id")
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
@pulumi.output_type
|
|
1426
|
+
class UserRoleAssignmentResponse(dict):
|
|
1427
|
+
"""
|
|
1428
|
+
Mapping of user object ID to role assignments.
|
|
1429
|
+
"""
|
|
1430
|
+
def __init__(__self__, *,
|
|
1431
|
+
roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
|
|
1432
|
+
"""
|
|
1433
|
+
Mapping of user object ID to role assignments.
|
|
1434
|
+
:param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the parent user.
|
|
1435
|
+
"""
|
|
1436
|
+
if roles is not None:
|
|
1437
|
+
pulumi.set(__self__, "roles", roles)
|
|
1438
|
+
|
|
1439
|
+
@property
|
|
1440
|
+
@pulumi.getter
|
|
1441
|
+
def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
|
|
1442
|
+
"""
|
|
1443
|
+
A map of roles to assign to the parent user.
|
|
1444
|
+
"""
|
|
1445
|
+
return pulumi.get(self, "roles")
|
|
1446
|
+
|
|
1447
|
+
|