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
Write-Warning "Cannot find the $intRootMgId Management Group, so assuming this is the first deployment. We must skip checking some deployments since their dependent resources do not exist yet."
24
+
if($managementGroup -eq $null) {
25
+
Write-Warning "Cannot find the $intRootMgId Management Group, so assuming this is the first deployment."
27
26
} else {
28
-
Write-Host "Found the $intRootMgId Management Group, so assuming this is not the first deployment."
29
-
$firstDeployment = $false
27
+
Write-Host "Found the $intRootMgId Management Group."
0 commit comments