@pnp/cli-microsoft365 11.1.0-beta.43467d2 → 11.1.0-beta.599b6fe

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 (29) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +18 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.16.0.js +2 -0
  5. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.0.js +2 -0
  6. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0.js +2 -0
  7. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.19.0.js +2 -0
  8. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.20.0.js +2 -0
  9. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.21.0.js +2 -0
  10. package/dist/m365/spo/commands/site/site-alert-remove.js +59 -0
  11. package/dist/m365/spo/commands.js +1 -0
  12. package/docs/docs/cmd/booking/business/business-get.mdx +18 -1
  13. package/docs/docs/cmd/booking/business/business-list.mdx +18 -1
  14. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +19 -0
  15. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +19 -0
  16. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +19 -0
  17. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +21 -0
  18. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +19 -0
  19. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +19 -0
  20. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +21 -0
  21. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +21 -0
  22. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +19 -0
  23. package/docs/docs/cmd/entra/organization/organization-list.mdx +19 -2
  24. package/docs/docs/cmd/purview/threatassessment/threatassessment-add.mdx +12 -0
  25. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +19 -0
  26. package/docs/docs/cmd/purview/threatassessment/threatassessment-list.mdx +19 -0
  27. package/docs/docs/cmd/spo/site/site-alert-remove.mdx +65 -0
  28. package/npm-shrinkwrap.json +136 -1
  29. package/package.json +4 -3
@@ -113,6 +113,24 @@ paths:
113
113
  responses:
114
114
  200:
115
115
  description: OK
116
+ /_api/web/Alerts/DeleteAlert({id}):
117
+ delete:
118
+ parameters:
119
+ - name: id
120
+ in: path
121
+ required: true
122
+ description: GUID of the alert to delete
123
+ schema:
124
+ type: string
125
+ example: "'f55e3c17-63ea-456a-8451-48d2839760f7'"
126
+ security:
127
+ - delegated:
128
+ - AllSites.FullControl
129
+ - application:
130
+ - Sites.FullControl.All
131
+ responses:
132
+ 200:
133
+ description: OK
116
134
  /_api/web/folders/addUsingPath(decodedUrl={folderPath}):
117
135
  post:
118
136
  parameters: