pulumi-azure-native 2.41.0a1715601087__py3-none-any.whl → 2.41.0a1715664832__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 +57 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_private_access.py +4 -0
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/private_access.py +5 -1
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
- pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
- pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
- pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
- pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
- pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
- pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
- pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
- pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
- pulumi_azure_native/datafactory/_enums.py +1 -0
- pulumi_azure_native/datafactory/_inputs.py +46 -14
- pulumi_azure_native/datafactory/outputs.py +35 -11
- pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
- pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
- pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
- pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/documentdb/__init__.py +5 -0
- pulumi_azure_native/documentdb/firewall_rule.py +257 -0
- pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
- pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
- pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
- pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/RECORD +288 -210
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetCapabilityResult',
|
|
15
|
+
'AwaitableGetCapabilityResult',
|
|
16
|
+
'get_capability',
|
|
17
|
+
'get_capability_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetCapabilityResult:
|
|
22
|
+
"""
|
|
23
|
+
Model that represents a Capability resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if system_data and not isinstance(system_data, dict):
|
|
36
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
38
|
+
if type and not isinstance(type, str):
|
|
39
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
+
pulumi.set(__self__, "type", type)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def id(self) -> str:
|
|
45
|
+
"""
|
|
46
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "id")
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def name(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "name")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def properties(self) -> 'outputs.CapabilityPropertiesResponse':
|
|
61
|
+
"""
|
|
62
|
+
The properties of a capability resource.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "properties")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="systemData")
|
|
68
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
69
|
+
"""
|
|
70
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "system_data")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def type(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "type")
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
class AwaitableGetCapabilityResult(GetCapabilityResult):
|
|
84
|
+
# pylint: disable=using-constant-test
|
|
85
|
+
def __await__(self):
|
|
86
|
+
if False:
|
|
87
|
+
yield self
|
|
88
|
+
return GetCapabilityResult(
|
|
89
|
+
id=self.id,
|
|
90
|
+
name=self.name,
|
|
91
|
+
properties=self.properties,
|
|
92
|
+
system_data=self.system_data,
|
|
93
|
+
type=self.type)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def get_capability(capability_name: Optional[str] = None,
|
|
97
|
+
parent_provider_namespace: Optional[str] = None,
|
|
98
|
+
parent_resource_name: Optional[str] = None,
|
|
99
|
+
parent_resource_type: Optional[str] = None,
|
|
100
|
+
resource_group_name: Optional[str] = None,
|
|
101
|
+
target_name: Optional[str] = None,
|
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCapabilityResult:
|
|
103
|
+
"""
|
|
104
|
+
Get a Capability resource that extends a Target resource.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
:param str capability_name: String that represents a Capability resource name.
|
|
108
|
+
:param str parent_provider_namespace: String that represents a resource provider namespace.
|
|
109
|
+
:param str parent_resource_name: String that represents a resource name.
|
|
110
|
+
:param str parent_resource_type: String that represents a resource type.
|
|
111
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
112
|
+
:param str target_name: String that represents a Target resource name.
|
|
113
|
+
"""
|
|
114
|
+
__args__ = dict()
|
|
115
|
+
__args__['capabilityName'] = capability_name
|
|
116
|
+
__args__['parentProviderNamespace'] = parent_provider_namespace
|
|
117
|
+
__args__['parentResourceName'] = parent_resource_name
|
|
118
|
+
__args__['parentResourceType'] = parent_resource_type
|
|
119
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
120
|
+
__args__['targetName'] = target_name
|
|
121
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
+
__ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getCapability', __args__, opts=opts, typ=GetCapabilityResult).value
|
|
123
|
+
|
|
124
|
+
return AwaitableGetCapabilityResult(
|
|
125
|
+
id=pulumi.get(__ret__, 'id'),
|
|
126
|
+
name=pulumi.get(__ret__, 'name'),
|
|
127
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
128
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
129
|
+
type=pulumi.get(__ret__, 'type'))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
@_utilities.lift_output_func(get_capability)
|
|
133
|
+
def get_capability_output(capability_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
parent_provider_namespace: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
parent_resource_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
parent_resource_type: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
target_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCapabilityResult]:
|
|
140
|
+
"""
|
|
141
|
+
Get a Capability resource that extends a Target resource.
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
:param str capability_name: String that represents a Capability resource name.
|
|
145
|
+
:param str parent_provider_namespace: String that represents a resource provider namespace.
|
|
146
|
+
:param str parent_resource_name: String that represents a resource name.
|
|
147
|
+
:param str parent_resource_type: String that represents a resource type.
|
|
148
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
149
|
+
:param str target_name: String that represents a Target resource name.
|
|
150
|
+
"""
|
|
151
|
+
...
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetExperimentResult',
|
|
15
|
+
'AwaitableGetExperimentResult',
|
|
16
|
+
'get_experiment',
|
|
17
|
+
'get_experiment_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetExperimentResult:
|
|
22
|
+
"""
|
|
23
|
+
Model that represents a Experiment resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if identity and not isinstance(identity, dict):
|
|
30
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "identity", identity)
|
|
32
|
+
if location and not isinstance(location, str):
|
|
33
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
34
|
+
pulumi.set(__self__, "location", location)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if properties and not isinstance(properties, dict):
|
|
39
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "properties", properties)
|
|
41
|
+
if system_data and not isinstance(system_data, dict):
|
|
42
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
44
|
+
if tags and not isinstance(tags, dict):
|
|
45
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "tags", tags)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def identity(self) -> Optional['outputs.ExperimentIdentityResponse']:
|
|
62
|
+
"""
|
|
63
|
+
The identity of the experiment resource.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "identity")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def location(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The geo-location where the resource lives
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "location")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def name(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The name of the resource
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "name")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def properties(self) -> 'outputs.ExperimentPropertiesResponse':
|
|
86
|
+
"""
|
|
87
|
+
The properties of the experiment resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "properties")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="systemData")
|
|
93
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
94
|
+
"""
|
|
95
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "system_data")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
102
|
+
"""
|
|
103
|
+
Resource tags.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "tags")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetExperimentResult(GetExperimentResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetExperimentResult(
|
|
122
|
+
id=self.id,
|
|
123
|
+
identity=self.identity,
|
|
124
|
+
location=self.location,
|
|
125
|
+
name=self.name,
|
|
126
|
+
properties=self.properties,
|
|
127
|
+
system_data=self.system_data,
|
|
128
|
+
tags=self.tags,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_experiment(experiment_name: Optional[str] = None,
|
|
133
|
+
resource_group_name: Optional[str] = None,
|
|
134
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExperimentResult:
|
|
135
|
+
"""
|
|
136
|
+
Get a Experiment resource.
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
:param str experiment_name: String that represents a Experiment resource name.
|
|
140
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
141
|
+
"""
|
|
142
|
+
__args__ = dict()
|
|
143
|
+
__args__['experimentName'] = experiment_name
|
|
144
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
145
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
146
|
+
__ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getExperiment', __args__, opts=opts, typ=GetExperimentResult).value
|
|
147
|
+
|
|
148
|
+
return AwaitableGetExperimentResult(
|
|
149
|
+
id=pulumi.get(__ret__, 'id'),
|
|
150
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
151
|
+
location=pulumi.get(__ret__, 'location'),
|
|
152
|
+
name=pulumi.get(__ret__, 'name'),
|
|
153
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
154
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
155
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
156
|
+
type=pulumi.get(__ret__, 'type'))
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
@_utilities.lift_output_func(get_experiment)
|
|
160
|
+
def get_experiment_output(experiment_name: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExperimentResult]:
|
|
163
|
+
"""
|
|
164
|
+
Get a Experiment resource.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:param str experiment_name: String that represents a Experiment resource name.
|
|
168
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
169
|
+
"""
|
|
170
|
+
...
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetExperimentExecutionDetailsResult',
|
|
15
|
+
'AwaitableGetExperimentExecutionDetailsResult',
|
|
16
|
+
'get_experiment_execution_details',
|
|
17
|
+
'get_experiment_execution_details_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetExperimentExecutionDetailsResult:
|
|
22
|
+
"""
|
|
23
|
+
Model that represents the execution details of an Experiment.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, failure_reason=None, id=None, last_action_at=None, name=None, run_information=None, started_at=None, status=None, stopped_at=None, type=None):
|
|
26
|
+
if failure_reason and not isinstance(failure_reason, str):
|
|
27
|
+
raise TypeError("Expected argument 'failure_reason' to be a str")
|
|
28
|
+
pulumi.set(__self__, "failure_reason", failure_reason)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if last_action_at and not isinstance(last_action_at, str):
|
|
33
|
+
raise TypeError("Expected argument 'last_action_at' to be a str")
|
|
34
|
+
pulumi.set(__self__, "last_action_at", last_action_at)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if run_information and not isinstance(run_information, dict):
|
|
39
|
+
raise TypeError("Expected argument 'run_information' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "run_information", run_information)
|
|
41
|
+
if started_at and not isinstance(started_at, str):
|
|
42
|
+
raise TypeError("Expected argument 'started_at' to be a str")
|
|
43
|
+
pulumi.set(__self__, "started_at", started_at)
|
|
44
|
+
if status and not isinstance(status, str):
|
|
45
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
46
|
+
pulumi.set(__self__, "status", status)
|
|
47
|
+
if stopped_at and not isinstance(stopped_at, str):
|
|
48
|
+
raise TypeError("Expected argument 'stopped_at' to be a str")
|
|
49
|
+
pulumi.set(__self__, "stopped_at", stopped_at)
|
|
50
|
+
if type and not isinstance(type, str):
|
|
51
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
52
|
+
pulumi.set(__self__, "type", type)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="failureReason")
|
|
56
|
+
def failure_reason(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
The reason why the execution failed.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "failure_reason")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
String of the fully qualified resource ID.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="lastActionAt")
|
|
72
|
+
def last_action_at(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
String that represents the last action date time.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "last_action_at")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def name(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
String of the resource name.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "name")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="runInformation")
|
|
88
|
+
def run_information(self) -> 'outputs.ExperimentExecutionDetailsPropertiesResponseRunInformation':
|
|
89
|
+
"""
|
|
90
|
+
The information of the experiment run.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "run_information")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="startedAt")
|
|
96
|
+
def started_at(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
String that represents the start date time.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "started_at")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def status(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
The status of the execution.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "status")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="stoppedAt")
|
|
112
|
+
def stopped_at(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
String that represents the stop date time.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "stopped_at")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def type(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
String of the resource type.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "type")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
class AwaitableGetExperimentExecutionDetailsResult(GetExperimentExecutionDetailsResult):
|
|
128
|
+
# pylint: disable=using-constant-test
|
|
129
|
+
def __await__(self):
|
|
130
|
+
if False:
|
|
131
|
+
yield self
|
|
132
|
+
return GetExperimentExecutionDetailsResult(
|
|
133
|
+
failure_reason=self.failure_reason,
|
|
134
|
+
id=self.id,
|
|
135
|
+
last_action_at=self.last_action_at,
|
|
136
|
+
name=self.name,
|
|
137
|
+
run_information=self.run_information,
|
|
138
|
+
started_at=self.started_at,
|
|
139
|
+
status=self.status,
|
|
140
|
+
stopped_at=self.stopped_at,
|
|
141
|
+
type=self.type)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
def get_experiment_execution_details(execution_id: Optional[str] = None,
|
|
145
|
+
experiment_name: Optional[str] = None,
|
|
146
|
+
resource_group_name: Optional[str] = None,
|
|
147
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExperimentExecutionDetailsResult:
|
|
148
|
+
"""
|
|
149
|
+
Execution details of an experiment resource.
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
:param str execution_id: GUID that represents a Experiment execution detail.
|
|
153
|
+
:param str experiment_name: String that represents a Experiment resource name.
|
|
154
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
155
|
+
"""
|
|
156
|
+
__args__ = dict()
|
|
157
|
+
__args__['executionId'] = execution_id
|
|
158
|
+
__args__['experimentName'] = experiment_name
|
|
159
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
160
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
161
|
+
__ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getExperimentExecutionDetails', __args__, opts=opts, typ=GetExperimentExecutionDetailsResult).value
|
|
162
|
+
|
|
163
|
+
return AwaitableGetExperimentExecutionDetailsResult(
|
|
164
|
+
failure_reason=pulumi.get(__ret__, 'failure_reason'),
|
|
165
|
+
id=pulumi.get(__ret__, 'id'),
|
|
166
|
+
last_action_at=pulumi.get(__ret__, 'last_action_at'),
|
|
167
|
+
name=pulumi.get(__ret__, 'name'),
|
|
168
|
+
run_information=pulumi.get(__ret__, 'run_information'),
|
|
169
|
+
started_at=pulumi.get(__ret__, 'started_at'),
|
|
170
|
+
status=pulumi.get(__ret__, 'status'),
|
|
171
|
+
stopped_at=pulumi.get(__ret__, 'stopped_at'),
|
|
172
|
+
type=pulumi.get(__ret__, 'type'))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
@_utilities.lift_output_func(get_experiment_execution_details)
|
|
176
|
+
def get_experiment_execution_details_output(execution_id: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
experiment_name: Optional[pulumi.Input[str]] = None,
|
|
178
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExperimentExecutionDetailsResult]:
|
|
180
|
+
"""
|
|
181
|
+
Execution details of an experiment resource.
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
:param str execution_id: GUID that represents a Experiment execution detail.
|
|
185
|
+
:param str experiment_name: String that represents a Experiment resource name.
|
|
186
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
187
|
+
"""
|
|
188
|
+
...
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPrivateAccessResult',
|
|
15
|
+
'AwaitableGetPrivateAccessResult',
|
|
16
|
+
'get_private_access',
|
|
17
|
+
'get_private_access_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPrivateAccessResult:
|
|
22
|
+
"""
|
|
23
|
+
PrivateAccesses tracked resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, location=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if location and not isinstance(location, str):
|
|
30
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
+
pulumi.set(__self__, "location", location)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
36
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
37
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
38
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
39
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
40
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
41
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
42
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
43
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if tags and not isinstance(tags, dict):
|
|
48
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "tags", tags)
|
|
50
|
+
if type and not isinstance(type, str):
|
|
51
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
52
|
+
pulumi.set(__self__, "type", type)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def location(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
The geo-location where the resource lives
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "location")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def name(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The name of the resource
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "name")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
80
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
81
|
+
"""
|
|
82
|
+
A readonly collection of private endpoint connection. Currently only one endpoint connection is supported.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="provisioningState")
|
|
88
|
+
def provisioning_state(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
Most recent provisioning state for the given privateAccess resource.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "provisioning_state")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
96
|
+
def public_network_access(self) -> Optional[str]:
|
|
97
|
+
"""
|
|
98
|
+
Public Network Access Control for PrivateAccess resource.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "public_network_access")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="systemData")
|
|
104
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
105
|
+
"""
|
|
106
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "system_data")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
113
|
+
"""
|
|
114
|
+
Resource tags.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "tags")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def type(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "type")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
class AwaitableGetPrivateAccessResult(GetPrivateAccessResult):
|
|
128
|
+
# pylint: disable=using-constant-test
|
|
129
|
+
def __await__(self):
|
|
130
|
+
if False:
|
|
131
|
+
yield self
|
|
132
|
+
return GetPrivateAccessResult(
|
|
133
|
+
id=self.id,
|
|
134
|
+
location=self.location,
|
|
135
|
+
name=self.name,
|
|
136
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
137
|
+
provisioning_state=self.provisioning_state,
|
|
138
|
+
public_network_access=self.public_network_access,
|
|
139
|
+
system_data=self.system_data,
|
|
140
|
+
tags=self.tags,
|
|
141
|
+
type=self.type)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
def get_private_access(private_access_name: Optional[str] = None,
|
|
145
|
+
resource_group_name: Optional[str] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateAccessResult:
|
|
147
|
+
"""
|
|
148
|
+
Get a private access resource
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
:param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
|
|
152
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
153
|
+
"""
|
|
154
|
+
__args__ = dict()
|
|
155
|
+
__args__['privateAccessName'] = private_access_name
|
|
156
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
157
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
158
|
+
__ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getPrivateAccess', __args__, opts=opts, typ=GetPrivateAccessResult).value
|
|
159
|
+
|
|
160
|
+
return AwaitableGetPrivateAccessResult(
|
|
161
|
+
id=pulumi.get(__ret__, 'id'),
|
|
162
|
+
location=pulumi.get(__ret__, 'location'),
|
|
163
|
+
name=pulumi.get(__ret__, 'name'),
|
|
164
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
165
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
166
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
167
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
168
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
169
|
+
type=pulumi.get(__ret__, 'type'))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
@_utilities.lift_output_func(get_private_access)
|
|
173
|
+
def get_private_access_output(private_access_name: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateAccessResult]:
|
|
176
|
+
"""
|
|
177
|
+
Get a private access resource
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
:param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
|
|
181
|
+
:param str resource_group_name: String that represents an Azure resource group.
|
|
182
|
+
"""
|
|
183
|
+
...
|