Skip to content

Commit

Permalink
switch decrypt prereq from all to data
Browse files Browse the repository at this point in the history
  • Loading branch information
ejarvi committed Jun 28, 2018
1 parent 288f4ef commit 91e2289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"KeyEncryptionKeyURL": "[parameters('keyEncryptionKeyURL')]",
"KekVaultResourceId": "[variables('keyVaultResourceID')]",
"KeyEncryptionAlgorithm": "[variables('keyEncryptionAlgorithm')]",
"VolumeType": "All",
"VolumeType": "DATA",
"ResizeOSDisk": false
}
}
Expand Down

0 comments on commit 91e2289

Please sign in to comment.