зеркало из https://github.com/microsoft/lisa.git
Changed the resource group deployment name (fixes bug)
This commit is contained in:
Родитель
0e9c8c63da
Коммит
9215ede1ab
|
@ -676,7 +676,7 @@ Function CreateResourceGroupDeployment([string]$RGName, $location, $setupType, $
|
||||||
{
|
{
|
||||||
$FailCounter = 0
|
$FailCounter = 0
|
||||||
$retValue = "False"
|
$retValue = "False"
|
||||||
$ResourceGroupDeploymentName = $RGName + "-deployment"
|
$ResourceGroupDeploymentName = "LISA-" + [guid]::NewGuid().Guid
|
||||||
While(($retValue -eq $false) -and ($FailCounter -lt 1))
|
While(($retValue -eq $false) -and ($FailCounter -lt 1))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
Загрузка…
Ссылка в новой задаче