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 ebbd4df commit 246afedCopy full SHA for 246afed
src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/StaticCATests.cs
@@ -624,7 +624,9 @@ private static void ReadVnetConfig()
624
625
private static void SetVNetForStaticCAtest()
626
{
627
- vmPowershellCmdlets.SetAzureVNetConfig(Directory.GetCurrentDirectory() + "\\StaticCAvnetconfig.netcfg");
+ Utilities.RetryActionUntilSuccess(
628
+ () => vmPowershellCmdlets.SetAzureVNetConfig(Directory.GetCurrentDirectory() + "\\StaticCAvnetconfig.netcfg"),
629
+ "in use", 10, 30);
630
}
631
632
private static void CleanUpVnetConfigForStaticCA()
0 commit comments