File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -910,11 +910,11 @@ param(
910910
911911 if ([string ]::IsNullOrEmpty($TenantId ))
912912 {
913- Connect-AzAccount - Environment $ConnectAzAccountEnvironmentName - SubscriptionId $SubscriptionId - AccessToken $ArmAccessToken - AccountId $AccountId - Scope Process | Out-Null
913+ Connect-AzAccount - Environment $ConnectAzAccountEnvironmentName - SubscriptionId $SubscriptionId - AccessToken $ArmAccessToken - AccountId $AccountId - GraphAccessToken $GraphAccessToken - Scope Process | Out-Null
914914 }
915915 else
916916 {
917- Connect-AzAccount - Environment $ConnectAzAccountEnvironmentName - TenantId $TenantId - SubscriptionId $SubscriptionId - AccessToken $ArmAccessToken - AccountId $AccountId - Scope Process | Out-Null
917+ Connect-AzAccount - Environment $ConnectAzAccountEnvironmentName - TenantId $TenantId - SubscriptionId $SubscriptionId - AccessToken $ArmAccessToken - AccountId $AccountId - GraphAccessToken $GraphAccessToken - Scope Process | Out-Null
918918 }
919919
920920 Write-Progress - Id $MainProgressBarId - activity $ProgressActivityName - status $ConnectingToAzureAD - percentcomplete 35
You can’t perform that action at this time.
0 commit comments