Skip to content

Commit

Permalink
Merge pull request #20 from ntrogh/patch-1
Browse files Browse the repository at this point in the history
Update Azure Load Testing API version
  • Loading branch information
ninallam authored Jan 31, 2023
2 parents 8295a57 + 34f25f2 commit 7e13afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARMTemplate/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resources": [
{
"type": "Microsoft.LoadTestService/loadtests",
"apiVersion": "2021-12-01-preview",
"apiVersion": "2022-12-01",
"name": "[parameters('name')]",
"location": "[parameters('location')]",
"tags": "[parameters('tags')]"
Expand Down

0 comments on commit 7e13afd

Please sign in to comment.