@pnp/cli-microsoft365 5.9.0-beta.21a8d94 → 5.9.0-beta.4b19747

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.
Files changed (32) hide show
  1. package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
  2. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +125 -0
  3. package/dist/m365/spo/commands/folder/folder-get.js +36 -6
  4. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +89 -0
  5. package/dist/m365/spo/commands.js +2 -0
  6. package/dist/m365/teams/commands/channel/channel-list.js +3 -3
  7. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +1 -1
  8. package/docs/docs/cmd/aad/user/user-signin-list.md +1 -1
  9. package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +1 -1
  10. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +1 -1
  11. package/docs/docs/cmd/planner/task/task-reference-add.md +1 -1
  12. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +1 -1
  13. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +39 -0
  14. package/docs/docs/cmd/spo/folder/folder-get.md +13 -4
  15. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +36 -0
  16. package/docs/docs/cmd/spo/list/list-roleassignment-add.md +1 -1
  17. package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +1 -1
  18. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +1 -1
  19. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +1 -1
  20. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +5 -5
  21. package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +5 -5
  22. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +1 -1
  23. package/docs/docs/cmd/teams/cache/cache-remove.md +1 -1
  24. package/docs/docs/cmd/teams/channel/channel-add.md +1 -1
  25. package/docs/docs/cmd/teams/channel/channel-list.md +1 -1
  26. package/docs/docs/cmd/teams/channel/channel-member-set.md +1 -1
  27. package/docs/docs/cmd/teams/funsettings/funsettings-set.md +6 -6
  28. package/docs/docs/cmd/tenant/security/security-alerts-list.md +1 -1
  29. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +1 -1
  30. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +1 -1
  31. package/npm-shrinkwrap.json +342 -357
  32. package/package.json +21 -18
@@ -1,11 +1,11 @@
1
- # graph teams funsettings set
1
+ # teams funsettings set
2
2
 
3
3
  Updates fun settings of a Microsoft Teams team
4
4
 
5
5
  ## Usage
6
6
 
7
7
  ```sh
8
- m365 graph teams funsettings set [options]
8
+ m365 teams funsettings set [options]
9
9
  ```
10
10
 
11
11
  ## Options
@@ -32,23 +32,23 @@ m365 graph teams funsettings set [options]
32
32
  Allow giphy usage within a given Microsoft Teams team, setting the content rating for giphy to Moderate
33
33
 
34
34
  ```sh
35
- m365 graph teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy true --giphyContentRating Moderate
35
+ m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy true --giphyContentRating Moderate
36
36
  ```
37
37
 
38
38
  Disable usage of giphy within a given Microsoft Teams team
39
39
 
40
40
  ```sh
41
- m365 graph teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy false
41
+ m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy false
42
42
  ```
43
43
 
44
44
  Allow usage of stickers and memes within a given Microsoft Teams team
45
45
 
46
46
  ```sh
47
- m365 graph teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowStickersAndMemes true
47
+ m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowStickersAndMemes true
48
48
  ```
49
49
 
50
50
  Disable usage custom memes within a given Microsoft Teams team
51
51
 
52
52
  ```sh
53
- m365 graph teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowCustomMemes false
53
+ m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowCustomMemes false
54
54
  ```
@@ -27,4 +27,4 @@ Get security alerts for a vendor with name _Azure Sentinel_
27
27
 
28
28
  ```sh
29
29
  m365 tenant security alerts list --vendor "Azure Sentinel"
30
- ```
30
+ ```
@@ -1,4 +1,4 @@
1
- # tenant service announcement health get
1
+ # tenant serviceannouncement health get
2
2
 
3
3
  Get the health report of a specified service for a tenant
4
4
 
@@ -1,4 +1,4 @@
1
- # tenant service announcement health list
1
+ # tenant serviceannouncement health list
2
2
 
3
3
  Gets the health report of all subscribed services for a tenant
4
4