Skip to content

Commit 9647f95

Browse files
committed
move new enum type to the end of the list
1 parent 7c65e1f commit 9647f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Models/AzureDiskEncryptionStatusContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ enum EncryptionStatus
2525
DecryptionInProgress,
2626
EncryptionInProgress,
2727
VMRestartPending,
28-
NoDiskFound,
29-
Unknown
28+
Unknown,
29+
NoDiskFound
3030
}
3131

3232
class AzureDiskEncryptionStatusContext

0 commit comments

Comments
 (0)