You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ExtensionTests/AzureVMAccessExtensionTests.cs
@@ -76,7 +67,6 @@ public static void ClassCleanUp()
76
67
#region Test cases
77
68
78
69
[TestMethod(),TestCategory(Category.Scenario),TestProperty("Feature","IAAS"),Priority(0),Owner("hylee"),Description("Test the cmdlet ((Get,Set)-AzureVMAccessExtension)")]
@@ -109,8 +99,39 @@ public void CreateVMAccessExtensionTest()
109
99
}
110
100
}
111
101
102
+
[TestMethod(),TestCategory(Category.Scenario),TestProperty("Feature","IAAS"),Priority(0),Owner("hylee"),Description("Test the cmdlet ((Get,Set)-AzureVMAccessExtension)")]
103
+
publicvoidCreateVMAccessExtensionTest2()
104
+
{
105
+
try
106
+
{
107
+
// Deploy a new IaaS VM with Extension using Add-AzureVMExtension
108
+
Console.WriteLine("Create a new VM with VM access extension.");
[TestMethod(),TestCategory(Category.Scenario),TestProperty("Feature","IAAS"),Priority(0),Owner("hylee"),Description("Test the cmdlet ((Get,Set,Remove)-AzureVMAccessExtension)")]
@@ -140,7 +161,6 @@ public void UpdateVMAccessExtensionTest()
140
161
}
141
162
142
163
[TestMethod(),TestCategory(Category.Scenario),TestProperty("Feature","IAAS"),Priority(0),Owner("hylee"),Description("Test the cmdlet ((Get,Set)-AzureVMAccessExtension)")]
@@ -167,7 +187,6 @@ public void AddRoleVMAccessExtensionTest()
167
187
}
168
188
169
189
[TestMethod(),TestCategory(Category.Scenario),TestProperty("Feature","IAAS"),Priority(0),Owner("hylee"),Description("Test the cmdlet ((Get,Set)-AzureVMAccessExtension)")]
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Common/VirtualMachineExtensionCmdletBase.cs
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/VMAccess/SetAzureVMAccessExtension.cs
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/VMAccess/VirtualMachineAccessExtensionCmdletBase.cs
0 commit comments