Skip to content

Commit 493148a

Browse files
committed
Minor edit
1 parent dd8bebe commit 493148a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/docs-conceptual/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more info, see [App-only authentication](app-only.md).
6262

6363
`Unverified publisher` error message occurs during Microsoft Graph PowerShell app consent.
6464

65-
To remove this error, you can use an app registration of your own, on which you can set yourself as the verified publisher. You'll need to go through the [publisher verification process](/azure/active-directory/develop/publisher-verification-overview), and use the app registration to consent to the permissions required by Microsoft Graph PowerShell as shown below:
65+
To remove this error, you can use an app registration of your own, on which you can set yourself as the verified publisher. You'll need to go through the [publisher verification process](/azure/active-directory/develop/publisher-verification-overview), and use the app registration to consent to the permissions required by Microsoft Graph PowerShell, as shown below:
6666

6767
```powershell
6868
Connect-MgGraph -AppId "{your-own-app-id}" -Scopes "scope"

0 commit comments

Comments
 (0)