@pnp/cli-microsoft365 5.1.0-beta.55e5dfb → 5.1.0-beta.c27e2b5

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 (50) hide show
  1. package/.eslintrc.js +1 -0
  2. package/dist/Auth.js +10 -0
  3. package/dist/cli/index.js +5 -1
  4. package/dist/m365/aad/commands/app/app-add.js +68 -10
  5. package/dist/m365/aad/commands/app/{app-delete.js → app-remove.js} +9 -5
  6. package/dist/m365/aad/commands/app/{app-role-delete.js → app-role-remove.js} +11 -7
  7. package/dist/m365/aad/commands/o365group/o365group-add.js +39 -1
  8. package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +87 -0
  9. package/dist/m365/aad/commands.js +4 -1
  10. package/dist/m365/base/PowerPlatformCommand.js +10 -0
  11. package/dist/m365/cli/commands/config/config-set.js +3 -2
  12. package/dist/m365/pp/commands/managementapp/managementapp-add.js +98 -0
  13. package/dist/m365/pp/commands.js +7 -0
  14. package/dist/m365/spfx/commands/project/model/index.js +5 -1
  15. package/dist/m365/spfx/commands/project/project-externalize/index.js +5 -1
  16. package/dist/m365/spfx/commands/project/project-externalize/rules/index.js +5 -1
  17. package/dist/m365/spfx/commands/project/project-upgrade/index.js +5 -1
  18. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001033_DEP_tslib.js +14 -0
  19. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN023002_GITIGNORE_heft.js +40 -0
  20. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.0.js +0 -2
  21. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.0-beta.1.js +63 -0
  22. package/dist/m365/spfx/commands/project/project-upgrade.js +24 -19
  23. package/dist/m365/spo/commands/site/site-recyclebinitem-restore.js +66 -0
  24. package/dist/m365/spo/commands.js +1 -0
  25. package/dist/m365/teams/commands/chat/chat-message-send.js +50 -58
  26. package/dist/m365/tenant/commands.js +1 -6
  27. package/dist/settingsNames.js +1 -0
  28. package/dist/utils/formatting.js +3 -0
  29. package/dist/utils/index.js +5 -1
  30. package/docs/docs/cmd/aad/app/{app-delete.md → app-remove.md} +15 -9
  31. package/docs/docs/cmd/aad/app/{app-role-delete.md → app-role-remove.md} +25 -19
  32. package/docs/docs/cmd/aad/o365group/o365group-add.md +42 -6
  33. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.md +36 -0
  34. package/docs/docs/cmd/pp/managementapp/managementapp-add.md +50 -0
  35. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  36. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.md +27 -0
  37. package/docs/docs/cmd/teams/chat/chat-message-send.md +4 -4
  38. package/npm-shrinkwrap.json +443 -192
  39. package/package.json +13 -11
  40. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015006_FILE_editorconfig.js +0 -14
  41. package/dist/m365/tenant/commands/auditlog/auditlog-report.js +0 -231
  42. package/dist/m365/tenant/commands/service/service-list.js +0 -41
  43. package/dist/m365/tenant/commands/service/service-message-list.js +0 -55
  44. package/dist/m365/tenant/commands/service/service-report-historicalservicestatus.js +0 -54
  45. package/dist/m365/tenant/commands/status/status-list.js +0 -55
  46. package/docs/docs/cmd/tenant/auditlog/auditlog-report.md +0 -61
  47. package/docs/docs/cmd/tenant/service/service-list.md +0 -25
  48. package/docs/docs/cmd/tenant/service/service-message-list.md +0 -34
  49. package/docs/docs/cmd/tenant/service/service-report-historicalservicestatus.md +0 -38
  50. package/docs/docs/cmd/tenant/status/status-list.md +0 -34
@@ -1,38 +0,0 @@
1
- # tenant service report historicalservicestatus
2
-
3
- Gets the historical service status of Microsoft 365 Services of the last 7 days
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 tenant service report historicalservicestatus [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-w, --workload [workload]`
14
- : Retrieve the historical service status for the particular service. If not provided, the historical service status of all services will be returned.
15
-
16
- --8<-- "docs/cmd/_global.md"
17
-
18
- ## Remarks
19
-
20
- To get the name of the particular workload for use with the workload option, execute `m365 tenant service report historicalservicestatus --output json` and get the value of the `Workload` property for the particular service.
21
-
22
- ## Examples
23
-
24
- Gets the historical service status of Microsoft 365 Services of the last 7 days
25
-
26
- ```sh
27
- m365 tenant service report historicalservicestatus
28
- ```
29
-
30
- Gets the historical service status of Microsoft Teams for the last 7 days
31
-
32
- ```sh
33
- m365 tenant service report historicalservicestatus --workload "microsoftteams"
34
- ```
35
-
36
- ## More information
37
-
38
- - Microsoft 365 Service Communications API reference: [https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-service-communications-api-reference#get-historical-status](https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-service-communications-api-reference#get-historical-status)
@@ -1,34 +0,0 @@
1
- # tenant status list
2
-
3
- Gets health status of the different services in Microsoft 365
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 tenant status list [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-w, --workload [workload]`
14
- : Retrieve service status for the specified service. If not provided, will list the current service status of all services
15
-
16
- --8<-- "docs/cmd/_global.md"
17
-
18
- ## Examples
19
-
20
- Gets health status of the different services in Microsoft 365
21
-
22
- ```sh
23
- m365 tenant status list
24
- ```
25
-
26
- Gets health status for SharePoint Online
27
-
28
- ```sh
29
- m365 tenant status list --workload "SharePoint"
30
- ```
31
-
32
- ## More information
33
-
34
- - Microsoft 365 Service Communications API reference: [https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-service-communications-api-reference#get-current-status](https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-service-communications-api-reference#get-current-status)