Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update Deploy.ps1
Browse files Browse the repository at this point in the history
So the objectId was replaced by id.
Depreicated Graph update script $userObjectId = az ad signed-in-user show --query objectId to $userObjectId = az ad signed-in-user show --query id  as per #215
  • Loading branch information
leestott authored Nov 1, 2022
1 parent 0b2942a commit 92b676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ process {
#region Provision Resources inside Resource Group on Azure using ARM template
Write-Title 'STEP #6 - Creating Resources in Azure'

$userObjectId = az ad signed-in-user show --query objectId
$userObjectId = az ad signed-in-user show --query id
#$userObjectId

$templateFileName = "azuredeploy.json"
Expand Down

0 comments on commit 92b676b

Please sign in to comment.