diff --git a/powerapps-docs/maker/common/wrap/wrap-how-to.md b/powerapps-docs/maker/common/wrap/wrap-how-to.md index 2631ee933a..b0f99ee204 100644 --- a/powerapps-docs/maker/common/wrap/wrap-how-to.md +++ b/powerapps-docs/maker/common/wrap/wrap-how-to.md @@ -201,12 +201,12 @@ The following API permissions are required when manually configure API permissio > ``` > - Missing *Azure API Connections* permission: > ```powershell -> Connect-MgGraph -TenantId +> Connect-MgGraph -TenantId -Scopes 'Directory.ReadWrite.All', 'Application.ReadWrite.All' > New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections" > ``` > - Missing *PowerApps Service* permission: > ```powershell -> Connect-MgGraph -TenantId +> Connect-MgGraph -TenantId -Scopes 'Directory.ReadWrite.All', 'Application.ReadWrite.All' > New-MgServicePrincipal -AppId 475226c6-020e-4fb2-8a90-7a972cbfc1d4 -DisplayName "PowerApps Service" > ```