mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-12 23:01:40 -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": [
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"apiVersion": "2023-01-01",
|
||||
"apiVersion": "2025-01-01",
|
||||
"name": "[concat('store', uniquestring(resourceGroup().id))]",
|
||||
"location": "[parameters('location')]",
|
||||
"kind": "StorageV2",
|
||||
|
|
Loading…
Reference in a new issue