Skip to content

Commit 7783323

Browse files
Merge pull request #248801 from KrishnaG-MSFT/KrishnaG-MSFT-patch-1-8
(AzureCXP) MicrosoftDocs/azure-docs#113504
2 parents 79e5c99 + e7095f5 commit 7783323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ az stack mg create \
138138
--name '<deployment-stack-name>' \
139139
--location '<location>' \
140140
--template-file '<bicep-file-name>' \
141-
--deployment-subscription-id '<subscription-id>' \
141+
--deployment-subscription '<subscription-id>' \
142142
--deny-settings-mode 'none'
143143
```
144144

@@ -313,7 +313,7 @@ az stack mg create \
313313
--name '<deployment-stack-name>' \
314314
--location '<location>' \
315315
--template-file '<bicep-file-name>' \
316-
--deployment-subscription-id '<subscription-id>' \
316+
--deployment-subscription '<subscription-id>' \
317317
--deny-settings-mode 'none'
318318
```
319319

0 commit comments

Comments
 (0)