@pnp/cli-microsoft365 10.8.0-beta.cdb5c81 → 10.9.0-beta.9d7d19b
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 +3 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/app/commands/app-get.js +5 -2
- package/dist/m365/app/commands/app-open.js +9 -22
- package/dist/m365/app/commands/permission/permission-add.js +18 -30
- package/dist/m365/app/commands/permission/permission-list.js +5 -2
- package/dist/m365/base/AppCommand.js +9 -25
- package/dist/m365/booking/commands/business/business-get.js +18 -25
- package/dist/m365/context/commands/context-remove.js +12 -25
- package/dist/m365/context/commands/option/option-remove.js +11 -25
- package/dist/m365/graph/commands/directoryextension/directoryextension-list.js +74 -0
- package/dist/m365/graph/commands.js +1 -0
- package/dist/m365/spo/commands/list/list-get.js +12 -6
- package/dist/m365/spp/commands/model/model-apply.js +130 -0
- package/dist/m365/spp/commands/model/model-get.js +7 -24
- package/dist/m365/spp/commands/model/model-list.js +1 -1
- package/dist/m365/spp/commands/model/model-remove.js +1 -1
- package/dist/m365/spp/commands.js +1 -0
- package/dist/utils/spp.js +59 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +135 -0
- package/docs/docs/cmd/spo/list/list-get.mdx +12 -3
- package/docs/docs/cmd/spp/model/model-apply.mdx +79 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -93,14 +93,16 @@
|
|
|
93
93
|
- Power Apps
|
|
94
94
|
- Power Platform
|
|
95
95
|
- Purview
|
|
96
|
-
-
|
|
96
|
+
- SharePoint Embedded
|
|
97
97
|
- SharePoint Online
|
|
98
|
+
- SharePoint Premium
|
|
98
99
|
- To Do
|
|
99
100
|
- Supported authentication methods
|
|
100
101
|
- Azure Managed Identity
|
|
101
102
|
- Certificate
|
|
102
103
|
- Client Secret
|
|
103
104
|
- Device Code
|
|
105
|
+
- Federated identity
|
|
104
106
|
- Username and Password
|
|
105
107
|
- Manage your SharePoint Framework projects
|
|
106
108
|
- Upgrade your projects
|