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 b6ae7e7 commit 4476d58Copy full SHA for 4476d58
src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/BVTTest.cs
@@ -101,7 +101,7 @@ public void AzureIaaSBVT()
101
102
string newAzureVMName = Utilities.GetUniqueShortName(vmNamePrefix);
103
104
- imageName = vmPowershellCmdlets.GetAzureVMImageName(new[] { "Windows" }, false, 50);
+ imageName = vmPowershellCmdlets.GetAzureVMImageName(new[] { "Windows" }, false, 130);
105
106
RecordTimeTaken(ref prevTime);
107
@@ -222,7 +222,7 @@ public void AzureIaaSBVT()
222
//
223
// Set-AzureOSDisk
224
225
- vm = vmPowershellCmdlets.SetAzureOSDisk(null, vm, 100);
+ vm = vmPowershellCmdlets.SetAzureOSDisk(null, vm, 200);
226
227
228
// New-AzureDns
0 commit comments