File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,17 @@ public override void ExecuteCmdlet()
257
257
this . Name ,
258
258
parameters ) . GetAwaiter ( ) . GetResult ( ) ;
259
259
260
+ // +---------+---------------+----------------------------+
261
+ // | OSType | VolumeType | UpdateVmEncryptionSettings |
262
+ // +---------+---------------+----------------------------+
263
+ // | Windows | OS | Yes |
264
+ // | Windows | Data | No |
265
+ // | Windows | Not Specified | Yes |
266
+ // | Linux | OS | N/A |
267
+ // | Linux | Data | Yes |
268
+ // | Linux | Not Specified | N/A |
269
+ // +---------+---------------+----------------------------+
270
+
260
271
if ( OperatingSystemTypes . Windows . Equals ( currentOSType ) &&
261
272
VolumeType . Equals ( AzureDiskEncryptionExtensionContext . VolumeTypeData , StringComparison . InvariantCultureIgnoreCase ) )
262
273
{
You can’t perform that action at this time.
0 commit comments