We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d2cad commit af577c9Copy full SHA for af577c9
documentation/Set-PnPManagedAppId.md
@@ -28,7 +28,7 @@ If you add a Credential with a name of "https://yourtenant.sharepoint.com" it wi
28
29
### EXAMPLE 1
30
```powershell
31
-Set-PnPManagedAppId -Name "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7
+Set-PnPManagedAppId -Url "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7
32
```
33
This will add an entry for the specified App Id to be use when connecting with Connect-PnPOnline to the URL specified.
34
0 commit comments