Skip to content

Commit 0b4c2ed

Browse files
Merge pull request #279090 from mumian/0624-stacks-graph
Add a known limitation
2 parents 04a426c + 6ffedb1 commit 0b4c2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 06/19/2024
6+
ms.date: 06/24/2024
77
---
88

99
# Deployment stacks
@@ -43,6 +43,7 @@ Deployment stacks provide the following benefits:
4343
- A management group-scoped stack is restricted from deploying to another management group. It can only deploy to the management group of the stack itself or to a child subscription.
4444
- The PowerShell command help lists a `DeleteResourcesAndResourcesGroups` value for the `ActionOnUnmanage` switch. When this value is used, the command detaches the managed resources and the resource groups. This value will be removed in the next update. Don't use this value.
4545
- In some cases, the New and Set cmdlets of Azure PowerShell may return a generic template validation error that is not clearly actionable. This bug will be fixed in the next release, but for now, if the error is unclear, you can run the cmdlet in debug mode to see a more detailed error in the raw response.
46+
- Deploy stacks are not supported by [Microsoft Graph provider](https://aka.ms/graphbicep).
4647

4748
## Built-in roles
4849

0 commit comments

Comments
 (0)