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
|
@@ -156,7 +156,7 @@ class AzureMonitorWorkspace(pulumi.CustomResource):
|
|
|
156
156
|
__props__.__dict__["public_network_access"] = None
|
|
157
157
|
__props__.__dict__["system_data"] = None
|
|
158
158
|
__props__.__dict__["type"] = None
|
|
159
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:monitor:AzureMonitorWorkspace"), pulumi.Alias(type_="azure-native:monitor/v20210603preview:AzureMonitorWorkspace")
|
|
159
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:monitor:AzureMonitorWorkspace"), pulumi.Alias(type_="azure-native:monitor/v20210603preview:AzureMonitorWorkspace")])
|
|
160
160
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
161
161
|
super(AzureMonitorWorkspace, __self__).__init__(
|
|
162
162
|
'azure-native:monitor/v20230403:AzureMonitorWorkspace',
|
|
@@ -96,7 +96,7 @@ class DenySettingsArgs:
|
|
|
96
96
|
Defines how resources deployed by the deployment stack are locked.
|
|
97
97
|
:param pulumi.Input[Union[str, 'DenySettingsMode']] mode: denySettings Mode.
|
|
98
98
|
:param pulumi.Input[bool] apply_to_child_scopes: DenySettings will be applied to child scopes.
|
|
99
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
99
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
100
100
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_principals: List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
|
|
101
101
|
"""
|
|
102
102
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -135,7 +135,7 @@ class DenySettingsArgs:
|
|
|
135
135
|
@pulumi.getter(name="excludedActions")
|
|
136
136
|
def excluded_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
137
137
|
"""
|
|
138
|
-
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
138
|
+
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "excluded_actions")
|
|
141
141
|
|
|
@@ -250,8 +250,6 @@ class DeploymentStackAtManagementGroup(pulumi.CustomResource):
|
|
|
250
250
|
Deployment stack object.
|
|
251
251
|
Azure REST API version: 2022-08-01-preview.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2024-03-01.
|
|
254
|
-
|
|
255
253
|
:param str resource_name: The name of the resource.
|
|
256
254
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
257
255
|
:param pulumi.Input[pulumi.InputType['DeploymentStackPropertiesActionOnUnmanageArgs']] action_on_unmanage: Defines the behavior of resources that are not managed immediately after the stack is updated.
|
|
@@ -278,8 +276,6 @@ class DeploymentStackAtManagementGroup(pulumi.CustomResource):
|
|
|
278
276
|
Deployment stack object.
|
|
279
277
|
Azure REST API version: 2022-08-01-preview.
|
|
280
278
|
|
|
281
|
-
Other available API versions: 2024-03-01.
|
|
282
|
-
|
|
283
279
|
:param str resource_name: The name of the resource.
|
|
284
280
|
:param DeploymentStackAtManagementGroupArgs args: The arguments to use to populate this resource's properties.
|
|
285
281
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -348,7 +344,7 @@ class DeploymentStackAtManagementGroup(pulumi.CustomResource):
|
|
|
348
344
|
__props__.__dict__["resources"] = None
|
|
349
345
|
__props__.__dict__["system_data"] = None
|
|
350
346
|
__props__.__dict__["type"] = None
|
|
351
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtManagementGroup")
|
|
347
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtManagementGroup")])
|
|
352
348
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
353
349
|
super(DeploymentStackAtManagementGroup, __self__).__init__(
|
|
354
350
|
'azure-native:resources:DeploymentStackAtManagementGroup',
|
|
@@ -250,8 +250,6 @@ class DeploymentStackAtResourceGroup(pulumi.CustomResource):
|
|
|
250
250
|
Deployment stack object.
|
|
251
251
|
Azure REST API version: 2022-08-01-preview.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2024-03-01.
|
|
254
|
-
|
|
255
253
|
:param str resource_name: The name of the resource.
|
|
256
254
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
257
255
|
:param pulumi.Input[pulumi.InputType['DeploymentStackPropertiesActionOnUnmanageArgs']] action_on_unmanage: Defines the behavior of resources that are not managed immediately after the stack is updated.
|
|
@@ -278,8 +276,6 @@ class DeploymentStackAtResourceGroup(pulumi.CustomResource):
|
|
|
278
276
|
Deployment stack object.
|
|
279
277
|
Azure REST API version: 2022-08-01-preview.
|
|
280
278
|
|
|
281
|
-
Other available API versions: 2024-03-01.
|
|
282
|
-
|
|
283
279
|
:param str resource_name: The name of the resource.
|
|
284
280
|
:param DeploymentStackAtResourceGroupArgs args: The arguments to use to populate this resource's properties.
|
|
285
281
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -348,7 +344,7 @@ class DeploymentStackAtResourceGroup(pulumi.CustomResource):
|
|
|
348
344
|
__props__.__dict__["resources"] = None
|
|
349
345
|
__props__.__dict__["system_data"] = None
|
|
350
346
|
__props__.__dict__["type"] = None
|
|
351
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtResourceGroup")
|
|
347
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtResourceGroup")])
|
|
352
348
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
353
349
|
super(DeploymentStackAtResourceGroup, __self__).__init__(
|
|
354
350
|
'azure-native:resources:DeploymentStackAtResourceGroup',
|
|
@@ -234,8 +234,6 @@ class DeploymentStackAtSubscription(pulumi.CustomResource):
|
|
|
234
234
|
Deployment stack object.
|
|
235
235
|
Azure REST API version: 2022-08-01-preview.
|
|
236
236
|
|
|
237
|
-
Other available API versions: 2024-03-01.
|
|
238
|
-
|
|
239
237
|
:param str resource_name: The name of the resource.
|
|
240
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
241
239
|
:param pulumi.Input[pulumi.InputType['DeploymentStackPropertiesActionOnUnmanageArgs']] action_on_unmanage: Defines the behavior of resources that are not managed immediately after the stack is updated.
|
|
@@ -261,8 +259,6 @@ class DeploymentStackAtSubscription(pulumi.CustomResource):
|
|
|
261
259
|
Deployment stack object.
|
|
262
260
|
Azure REST API version: 2022-08-01-preview.
|
|
263
261
|
|
|
264
|
-
Other available API versions: 2024-03-01.
|
|
265
|
-
|
|
266
262
|
:param str resource_name: The name of the resource.
|
|
267
263
|
:param DeploymentStackAtSubscriptionArgs args: The arguments to use to populate this resource's properties.
|
|
268
264
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -327,7 +323,7 @@ class DeploymentStackAtSubscription(pulumi.CustomResource):
|
|
|
327
323
|
__props__.__dict__["resources"] = None
|
|
328
324
|
__props__.__dict__["system_data"] = None
|
|
329
325
|
__props__.__dict__["type"] = None
|
|
330
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtSubscription")
|
|
326
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources/v20220801preview:DeploymentStackAtSubscription")])
|
|
331
327
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
332
328
|
super(DeploymentStackAtSubscription, __self__).__init__(
|
|
333
329
|
'azure-native:resources:DeploymentStackAtSubscription',
|
|
@@ -304,8 +304,6 @@ def get_deployment_stack_at_management_group(deployment_stack_name: Optional[str
|
|
|
304
304
|
Gets a Deployment Stack with a given name.
|
|
305
305
|
Azure REST API version: 2022-08-01-preview.
|
|
306
306
|
|
|
307
|
-
Other available API versions: 2024-03-01.
|
|
308
|
-
|
|
309
307
|
|
|
310
308
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
311
309
|
:param str management_group_id: Management Group.
|
|
@@ -349,8 +347,6 @@ def get_deployment_stack_at_management_group_output(deployment_stack_name: Optio
|
|
|
349
347
|
Gets a Deployment Stack with a given name.
|
|
350
348
|
Azure REST API version: 2022-08-01-preview.
|
|
351
349
|
|
|
352
|
-
Other available API versions: 2024-03-01.
|
|
353
|
-
|
|
354
350
|
|
|
355
351
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
356
352
|
:param str management_group_id: Management Group.
|
|
@@ -304,8 +304,6 @@ def get_deployment_stack_at_resource_group(deployment_stack_name: Optional[str]
|
|
|
304
304
|
Gets a Deployment Stack with a given name.
|
|
305
305
|
Azure REST API version: 2022-08-01-preview.
|
|
306
306
|
|
|
307
|
-
Other available API versions: 2024-03-01.
|
|
308
|
-
|
|
309
307
|
|
|
310
308
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
311
309
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -349,8 +347,6 @@ def get_deployment_stack_at_resource_group_output(deployment_stack_name: Optiona
|
|
|
349
347
|
Gets a Deployment Stack with a given name.
|
|
350
348
|
Azure REST API version: 2022-08-01-preview.
|
|
351
349
|
|
|
352
|
-
Other available API versions: 2024-03-01.
|
|
353
|
-
|
|
354
350
|
|
|
355
351
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
356
352
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -303,8 +303,6 @@ def get_deployment_stack_at_subscription(deployment_stack_name: Optional[str] =
|
|
|
303
303
|
Gets a Deployment Stack with a given name.
|
|
304
304
|
Azure REST API version: 2022-08-01-preview.
|
|
305
305
|
|
|
306
|
-
Other available API versions: 2024-03-01.
|
|
307
|
-
|
|
308
306
|
|
|
309
307
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
310
308
|
"""
|
|
@@ -345,8 +343,6 @@ def get_deployment_stack_at_subscription_output(deployment_stack_name: Optional[
|
|
|
345
343
|
Gets a Deployment Stack with a given name.
|
|
346
344
|
Azure REST API version: 2022-08-01-preview.
|
|
347
345
|
|
|
348
|
-
Other available API versions: 2024-03-01.
|
|
349
|
-
|
|
350
346
|
|
|
351
347
|
:param str deployment_stack_name: Name of the deployment stack.
|
|
352
348
|
"""
|
|
@@ -539,7 +539,7 @@ class DenySettingsResponse(dict):
|
|
|
539
539
|
Defines how resources deployed by the deployment stack are locked.
|
|
540
540
|
:param str mode: denySettings Mode.
|
|
541
541
|
:param bool apply_to_child_scopes: DenySettings will be applied to child scopes.
|
|
542
|
-
:param Sequence[str] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
542
|
+
:param Sequence[str] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
543
543
|
:param Sequence[str] excluded_principals: List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
|
|
544
544
|
"""
|
|
545
545
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -570,7 +570,7 @@ class DenySettingsResponse(dict):
|
|
|
570
570
|
@pulumi.getter(name="excludedActions")
|
|
571
571
|
def excluded_actions(self) -> Optional[Sequence[str]]:
|
|
572
572
|
"""
|
|
573
|
-
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
573
|
+
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
574
574
|
"""
|
|
575
575
|
return pulumi.get(self, "excluded_actions")
|
|
576
576
|
|
|
@@ -29,7 +29,7 @@ class DenySettingsArgs:
|
|
|
29
29
|
Defines how resources deployed by the deployment stack are locked.
|
|
30
30
|
:param pulumi.Input[Union[str, 'DenySettingsMode']] mode: denySettings Mode.
|
|
31
31
|
:param pulumi.Input[bool] apply_to_child_scopes: DenySettings will be applied to child scopes.
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
33
33
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_principals: List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
|
|
34
34
|
"""
|
|
35
35
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -68,7 +68,7 @@ class DenySettingsArgs:
|
|
|
68
68
|
@pulumi.getter(name="excludedActions")
|
|
69
69
|
def excluded_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
70
70
|
"""
|
|
71
|
-
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
71
|
+
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
72
72
|
"""
|
|
73
73
|
return pulumi.get(self, "excluded_actions")
|
|
74
74
|
|
|
@@ -342,7 +342,7 @@ class DeploymentStackAtManagementGroup(pulumi.CustomResource):
|
|
|
342
342
|
__props__.__dict__["resources"] = None
|
|
343
343
|
__props__.__dict__["system_data"] = None
|
|
344
344
|
__props__.__dict__["type"] = None
|
|
345
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtManagementGroup")
|
|
345
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtManagementGroup")])
|
|
346
346
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
347
347
|
super(DeploymentStackAtManagementGroup, __self__).__init__(
|
|
348
348
|
'azure-native:resources/v20220801preview:DeploymentStackAtManagementGroup',
|
|
@@ -342,7 +342,7 @@ class DeploymentStackAtResourceGroup(pulumi.CustomResource):
|
|
|
342
342
|
__props__.__dict__["resources"] = None
|
|
343
343
|
__props__.__dict__["system_data"] = None
|
|
344
344
|
__props__.__dict__["type"] = None
|
|
345
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtResourceGroup")
|
|
345
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtResourceGroup")])
|
|
346
346
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
347
347
|
super(DeploymentStackAtResourceGroup, __self__).__init__(
|
|
348
348
|
'azure-native:resources/v20220801preview:DeploymentStackAtResourceGroup',
|
|
@@ -321,7 +321,7 @@ class DeploymentStackAtSubscription(pulumi.CustomResource):
|
|
|
321
321
|
__props__.__dict__["resources"] = None
|
|
322
322
|
__props__.__dict__["system_data"] = None
|
|
323
323
|
__props__.__dict__["type"] = None
|
|
324
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtSubscription")
|
|
324
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:resources:DeploymentStackAtSubscription")])
|
|
325
325
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
326
326
|
super(DeploymentStackAtSubscription, __self__).__init__(
|
|
327
327
|
'azure-native:resources/v20220801preview:DeploymentStackAtSubscription',
|
|
@@ -60,7 +60,7 @@ class DenySettingsResponse(dict):
|
|
|
60
60
|
Defines how resources deployed by the deployment stack are locked.
|
|
61
61
|
:param str mode: denySettings Mode.
|
|
62
62
|
:param bool apply_to_child_scopes: DenySettings will be applied to child scopes.
|
|
63
|
-
:param Sequence[str] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
63
|
+
:param Sequence[str] excluded_actions: List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
64
64
|
:param Sequence[str] excluded_principals: List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
|
|
65
65
|
"""
|
|
66
66
|
pulumi.set(__self__, "mode", mode)
|
|
@@ -91,7 +91,7 @@ class DenySettingsResponse(dict):
|
|
|
91
91
|
@pulumi.getter(name="excludedActions")
|
|
92
92
|
def excluded_actions(self) -> Optional[Sequence[str]]:
|
|
93
93
|
"""
|
|
94
|
-
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '
|
|
94
|
+
List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "excluded_actions")
|
|
97
97
|
|
|
@@ -11,17 +11,11 @@ from .deployment_at_management_group_scope import *
|
|
|
11
11
|
from .deployment_at_scope import *
|
|
12
12
|
from .deployment_at_subscription_scope import *
|
|
13
13
|
from .deployment_at_tenant_scope import *
|
|
14
|
-
from .deployment_stack_at_management_group import *
|
|
15
|
-
from .deployment_stack_at_resource_group import *
|
|
16
|
-
from .deployment_stack_at_subscription import *
|
|
17
14
|
from .get_deployment import *
|
|
18
15
|
from .get_deployment_at_management_group_scope import *
|
|
19
16
|
from .get_deployment_at_scope import *
|
|
20
17
|
from .get_deployment_at_subscription_scope import *
|
|
21
18
|
from .get_deployment_at_tenant_scope import *
|
|
22
|
-
from .get_deployment_stack_at_management_group import *
|
|
23
|
-
from .get_deployment_stack_at_resource_group import *
|
|
24
|
-
from .get_deployment_stack_at_subscription import *
|
|
25
19
|
from .get_resource import *
|
|
26
20
|
from .get_resource_group import *
|
|
27
21
|
from .get_tag_at_scope import *
|
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
from enum import Enum
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
|
-
'DenySettingsMode',
|
|
9
8
|
'DeploymentMode',
|
|
10
|
-
'DeploymentStacksDeleteDetachEnum',
|
|
11
9
|
'ExpressionEvaluationOptionsScopeType',
|
|
12
10
|
'ExtendedLocationType',
|
|
13
11
|
'OnErrorDeploymentType',
|
|
@@ -15,24 +13,6 @@ __all__ = [
|
|
|
15
13
|
]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class DenySettingsMode(str, Enum):
|
|
19
|
-
"""
|
|
20
|
-
denySettings Mode that defines denied actions.
|
|
21
|
-
"""
|
|
22
|
-
DENY_DELETE = "denyDelete"
|
|
23
|
-
"""
|
|
24
|
-
Authorized users are able to read and modify the resources, but cannot delete.
|
|
25
|
-
"""
|
|
26
|
-
DENY_WRITE_AND_DELETE = "denyWriteAndDelete"
|
|
27
|
-
"""
|
|
28
|
-
Authorized users can read from a resource, but cannot modify or delete it.
|
|
29
|
-
"""
|
|
30
|
-
NONE = "none"
|
|
31
|
-
"""
|
|
32
|
-
No denyAssignments have been applied.
|
|
33
|
-
"""
|
|
34
|
-
|
|
35
|
-
|
|
36
16
|
class DeploymentMode(str, Enum):
|
|
37
17
|
"""
|
|
38
18
|
The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources.
|
|
@@ -41,14 +21,6 @@ class DeploymentMode(str, Enum):
|
|
|
41
21
|
COMPLETE = "Complete"
|
|
42
22
|
|
|
43
23
|
|
|
44
|
-
class DeploymentStacksDeleteDetachEnum(str, Enum):
|
|
45
|
-
"""
|
|
46
|
-
Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
|
|
47
|
-
"""
|
|
48
|
-
DELETE = "delete"
|
|
49
|
-
DETACH = "detach"
|
|
50
|
-
|
|
51
|
-
|
|
52
24
|
class ExpressionEvaluationOptionsScopeType(str, Enum):
|
|
53
25
|
"""
|
|
54
26
|
The scope to be used for evaluation of parameters, variables and functions in a nested template.
|