Skip to content

Commit af577c9

Browse files
Fix typo in the example provided in Set-PnPManagedAppID (#5041)
* fix for bug #4943 * minor typo fix in the example --------- Co-authored-by: Gautam Sheth <[email protected]>
1 parent 15d2cad commit af577c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Set-PnPManagedAppId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you add a Credential with a name of "https://yourtenant.sharepoint.com" it wi
2828

2929
### EXAMPLE 1
3030
```powershell
31-
Set-PnPManagedAppId -Name "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7
31+
Set-PnPManagedAppId -Url "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7
3232
```
3333
This will add an entry for the specified App Id to be use when connecting with Connect-PnPOnline to the URL specified.
3434

0 commit comments

Comments
 (0)