Skip to content

Commit acba074

Browse files
Adding a better description to the test
1 parent 7974eca commit acba074

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Compute/Compute.Test/ScenarioTests/VirtualMachineTests.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,13 @@ function Test-VirtualMachineGetStatus
29972997

29982998
<#
29992999
.SYNOPSIS
3000-
Test Virtual Machines
3000+
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.
30013007
#>
30023008
function Test-VirtualMachineGetStatusWithHealhtExtension
30033009
{

0 commit comments

Comments
 (0)