@pnp/cli-microsoft365 10.5.0-beta.7a5c151 → 10.5.0-beta.d99742c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +3 -1
- package/dist/appInsights.js +10 -4
- package/dist/m365/spo/commands/page/page-header-set.js +47 -10
- package/dist/m365/viva/commands/engage/engage-community-user-add.js +113 -0
- package/dist/m365/viva/commands/engage/engage-community-user-remove.js +107 -0
- package/dist/m365/viva/commands.js +2 -0
- package/docs/docs/cmd/spo/page/page-section-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +67 -0
- package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +55 -0
- package/npm-shrinkwrap.json +97 -84
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -192,7 +192,7 @@ Execute a command and output response as text using the global `--output` option
|
|
|
192
192
|
m365 spo site get --url https://contoso.sharepoint.com --output text
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
> For more examples and usage, refer to the [command](https://pnp.github.io/cli-microsoft365/cmd/login/) and [sample scripts](https://pnp.github.io/cli-microsoft365/sample-scripts/) documentation.
|
|
195
|
+
> For more examples and usage, refer to the [command](https://pnp.github.io/cli-microsoft365/cmd/login/) and [sample scripts](https://pnp.github.io/cli-microsoft365/sample-scripts/introduction/) documentation.
|
|
196
196
|
|
|
197
197
|
## Build
|
|
198
198
|
|