chore: update arm test api version (#6485)

Update ARM version test in order for the test to pass.
This commit is contained in:
Marco Ferrari 2025-01-10 18:38:28 +01:00 committed by GitHub
parent 469f30eb53
commit a6fdbf7f2a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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",