@pnp/cli-microsoft365 11.2.0-beta.0432e1f → 11.2.0-beta.e0616e6
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/.devproxy/api-specs/sharepoint.yaml +38 -15
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/commands/docs.js +5 -0
- package/dist/m365/entra/commands/multitenant/multitenant-add.js +10 -28
- package/dist/m365/spo/commands/site/site-versionpolicy-get.js +69 -0
- package/dist/m365/spo/commands.js +1 -0
- package/docs/docs/cmd/spo/site/site-versionpolicy-get.mdx +97 -0
- package/package.json +1 -1
|
@@ -79,6 +79,29 @@ paths:
|
|
|
79
79
|
responses:
|
|
80
80
|
200:
|
|
81
81
|
description: OK
|
|
82
|
+
/_api/site/VersionPolicyForNewLibrariesTemplate:
|
|
83
|
+
get:
|
|
84
|
+
parameters:
|
|
85
|
+
- name: $expand
|
|
86
|
+
in: query
|
|
87
|
+
required: false
|
|
88
|
+
schema:
|
|
89
|
+
type: string
|
|
90
|
+
example: VersionPolicies
|
|
91
|
+
security:
|
|
92
|
+
- delegated:
|
|
93
|
+
- AllSites.Read
|
|
94
|
+
- AllSites.Write
|
|
95
|
+
- AllSites.Manage
|
|
96
|
+
- AllSites.FullControl
|
|
97
|
+
- application:
|
|
98
|
+
- Sites.Read.All
|
|
99
|
+
- Sites.ReadWrite.All
|
|
100
|
+
- Sites.Manage.All
|
|
101
|
+
- Sites.FullControl.All
|
|
102
|
+
responses:
|
|
103
|
+
200:
|
|
104
|
+
description: OK
|
|
82
105
|
/_api/web:
|
|
83
106
|
get:
|
|
84
107
|
security:
|
|
@@ -160,15 +183,15 @@ paths:
|
|
|
160
183
|
example: "'19bbfec4-4425-4660-95cb-da1887baa7b9'"
|
|
161
184
|
security:
|
|
162
185
|
- delegated:
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
186
|
+
- AllSites.Read
|
|
187
|
+
- AllSites.Write
|
|
188
|
+
- AllSites.Manage
|
|
189
|
+
- AllSites.FullControl
|
|
167
190
|
- application:
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
191
|
+
- Sites.Read.All
|
|
192
|
+
- Sites.ReadWrite.All
|
|
193
|
+
- Sites.Manage.All
|
|
194
|
+
- Sites.FullControl.All
|
|
172
195
|
responses:
|
|
173
196
|
200:
|
|
174
197
|
description: OK
|
|
@@ -189,13 +212,13 @@ paths:
|
|
|
189
212
|
example: 1030
|
|
190
213
|
security:
|
|
191
214
|
- delegated:
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
215
|
+
- AllSites.Write
|
|
216
|
+
- AllSites.Manage
|
|
217
|
+
- AllSites.FullControl
|
|
195
218
|
- application:
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
219
|
+
- Sites.ReadWrite.All
|
|
220
|
+
- Sites.Manage.All
|
|
221
|
+
- Sites.FullControl.All
|
|
199
222
|
responses:
|
|
200
223
|
200:
|
|
201
224
|
description: OK
|
|
@@ -322,4 +345,4 @@ paths:
|
|
|
322
345
|
description: OK
|
|
323
346
|
x-ms-generated-by:
|
|
324
347
|
toolName: Dev Proxy
|
|
325
|
-
toolVersion: 0.25.0
|
|
348
|
+
toolVersion: 0.25.0
|