Skip to content

Commit b462004

Browse files
authored
Update wrap-how-to.md
1 parent 5e04abc commit b462004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/common/wrap/wrap-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ The following API permissions are required when manually configure API permissio
201201
> ```
202202
> - Missing *Azure API Connections* permission:
203203
> ```powershell
204-
> Connect-MgGraph -TenantId <your tenant ID>
204+
> Connect-MgGraph -TenantId <your tenant ID> -Scopes "Application.ReadWrite.All"
205205
> New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections"
206206
> ```
207207
> - Missing *PowerApps Service* permission:
208208
> ```powershell
209-
> Connect-MgGraph -TenantId <your tenant ID>
209+
> Connect-MgGraph -TenantId <your tenant ID> -Scopes "Application.ReadWrite.All"
210210
> New-MgServicePrincipal -AppId 475226c6-020e-4fb2-8a90-7a972cbfc1d4 -DisplayName "PowerApps Service"
211211
> ```
212212

0 commit comments

Comments
 (0)