Skip to content

Commit 356d572

Browse files
committed
Update storage API version in mainTemplate.json
Changed the API version for listKeys from '2022-09-01' to '2023-04-01' in two locations within mainTemplate.json to use the latest supported version. Also updated the associated package archive.
1 parent 9df810c commit 356d572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
782 Bytes
Binary file not shown.

Solutions/Intel471/Package/mainTemplate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
},
157157
"parameterValues": {
158158
"accountName": "[[variables('StorageAccountName')]",
159-
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2022-09-01').keys[0].value]"
159+
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2023-04-01').keys[0].value]"
160160
}
161161
}
162162
},
@@ -1201,7 +1201,7 @@
12011201
},
12021202
"parameterValues": {
12031203
"accountName": "[[parameters('StorageAccountName')]",
1204-
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('StorageAccountName')), '2022-09-01').keys[0].value]"
1204+
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('StorageAccountName')), '2023-04-01').keys[0].value]"
12051205
}
12061206
}
12071207
},

0 commit comments

Comments
 (0)