Skip to content

Commit 7e13afd

Browse files
authored
Merge pull request #20 from ntrogh/patch-1
Update Azure Load Testing API version
2 parents 8295a57 + 34f25f2 commit 7e13afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ARMTemplate/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"resources": [
1616
{
1717
"type": "Microsoft.LoadTestService/loadtests",
18-
"apiVersion": "2021-12-01-preview",
18+
"apiVersion": "2022-12-01",
1919
"name": "[parameters('name')]",
2020
"location": "[parameters('location')]",
2121
"tags": "[parameters('tags')]"

0 commit comments

Comments
 (0)