We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e5c99 + e7095f5 commit 7783323Copy full SHA for 7783323
articles/azure-resource-manager/bicep/deployment-stacks.md
@@ -138,7 +138,7 @@ az stack mg create \
138
--name '<deployment-stack-name>' \
139
--location '<location>' \
140
--template-file '<bicep-file-name>' \
141
- --deployment-subscription-id '<subscription-id>' \
+ --deployment-subscription '<subscription-id>' \
142
--deny-settings-mode 'none'
143
```
144
@@ -313,7 +313,7 @@ az stack mg create \
313
314
315
316
317
318
319
0 commit comments