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(
910
910
911
911
if ([string ]::IsNullOrEmpty($TenantId ))
912
912
{
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
914
914
}
915
915
else
916
916
{
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
918
918
}
919
919
920
920
Write-Progress - Id $MainProgressBarId - activity $ProgressActivityName - status $ConnectingToAzureAD - percentcomplete 35
You can’t perform that action at this time.
0 commit comments