Skip to content

Commit 98001dc

Browse files
committed
remove the new stack warning message
1 parent 7135fb5 commit 98001dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create & deploy deployment stacks in Bicep
33
description: Describes how to create deployment stacks in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 08/07/2023
6+
ms.date: 09/06/2023
77
---
88

99
# Deployment stacks (Preview)
@@ -41,9 +41,6 @@ Deployment stacks provide the following benefits:
4141

4242
## Create deployment stacks
4343

44-
> [!WARNING]
45-
> The `New-Az*DeploymentStack` cmdlets are incorrectly outputting a warning message regarding the current existence of a stack with the same name as the stack attempting to be created. When the stack exists, the warning message is not shown, which could lead to unintended upsert behavior. Conversely, if the stack doesn't exist, the cmdlets display a warning message, suggesting that the stack exists and requiring user interaction to proceed with the upsert. This behavior will be reversed soon with an upcoming change. In the interim, you can use the `-Force` flag when executing the cmdlets to bypass the warning prompt in case the stack doesn't exist. This way, you can proceed with the upsert process without user intervention.
46-
4744
A deployment stack resource can be created at resource group, subscription, or management group scope. The template passed into a deployment stack defines the resources to be created or updated at the target scope specified for the template deployment.
4845

4946
- A stack at resource group scope can deploy the template passed-in to the same resource group scope where the deployment stack exists.

0 commit comments

Comments
 (0)