You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct Test-AzResourceGroupDeployment example 2 (#11886)
Example 2 for `Test-AzResourceGroupDeployment` was using the wrong command (`New-AzResourceGroupDeployment` instead of `Test-AzResourceGroupDeployment`)
This command tests a deployment in the given resource group using the an in-memory hashtable created from the given template file and a parameter file.
123
123
124
-
### Example 2: Test deployment via template file and parameter object
124
+
### Example 2: Test deployment via template file and parameter file
0 commit comments