@pnp/cli-microsoft365 10.4.0 → 10.5.0-beta.094447f

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/.eslintrc.cjs CHANGED
@@ -35,6 +35,7 @@ const dictionary = [
35
35
  'definition',
36
36
  'dev',
37
37
  'details',
38
+ 'directory',
38
39
  'eligibility',
39
40
  'enterprise',
40
41
  'entra',
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