Skip to content

Commit 5327218

Browse files
author
Pallavi Sah
committed
Fixing more api versions
1 parent eb91c8a commit 5327218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

unit-tests/apiversions-should-be-recent/Pass/Nested-API-Version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resources": [
55
{
66
"type": "Microsoft.Storage/storageAccounts/blobServices/containers",
7-
"apiVersion": "2023-04-01",
7+
"apiVersion": "2024-01-01",
88
"name": "[format('{0}/default/{1}', variables('storageAccountName'), variables('blobContainerName'))]",
99
"dependsOn": [
1010
"[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]"

unit-tests/apiversions-should-be-recent/Pass/NonPreviewVersionWhereSamePreviewDateExists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
33
"resources": [
44
{
5-
"apiVersion": "2017-12-01", // there also exists a 2017-12-01-preview apiVersion...
5+
"apiVersion": "2020-01-01", // there also exists a 2017-12-01-preview apiVersion...
66
"type": "Microsoft.DBforMySQL/servers",
77
"name": "[variables('databaseName')]",
88
"location": "[parameters('location')]",

0 commit comments

Comments
 (0)