File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/ResourceManager/Compute/Commands.Compute/Models Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,12 @@ class AzureDiskEncryptionStatusContext
15
15
public EncryptionStatus OsVolumeEncrypted { get ; set ; }
16
16
public DiskEncryptionSettings OsVolumeEncryptionSettings { get ; set ; }
17
17
public EncryptionStatus DataVolumesEncrypted { get ; set ; }
18
- [ JsonIgnore ]
19
- public string OsVolumeEncryptionSettingsText
20
- {
21
- get { return JsonConvert . SerializeObject ( OsVolumeEncryptionSettings , Formatting . Indented ) ; }
22
- }
23
18
}
24
19
class AzureDiskEncryptionStatusLinuxContext
25
20
{
26
21
public EncryptionStatus OsVolumeEncrypted { get ; set ; }
27
22
public DiskEncryptionSettings OsVolumeEncryptionSettings { get ; set ; }
28
23
public DiskEncryptionSettings DataVolumeEncryptionSettings { get ; set ; }
29
-
30
- [ JsonIgnore ]
31
- public string OsVolumeEncryptionSettingsText
32
- {
33
- get { return JsonConvert . SerializeObject ( OsVolumeEncryptionSettings , Formatting . Indented ) ; }
34
- }
35
-
36
- [ JsonIgnore ]
37
- public string DataVolumeEncryptionSettingsText
38
- {
39
- get { return JsonConvert . SerializeObject ( DataVolumeEncryptionSettings , Formatting . Indented ) ; }
40
- }
41
24
public EncryptionStatus DataVolumesEncrypted { get ; set ; }
42
25
}
43
26
}
You can’t perform that action at this time.
0 commit comments