1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

continue to udpate 02_storage.json using new property storageAccountId

This commit is contained in:
Jinyun Ma
2025-11-17 17:34:50 +08:00
parent 5b7289b6db
commit 5c4521e695

View File

@@ -118,7 +118,7 @@
},
"resources": [
{
"apiVersion": "2021-10-01",
"apiVersion": "2022-03-03",
"type": "versions",
"name": "[variables('imageRelease')]",
"location": "[variables('location')]",
@@ -138,7 +138,7 @@
"storageProfile": {
"osDiskImage": {
"source": {
"id": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccount'))]",
"storageAccountId": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccount'))]",
"uri": "[parameters('vhdBlobURL')]"
}
}