mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-13 07:11:23 -05:00
chore: update arm test api version (#6485)
Update ARM version test in order for the test to pass.
This commit is contained in:
parent
469f30eb53
commit
a6fdbf7f2a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Storage/storageAccounts",
|
"type": "Microsoft.Storage/storageAccounts",
|
||||||
"apiVersion": "2023-01-01",
|
"apiVersion": "2025-01-01",
|
||||||
"name": "[concat('store', uniquestring(resourceGroup().id))]",
|
"name": "[concat('store', uniquestring(resourceGroup().id))]",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
"kind": "StorageV2",
|
"kind": "StorageV2",
|
||||||
|
|
Loading…
Reference in a new issue