@pnp/cli-microsoft365 11.9.0-beta.93bd508 → 11.9.0-beta.9bd71dd
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/.devcontainer/Dockerfile +2 -2
- package/.devproxy/api-specs/sharepoint.yaml +84 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +23 -48
- package/dist/m365/entra/commands/approleassignment/approleassignment-list.js +20 -43
- package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +24 -51
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +20 -43
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +20 -43
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +9 -25
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-remove.js +21 -50
- package/dist/m365/entra/commands/groupsetting/groupsetting-add.js +9 -25
- package/dist/m365/entra/commands/groupsetting/groupsetting-get.js +8 -24
- package/dist/m365/entra/commands/groupsetting/groupsetting-list.js +6 -0
- package/dist/m365/entra/commands/groupsetting/groupsetting-remove.js +9 -33
- package/dist/m365/entra/commands/groupsetting/groupsetting-set.js +8 -24
- package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-get.js +19 -38
- package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-list.js +6 -0
- package/dist/m365/entra/commands/pim/pim-role-assignment-add.js +68 -114
- package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +28 -55
- package/dist/m365/entra/commands/pim/pim-role-assignment-list.js +30 -57
- package/dist/m365/entra/commands/pim/pim-role-assignment-remove.js +50 -90
- package/dist/m365/entra/commands/pim/pim-role-request-list.js +36 -69
- package/dist/m365/entra/commands/policy/policy-list.js +13 -56
- package/dist/m365/entra/commands/user/user-add.js +39 -118
- package/dist/m365/entra/commands/user/user-get.js +24 -49
- package/dist/m365/entra/commands/user/user-groupmembership-list.js +25 -48
- package/dist/m365/entra/commands/user/user-guest-add.js +14 -39
- package/dist/m365/entra/commands/user/user-hibp.js +12 -34
- package/dist/m365/entra/commands/user/user-license-add.js +23 -42
- package/dist/m365/entra/commands/user/user-license-list.js +21 -42
- package/dist/m365/entra/commands/user/user-license-remove.js +25 -47
- package/dist/m365/entra/commands/user/user-list.js +12 -39
- package/dist/m365/entra/commands/user/user-password-validate.js +8 -15
- package/dist/m365/entra/commands/user/user-recyclebinitem-clear.js +8 -22
- package/dist/m365/entra/commands/user/user-recyclebinitem-remove.js +9 -33
- package/dist/m365/entra/commands/user/user-recyclebinitem-restore.js +8 -24
- package/dist/m365/entra/commands/user/user-registrationdetails-list.js +43 -113
- package/dist/m365/entra/commands/user/user-remove.js +22 -42
- package/dist/m365/entra/commands/user/user-set.js +69 -149
- package/dist/m365/entra/commands/user/user-signin-list.js +22 -51
- package/dist/m365/external/commands/connection/connection-add.js +40 -65
- package/dist/m365/external/commands/connection/connection-doctor.js +14 -30
- package/dist/m365/external/commands/connection/connection-get.js +19 -28
- package/dist/m365/external/commands/connection/connection-remove.js +20 -25
- package/dist/m365/external/commands/connection/connection-schema-add.js +53 -42
- package/dist/m365/external/commands/connection/connection-urltoitemresolver-add.js +12 -23
- package/dist/m365/external/commands/item/item-add.js +37 -60
- package/dist/m365/file/commands/convert/convert-pdf.js +18 -33
- package/dist/m365/file/commands/file-add.js +28 -34
- package/dist/m365/file/commands/file-copy.js +18 -34
- package/dist/m365/file/commands/file-list.js +18 -24
- package/dist/m365/file/commands/file-move.js +22 -35
- package/dist/m365/flow/commands/flow-disable.js +10 -26
- package/dist/m365/flow/commands/flow-enable.js +10 -26
- package/dist/m365/flow/commands/flow-export.js +45 -71
- package/dist/m365/flow/commands/flow-get.js +10 -26
- package/dist/m365/flow/commands/flow-list.js +17 -48
- package/dist/m365/flow/commands/flow-remove.js +11 -38
- package/dist/m365/flow/commands/owner/owner-ensure.js +30 -65
- package/dist/m365/flow/commands/owner/owner-list.js +10 -35
- package/dist/m365/flow/commands/owner/owner-remove.js +30 -61
- package/dist/m365/flow/commands/run/run-cancel.js +11 -37
- package/dist/m365/flow/commands/run/run-get.js +12 -43
- package/dist/m365/flow/commands/run/run-list.js +29 -61
- package/dist/m365/flow/commands/run/run-resubmit.js +11 -37
- package/dist/m365/graph/commands/changelog/changelog-list.js +68 -67
- package/dist/m365/graph/commands/schemaextension/schemaextension-add.js +25 -31
- package/dist/m365/graph/commands/schemaextension/schemaextension-get.js +8 -15
- package/dist/m365/graph/commands/schemaextension/schemaextension-list.js +26 -50
- package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +9 -24
- package/dist/m365/graph/commands/schemaextension/schemaextension-set.js +32 -53
- package/dist/m365/graph/commands/subscription/subscription-add.js +63 -89
- package/dist/m365/outlook/commands/calendar/calendar-list.js +64 -0
- package/dist/m365/outlook/commands/mail/mail-send.js +55 -84
- package/dist/m365/outlook/commands/message/message-get.js +27 -27
- package/dist/m365/outlook/commands/message/message-list.js +53 -80
- package/dist/m365/outlook/commands/message/message-move.js +43 -40
- package/dist/m365/outlook/commands/message/message-remove.js +17 -45
- package/dist/m365/outlook/commands.js +1 -0
- package/dist/m365/spo/commands/list/list-sensitivitylabel-remove.js +83 -0
- package/dist/m365/spo/commands.js +1 -0
- package/docs/docs/cmd/outlook/calendar/calendar-list.mdx +155 -0
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-remove.mdx +77 -0
- package/npm-shrinkwrap.json +7 -0
- package/package.json +1 -1
package/.devcontainer/Dockerfile
CHANGED
|
@@ -8,8 +8,8 @@ LABEL name="CLI for Microsoft 365 Development" \
|
|
|
8
8
|
Albert-Jan Schot <appie@digiwijs.nl>, \
|
|
9
9
|
Adam Wojcik <adam.wojcik.it@gmail.com>, \
|
|
10
10
|
Martin Lingstuyl <mlingstuyl@live.com>, \
|
|
11
|
-
Jasey Waegebaert <
|
|
12
|
-
Milan Holemans <
|
|
11
|
+
Jasey Waegebaert <38426621+Jwaegebaert@users.noreply.github.com>, \
|
|
12
|
+
Milan Holemans <11723921+milanholemans@users.noreply.github.com>"
|
|
13
13
|
|
|
14
14
|
ENV NPM_CONFIG_PREFIX=/home/cli-microsoft365-dev/.npm-global \
|
|
15
15
|
PATH=$PATH:/home/cli-microsoft365-dev/.npm-global/bin
|
|
@@ -476,6 +476,90 @@ paths:
|
|
|
476
476
|
responses:
|
|
477
477
|
200:
|
|
478
478
|
description: OK
|
|
479
|
+
/_api/web/lists(guid'{listId}'):
|
|
480
|
+
patch:
|
|
481
|
+
parameters:
|
|
482
|
+
- name: listId
|
|
483
|
+
in: path
|
|
484
|
+
required: true
|
|
485
|
+
description: list GUID
|
|
486
|
+
schema:
|
|
487
|
+
type: string
|
|
488
|
+
example: "b4cfa0d9-b3d7-49ae-a0f0-f14ffdd005f7"
|
|
489
|
+
requestBody:
|
|
490
|
+
required: true
|
|
491
|
+
content:
|
|
492
|
+
application/json:
|
|
493
|
+
example:
|
|
494
|
+
DefaultSensitivityLabelForLibrary: ""
|
|
495
|
+
security:
|
|
496
|
+
- delegated:
|
|
497
|
+
- AllSites.Write
|
|
498
|
+
- AllSites.Manage
|
|
499
|
+
- AllSites.FullControl
|
|
500
|
+
- application:
|
|
501
|
+
- Sites.ReadWrite.All
|
|
502
|
+
- Sites.Manage.All
|
|
503
|
+
- Sites.FullControl.All
|
|
504
|
+
responses:
|
|
505
|
+
204:
|
|
506
|
+
description: No Content
|
|
507
|
+
/_api/web/lists/getByTitle('{listTitle}'):
|
|
508
|
+
patch:
|
|
509
|
+
parameters:
|
|
510
|
+
- name: listTitle
|
|
511
|
+
in: path
|
|
512
|
+
required: true
|
|
513
|
+
description: list title
|
|
514
|
+
schema:
|
|
515
|
+
type: string
|
|
516
|
+
example: "Shared Documents"
|
|
517
|
+
requestBody:
|
|
518
|
+
required: true
|
|
519
|
+
content:
|
|
520
|
+
application/json:
|
|
521
|
+
example:
|
|
522
|
+
DefaultSensitivityLabelForLibrary: ""
|
|
523
|
+
security:
|
|
524
|
+
- delegated:
|
|
525
|
+
- AllSites.Write
|
|
526
|
+
- AllSites.Manage
|
|
527
|
+
- AllSites.FullControl
|
|
528
|
+
- application:
|
|
529
|
+
- Sites.ReadWrite.All
|
|
530
|
+
- Sites.Manage.All
|
|
531
|
+
- Sites.FullControl.All
|
|
532
|
+
responses:
|
|
533
|
+
204:
|
|
534
|
+
description: No Content
|
|
535
|
+
/_api/web/GetList('{listServerRelativeUrl}'):
|
|
536
|
+
patch:
|
|
537
|
+
parameters:
|
|
538
|
+
- name: listServerRelativeUrl
|
|
539
|
+
in: path
|
|
540
|
+
required: true
|
|
541
|
+
description: Server-relative URL of the list
|
|
542
|
+
schema:
|
|
543
|
+
type: string
|
|
544
|
+
example: "/Shared Documents"
|
|
545
|
+
requestBody:
|
|
546
|
+
required: true
|
|
547
|
+
content:
|
|
548
|
+
application/json:
|
|
549
|
+
example:
|
|
550
|
+
DefaultSensitivityLabelForLibrary: ""
|
|
551
|
+
security:
|
|
552
|
+
- delegated:
|
|
553
|
+
- AllSites.Write
|
|
554
|
+
- AllSites.Manage
|
|
555
|
+
- AllSites.FullControl
|
|
556
|
+
- application:
|
|
557
|
+
- Sites.ReadWrite.All
|
|
558
|
+
- Sites.Manage.All
|
|
559
|
+
- Sites.FullControl.All
|
|
560
|
+
responses:
|
|
561
|
+
204:
|
|
562
|
+
description: No Content
|
|
479
563
|
/_api/web/webs:
|
|
480
564
|
get:
|
|
481
565
|
security:
|