Changed the resource group deployment name (fixes bug)

This commit is contained in:
Shital Savekar 2018-05-30 22:39:12 -07:00
Родитель 0e9c8c63da
Коммит 9215ede1ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -676,7 +676,7 @@ Function CreateResourceGroupDeployment([string]$RGName, $location, $setupType, $
{
$FailCounter = 0
$retValue = "False"
$ResourceGroupDeploymentName = $RGName + "-deployment"
$ResourceGroupDeploymentName = "LISA-" + [guid]::NewGuid().Guid
While(($retValue -eq $false) -and ($FailCounter -lt 1))
{
try