File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
src/ResourceManager/Compute
Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+ * ` Get-AzureRmVmDiskEncryptionStatus ` fixes an issue observed for VMs with no data disks
21
22
22
23
## Version 5.1.0
23
24
* VMSS VM Update feature
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public void TestAzureDiskEncryptionExtension()
116
116
}
117
117
118
118
[ Fact ( Skip = "TODO: only works for live mode due to key vault dependency" ) ]
119
- [ Trait ( Category . RunType , Category . LiveOnly ) ]
119
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
120
120
public void TestAzureDiskEncryptionExtensionSinglePass ( )
121
121
{
122
122
ComputeTestController . NewInstance . RunPsTest ( "Test-AzureDiskEncryptionExtensionSinglePass" ) ;
You can’t perform that action at this time.
0 commit comments