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,182 @@
|
|
|
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
|
+
'GetContainerAppsSourceControlResult',
|
|
20
|
+
'AwaitableGetContainerAppsSourceControlResult',
|
|
21
|
+
'get_container_apps_source_control',
|
|
22
|
+
'get_container_apps_source_control_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetContainerAppsSourceControlResult:
|
|
27
|
+
"""
|
|
28
|
+
Container App SourceControl.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, branch=None, github_action_configuration=None, id=None, name=None, operation_state=None, repo_url=None, system_data=None, type=None):
|
|
31
|
+
if branch and not isinstance(branch, str):
|
|
32
|
+
raise TypeError("Expected argument 'branch' to be a str")
|
|
33
|
+
pulumi.set(__self__, "branch", branch)
|
|
34
|
+
if github_action_configuration and not isinstance(github_action_configuration, dict):
|
|
35
|
+
raise TypeError("Expected argument 'github_action_configuration' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "github_action_configuration", github_action_configuration)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
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 operation_state and not isinstance(operation_state, str):
|
|
44
|
+
raise TypeError("Expected argument 'operation_state' to be a str")
|
|
45
|
+
pulumi.set(__self__, "operation_state", operation_state)
|
|
46
|
+
if repo_url and not isinstance(repo_url, str):
|
|
47
|
+
raise TypeError("Expected argument 'repo_url' to be a str")
|
|
48
|
+
pulumi.set(__self__, "repo_url", repo_url)
|
|
49
|
+
if system_data and not isinstance(system_data, dict):
|
|
50
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
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 branch(self) -> Optional[str]:
|
|
59
|
+
"""
|
|
60
|
+
The branch which will trigger the auto deployment
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "branch")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="githubActionConfiguration")
|
|
66
|
+
def github_action_configuration(self) -> Optional['outputs.GithubActionConfigurationResponse']:
|
|
67
|
+
"""
|
|
68
|
+
Container App Revision Template with all possible settings and the
|
|
69
|
+
defaults if user did not provide them. The defaults are populated
|
|
70
|
+
as they were at the creation time
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "github_action_configuration")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def id(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def name(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The name of the resource
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="operationState")
|
|
92
|
+
def operation_state(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
Current provisioning State of the operation
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "operation_state")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="repoUrl")
|
|
100
|
+
def repo_url(self) -> Optional[str]:
|
|
101
|
+
"""
|
|
102
|
+
The repo url which will be integrated to ContainerApp.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "repo_url")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="systemData")
|
|
108
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
109
|
+
"""
|
|
110
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "system_data")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def type(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "type")
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class AwaitableGetContainerAppsSourceControlResult(GetContainerAppsSourceControlResult):
|
|
124
|
+
# pylint: disable=using-constant-test
|
|
125
|
+
def __await__(self):
|
|
126
|
+
if False:
|
|
127
|
+
yield self
|
|
128
|
+
return GetContainerAppsSourceControlResult(
|
|
129
|
+
branch=self.branch,
|
|
130
|
+
github_action_configuration=self.github_action_configuration,
|
|
131
|
+
id=self.id,
|
|
132
|
+
name=self.name,
|
|
133
|
+
operation_state=self.operation_state,
|
|
134
|
+
repo_url=self.repo_url,
|
|
135
|
+
system_data=self.system_data,
|
|
136
|
+
type=self.type)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
def get_container_apps_source_control(container_app_name: Optional[str] = None,
|
|
140
|
+
resource_group_name: Optional[str] = None,
|
|
141
|
+
source_control_name: Optional[str] = None,
|
|
142
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerAppsSourceControlResult:
|
|
143
|
+
"""
|
|
144
|
+
Container App SourceControl.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:param str container_app_name: Name of the Container App.
|
|
148
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
149
|
+
:param str source_control_name: Name of the Container App SourceControl.
|
|
150
|
+
"""
|
|
151
|
+
__args__ = dict()
|
|
152
|
+
__args__['containerAppName'] = container_app_name
|
|
153
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
154
|
+
__args__['sourceControlName'] = source_control_name
|
|
155
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getContainerAppsSourceControl', __args__, opts=opts, typ=GetContainerAppsSourceControlResult).value
|
|
157
|
+
|
|
158
|
+
return AwaitableGetContainerAppsSourceControlResult(
|
|
159
|
+
branch=pulumi.get(__ret__, 'branch'),
|
|
160
|
+
github_action_configuration=pulumi.get(__ret__, 'github_action_configuration'),
|
|
161
|
+
id=pulumi.get(__ret__, 'id'),
|
|
162
|
+
name=pulumi.get(__ret__, 'name'),
|
|
163
|
+
operation_state=pulumi.get(__ret__, 'operation_state'),
|
|
164
|
+
repo_url=pulumi.get(__ret__, 'repo_url'),
|
|
165
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
166
|
+
type=pulumi.get(__ret__, 'type'))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
@_utilities.lift_output_func(get_container_apps_source_control)
|
|
170
|
+
def get_container_apps_source_control_output(container_app_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
source_control_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerAppsSourceControlResult]:
|
|
174
|
+
"""
|
|
175
|
+
Container App SourceControl.
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
:param str container_app_name: Name of the Container App.
|
|
179
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
180
|
+
:param str source_control_name: Name of the Container App SourceControl.
|
|
181
|
+
"""
|
|
182
|
+
...
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetCustomDomainVerificationIdResult',
|
|
19
|
+
'AwaitableGetCustomDomainVerificationIdResult',
|
|
20
|
+
'get_custom_domain_verification_id',
|
|
21
|
+
'get_custom_domain_verification_id_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetCustomDomainVerificationIdResult:
|
|
26
|
+
"""
|
|
27
|
+
Custom domain verification Id of a subscription
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, value=None):
|
|
30
|
+
if value and not isinstance(value, str):
|
|
31
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
32
|
+
pulumi.set(__self__, "value", value)
|
|
33
|
+
|
|
34
|
+
@property
|
|
35
|
+
@pulumi.getter
|
|
36
|
+
def value(self) -> Optional[str]:
|
|
37
|
+
return pulumi.get(self, "value")
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class AwaitableGetCustomDomainVerificationIdResult(GetCustomDomainVerificationIdResult):
|
|
41
|
+
# pylint: disable=using-constant-test
|
|
42
|
+
def __await__(self):
|
|
43
|
+
if False:
|
|
44
|
+
yield self
|
|
45
|
+
return GetCustomDomainVerificationIdResult(
|
|
46
|
+
value=self.value)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCustomDomainVerificationIdResult:
|
|
50
|
+
"""
|
|
51
|
+
Get the verification id of a subscription used for verifying custom domains
|
|
52
|
+
"""
|
|
53
|
+
__args__ = dict()
|
|
54
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
55
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getCustomDomainVerificationId', __args__, opts=opts, typ=GetCustomDomainVerificationIdResult).value
|
|
56
|
+
|
|
57
|
+
return AwaitableGetCustomDomainVerificationIdResult(
|
|
58
|
+
value=pulumi.get(__ret__, 'value'))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
@_utilities.lift_output_func(get_custom_domain_verification_id)
|
|
62
|
+
def get_custom_domain_verification_id_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCustomDomainVerificationIdResult]:
|
|
63
|
+
"""
|
|
64
|
+
Get the verification id of a subscription used for verifying custom domains
|
|
65
|
+
"""
|
|
66
|
+
...
|
|
@@ -0,0 +1,245 @@
|
|
|
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
|
+
'GetDaprComponentResult',
|
|
20
|
+
'AwaitableGetDaprComponentResult',
|
|
21
|
+
'get_dapr_component',
|
|
22
|
+
'get_dapr_component_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetDaprComponentResult:
|
|
27
|
+
"""
|
|
28
|
+
Dapr Component.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, component_type=None, id=None, ignore_errors=None, init_timeout=None, metadata=None, name=None, scopes=None, secret_store_component=None, secrets=None, service_component_bind=None, system_data=None, type=None, version=None):
|
|
31
|
+
if component_type and not isinstance(component_type, str):
|
|
32
|
+
raise TypeError("Expected argument 'component_type' to be a str")
|
|
33
|
+
pulumi.set(__self__, "component_type", component_type)
|
|
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 ignore_errors and not isinstance(ignore_errors, bool):
|
|
38
|
+
raise TypeError("Expected argument 'ignore_errors' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "ignore_errors", ignore_errors)
|
|
40
|
+
if init_timeout and not isinstance(init_timeout, str):
|
|
41
|
+
raise TypeError("Expected argument 'init_timeout' to be a str")
|
|
42
|
+
pulumi.set(__self__, "init_timeout", init_timeout)
|
|
43
|
+
if metadata and not isinstance(metadata, list):
|
|
44
|
+
raise TypeError("Expected argument 'metadata' to be a list")
|
|
45
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
46
|
+
if name and not isinstance(name, str):
|
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if scopes and not isinstance(scopes, list):
|
|
50
|
+
raise TypeError("Expected argument 'scopes' to be a list")
|
|
51
|
+
pulumi.set(__self__, "scopes", scopes)
|
|
52
|
+
if secret_store_component and not isinstance(secret_store_component, str):
|
|
53
|
+
raise TypeError("Expected argument 'secret_store_component' to be a str")
|
|
54
|
+
pulumi.set(__self__, "secret_store_component", secret_store_component)
|
|
55
|
+
if secrets and not isinstance(secrets, list):
|
|
56
|
+
raise TypeError("Expected argument 'secrets' to be a list")
|
|
57
|
+
pulumi.set(__self__, "secrets", secrets)
|
|
58
|
+
if service_component_bind and not isinstance(service_component_bind, list):
|
|
59
|
+
raise TypeError("Expected argument 'service_component_bind' to be a list")
|
|
60
|
+
pulumi.set(__self__, "service_component_bind", service_component_bind)
|
|
61
|
+
if system_data and not isinstance(system_data, dict):
|
|
62
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
64
|
+
if type and not isinstance(type, str):
|
|
65
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "type", type)
|
|
67
|
+
if version and not isinstance(version, str):
|
|
68
|
+
raise TypeError("Expected argument 'version' to be a str")
|
|
69
|
+
pulumi.set(__self__, "version", version)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="componentType")
|
|
73
|
+
def component_type(self) -> Optional[str]:
|
|
74
|
+
"""
|
|
75
|
+
Component type
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "component_type")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def id(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "id")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="ignoreErrors")
|
|
89
|
+
def ignore_errors(self) -> Optional[bool]:
|
|
90
|
+
"""
|
|
91
|
+
Boolean describing if the component errors are ignores
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "ignore_errors")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="initTimeout")
|
|
97
|
+
def init_timeout(self) -> Optional[str]:
|
|
98
|
+
"""
|
|
99
|
+
Initialization timeout
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "init_timeout")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter
|
|
105
|
+
def metadata(self) -> Optional[Sequence['outputs.DaprMetadataResponse']]:
|
|
106
|
+
"""
|
|
107
|
+
Component metadata
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "metadata")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter
|
|
113
|
+
def name(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
The name of the resource
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "name")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter
|
|
121
|
+
def scopes(self) -> Optional[Sequence[str]]:
|
|
122
|
+
"""
|
|
123
|
+
Names of container apps that can use this Dapr component
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "scopes")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="secretStoreComponent")
|
|
129
|
+
def secret_store_component(self) -> Optional[str]:
|
|
130
|
+
"""
|
|
131
|
+
Name of a Dapr component to retrieve component secrets from
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "secret_store_component")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter
|
|
137
|
+
def secrets(self) -> Optional[Sequence['outputs.SecretResponse']]:
|
|
138
|
+
"""
|
|
139
|
+
Collection of secrets used by a Dapr component
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "secrets")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="serviceComponentBind")
|
|
145
|
+
def service_component_bind(self) -> Optional[Sequence['outputs.DaprComponentServiceBindingResponse']]:
|
|
146
|
+
"""
|
|
147
|
+
List of container app services that are bound to the Dapr component
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "service_component_bind")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="systemData")
|
|
153
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
154
|
+
"""
|
|
155
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "system_data")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter
|
|
161
|
+
def type(self) -> str:
|
|
162
|
+
"""
|
|
163
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "type")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter
|
|
169
|
+
def version(self) -> Optional[str]:
|
|
170
|
+
"""
|
|
171
|
+
Component version
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "version")
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
class AwaitableGetDaprComponentResult(GetDaprComponentResult):
|
|
177
|
+
# pylint: disable=using-constant-test
|
|
178
|
+
def __await__(self):
|
|
179
|
+
if False:
|
|
180
|
+
yield self
|
|
181
|
+
return GetDaprComponentResult(
|
|
182
|
+
component_type=self.component_type,
|
|
183
|
+
id=self.id,
|
|
184
|
+
ignore_errors=self.ignore_errors,
|
|
185
|
+
init_timeout=self.init_timeout,
|
|
186
|
+
metadata=self.metadata,
|
|
187
|
+
name=self.name,
|
|
188
|
+
scopes=self.scopes,
|
|
189
|
+
secret_store_component=self.secret_store_component,
|
|
190
|
+
secrets=self.secrets,
|
|
191
|
+
service_component_bind=self.service_component_bind,
|
|
192
|
+
system_data=self.system_data,
|
|
193
|
+
type=self.type,
|
|
194
|
+
version=self.version)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
def get_dapr_component(component_name: Optional[str] = None,
|
|
198
|
+
environment_name: Optional[str] = None,
|
|
199
|
+
resource_group_name: Optional[str] = None,
|
|
200
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDaprComponentResult:
|
|
201
|
+
"""
|
|
202
|
+
Dapr Component.
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
:param str component_name: Name of the Dapr Component.
|
|
206
|
+
:param str environment_name: Name of the Managed Environment.
|
|
207
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
208
|
+
"""
|
|
209
|
+
__args__ = dict()
|
|
210
|
+
__args__['componentName'] = component_name
|
|
211
|
+
__args__['environmentName'] = environment_name
|
|
212
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
213
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
214
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getDaprComponent', __args__, opts=opts, typ=GetDaprComponentResult).value
|
|
215
|
+
|
|
216
|
+
return AwaitableGetDaprComponentResult(
|
|
217
|
+
component_type=pulumi.get(__ret__, 'component_type'),
|
|
218
|
+
id=pulumi.get(__ret__, 'id'),
|
|
219
|
+
ignore_errors=pulumi.get(__ret__, 'ignore_errors'),
|
|
220
|
+
init_timeout=pulumi.get(__ret__, 'init_timeout'),
|
|
221
|
+
metadata=pulumi.get(__ret__, 'metadata'),
|
|
222
|
+
name=pulumi.get(__ret__, 'name'),
|
|
223
|
+
scopes=pulumi.get(__ret__, 'scopes'),
|
|
224
|
+
secret_store_component=pulumi.get(__ret__, 'secret_store_component'),
|
|
225
|
+
secrets=pulumi.get(__ret__, 'secrets'),
|
|
226
|
+
service_component_bind=pulumi.get(__ret__, 'service_component_bind'),
|
|
227
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
228
|
+
type=pulumi.get(__ret__, 'type'),
|
|
229
|
+
version=pulumi.get(__ret__, 'version'))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
@_utilities.lift_output_func(get_dapr_component)
|
|
233
|
+
def get_dapr_component_output(component_name: Optional[pulumi.Input[str]] = None,
|
|
234
|
+
environment_name: Optional[pulumi.Input[str]] = None,
|
|
235
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
236
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDaprComponentResult]:
|
|
237
|
+
"""
|
|
238
|
+
Dapr Component.
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
:param str component_name: Name of the Dapr Component.
|
|
242
|
+
:param str environment_name: Name of the Managed Environment.
|
|
243
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
244
|
+
"""
|
|
245
|
+
...
|
|
@@ -0,0 +1,159 @@
|
|
|
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
|
+
'GetDaprComponentResiliencyPolicyResult',
|
|
20
|
+
'AwaitableGetDaprComponentResiliencyPolicyResult',
|
|
21
|
+
'get_dapr_component_resiliency_policy',
|
|
22
|
+
'get_dapr_component_resiliency_policy_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetDaprComponentResiliencyPolicyResult:
|
|
27
|
+
"""
|
|
28
|
+
Dapr Component Resiliency Policy.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, inbound_policy=None, name=None, outbound_policy=None, system_data=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if inbound_policy and not isinstance(inbound_policy, dict):
|
|
35
|
+
raise TypeError("Expected argument 'inbound_policy' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "inbound_policy", inbound_policy)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if outbound_policy and not isinstance(outbound_policy, dict):
|
|
41
|
+
raise TypeError("Expected argument 'outbound_policy' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "outbound_policy", outbound_policy)
|
|
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 type and not isinstance(type, str):
|
|
47
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "type", type)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def id(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "id")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="inboundPolicy")
|
|
60
|
+
def inbound_policy(self) -> Optional['outputs.DaprComponentResiliencyPolicyConfigurationResponse']:
|
|
61
|
+
"""
|
|
62
|
+
The optional inbound component resiliency policy configuration
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "inbound_policy")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def name(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
The name of the resource
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "name")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="outboundPolicy")
|
|
76
|
+
def outbound_policy(self) -> Optional['outputs.DaprComponentResiliencyPolicyConfigurationResponse']:
|
|
77
|
+
"""
|
|
78
|
+
The optional outbound component resiliency policy configuration
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "outbound_policy")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="systemData")
|
|
84
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
+
"""
|
|
86
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "system_data")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def type(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "type")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetDaprComponentResiliencyPolicyResult(GetDaprComponentResiliencyPolicyResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetDaprComponentResiliencyPolicyResult(
|
|
105
|
+
id=self.id,
|
|
106
|
+
inbound_policy=self.inbound_policy,
|
|
107
|
+
name=self.name,
|
|
108
|
+
outbound_policy=self.outbound_policy,
|
|
109
|
+
system_data=self.system_data,
|
|
110
|
+
type=self.type)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_dapr_component_resiliency_policy(component_name: Optional[str] = None,
|
|
114
|
+
environment_name: Optional[str] = None,
|
|
115
|
+
name: Optional[str] = None,
|
|
116
|
+
resource_group_name: Optional[str] = None,
|
|
117
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDaprComponentResiliencyPolicyResult:
|
|
118
|
+
"""
|
|
119
|
+
Dapr Component Resiliency Policy.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param str component_name: Name of the Dapr Component.
|
|
123
|
+
:param str environment_name: Name of the Managed Environment.
|
|
124
|
+
:param str name: Name of the Dapr Component Resiliency Policy.
|
|
125
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
126
|
+
"""
|
|
127
|
+
__args__ = dict()
|
|
128
|
+
__args__['componentName'] = component_name
|
|
129
|
+
__args__['environmentName'] = environment_name
|
|
130
|
+
__args__['name'] = name
|
|
131
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
132
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
133
|
+
__ret__ = pulumi.runtime.invoke('azure-native:app/v20240802preview:getDaprComponentResiliencyPolicy', __args__, opts=opts, typ=GetDaprComponentResiliencyPolicyResult).value
|
|
134
|
+
|
|
135
|
+
return AwaitableGetDaprComponentResiliencyPolicyResult(
|
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
|
137
|
+
inbound_policy=pulumi.get(__ret__, 'inbound_policy'),
|
|
138
|
+
name=pulumi.get(__ret__, 'name'),
|
|
139
|
+
outbound_policy=pulumi.get(__ret__, 'outbound_policy'),
|
|
140
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
141
|
+
type=pulumi.get(__ret__, 'type'))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
@_utilities.lift_output_func(get_dapr_component_resiliency_policy)
|
|
145
|
+
def get_dapr_component_resiliency_policy_output(component_name: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
environment_name: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDaprComponentResiliencyPolicyResult]:
|
|
150
|
+
"""
|
|
151
|
+
Dapr Component Resiliency Policy.
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
:param str component_name: Name of the Dapr Component.
|
|
155
|
+
:param str environment_name: Name of the Managed Environment.
|
|
156
|
+
:param str name: Name of the Dapr Component Resiliency Policy.
|
|
157
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
158
|
+
"""
|
|
159
|
+
...
|