Skip to content

Commit 3f7b73d

Browse files
ChristopherMantheiChristopher Manthei
andauthored
Azure Remote Rendering: Fix test setup (Azure#26202)
Previous unit test arm template was using the wrong API version. Co-authored-by: Christopher Manthei <[email protected]>
1 parent 7dcfea7 commit 3f7b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/remoterendering/test-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"variables": {
3232
"apiVersion": "2020-05-01",
33-
"arrApiVersion": "2020-04-06-preview",
33+
"arrApiVersion": "2021-03-01-preview",
3434
"arrAccountName": "[concat(parameters('baseName'), '-arr-account')]",
3535
"storageApiVersion": "2019-06-01",
3636
"storageAccountName": "[parameters('baseName')]",

0 commit comments

Comments
 (0)