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/LocationBasedReservedIPTests.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public void Cleanup()
63
63
}
64
64
65
65
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Network),Owner("hylee"),Description("Test the cmdlets (New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
@@ -196,7 +196,7 @@ public void CreateReservedIPThenWindowsVM()
196
196
}
197
197
}
198
198
199
-
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Network),Owner("avgupt"),Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
199
+
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Preview),Owner("avgupt"),Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
@@ -263,7 +263,7 @@ public void CreatePaaSDeploymentAssociateAndDisassociateReservedIp()
263
263
}
264
264
}
265
265
266
-
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Network),Owner("avgupt"),Description("Test the cmdlets (Set-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
266
+
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Preview),Owner("avgupt"),Description("Test the cmdlets (Set-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
@@ -357,7 +357,7 @@ public void TestAssociateReservedIPToStageSlotIaaSFails()
357
357
thrownewException("Test Did not fail as expected when association was tried on stage slot in IaaS");
358
358
}
359
359
360
-
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Network),Owner("avgupt"),Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
360
+
[TestMethod(),Priority(0),TestProperty("Feature","IaaS"),TestCategory(Category.Preview),Owner("avgupt"),Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
0 commit comments