We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7974eca commit acba074Copy full SHA for acba074
src/Compute/Compute.Test/ScenarioTests/VirtualMachineTests.ps1
@@ -2997,7 +2997,13 @@ function Test-VirtualMachineGetStatus
2997
2998
<#
2999
.SYNOPSIS
3000
-Test Virtual Machines
+Test Virtual Machines's Status With Health Extension
3001
+Description:
3002
+This test creates a virtual machine and adds a vm health extension
3003
+and gets the virtual machine with -Status flag which returns the instance
3004
+view of the virtual machine. Since the vm has a health extension,
3005
+the vm's instance view should have the "vmHealth" field present in its return
3006
+object.
3007
#>
3008
function Test-VirtualMachineGetStatusWithHealhtExtension
3009
{
0 commit comments