File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Common/Commands.Common.Compute.Tests/Version2016-04-preview Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public ComputeManagementClientShould()
35
35
}
36
36
37
37
[ Fact ]
38
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
38
39
public void ListVirtualMachine ( )
39
40
{
40
41
var vmClient = Client . VirtualMachines ;
@@ -43,6 +44,7 @@ public void ListVirtualMachine()
43
44
}
44
45
45
46
[ Fact ]
47
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
46
48
public void ListVirtualMachineSizes ( )
47
49
{
48
50
var vmSizeClient = Client . VirtualMachineSizes ;
@@ -51,6 +53,7 @@ public void ListVirtualMachineSizes()
51
53
}
52
54
53
55
[ Fact ]
56
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
54
57
public void ListVirtualMachineImagePublishers ( )
55
58
{
56
59
var vmImagesClient = Client . VirtualMachineImages ;
@@ -59,6 +62,7 @@ public void ListVirtualMachineImagePublishers()
59
62
}
60
63
61
64
[ Fact ]
65
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
62
66
public void ListDisks ( )
63
67
{
64
68
var disksClient = Client . Disks ;
You can’t perform that action at this time.
0 commit comments