File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
powerapps-docs/maker/common/wrap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,12 @@ The following API permissions are required when manually configure API permissio
201
201
> ```
202
202
> - Missing *Azure API Connections* permission:
203
203
> ```powershell
204
- > Connect-MgGraph -TenantId <your tenant ID>
204
+ > Connect-MgGraph -TenantId <your tenant ID> -Scopes "Application.ReadWrite.All"
205
205
> New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections"
206
206
> ```
207
207
> - Missing *PowerApps Service* permission:
208
208
> ```powershell
209
- > Connect-MgGraph -TenantId <your tenant ID>
209
+ > Connect-MgGraph -TenantId <your tenant ID> -Scopes "Application.ReadWrite.All"
210
210
> New-MgServicePrincipal -AppId 475226c6-020e-4fb2-8a90-7a972cbfc1d4 -DisplayName "PowerApps Service"
211
211
> ```
212
212
You can’t perform that action at this time.
0 commit comments