Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 2978760

Browse files
uday31inanhowe
authored andcommitted
Removing "storageProfile": "StorageAccount" for managed disk (#824)
Having two "storageProfile": tag in JSON is going to simply overwrite previous value and we dont need it "storageProfile": "StorageAccount", for managed disks.
1 parent 75167c4 commit 2978760

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/windows/kubernetes-manageddisks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"vmSize": "Standard_D2_v2",
1818
"storageProfile" : "ManagedDisks",
1919
"availabilityProfile": "AvailabilitySet",
20-
"storageProfile": "StorageAccount",
2120
"OSDiskSizeGB": 200,
2221
"diskSizesGB": [128, 128, 128, 128],
2322
"osType": "Windows"

0 commit comments

Comments
 (0)