Skip to content

Commit

Permalink
def
Browse files Browse the repository at this point in the history
  • Loading branch information
KnudsenMorten committed Aug 13, 2023
1 parent 2f80f18 commit c92aa88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/Step1-Deployment-DemoEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Write-Output ""
)


Connect-MgGraph -TenantId $TenantId -ForceRefresh -Scopes $MgScope
Connect-MgGraph -TenantId $TenantId -Scopes $MgScope


#-------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pause
"Directory.AccessAsUser.All",
"RoleManagement.ReadWrite.Directory"
)
Connect-MgGraph -TenantId $TenantId -ForceRefresh -Scopes $MgScope
Connect-MgGraph -TenantId $TenantId -Scopes $MgScope

#region section prereqv2
#-------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion migration/LogAnalytics-Migration - Side-by-Side.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Function AzLogAnalytics-V1-Post-Data ($customerId, $sharedKey, $body, $logType)
"Directory.AccessAsUser.All",
"RoleManagement.ReadWrite.Directory"
)
Connect-MgGraph -TenantId $TenantId -ForceRefresh -Scopes $MgScope
Connect-MgGraph -TenantId $TenantId -Scopes $MgScope

#region section prereqv2
#-------------------------------------------------------------------------------------------
Expand Down

0 comments on commit c92aa88

Please sign in to comment.