Skip to content

Commit

Permalink
Fix path issue
Browse files Browse the repository at this point in the history
Fix link in readme
  • Loading branch information
sam-cogan committed Jul 5, 2023
1 parent c38903b commit 8d507f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The ARM Template Tool Kit is a new static code analyser for ARM templates create
- ID's are derived from resource ID's
- Templates do not contain blanks

For full details of the ARM TTK visit it's [Git repository](https://github.com/Azure/azure-quickstart-templates/tree/master/test/arm-ttk)
For full details of the ARM TTK visit it's [Git repository](https://github.com/Azure/arm-ttk)

## ARM TTK Extension
This extension provides an easy way to run the ARM TTK tests against your templates within Azure DevOps. You could run these tests when you update your template repository, create a pull request against your template repositor or when you are looking to run your templtes to create infrastructure.
Expand Down
2 changes: 1 addition & 1 deletion arm-ttk-extension-xplatform/powershell/ps-runner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ else{
}


Invoke-TTK -templateLocation $templateLocation -resultLocation $resultLocation -Test $Test -Skip $Skip -mainTemplates $Main -allTemplatesAreMain $allTemplatesAreMain -cliOutputResults $cliOutputResults -ignoreExitCode $ignoreExitCode -recurse $recurse -subscriptionId $subscriptionId -clientId $clientId -clientSecret $clientSecret -tenantId $tenantId -useAzBicep $useAzBicep
Invoke-TTK -templateLocation "$templateLocation" -resultLocation "$resultLocation" -Test $Test -Skip $Skip -mainTemplates $Main -allTemplatesAreMain $allTemplatesAreMain -cliOutputResults $cliOutputResults -ignoreExitCode $ignoreExitCode -recurse $recurse -subscriptionId $subscriptionId -clientId $clientId -clientSecret $clientSecret -tenantId $tenantId -useAzBicep $useAzBicep
2 changes: 1 addition & 1 deletion arm-ttk-extension-xplatform/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Run Azure RM TTK Tests (Cross Platform)",
"groups": [
Expand Down

0 comments on commit 8d507f6

Please sign in to comment.