We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a068ee6 commit 3e7b788Copy full SHA for 3e7b788
1 file changed
Deployment/resourcedeployment.ps1
@@ -184,7 +184,8 @@ function LoginAzure([string]$subscriptionID) {
184
Write-Host "Logged in to Azure with tenant ID '$tenantId' successfully." -ForegroundColor Green
185
}
186
Write-Host "manual deployment mode"
187
- $createdBy = $email
+ $createdBy = $email.Split('@')[0]
188
+ Write-Host "CreatedBy user is $createdBy"
189
190
az account set --subscription $subscriptionID
191
Write-Host "Switched subscription to '$subscriptionID' `r`n" -ForegroundColor Yellow
0 commit comments