From a6fdbf7f2acde46ab7a592cfff89a7a6e6a0a41b Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 10 Jan 2025 18:38:28 +0100 Subject: [PATCH] chore: update arm test api version (#6485) Update ARM version test in order for the test to pass. --- test/linters/arm/arm_good_1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linters/arm/arm_good_1.json b/test/linters/arm/arm_good_1.json index e5450130..cc252c02 100644 --- a/test/linters/arm/arm_good_1.json +++ b/test/linters/arm/arm_good_1.json @@ -22,7 +22,7 @@ "resources": [ { "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2023-01-01", + "apiVersion": "2025-01-01", "name": "[concat('store', uniquestring(resourceGroup().id))]", "location": "[parameters('location')]", "kind": "StorageV2",