pulumi-azure-native 2.66.0a1728396986__py3-none-any.whl → 2.66.0a1728463590__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 +66 -0
- pulumi_azure_native/app/__init__.py +3 -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 +5 -1
- 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 +3 -3
- 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 +4 -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 +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +4 -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 +4 -0
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/java_component.py +3 -3
- 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 +4 -0
- pulumi_azure_native/app/logic_app.py +5 -1
- 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 +5 -1
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- 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/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20240202preview/build.py +1 -1
- pulumi_azure_native/app/v20240202preview/builder.py +1 -1
- pulumi_azure_native/app/v20240202preview/certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_app.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20240202preview/dot_net_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/java_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/job.py +1 -1
- pulumi_azure_native/app/v20240202preview/logic_app.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/container_app.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/job.py +1 -1
- pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240802preview/__init__.py +66 -0
- pulumi_azure_native/app/v20240802preview/_enums.py +347 -0
- pulumi_azure_native/app/v20240802preview/_inputs.py +13190 -0
- pulumi_azure_native/app/v20240802preview/app_resiliency.py +364 -0
- pulumi_azure_native/app/v20240802preview/build.py +299 -0
- pulumi_azure_native/app/v20240802preview/builder.py +327 -0
- pulumi_azure_native/app/v20240802preview/certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/connected_environment.py +375 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_dapr_component.py +456 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_storage.py +221 -0
- pulumi_azure_native/app/v20240802preview/container_app.py +599 -0
- pulumi_azure_native/app/v20240802preview/container_apps_auth_config.py +366 -0
- pulumi_azure_native/app/v20240802preview/container_apps_session_pool.py +491 -0
- pulumi_azure_native/app/v20240802preview/container_apps_source_control.py +296 -0
- pulumi_azure_native/app/v20240802preview/dapr_component.py +456 -0
- pulumi_azure_native/app/v20240802preview/dapr_component_resiliency_policy.py +269 -0
- pulumi_azure_native/app/v20240802preview/dapr_subscription.py +393 -0
- pulumi_azure_native/app/v20240802preview/dot_net_component.py +288 -0
- pulumi_azure_native/app/v20240802preview/get_app_resiliency.py +206 -0
- pulumi_azure_native/app/v20240802preview/get_build.py +219 -0
- pulumi_azure_native/app/v20240802preview/get_builder.py +201 -0
- pulumi_azure_native/app/v20240802preview/get_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environment.py +240 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_dapr_component.py +245 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_storage.py +141 -0
- pulumi_azure_native/app/v20240802preview/get_container_app.py +383 -0
- pulumi_azure_native/app/v20240802preview/get_container_app_auth_token.py +175 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_auth_config.py +206 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_session_pool.py +292 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_source_control.py +182 -0
- pulumi_azure_native/app/v20240802preview/get_custom_domain_verification_id.py +66 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_component.py +245 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_component_resiliency_policy.py +159 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_subscription.py +219 -0
- pulumi_azure_native/app/v20240802preview/get_dot_net_component.py +180 -0
- pulumi_azure_native/app/v20240802preview/get_java_component.py +141 -0
- pulumi_azure_native/app/v20240802preview/get_job.py +279 -0
- pulumi_azure_native/app/v20240802preview/get_logic_app.py +128 -0
- pulumi_azure_native/app/v20240802preview/get_managed_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment.py +450 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment_auth_token.py +175 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment_private_endpoint_connection.py +180 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environments_storage.py +141 -0
- pulumi_azure_native/app/v20240802preview/java_component.py +219 -0
- pulumi_azure_native/app/v20240802preview/job.py +443 -0
- pulumi_azure_native/app/v20240802preview/list_build_auth_token.py +101 -0
- pulumi_azure_native/app/v20240802preview/list_connected_environments_dapr_component_secrets.py +89 -0
- pulumi_azure_native/app/v20240802preview/list_container_app_custom_host_name_analysis.py +232 -0
- pulumi_azure_native/app/v20240802preview/list_container_app_secrets.py +84 -0
- pulumi_azure_native/app/v20240802preview/list_dapr_component_secrets.py +89 -0
- pulumi_azure_native/app/v20240802preview/list_job_secrets.py +84 -0
- pulumi_azure_native/app/v20240802preview/list_logic_app_workflows_connections.py +154 -0
- pulumi_azure_native/app/v20240802preview/logic_app.py +190 -0
- pulumi_azure_native/app/v20240802preview/managed_certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/managed_environment.py +752 -0
- pulumi_azure_native/app/v20240802preview/managed_environment_private_endpoint_connection.py +252 -0
- pulumi_azure_native/app/v20240802preview/managed_environments_storage.py +221 -0
- pulumi_azure_native/app/v20240802preview/outputs.py +11488 -0
- pulumi_azure_native/devcenter/__init__.py +5 -0
- pulumi_azure_native/devcenter/_inputs.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/curation_profile.py +5 -1
- 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 +3 -3
- 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_curation_profile.py +4 -0
- 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 +2 -2
- 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 +2 -2
- pulumi_azure_native/devcenter/get_plan_member.py +2 -2
- 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_image_definition_build_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 +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +169 -0
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +2 -2
- pulumi_azure_native/devcenter/plan.py +3 -3
- pulumi_azure_native/devcenter/plan_member.py +3 -3
- 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/project_policy.py +261 -0
- 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/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20241001preview/__init__.py +52 -0
- pulumi_azure_native/devcenter/v20241001preview/_enums.py +228 -0
- pulumi_azure_native/devcenter/v20241001preview/_inputs.py +962 -0
- pulumi_azure_native/devcenter/v20241001preview/attached_network_by_dev_center.py +260 -0
- pulumi_azure_native/devcenter/v20241001preview/catalog.py +368 -0
- pulumi_azure_native/devcenter/v20241001preview/curation_profile.py +259 -0
- pulumi_azure_native/devcenter/v20241001preview/dev_box_definition.py +418 -0
- pulumi_azure_native/devcenter/v20241001preview/dev_center.py +481 -0
- pulumi_azure_native/devcenter/v20241001preview/encryption_set.py +347 -0
- pulumi_azure_native/devcenter/v20241001preview/environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/gallery.py +230 -0
- pulumi_azure_native/devcenter/v20241001preview/get_attached_network_by_dev_center.py +193 -0
- pulumi_azure_native/devcenter/v20241001preview/get_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20241001preview/get_curation_profile.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_customization_task_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_dev_box_definition.py +271 -0
- pulumi_azure_native/devcenter/v20241001preview/get_dev_center.py +279 -0
- pulumi_azure_native/devcenter/v20241001preview/get_encryption_set.py +206 -0
- pulumi_azure_native/devcenter/v20241001preview/get_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_environment_type.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_gallery.py +154 -0
- pulumi_azure_native/devcenter/v20241001preview/get_network_connection.py +266 -0
- pulumi_azure_native/devcenter/v20241001preview/get_plan.py +175 -0
- pulumi_azure_native/devcenter/v20241001preview/get_plan_member.py +206 -0
- pulumi_azure_native/devcenter/v20241001preview/get_pool.py +362 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project.py +253 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_image_definition_build_details.py +216 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_inherited_settings.py +97 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_policy.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_schedule.py +229 -0
- pulumi_azure_native/devcenter/v20241001preview/list_skus_by_project.py +97 -0
- pulumi_azure_native/devcenter/v20241001preview/network_connection.py +453 -0
- pulumi_azure_native/devcenter/v20241001preview/outputs.py +1952 -0
- pulumi_azure_native/devcenter/v20241001preview/plan.py +268 -0
- pulumi_azure_native/devcenter/v20241001preview/plan_member.py +327 -0
- pulumi_azure_native/devcenter/v20241001preview/pool.py +642 -0
- pulumi_azure_native/devcenter/v20241001preview/project.py +423 -0
- pulumi_azure_native/devcenter/v20241001preview/project_catalog.py +368 -0
- pulumi_azure_native/devcenter/v20241001preview/project_environment_type.py +444 -0
- pulumi_azure_native/devcenter/v20241001preview/project_policy.py +259 -0
- pulumi_azure_native/devcenter/v20241001preview/schedule.py +439 -0
- pulumi_azure_native/elastic/__init__.py +3 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- 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 +3 -3
- 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/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20241001preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20241001preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20241001preview/_inputs.py +1117 -0
- pulumi_azure_native/elastic/v20241001preview/get_billing_info.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/get_monitor.py +188 -0
- pulumi_azure_native/elastic/v20241001preview/get_monitored_subscription.py +128 -0
- pulumi_azure_native/elastic/v20241001preview/get_open_ai.py +128 -0
- pulumi_azure_native/elastic/v20241001preview/get_open_ai_status.py +89 -0
- pulumi_azure_native/elastic/v20241001preview/get_organization_api_key.py +76 -0
- pulumi_azure_native/elastic/v20241001preview/get_organization_elastic_to_azure_subscription_mapping.py +70 -0
- pulumi_azure_native/elastic/v20241001preview/get_tag_rule.py +141 -0
- pulumi_azure_native/elastic/v20241001preview/list_all_traffic_filter.py +84 -0
- pulumi_azure_native/elastic/v20241001preview/list_connected_partner_resource.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/list_deployment_info.py +162 -0
- pulumi_azure_native/elastic/v20241001preview/list_monitored_resource.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/list_upgradable_version_details.py +96 -0
- pulumi_azure_native/elastic/v20241001preview/list_vm_host.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/listlist_associated_traffic_filter.py +84 -0
- pulumi_azure_native/elastic/v20241001preview/monitor.py +316 -0
- pulumi_azure_native/elastic/v20241001preview/monitored_subscription.py +211 -0
- pulumi_azure_native/elastic/v20241001preview/open_ai.py +210 -0
- pulumi_azure_native/elastic/v20241001preview/outputs.py +1757 -0
- pulumi_azure_native/elastic/v20241001preview/tag_rule.py +221 -0
- pulumi_azure_native/hybridconnectivity/outputs.py +44 -2
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +44 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/_inputs.py +3 -15
- pulumi_azure_native/security/outputs.py +2 -10
- pulumi_azure_native/security/v20240101/_inputs.py +3 -15
- pulumi_azure_native/security/v20240101/outputs.py +2 -10
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/RECORD +525 -394
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetContainerAppAuthTokenResult',
|
|
20
|
+
'AwaitableGetContainerAppAuthTokenResult',
|
|
21
|
+
'get_container_app_auth_token',
|
|
22
|
+
'get_container_app_auth_token_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetContainerAppAuthTokenResult:
|
|
27
|
+
"""
|
|
28
|
+
Container App Auth Token.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, expires=None, id=None, location=None, name=None, system_data=None, tags=None, token=None, type=None):
|
|
31
|
+
if expires and not isinstance(expires, str):
|
|
32
|
+
raise TypeError("Expected argument 'expires' to be a str")
|
|
33
|
+
pulumi.set(__self__, "expires", expires)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if location and not isinstance(location, str):
|
|
38
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
39
|
+
pulumi.set(__self__, "location", location)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if system_data and not isinstance(system_data, dict):
|
|
44
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
+
if tags and not isinstance(tags, dict):
|
|
47
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "tags", tags)
|
|
49
|
+
if token and not isinstance(token, str):
|
|
50
|
+
raise TypeError("Expected argument 'token' to be a str")
|
|
51
|
+
pulumi.set(__self__, "token", token)
|
|
52
|
+
if type and not isinstance(type, str):
|
|
53
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
54
|
+
pulumi.set(__self__, "type", type)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def expires(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
Token expiration date.
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "expires")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def id(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "id")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def location(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The geo-location where the resource lives
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "location")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def name(self) -> str:
|
|
83
|
+
"""
|
|
84
|
+
The name of the resource
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "name")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="systemData")
|
|
90
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
91
|
+
"""
|
|
92
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "system_data")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
99
|
+
"""
|
|
100
|
+
Resource tags.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "tags")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def token(self) -> str:
|
|
107
|
+
"""
|
|
108
|
+
Auth token value.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "token")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def type(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "type")
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
class AwaitableGetContainerAppAuthTokenResult(GetContainerAppAuthTokenResult):
|
|
122
|
+
# pylint: disable=using-constant-test
|
|
123
|
+
def __await__(self):
|
|
124
|
+
if False:
|
|
125
|
+
yield self
|
|
126
|
+
return GetContainerAppAuthTokenResult(
|
|
127
|
+
expires=self.expires,
|
|
128
|
+
id=self.id,
|
|
129
|
+
location=self.location,
|
|
130
|
+
name=self.name,
|
|
131
|
+
system_data=self.system_data,
|
|
132
|
+
tags=self.tags,
|
|
133
|
+
token=self.token,
|
|
134
|
+
type=self.type)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
def get_container_app_auth_token(container_app_name: Optional[str] = None,
|
|
138
|
+
resource_group_name: Optional[str] = None,
|
|
139
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerAppAuthTokenResult:
|
|
140
|
+
"""
|
|
141
|
+
Container App Auth Token.
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
:param str container_app_name: Name of the Container App.
|
|
145
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
146
|
+
"""
|
|
147
|
+
__args__ = dict()
|
|
148
|
+
__args__['containerAppName'] = container_app_name
|
|
149
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getContainerAppAuthToken', __args__, opts=opts, typ=GetContainerAppAuthTokenResult).value
|
|
152
|
+
|
|
153
|
+
return AwaitableGetContainerAppAuthTokenResult(
|
|
154
|
+
expires=pulumi.get(__ret__, 'expires'),
|
|
155
|
+
id=pulumi.get(__ret__, 'id'),
|
|
156
|
+
location=pulumi.get(__ret__, 'location'),
|
|
157
|
+
name=pulumi.get(__ret__, 'name'),
|
|
158
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
159
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
160
|
+
token=pulumi.get(__ret__, 'token'),
|
|
161
|
+
type=pulumi.get(__ret__, 'type'))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
@_utilities.lift_output_func(get_container_app_auth_token)
|
|
165
|
+
def get_container_app_auth_token_output(container_app_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerAppAuthTokenResult]:
|
|
168
|
+
"""
|
|
169
|
+
Container App Auth Token.
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
:param str container_app_name: Name of the Container App.
|
|
173
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetContainerAppsAuthConfigResult',
|
|
20
|
+
'AwaitableGetContainerAppsAuthConfigResult',
|
|
21
|
+
'get_container_apps_auth_config',
|
|
22
|
+
'get_container_apps_auth_config_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetContainerAppsAuthConfigResult:
|
|
27
|
+
"""
|
|
28
|
+
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, encryption_settings=None, global_validation=None, http_settings=None, id=None, identity_providers=None, login=None, name=None, platform=None, system_data=None, type=None):
|
|
31
|
+
if encryption_settings and not isinstance(encryption_settings, dict):
|
|
32
|
+
raise TypeError("Expected argument 'encryption_settings' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "encryption_settings", encryption_settings)
|
|
34
|
+
if global_validation and not isinstance(global_validation, dict):
|
|
35
|
+
raise TypeError("Expected argument 'global_validation' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "global_validation", global_validation)
|
|
37
|
+
if http_settings and not isinstance(http_settings, dict):
|
|
38
|
+
raise TypeError("Expected argument 'http_settings' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "http_settings", http_settings)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if identity_providers and not isinstance(identity_providers, dict):
|
|
44
|
+
raise TypeError("Expected argument 'identity_providers' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "identity_providers", identity_providers)
|
|
46
|
+
if login and not isinstance(login, dict):
|
|
47
|
+
raise TypeError("Expected argument 'login' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "login", login)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if platform and not isinstance(platform, dict):
|
|
53
|
+
raise TypeError("Expected argument 'platform' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "platform", platform)
|
|
55
|
+
if system_data and not isinstance(system_data, dict):
|
|
56
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="encryptionSettings")
|
|
64
|
+
def encryption_settings(self) -> Optional['outputs.EncryptionSettingsResponse']:
|
|
65
|
+
"""
|
|
66
|
+
The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "encryption_settings")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="globalValidation")
|
|
72
|
+
def global_validation(self) -> Optional['outputs.GlobalValidationResponse']:
|
|
73
|
+
"""
|
|
74
|
+
The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "global_validation")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="httpSettings")
|
|
80
|
+
def http_settings(self) -> Optional['outputs.HttpSettingsResponse']:
|
|
81
|
+
"""
|
|
82
|
+
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "http_settings")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def id(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "id")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="identityProviders")
|
|
96
|
+
def identity_providers(self) -> Optional['outputs.IdentityProvidersResponse']:
|
|
97
|
+
"""
|
|
98
|
+
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "identity_providers")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def login(self) -> Optional['outputs.LoginResponse']:
|
|
105
|
+
"""
|
|
106
|
+
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "login")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def name(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
The name of the resource
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "name")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def platform(self) -> Optional['outputs.AuthPlatformResponse']:
|
|
121
|
+
"""
|
|
122
|
+
The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "platform")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="systemData")
|
|
128
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
129
|
+
"""
|
|
130
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "system_data")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "type")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetContainerAppsAuthConfigResult(GetContainerAppsAuthConfigResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetContainerAppsAuthConfigResult(
|
|
149
|
+
encryption_settings=self.encryption_settings,
|
|
150
|
+
global_validation=self.global_validation,
|
|
151
|
+
http_settings=self.http_settings,
|
|
152
|
+
id=self.id,
|
|
153
|
+
identity_providers=self.identity_providers,
|
|
154
|
+
login=self.login,
|
|
155
|
+
name=self.name,
|
|
156
|
+
platform=self.platform,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_container_apps_auth_config(auth_config_name: Optional[str] = None,
|
|
162
|
+
container_app_name: Optional[str] = None,
|
|
163
|
+
resource_group_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerAppsAuthConfigResult:
|
|
165
|
+
"""
|
|
166
|
+
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str auth_config_name: Name of the Container App AuthConfig.
|
|
170
|
+
:param str container_app_name: Name of the Container App.
|
|
171
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['authConfigName'] = auth_config_name
|
|
175
|
+
__args__['containerAppName'] = container_app_name
|
|
176
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getContainerAppsAuthConfig', __args__, opts=opts, typ=GetContainerAppsAuthConfigResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetContainerAppsAuthConfigResult(
|
|
181
|
+
encryption_settings=pulumi.get(__ret__, 'encryption_settings'),
|
|
182
|
+
global_validation=pulumi.get(__ret__, 'global_validation'),
|
|
183
|
+
http_settings=pulumi.get(__ret__, 'http_settings'),
|
|
184
|
+
id=pulumi.get(__ret__, 'id'),
|
|
185
|
+
identity_providers=pulumi.get(__ret__, 'identity_providers'),
|
|
186
|
+
login=pulumi.get(__ret__, 'login'),
|
|
187
|
+
name=pulumi.get(__ret__, 'name'),
|
|
188
|
+
platform=pulumi.get(__ret__, 'platform'),
|
|
189
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
@_utilities.lift_output_func(get_container_apps_auth_config)
|
|
194
|
+
def get_container_apps_auth_config_output(auth_config_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
container_app_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerAppsAuthConfigResult]:
|
|
198
|
+
"""
|
|
199
|
+
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
:param str auth_config_name: Name of the Container App AuthConfig.
|
|
203
|
+
:param str container_app_name: Name of the Container App.
|
|
204
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
205
|
+
"""
|
|
206
|
+
...
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetContainerAppsSessionPoolResult',
|
|
20
|
+
'AwaitableGetContainerAppsSessionPoolResult',
|
|
21
|
+
'get_container_apps_session_pool',
|
|
22
|
+
'get_container_apps_session_pool_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetContainerAppsSessionPoolResult:
|
|
27
|
+
"""
|
|
28
|
+
Container App session pool.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, container_type=None, custom_container_template=None, dynamic_pool_configuration=None, environment_id=None, id=None, location=None, name=None, node_count=None, pool_management_endpoint=None, pool_management_type=None, provisioning_state=None, scale_configuration=None, secrets=None, session_network_configuration=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if container_type and not isinstance(container_type, str):
|
|
32
|
+
raise TypeError("Expected argument 'container_type' to be a str")
|
|
33
|
+
pulumi.set(__self__, "container_type", container_type)
|
|
34
|
+
if custom_container_template and not isinstance(custom_container_template, dict):
|
|
35
|
+
raise TypeError("Expected argument 'custom_container_template' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "custom_container_template", custom_container_template)
|
|
37
|
+
if dynamic_pool_configuration and not isinstance(dynamic_pool_configuration, dict):
|
|
38
|
+
raise TypeError("Expected argument 'dynamic_pool_configuration' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "dynamic_pool_configuration", dynamic_pool_configuration)
|
|
40
|
+
if environment_id and not isinstance(environment_id, str):
|
|
41
|
+
raise TypeError("Expected argument 'environment_id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "environment_id", environment_id)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if location and not isinstance(location, str):
|
|
47
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
48
|
+
pulumi.set(__self__, "location", location)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if node_count and not isinstance(node_count, int):
|
|
53
|
+
raise TypeError("Expected argument 'node_count' to be a int")
|
|
54
|
+
pulumi.set(__self__, "node_count", node_count)
|
|
55
|
+
if pool_management_endpoint and not isinstance(pool_management_endpoint, str):
|
|
56
|
+
raise TypeError("Expected argument 'pool_management_endpoint' to be a str")
|
|
57
|
+
pulumi.set(__self__, "pool_management_endpoint", pool_management_endpoint)
|
|
58
|
+
if pool_management_type and not isinstance(pool_management_type, str):
|
|
59
|
+
raise TypeError("Expected argument 'pool_management_type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "pool_management_type", pool_management_type)
|
|
61
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
62
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
63
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
64
|
+
if scale_configuration and not isinstance(scale_configuration, dict):
|
|
65
|
+
raise TypeError("Expected argument 'scale_configuration' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "scale_configuration", scale_configuration)
|
|
67
|
+
if secrets and not isinstance(secrets, list):
|
|
68
|
+
raise TypeError("Expected argument 'secrets' to be a list")
|
|
69
|
+
pulumi.set(__self__, "secrets", secrets)
|
|
70
|
+
if session_network_configuration and not isinstance(session_network_configuration, dict):
|
|
71
|
+
raise TypeError("Expected argument 'session_network_configuration' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "session_network_configuration", session_network_configuration)
|
|
73
|
+
if system_data and not isinstance(system_data, dict):
|
|
74
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
76
|
+
if tags and not isinstance(tags, dict):
|
|
77
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "tags", tags)
|
|
79
|
+
if type and not isinstance(type, str):
|
|
80
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
81
|
+
pulumi.set(__self__, "type", type)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="containerType")
|
|
85
|
+
def container_type(self) -> Optional[str]:
|
|
86
|
+
"""
|
|
87
|
+
The container type of the sessions.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "container_type")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="customContainerTemplate")
|
|
93
|
+
def custom_container_template(self) -> Optional['outputs.CustomContainerTemplateResponse']:
|
|
94
|
+
"""
|
|
95
|
+
The custom container configuration if the containerType is CustomContainer.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "custom_container_template")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="dynamicPoolConfiguration")
|
|
101
|
+
def dynamic_pool_configuration(self) -> Optional['outputs.DynamicPoolConfigurationResponse']:
|
|
102
|
+
"""
|
|
103
|
+
The pool configuration if the poolManagementType is dynamic.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "dynamic_pool_configuration")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="environmentId")
|
|
109
|
+
def environment_id(self) -> Optional[str]:
|
|
110
|
+
"""
|
|
111
|
+
Resource ID of the session pool's environment.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "environment_id")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def id(self) -> str:
|
|
118
|
+
"""
|
|
119
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "id")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def location(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
The geo-location where the resource lives
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "location")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def name(self) -> str:
|
|
134
|
+
"""
|
|
135
|
+
The name of the resource
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "name")
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter(name="nodeCount")
|
|
141
|
+
def node_count(self) -> int:
|
|
142
|
+
"""
|
|
143
|
+
The number of nodes the session pool is using.
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "node_count")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="poolManagementEndpoint")
|
|
149
|
+
def pool_management_endpoint(self) -> str:
|
|
150
|
+
"""
|
|
151
|
+
The endpoint to manage the pool.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "pool_management_endpoint")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter(name="poolManagementType")
|
|
157
|
+
def pool_management_type(self) -> Optional[str]:
|
|
158
|
+
"""
|
|
159
|
+
The pool management type of the session pool.
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "pool_management_type")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter(name="provisioningState")
|
|
165
|
+
def provisioning_state(self) -> str:
|
|
166
|
+
"""
|
|
167
|
+
Provisioning state of the session pool.
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "provisioning_state")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="scaleConfiguration")
|
|
173
|
+
def scale_configuration(self) -> Optional['outputs.ScaleConfigurationResponse']:
|
|
174
|
+
"""
|
|
175
|
+
The scale configuration of the session pool.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "scale_configuration")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def secrets(self) -> Optional[Sequence['outputs.SessionPoolSecretResponse']]:
|
|
182
|
+
"""
|
|
183
|
+
The secrets of the session pool.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "secrets")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="sessionNetworkConfiguration")
|
|
189
|
+
def session_network_configuration(self) -> Optional['outputs.SessionNetworkConfigurationResponse']:
|
|
190
|
+
"""
|
|
191
|
+
The network configuration of the sessions in the session pool.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "session_network_configuration")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="systemData")
|
|
197
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
198
|
+
"""
|
|
199
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "system_data")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
206
|
+
"""
|
|
207
|
+
Resource tags.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "tags")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def type(self) -> str:
|
|
214
|
+
"""
|
|
215
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "type")
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
class AwaitableGetContainerAppsSessionPoolResult(GetContainerAppsSessionPoolResult):
|
|
221
|
+
# pylint: disable=using-constant-test
|
|
222
|
+
def __await__(self):
|
|
223
|
+
if False:
|
|
224
|
+
yield self
|
|
225
|
+
return GetContainerAppsSessionPoolResult(
|
|
226
|
+
container_type=self.container_type,
|
|
227
|
+
custom_container_template=self.custom_container_template,
|
|
228
|
+
dynamic_pool_configuration=self.dynamic_pool_configuration,
|
|
229
|
+
environment_id=self.environment_id,
|
|
230
|
+
id=self.id,
|
|
231
|
+
location=self.location,
|
|
232
|
+
name=self.name,
|
|
233
|
+
node_count=self.node_count,
|
|
234
|
+
pool_management_endpoint=self.pool_management_endpoint,
|
|
235
|
+
pool_management_type=self.pool_management_type,
|
|
236
|
+
provisioning_state=self.provisioning_state,
|
|
237
|
+
scale_configuration=self.scale_configuration,
|
|
238
|
+
secrets=self.secrets,
|
|
239
|
+
session_network_configuration=self.session_network_configuration,
|
|
240
|
+
system_data=self.system_data,
|
|
241
|
+
tags=self.tags,
|
|
242
|
+
type=self.type)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
def get_container_apps_session_pool(resource_group_name: Optional[str] = None,
|
|
246
|
+
session_pool_name: Optional[str] = None,
|
|
247
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerAppsSessionPoolResult:
|
|
248
|
+
"""
|
|
249
|
+
Container App session pool.
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
253
|
+
:param str session_pool_name: Name of the session pool.
|
|
254
|
+
"""
|
|
255
|
+
__args__ = dict()
|
|
256
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
257
|
+
__args__['sessionPoolName'] = session_pool_name
|
|
258
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
259
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getContainerAppsSessionPool', __args__, opts=opts, typ=GetContainerAppsSessionPoolResult).value
|
|
260
|
+
|
|
261
|
+
return AwaitableGetContainerAppsSessionPoolResult(
|
|
262
|
+
container_type=pulumi.get(__ret__, 'container_type'),
|
|
263
|
+
custom_container_template=pulumi.get(__ret__, 'custom_container_template'),
|
|
264
|
+
dynamic_pool_configuration=pulumi.get(__ret__, 'dynamic_pool_configuration'),
|
|
265
|
+
environment_id=pulumi.get(__ret__, 'environment_id'),
|
|
266
|
+
id=pulumi.get(__ret__, 'id'),
|
|
267
|
+
location=pulumi.get(__ret__, 'location'),
|
|
268
|
+
name=pulumi.get(__ret__, 'name'),
|
|
269
|
+
node_count=pulumi.get(__ret__, 'node_count'),
|
|
270
|
+
pool_management_endpoint=pulumi.get(__ret__, 'pool_management_endpoint'),
|
|
271
|
+
pool_management_type=pulumi.get(__ret__, 'pool_management_type'),
|
|
272
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
273
|
+
scale_configuration=pulumi.get(__ret__, 'scale_configuration'),
|
|
274
|
+
secrets=pulumi.get(__ret__, 'secrets'),
|
|
275
|
+
session_network_configuration=pulumi.get(__ret__, 'session_network_configuration'),
|
|
276
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
277
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
278
|
+
type=pulumi.get(__ret__, 'type'))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
@_utilities.lift_output_func(get_container_apps_session_pool)
|
|
282
|
+
def get_container_apps_session_pool_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
session_pool_name: Optional[pulumi.Input[str]] = None,
|
|
284
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerAppsSessionPoolResult]:
|
|
285
|
+
"""
|
|
286
|
+
Container App session pool.
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
290
|
+
:param str session_pool_name: Name of the session pool.
|
|
291
|
+
"""
|
|
292
|
+
...
|