Skip to content

Commit 5330bb7

Browse files
committed
fix a list
1 parent 3ca024b commit 5330bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/deploy-what-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To preview changes before deploying a template, use [New-AzResourceGroupDeployme
9191

9292
- `New-AzResourceGroupDeployment -Whatif` for resource group deployments
9393

94-
* `New-AzSubscriptionDeployment -Whatif` and `New-AzDeployment -Whatif` for subscription level deployments
94+
- `New-AzSubscriptionDeployment -Whatif` and `New-AzDeployment -Whatif` for subscription level deployments
9595

9696
You can use the `-Confirm` switch parameter to preview the changes and get prompted to continue with the deployment.
9797

0 commit comments

Comments
 (0)