This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of these problems will the ARM-TTK find?
A parameter in your template isn't being used.
The name you've chosen for a storage account has already been taken.
A resource will be deleted if you run the deployment in complete mode.
How would you run a single test by using the test toolkit?
Use the parameter -TestName and specify the test name with double quotation marks: "Template Should Not Contain Blanks".
-TestName
Use the parameter -Test and specify the test as number between 1 and n, where n is the number of tests.
-Test
Use the parameter -Test and specify the test name with double quotation marks: "Template Should Not Contain Blanks".
Use the -Run-Only parameter and specify which test with double quotation marks.
-Run-Only
You are asked to create a new test for the ARM-TTK to detect whenever an API version is older than a specified value. Which of these helper cmdlets can you use to inspect the resource definitions?
Test-AzTemplate
Find-JsonContent
Inspect-AzResourceDefinition
You must answer all questions before checking your work.
Was this page helpful?