Skip to content

Commit 8353869

Browse files
committed
update changelog
1 parent 1470557 commit 8353869

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* `Get-AzureRmVmDiskEncryptionStatus` fixes an issue observed for VMs with no data disks
2122

2223
## Version 5.1.0
2324
* VMSS VM Update feature

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void TestAzureDiskEncryptionExtension()
116116
}
117117

118118
[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)]
120120
public void TestAzureDiskEncryptionExtensionSinglePass()
121121
{
122122
ComputeTestController.NewInstance.RunPsTest("Test-AzureDiskEncryptionExtensionSinglePass");

tools/AzureRM/AzureRM.psm1

8.61 KB
Binary file not shown.

0 commit comments

Comments
 (0)