pulumi-azure-native 2.40.0__py3-none-any.whl → 2.40.0a1714482437__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 +1 -59
- pulumi_azure_native/cache/__init__.py +0 -3
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/get_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- pulumi_azure_native/cache/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -5
- pulumi_azure_native/containerservice/_enums.py +0 -23
- pulumi_azure_native/containerservice/_inputs.py +0 -98
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +0 -103
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/monitor/__init__.py +0 -7
- pulumi_azure_native/monitor/azure_monitor_workspace.py +1 -5
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +0 -4
- pulumi_azure_native/monitor/outputs.py +183 -1339
- pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +1 -1
- pulumi_azure_native/resources/_inputs.py +2 -2
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +1 -5
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +1 -5
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +1 -5
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +0 -4
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +0 -4
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +0 -4
- pulumi_azure_native/resources/outputs.py +2 -2
- pulumi_azure_native/resources/v20220801preview/_inputs.py +2 -2
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_management_group.py +1 -1
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_resource_group.py +1 -1
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_subscription.py +1 -1
- pulumi_azure_native/resources/v20220801preview/outputs.py +2 -2
- pulumi_azure_native/resources/v20240301/__init__.py +0 -6
- pulumi_azure_native/resources/v20240301/_enums.py +0 -28
- pulumi_azure_native/resources/v20240301/_inputs.py +4 -302
- pulumi_azure_native/resources/v20240301/outputs.py +4 -677
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714482437.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714482437.dist-info}/RECORD +194 -256
- pulumi_azure_native/cache/v20240301preview/__init__.py +0 -17
- pulumi_azure_native/cache/v20240301preview/_enums.py +0 -124
- pulumi_azure_native/cache/v20240301preview/_inputs.py +0 -438
- pulumi_azure_native/cache/v20240301preview/database.py +0 -439
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +0 -227
- pulumi_azure_native/cache/v20240301preview/get_database.py +0 -253
- pulumi_azure_native/cache/v20240301preview/get_enterprise_private_endpoint_connection.py +0 -149
- pulumi_azure_native/cache/v20240301preview/get_redis_enterprise.py +0 -261
- pulumi_azure_native/cache/v20240301preview/list_database_keys.py +0 -96
- pulumi_azure_native/cache/v20240301preview/outputs.py +0 -740
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +0 -410
- pulumi_azure_native/containerservice/get_load_balancer.py +0 -203
- pulumi_azure_native/containerservice/load_balancer.py +0 -365
- pulumi_azure_native/containerservice/v20240302preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240302preview/_enums.py +0 -840
- pulumi_azure_native/containerservice/v20240302preview/_inputs.py +0 -6966
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +0 -1686
- pulumi_azure_native/containerservice/v20240302preview/get_agent_pool.py +0 -812
- pulumi_azure_native/containerservice/v20240302preview/get_load_balancer.py +0 -201
- pulumi_azure_native/containerservice/v20240302preview/get_maintenance_configuration.py +0 -162
- pulumi_azure_native/containerservice/v20240302preview/get_managed_cluster.py +0 -833
- pulumi_azure_native/containerservice/v20240302preview/get_managed_cluster_snapshot.py +0 -183
- pulumi_azure_native/containerservice/v20240302preview/get_private_endpoint_connection.py +0 -149
- pulumi_azure_native/containerservice/v20240302preview/get_snapshot.py +0 -248
- pulumi_azure_native/containerservice/v20240302preview/get_trusted_access_role_binding.py +0 -162
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_admin_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_monitoring_user_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +0 -363
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +0 -274
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +0 -1590
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +0 -292
- pulumi_azure_native/containerservice/v20240302preview/outputs.py +0 -8118
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +0 -246
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +0 -342
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +0 -255
- pulumi_azure_native/monitor/_enums.py +0 -140
- pulumi_azure_native/monitor/_inputs.py +0 -1122
- pulumi_azure_native/monitor/get_pipeline_group.py +0 -250
- pulumi_azure_native/monitor/pipeline_group.py +0 -443
- pulumi_azure_native/monitor/v20231001preview/__init__.py +0 -14
- pulumi_azure_native/monitor/v20231001preview/_enums.py +0 -140
- pulumi_azure_native/monitor/v20231001preview/_inputs.py +0 -1122
- pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +0 -282
- pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +0 -222
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +0 -248
- pulumi_azure_native/monitor/v20231001preview/outputs.py +0 -1641
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +0 -441
- pulumi_azure_native/portalservices/__init__.py +0 -18
- pulumi_azure_native/portalservices/copilot_setting.py +0 -165
- pulumi_azure_native/portalservices/get_copilot_setting.py +0 -132
- pulumi_azure_native/portalservices/outputs.py +0 -125
- pulumi_azure_native/portalservices/v20240401preview/__init__.py +0 -10
- pulumi_azure_native/portalservices/v20240401preview/copilot_setting.py +0 -163
- pulumi_azure_native/portalservices/v20240401preview/get_copilot_setting.py +0 -130
- pulumi_azure_native/portalservices/v20240401preview/outputs.py +0 -125
- pulumi_azure_native/resources/v20240301/deployment_stack_at_management_group.py +0 -589
- pulumi_azure_native/resources/v20240301/deployment_stack_at_resource_group.py +0 -589
- pulumi_azure_native/resources/v20240301/deployment_stack_at_subscription.py +0 -568
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_management_group.py +0 -365
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_resource_group.py +0 -365
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_subscription.py +0 -360
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714482437.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714482437.dist-info}/top_level.txt +0 -0
|
@@ -1,360 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from ... import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetDeploymentStackAtSubscriptionResult',
|
|
15
|
-
'AwaitableGetDeploymentStackAtSubscriptionResult',
|
|
16
|
-
'get_deployment_stack_at_subscription',
|
|
17
|
-
'get_deployment_stack_at_subscription_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetDeploymentStackAtSubscriptionResult:
|
|
22
|
-
"""
|
|
23
|
-
Deployment stack object.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, action_on_unmanage=None, correlation_id=None, debug_setting=None, deleted_resources=None, deny_settings=None, deployment_id=None, deployment_scope=None, description=None, detached_resources=None, duration=None, error=None, failed_resources=None, id=None, location=None, name=None, outputs=None, parameters=None, parameters_link=None, provisioning_state=None, resources=None, system_data=None, tags=None, type=None):
|
|
26
|
-
if action_on_unmanage and not isinstance(action_on_unmanage, dict):
|
|
27
|
-
raise TypeError("Expected argument 'action_on_unmanage' to be a dict")
|
|
28
|
-
pulumi.set(__self__, "action_on_unmanage", action_on_unmanage)
|
|
29
|
-
if correlation_id and not isinstance(correlation_id, str):
|
|
30
|
-
raise TypeError("Expected argument 'correlation_id' to be a str")
|
|
31
|
-
pulumi.set(__self__, "correlation_id", correlation_id)
|
|
32
|
-
if debug_setting and not isinstance(debug_setting, dict):
|
|
33
|
-
raise TypeError("Expected argument 'debug_setting' to be a dict")
|
|
34
|
-
pulumi.set(__self__, "debug_setting", debug_setting)
|
|
35
|
-
if deleted_resources and not isinstance(deleted_resources, list):
|
|
36
|
-
raise TypeError("Expected argument 'deleted_resources' to be a list")
|
|
37
|
-
pulumi.set(__self__, "deleted_resources", deleted_resources)
|
|
38
|
-
if deny_settings and not isinstance(deny_settings, dict):
|
|
39
|
-
raise TypeError("Expected argument 'deny_settings' to be a dict")
|
|
40
|
-
pulumi.set(__self__, "deny_settings", deny_settings)
|
|
41
|
-
if deployment_id and not isinstance(deployment_id, str):
|
|
42
|
-
raise TypeError("Expected argument 'deployment_id' to be a str")
|
|
43
|
-
pulumi.set(__self__, "deployment_id", deployment_id)
|
|
44
|
-
if deployment_scope and not isinstance(deployment_scope, str):
|
|
45
|
-
raise TypeError("Expected argument 'deployment_scope' to be a str")
|
|
46
|
-
pulumi.set(__self__, "deployment_scope", deployment_scope)
|
|
47
|
-
if description and not isinstance(description, str):
|
|
48
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
49
|
-
pulumi.set(__self__, "description", description)
|
|
50
|
-
if detached_resources and not isinstance(detached_resources, list):
|
|
51
|
-
raise TypeError("Expected argument 'detached_resources' to be a list")
|
|
52
|
-
pulumi.set(__self__, "detached_resources", detached_resources)
|
|
53
|
-
if duration and not isinstance(duration, str):
|
|
54
|
-
raise TypeError("Expected argument 'duration' to be a str")
|
|
55
|
-
pulumi.set(__self__, "duration", duration)
|
|
56
|
-
if error and not isinstance(error, dict):
|
|
57
|
-
raise TypeError("Expected argument 'error' to be a dict")
|
|
58
|
-
pulumi.set(__self__, "error", error)
|
|
59
|
-
if failed_resources and not isinstance(failed_resources, list):
|
|
60
|
-
raise TypeError("Expected argument 'failed_resources' to be a list")
|
|
61
|
-
pulumi.set(__self__, "failed_resources", failed_resources)
|
|
62
|
-
if id and not isinstance(id, str):
|
|
63
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
64
|
-
pulumi.set(__self__, "id", id)
|
|
65
|
-
if location and not isinstance(location, str):
|
|
66
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
67
|
-
pulumi.set(__self__, "location", location)
|
|
68
|
-
if name and not isinstance(name, str):
|
|
69
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
70
|
-
pulumi.set(__self__, "name", name)
|
|
71
|
-
if outputs and not isinstance(outputs, dict):
|
|
72
|
-
raise TypeError("Expected argument 'outputs' to be a dict")
|
|
73
|
-
pulumi.set(__self__, "outputs", outputs)
|
|
74
|
-
if parameters and not isinstance(parameters, dict):
|
|
75
|
-
raise TypeError("Expected argument 'parameters' to be a dict")
|
|
76
|
-
pulumi.set(__self__, "parameters", parameters)
|
|
77
|
-
if parameters_link and not isinstance(parameters_link, dict):
|
|
78
|
-
raise TypeError("Expected argument 'parameters_link' to be a dict")
|
|
79
|
-
pulumi.set(__self__, "parameters_link", parameters_link)
|
|
80
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
81
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
82
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
83
|
-
if resources and not isinstance(resources, list):
|
|
84
|
-
raise TypeError("Expected argument 'resources' to be a list")
|
|
85
|
-
pulumi.set(__self__, "resources", resources)
|
|
86
|
-
if system_data and not isinstance(system_data, dict):
|
|
87
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
88
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
89
|
-
if tags and not isinstance(tags, dict):
|
|
90
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
91
|
-
pulumi.set(__self__, "tags", tags)
|
|
92
|
-
if type and not isinstance(type, str):
|
|
93
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
94
|
-
pulumi.set(__self__, "type", type)
|
|
95
|
-
|
|
96
|
-
@property
|
|
97
|
-
@pulumi.getter(name="actionOnUnmanage")
|
|
98
|
-
def action_on_unmanage(self) -> 'outputs.ActionOnUnmanageResponse':
|
|
99
|
-
"""
|
|
100
|
-
Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
|
|
101
|
-
"""
|
|
102
|
-
return pulumi.get(self, "action_on_unmanage")
|
|
103
|
-
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="correlationId")
|
|
106
|
-
def correlation_id(self) -> str:
|
|
107
|
-
"""
|
|
108
|
-
The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "correlation_id")
|
|
111
|
-
|
|
112
|
-
@property
|
|
113
|
-
@pulumi.getter(name="debugSetting")
|
|
114
|
-
def debug_setting(self) -> Optional['outputs.DeploymentStacksDebugSettingResponse']:
|
|
115
|
-
"""
|
|
116
|
-
The debug setting of the deployment.
|
|
117
|
-
"""
|
|
118
|
-
return pulumi.get(self, "debug_setting")
|
|
119
|
-
|
|
120
|
-
@property
|
|
121
|
-
@pulumi.getter(name="deletedResources")
|
|
122
|
-
def deleted_resources(self) -> Sequence['outputs.ResourceReferenceResponse']:
|
|
123
|
-
"""
|
|
124
|
-
An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
|
|
125
|
-
"""
|
|
126
|
-
return pulumi.get(self, "deleted_resources")
|
|
127
|
-
|
|
128
|
-
@property
|
|
129
|
-
@pulumi.getter(name="denySettings")
|
|
130
|
-
def deny_settings(self) -> 'outputs.DenySettingsResponse':
|
|
131
|
-
"""
|
|
132
|
-
Defines how resources deployed by the stack are locked.
|
|
133
|
-
"""
|
|
134
|
-
return pulumi.get(self, "deny_settings")
|
|
135
|
-
|
|
136
|
-
@property
|
|
137
|
-
@pulumi.getter(name="deploymentId")
|
|
138
|
-
def deployment_id(self) -> str:
|
|
139
|
-
"""
|
|
140
|
-
The resourceId of the deployment resource created by the deployment stack.
|
|
141
|
-
"""
|
|
142
|
-
return pulumi.get(self, "deployment_id")
|
|
143
|
-
|
|
144
|
-
@property
|
|
145
|
-
@pulumi.getter(name="deploymentScope")
|
|
146
|
-
def deployment_scope(self) -> Optional[str]:
|
|
147
|
-
"""
|
|
148
|
-
The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
|
|
149
|
-
"""
|
|
150
|
-
return pulumi.get(self, "deployment_scope")
|
|
151
|
-
|
|
152
|
-
@property
|
|
153
|
-
@pulumi.getter
|
|
154
|
-
def description(self) -> Optional[str]:
|
|
155
|
-
"""
|
|
156
|
-
Deployment stack description. Max length of 4096 characters.
|
|
157
|
-
"""
|
|
158
|
-
return pulumi.get(self, "description")
|
|
159
|
-
|
|
160
|
-
@property
|
|
161
|
-
@pulumi.getter(name="detachedResources")
|
|
162
|
-
def detached_resources(self) -> Sequence['outputs.ResourceReferenceResponse']:
|
|
163
|
-
"""
|
|
164
|
-
An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
|
|
165
|
-
"""
|
|
166
|
-
return pulumi.get(self, "detached_resources")
|
|
167
|
-
|
|
168
|
-
@property
|
|
169
|
-
@pulumi.getter
|
|
170
|
-
def duration(self) -> str:
|
|
171
|
-
"""
|
|
172
|
-
The duration of the last successful Deployment stack update.
|
|
173
|
-
"""
|
|
174
|
-
return pulumi.get(self, "duration")
|
|
175
|
-
|
|
176
|
-
@property
|
|
177
|
-
@pulumi.getter
|
|
178
|
-
def error(self) -> Optional['outputs.ErrorDetailResponse']:
|
|
179
|
-
"""
|
|
180
|
-
The error detail.
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "error")
|
|
183
|
-
|
|
184
|
-
@property
|
|
185
|
-
@pulumi.getter(name="failedResources")
|
|
186
|
-
def failed_resources(self) -> Sequence['outputs.ResourceReferenceExtendedResponse']:
|
|
187
|
-
"""
|
|
188
|
-
An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
|
|
189
|
-
"""
|
|
190
|
-
return pulumi.get(self, "failed_resources")
|
|
191
|
-
|
|
192
|
-
@property
|
|
193
|
-
@pulumi.getter
|
|
194
|
-
def id(self) -> str:
|
|
195
|
-
"""
|
|
196
|
-
String Id used to locate any resource on Azure.
|
|
197
|
-
"""
|
|
198
|
-
return pulumi.get(self, "id")
|
|
199
|
-
|
|
200
|
-
@property
|
|
201
|
-
@pulumi.getter
|
|
202
|
-
def location(self) -> Optional[str]:
|
|
203
|
-
"""
|
|
204
|
-
The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
|
|
205
|
-
"""
|
|
206
|
-
return pulumi.get(self, "location")
|
|
207
|
-
|
|
208
|
-
@property
|
|
209
|
-
@pulumi.getter
|
|
210
|
-
def name(self) -> str:
|
|
211
|
-
"""
|
|
212
|
-
Name of this resource.
|
|
213
|
-
"""
|
|
214
|
-
return pulumi.get(self, "name")
|
|
215
|
-
|
|
216
|
-
@property
|
|
217
|
-
@pulumi.getter
|
|
218
|
-
def outputs(self) -> Any:
|
|
219
|
-
"""
|
|
220
|
-
The outputs of the deployment resource created by the deployment stack.
|
|
221
|
-
"""
|
|
222
|
-
return pulumi.get(self, "outputs")
|
|
223
|
-
|
|
224
|
-
@property
|
|
225
|
-
@pulumi.getter
|
|
226
|
-
def parameters(self) -> Optional[Mapping[str, 'outputs.DeploymentParameterResponse']]:
|
|
227
|
-
"""
|
|
228
|
-
Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
|
|
229
|
-
"""
|
|
230
|
-
return pulumi.get(self, "parameters")
|
|
231
|
-
|
|
232
|
-
@property
|
|
233
|
-
@pulumi.getter(name="parametersLink")
|
|
234
|
-
def parameters_link(self) -> Optional['outputs.DeploymentStacksParametersLinkResponse']:
|
|
235
|
-
"""
|
|
236
|
-
The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
|
|
237
|
-
"""
|
|
238
|
-
return pulumi.get(self, "parameters_link")
|
|
239
|
-
|
|
240
|
-
@property
|
|
241
|
-
@pulumi.getter(name="provisioningState")
|
|
242
|
-
def provisioning_state(self) -> str:
|
|
243
|
-
"""
|
|
244
|
-
State of the deployment stack.
|
|
245
|
-
"""
|
|
246
|
-
return pulumi.get(self, "provisioning_state")
|
|
247
|
-
|
|
248
|
-
@property
|
|
249
|
-
@pulumi.getter
|
|
250
|
-
def resources(self) -> Sequence['outputs.ManagedResourceReferenceResponse']:
|
|
251
|
-
"""
|
|
252
|
-
An array of resources currently managed by the deployment stack.
|
|
253
|
-
"""
|
|
254
|
-
return pulumi.get(self, "resources")
|
|
255
|
-
|
|
256
|
-
@property
|
|
257
|
-
@pulumi.getter(name="systemData")
|
|
258
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
259
|
-
"""
|
|
260
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
261
|
-
"""
|
|
262
|
-
return pulumi.get(self, "system_data")
|
|
263
|
-
|
|
264
|
-
@property
|
|
265
|
-
@pulumi.getter
|
|
266
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
267
|
-
"""
|
|
268
|
-
Deployment stack resource tags.
|
|
269
|
-
"""
|
|
270
|
-
return pulumi.get(self, "tags")
|
|
271
|
-
|
|
272
|
-
@property
|
|
273
|
-
@pulumi.getter
|
|
274
|
-
def type(self) -> str:
|
|
275
|
-
"""
|
|
276
|
-
Type of this resource.
|
|
277
|
-
"""
|
|
278
|
-
return pulumi.get(self, "type")
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
class AwaitableGetDeploymentStackAtSubscriptionResult(GetDeploymentStackAtSubscriptionResult):
|
|
282
|
-
# pylint: disable=using-constant-test
|
|
283
|
-
def __await__(self):
|
|
284
|
-
if False:
|
|
285
|
-
yield self
|
|
286
|
-
return GetDeploymentStackAtSubscriptionResult(
|
|
287
|
-
action_on_unmanage=self.action_on_unmanage,
|
|
288
|
-
correlation_id=self.correlation_id,
|
|
289
|
-
debug_setting=self.debug_setting,
|
|
290
|
-
deleted_resources=self.deleted_resources,
|
|
291
|
-
deny_settings=self.deny_settings,
|
|
292
|
-
deployment_id=self.deployment_id,
|
|
293
|
-
deployment_scope=self.deployment_scope,
|
|
294
|
-
description=self.description,
|
|
295
|
-
detached_resources=self.detached_resources,
|
|
296
|
-
duration=self.duration,
|
|
297
|
-
error=self.error,
|
|
298
|
-
failed_resources=self.failed_resources,
|
|
299
|
-
id=self.id,
|
|
300
|
-
location=self.location,
|
|
301
|
-
name=self.name,
|
|
302
|
-
outputs=self.outputs,
|
|
303
|
-
parameters=self.parameters,
|
|
304
|
-
parameters_link=self.parameters_link,
|
|
305
|
-
provisioning_state=self.provisioning_state,
|
|
306
|
-
resources=self.resources,
|
|
307
|
-
system_data=self.system_data,
|
|
308
|
-
tags=self.tags,
|
|
309
|
-
type=self.type)
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
def get_deployment_stack_at_subscription(deployment_stack_name: Optional[str] = None,
|
|
313
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeploymentStackAtSubscriptionResult:
|
|
314
|
-
"""
|
|
315
|
-
Gets a Deployment stack with a given name at Subscription scope.
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
:param str deployment_stack_name: Name of the deployment stack.
|
|
319
|
-
"""
|
|
320
|
-
__args__ = dict()
|
|
321
|
-
__args__['deploymentStackName'] = deployment_stack_name
|
|
322
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
323
|
-
__ret__ = pulumi.runtime.invoke('azure-native:resources/v20240301:getDeploymentStackAtSubscription', __args__, opts=opts, typ=GetDeploymentStackAtSubscriptionResult).value
|
|
324
|
-
|
|
325
|
-
return AwaitableGetDeploymentStackAtSubscriptionResult(
|
|
326
|
-
action_on_unmanage=pulumi.get(__ret__, 'action_on_unmanage'),
|
|
327
|
-
correlation_id=pulumi.get(__ret__, 'correlation_id'),
|
|
328
|
-
debug_setting=pulumi.get(__ret__, 'debug_setting'),
|
|
329
|
-
deleted_resources=pulumi.get(__ret__, 'deleted_resources'),
|
|
330
|
-
deny_settings=pulumi.get(__ret__, 'deny_settings'),
|
|
331
|
-
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
|
332
|
-
deployment_scope=pulumi.get(__ret__, 'deployment_scope'),
|
|
333
|
-
description=pulumi.get(__ret__, 'description'),
|
|
334
|
-
detached_resources=pulumi.get(__ret__, 'detached_resources'),
|
|
335
|
-
duration=pulumi.get(__ret__, 'duration'),
|
|
336
|
-
error=pulumi.get(__ret__, 'error'),
|
|
337
|
-
failed_resources=pulumi.get(__ret__, 'failed_resources'),
|
|
338
|
-
id=pulumi.get(__ret__, 'id'),
|
|
339
|
-
location=pulumi.get(__ret__, 'location'),
|
|
340
|
-
name=pulumi.get(__ret__, 'name'),
|
|
341
|
-
outputs=pulumi.get(__ret__, 'outputs'),
|
|
342
|
-
parameters=pulumi.get(__ret__, 'parameters'),
|
|
343
|
-
parameters_link=pulumi.get(__ret__, 'parameters_link'),
|
|
344
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
345
|
-
resources=pulumi.get(__ret__, 'resources'),
|
|
346
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
347
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
348
|
-
type=pulumi.get(__ret__, 'type'))
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
@_utilities.lift_output_func(get_deployment_stack_at_subscription)
|
|
352
|
-
def get_deployment_stack_at_subscription_output(deployment_stack_name: Optional[pulumi.Input[str]] = None,
|
|
353
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDeploymentStackAtSubscriptionResult]:
|
|
354
|
-
"""
|
|
355
|
-
Gets a Deployment stack with a given name at Subscription scope.
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
:param str deployment_stack_name: Name of the deployment stack.
|
|
359
|
-
"""
|
|
360
|
-
...
|
{pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714482437.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|