@pnp/cli-microsoft365 7.1.0-beta.aca68bd → 7.1.0-beta.bcf9db3
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 +0 -1
- package/.eslintrc.cjs +1 -0
- package/Dockerfile +0 -1
- package/dist/Auth.js +1 -1
- package/dist/Command.js +18 -28
- package/dist/appInsights.js +5 -9
- package/dist/cli/Cli.js +9 -4
- package/dist/m365/aad/commands/group/group-user-list.js +146 -0
- package/dist/m365/aad/commands/m365group/m365group-remove.js +109 -15
- package/dist/m365/aad/commands.js +1 -0
- package/dist/m365/cli/commands/cli-doctor.js +11 -6
- package/dist/m365/commands/setup.js +2 -1
- package/dist/m365/spo/commands/app/app-deploy.js +1 -1
- package/dist/m365/spo/commands/app/app-get.js +1 -1
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
- package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
- package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
- package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
- package/dist/m365/spo/commands/page/Page.js +1 -1
- package/dist/m365/spo/commands/page/page-add.js +1 -1
- package/dist/m365/spo/commands/page/page-get.js +1 -1
- package/dist/m365/spo/commands/page/page-header-set.js +1 -1
- package/dist/m365/spo/commands/page/page-remove.js +1 -1
- package/dist/m365/spo/commands/page/page-set.js +2 -2
- package/dist/m365/spo/commands/page/page-text-add.js +1 -1
- package/dist/m365/spo/commands/sitedesign/sitedesign-get.js +15 -14
- package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +22 -22
- package/dist/m365/spo/commands/user/user-get.js +7 -1
- package/dist/m365/todo/commands/task/task-list.js +8 -10
- package/dist/m365/todo/commands/task/task-remove.js +36 -36
- package/dist/m365/todo/commands/task/task-set.js +11 -13
- package/dist/m365/yammer/commands/group/group-user-remove.js +22 -23
- package/dist/telemetry.js +30 -14
- package/dist/telemetryRunner.js +26 -0
- package/dist/utils/odata.js +20 -19
- package/dist/utils/prompt.js +16 -0
- package/docs/docs/cmd/aad/group/group-user-list.mdx +135 -0
- package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
- package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/aad/m365group/m365group-remove.mdx +11 -1
- package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
- package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
- package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
- package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
- package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
- package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
- package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
- package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
- package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
- package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
- package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
- package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
- package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
- package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
- package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
- package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
- package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
- package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
- package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
- package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
- package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
- package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
- package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
- package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
- package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
- package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
- package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
- package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
- package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
- package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
- package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
- package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
- package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
- package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
- package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
- package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
- package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
- package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
- package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
- package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
- package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
- package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
- package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
- package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
- package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
- package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
- package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
- package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
- package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
- package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
- package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
- package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
- package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
- package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
- package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
- package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
- package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
- package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
- package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
- package/eslint-rules/lib/index.js +2 -1
- package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
- package/npm-shrinkwrap.json +86 -82
- package/package.json +52 -31
|
@@ -31,7 +31,7 @@ This command is based on an API that is currently in preview and is subject to c
|
|
|
31
31
|
|
|
32
32
|
## Examples
|
|
33
33
|
|
|
34
|
-
Lists members of the specified Microsoft Planner Roster
|
|
34
|
+
Lists members of the specified Microsoft Planner Roster.
|
|
35
35
|
|
|
36
36
|
```sh
|
|
37
37
|
m365 planner roster member list --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd
|
|
@@ -85,9 +85,7 @@ m365 planner roster member list --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd
|
|
|
85
85
|
id | b3a1be03-54a5-43d2-b4fb-6562fe9bec0b
|
|
86
86
|
userId | 2056d2f6-3257-4253-8cfc-b73393e414e5
|
|
87
87
|
tenantId | 5b7b813c-2339-48cd-8c51-bd4fcb269420
|
|
88
|
-
roles | []
|
|
89
88
|
```
|
|
90
89
|
|
|
91
90
|
</TabItem>
|
|
92
91
|
</Tabs>
|
|
93
|
-
|
|
@@ -40,10 +40,10 @@ m365 planner task add [options]
|
|
|
40
40
|
: Name of the bucket to which the task belongs. The bucket needs to exist in the selected plan. Specify either `bucketId` or `bucketName` but not both.
|
|
41
41
|
|
|
42
42
|
`--startDateTime [startDateTime]`
|
|
43
|
-
: The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
43
|
+
: The date and time when the task started. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
|
|
44
44
|
|
|
45
45
|
`--dueDateTime [dueDateTime]`
|
|
46
|
-
: The date and time when the task is due. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
46
|
+
: The date and time when the task is due. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
|
|
47
47
|
|
|
48
48
|
`--percentComplete [percentComplete]`
|
|
49
49
|
: Percentage of task completion. Number between 0 and 100.
|
|
@@ -64,13 +64,13 @@ m365 planner task add [options]
|
|
|
64
64
|
: Comma-separated categories that should be added to the task. The possible options are: `category1`, `category2`, `category3`, `category4`, `category5` and/or `category6`. Additional info defined [here](https://docs.microsoft.com/graph/api/resources/plannerappliedcategories?view=graph-rest-1.0).
|
|
65
65
|
|
|
66
66
|
`--previewType [previewType]`
|
|
67
|
-
: This sets the type of preview that shows up on the task.
|
|
67
|
+
: This sets the type of preview that shows up on the task. Allowed values: `automatic`, `noPreview`, `checklist`, `description`, `reference`. When set to automatic the displayed preview is chosen by the app viewing the task. Defaults to `automatic`.
|
|
68
68
|
|
|
69
69
|
`--orderHint [orderHint]`
|
|
70
70
|
: Hint used to order items of this type in a list view. The format is defined as outlined [here](https://docs.microsoft.com/graph/api/resources/planner-order-hint-format?view=graph-rest-1.0).
|
|
71
71
|
|
|
72
72
|
`--priority [priority]`
|
|
73
|
-
: Priority of the task: Urgent
|
|
73
|
+
: Priority of the task. Allowed values: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info). Defaults to `Medium`.
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
<Global />
|
|
@@ -247,9 +247,6 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
|
|
|
247
247
|
conversationThreadId | null
|
|
248
248
|
priority | 5
|
|
249
249
|
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
|
|
250
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
251
|
-
appliedCategories | {}
|
|
252
|
-
assignments | {}
|
|
253
250
|
```
|
|
254
251
|
|
|
255
252
|
</TabItem>
|
|
@@ -369,14 +366,7 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
|
|
|
369
366
|
conversationThreadId | null
|
|
370
367
|
priority | 5
|
|
371
368
|
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
|
|
372
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
373
|
-
appliedCategories | {}
|
|
374
|
-
assignments | {}
|
|
375
|
-
description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
376
|
-
references | {}
|
|
377
|
-
checklist | {}
|
|
378
369
|
```
|
|
379
370
|
|
|
380
371
|
</TabItem>
|
|
381
372
|
</Tabs>
|
|
382
|
-
|
|
@@ -29,13 +29,13 @@ m365 planner task checklistitem add [options]
|
|
|
29
29
|
|
|
30
30
|
## Examples
|
|
31
31
|
|
|
32
|
-
Adds an unchecked checklist item with
|
|
32
|
+
Adds an unchecked checklist item with the specified title to a Microsoft Planner task with the specified ID.
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
35
|
m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --title "My checklist item"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Adds a checked checklist item with
|
|
38
|
+
Adds a checked checklist item with the specified title to a Microsoft Planner task with the specified ID.
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
41
|
m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --title "My checklist item" --isChecked
|
|
@@ -97,9 +97,7 @@ m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --titl
|
|
|
97
97
|
title | Communicate with customer
|
|
98
98
|
orderHint | 8585269209601773376
|
|
99
99
|
lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
|
|
100
|
-
lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
|
|
101
100
|
```
|
|
102
101
|
|
|
103
102
|
</TabItem>
|
|
104
103
|
</Tabs>
|
|
105
|
-
|
|
@@ -16,7 +16,7 @@ m365 planner task checklistitem list [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-i, --taskId <taskId>`
|
|
19
|
-
: ID of the task
|
|
19
|
+
: ID of the task.
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
<Global />
|
|
@@ -85,9 +85,7 @@ m365 planner task checklistitem list --taskId 'vzCcZoOv-U27PwydxHB8opcADJo-'
|
|
|
85
85
|
title | Communicate with customer
|
|
86
86
|
orderHint | 8585269209601773376
|
|
87
87
|
lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
|
|
88
|
-
lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
|
|
89
88
|
```
|
|
90
89
|
|
|
91
90
|
</TabItem>
|
|
92
91
|
</Tabs>
|
|
93
|
-
|
|
@@ -192,14 +192,7 @@ m365 planner task get --title "New Task" --bucketName "To do" --rosterId "DjL5xi
|
|
|
192
192
|
conversationThreadId | null
|
|
193
193
|
priority | 5
|
|
194
194
|
id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
|
|
195
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
196
|
-
appliedCategories | {}
|
|
197
|
-
assignments | {}
|
|
198
|
-
description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
199
|
-
references | {}
|
|
200
|
-
checklist | {"4e3c8841-560c-436e-ba06-cc7731680d59":{"isChecked":false,"title":"Communicate with customer","orderHint":"8585269209601773376","lastModifiedDateTime":"2023-01-25T22:32:05.3002431Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}}
|
|
201
195
|
```
|
|
202
196
|
|
|
203
197
|
</TabItem>
|
|
204
198
|
</Tabs>
|
|
205
|
-
|
|
@@ -55,7 +55,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
|
|
|
55
55
|
|
|
56
56
|
## Examples
|
|
57
57
|
|
|
58
|
-
List tasks for the currently logged in user
|
|
58
|
+
List tasks for the currently logged in user.
|
|
59
59
|
|
|
60
60
|
```sh
|
|
61
61
|
m365 planner task list
|
|
@@ -188,11 +188,7 @@ m365 planner task list --bucketName "My Bucket" --rosterId "DjL5xiKO10qut8LQgztp
|
|
|
188
188
|
conversationThreadId | null
|
|
189
189
|
priority | 5
|
|
190
190
|
id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
|
|
191
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
192
|
-
appliedCategories | {}
|
|
193
|
-
assignments | {}
|
|
194
191
|
```
|
|
195
192
|
|
|
196
193
|
</TabItem>
|
|
197
194
|
</Tabs>
|
|
198
|
-
|
|
@@ -97,9 +97,7 @@ m365 planner task reference add --taskId "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --url "h
|
|
|
97
97
|
|
|
98
98
|
Property | Value
|
|
99
99
|
---------|-------
|
|
100
|
-
https%3A//microsoft%2Ecom | {"alias":null,"type":null,"previewPriority":"8585269190192498871PB;","lastModifiedDateTime":"2023-01-25T23:05:26.24332Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
|
|
101
100
|
```
|
|
102
101
|
|
|
103
102
|
</TabItem>
|
|
104
103
|
</Tabs>
|
|
105
|
-
|
|
@@ -76,9 +76,7 @@ m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM
|
|
|
76
76
|
|
|
77
77
|
Property | Value
|
|
78
78
|
---------|-------
|
|
79
|
-
https%3A//microsoft%2Ecom | {"alias":null,"type":null,"previewPriority":"8585269191724168649Pp;","lastModifiedDateTime":"2023-01-25T23:02:53.107589Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
|
|
80
79
|
```
|
|
81
80
|
|
|
82
81
|
</TabItem>
|
|
83
82
|
</Tabs>
|
|
84
|
-
|
|
@@ -43,10 +43,10 @@ m365 planner task set [options]
|
|
|
43
43
|
: Name of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
44
44
|
|
|
45
45
|
`--startDateTime [startDateTime]`
|
|
46
|
-
: The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
46
|
+
: The date and time when the task started. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
|
|
47
47
|
|
|
48
48
|
`--dueDateTime [dueDateTime]`
|
|
49
|
-
: The date and time when the task is due. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
49
|
+
: The date and time when the task is due. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
|
|
50
50
|
|
|
51
51
|
`--percentComplete [percentComplete]`
|
|
52
52
|
: Percentage of task completion. Number between 0 and 100.
|
|
@@ -70,7 +70,7 @@ m365 planner task set [options]
|
|
|
70
70
|
: Comma-separated categories that should be added to the task.
|
|
71
71
|
|
|
72
72
|
`--priority [priority]`
|
|
73
|
-
: Priority of the task: Urgent
|
|
73
|
+
: Priority of the task. Allowed values: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info).
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
<Global />
|
|
@@ -102,7 +102,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
|
|
|
102
102
|
|
|
103
103
|
## Examples
|
|
104
104
|
|
|
105
|
-
Updates a Microsoft Planner task name of the specified task by ID
|
|
105
|
+
Updates a Microsoft Planner task name of the specified task by ID.
|
|
106
106
|
|
|
107
107
|
```sh
|
|
108
108
|
m365 planner task set --id "Z-RLQGfppU6H3663DBzfs5gAMD3o" --title "My Planner Task"
|
|
@@ -237,9 +237,6 @@ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 -
|
|
|
237
237
|
conversationThreadId | null
|
|
238
238
|
priority | 5
|
|
239
239
|
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
|
|
240
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
241
|
-
appliedCategories | {}
|
|
242
|
-
assignments | {}
|
|
243
240
|
```
|
|
244
241
|
|
|
245
242
|
</TabItem>
|
|
@@ -359,12 +356,6 @@ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 -
|
|
|
359
356
|
conversationThreadId | null
|
|
360
357
|
priority | 5
|
|
361
358
|
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
|
|
362
|
-
createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
|
|
363
|
-
appliedCategories | {}
|
|
364
|
-
assignments | {}
|
|
365
|
-
description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
366
|
-
references | {}
|
|
367
|
-
checklist | {}
|
|
368
359
|
```
|
|
369
360
|
|
|
370
361
|
</TabItem>
|
|
@@ -28,7 +28,7 @@ After executing the command `planner tenant settings set`, it can take some time
|
|
|
28
28
|
|
|
29
29
|
## Examples
|
|
30
30
|
|
|
31
|
-
Lists the Microsoft Planner settings of the tenant
|
|
31
|
+
Lists the Microsoft Planner settings of the tenant.
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
34
|
m365 planner tenant settings list
|
|
@@ -90,9 +90,7 @@ m365 planner tenant settings list
|
|
|
90
90
|
allowTenantMoveWithDataMigration | false
|
|
91
91
|
allowRosterCreation | true
|
|
92
92
|
allowPlannerMobilePushNotifications | true
|
|
93
|
-
disallowedSharedWithContainerTypes | []
|
|
94
93
|
```
|
|
95
94
|
|
|
96
95
|
</TabItem>
|
|
97
96
|
</Tabs>
|
|
98
|
-
|
|
@@ -46,19 +46,19 @@ To use this command you must be a global administrator.
|
|
|
46
46
|
|
|
47
47
|
## Examples
|
|
48
48
|
|
|
49
|
-
Disable Microsoft Planner in the tenant
|
|
49
|
+
Disable Microsoft Planner in the tenant.
|
|
50
50
|
|
|
51
51
|
```sh
|
|
52
52
|
m365 planner tenant settings set --isPlannerAllowed false
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
Disable Outlook calendar sync and mobile push notifications
|
|
55
|
+
Disable Outlook calendar sync and mobile push notifications.
|
|
56
56
|
|
|
57
57
|
```sh
|
|
58
58
|
m365 planner tenant settings set --allowCalendarSharing false --allowPlannerMobilePushNotifications false
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
Enable Microsoft Planner but disallow roster plans to be created
|
|
61
|
+
Enable Microsoft Planner but disallow roster plans to be created.
|
|
62
62
|
|
|
63
63
|
```sh
|
|
64
64
|
m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation false
|
|
@@ -120,9 +120,7 @@ m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation f
|
|
|
120
120
|
allowTenantMoveWithDataMigration | false
|
|
121
121
|
allowRosterCreation | true
|
|
122
122
|
allowPlannerMobilePushNotifications | true
|
|
123
|
-
disallowedSharedWithContainerTypes | []
|
|
124
123
|
```
|
|
125
124
|
|
|
126
125
|
</TabItem>
|
|
127
126
|
</Tabs>
|
|
128
|
-
|
|
@@ -16,29 +16,29 @@ m365 pp aibuildermodel get [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-e, --environmentName <environmentName>`
|
|
19
|
-
: The name of the environment
|
|
19
|
+
: The name of the environment.
|
|
20
20
|
|
|
21
21
|
`-i, --id [id]`
|
|
22
|
-
: The id of the AI Builder model. Specify either `id` or `name` but not both
|
|
22
|
+
: The id of the AI Builder model. Specify either `id` or `name` but not both.
|
|
23
23
|
|
|
24
24
|
`-n, --name [name]`
|
|
25
|
-
: The name of the AI Builder model. Specify either `id` or `name` but not both
|
|
25
|
+
: The name of the AI Builder model. Specify either `id` or `name` but not both.
|
|
26
26
|
|
|
27
27
|
`--asAdmin`
|
|
28
|
-
: Run the command as admin for environments you do not have explicitly assigned permissions to
|
|
28
|
+
: Run the command as admin for environments you do not have explicitly assigned permissions to.
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
<Global />
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Get an AI Builder model in a specific environment
|
|
35
|
+
Get an AI Builder model in a specific environment.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "Document Processing 11/29/2022, 12:58:43 PM"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Get an AI Builder models in a specific environment by id as admin
|
|
41
|
+
Get an AI Builder models in a specific environment by id as admin.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "08ffffbe-ec1c-4e64-b64b-dd1db926c613" --asAdmin
|
|
@@ -148,9 +148,7 @@ m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95
|
|
|
148
148
|
\_createdonbehalfby\_value | null
|
|
149
149
|
\_owningteam\_value | null
|
|
150
150
|
timezoneruleversionnumber | null
|
|
151
|
-
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
152
151
|
```
|
|
153
152
|
|
|
154
153
|
</TabItem>
|
|
155
154
|
</Tabs>
|
|
156
|
-
|
|
@@ -16,23 +16,23 @@ m365 pp aibuildermodel list [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-e, --environmentName <environmentName>`
|
|
19
|
-
: The name of the environment
|
|
19
|
+
: The name of the environment.
|
|
20
20
|
|
|
21
21
|
`--asAdmin`
|
|
22
|
-
: Run the command as admin for environments you do not have explicitly assigned permissions to
|
|
22
|
+
: Run the command as admin for environments you do not have explicitly assigned permissions to.
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
<Global />
|
|
26
26
|
|
|
27
27
|
## Examples
|
|
28
28
|
|
|
29
|
-
List all AI Builder models in a specific environment
|
|
29
|
+
List all AI Builder models in a specific environment.
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
32
|
m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5"
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
List all AI Builder models in a specific environment as admin
|
|
35
|
+
List all AI Builder models in a specific environment as admin.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --asAdmin
|
|
@@ -115,7 +115,6 @@ m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-9
|
|
|
115
115
|
---------|-------
|
|
116
116
|
statecode | 0
|
|
117
117
|
\_msdyn\_templateid\_value | 10707e4e-1d56-e911-8194-000d3a6cd5a5
|
|
118
|
-
msdyn\_modelcreationcontext | {}
|
|
119
118
|
createdon | 2022-11-29T11:58:45Z
|
|
120
119
|
\_ownerid\_value | 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
121
120
|
modifiedon | 2022-11-29T11:58:45Z
|
|
@@ -144,9 +143,7 @@ m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-9
|
|
|
144
143
|
\_createdonbehalfby\_value | null
|
|
145
144
|
\_owningteam\_value | null
|
|
146
145
|
timezoneruleversionnumber | null
|
|
147
|
-
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
148
146
|
```
|
|
149
147
|
|
|
150
148
|
</TabItem>
|
|
151
149
|
</Tabs>
|
|
152
|
-
|
|
@@ -32,25 +32,25 @@ m365 pp card get [options]
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Get a specific card in a specific environment based on name
|
|
35
|
+
Get a specific card in a specific environment based on name.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Card"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Get a specific card in a specific environment based on name as admin
|
|
41
|
+
Get a specific card in a specific environment based on name as admin.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Card" --asAdmin
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Get a specific card in a specific environment based on id
|
|
47
|
+
Get a specific card in a specific environment based on id.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "408e3f42-4c9e-4c93-8aaf-3cbdea9179aa"
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Get a specific card in a specific environment based on id as admin
|
|
53
|
+
Get a specific card in a specific environment based on id as admin.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "408e3f42-4c9e-4c93-8aaf-3cbdea9179aa" --asAdmin
|
|
@@ -166,7 +166,6 @@ m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
|
166
166
|
\_owningbusinessunit\_value | b419f090-fe22-ec11-b6e5-000d3ab596a1
|
|
167
167
|
hiddentags | null
|
|
168
168
|
description |
|
|
169
|
-
appdefinition | {"screens":{"main":{"template":{"type":"AdaptiveCard","body":[{"type":"TextBlock","size":"Medium","weight":"bolder","text":"Your card title goes here"},{"type":"TextBlock","text":"Add and remove element to customize your new card.","wrap":true}],"actions":[],"$schema":"http://adaptivecards.io/schemas/1.4.0/adaptive-card.json","version":"1.4"},"verbs":{"submit":"echo"}}},"sampleData":{"main":{}},"connections":{},"variables":{},"flows":{}}
|
|
170
169
|
statuscode | 1
|
|
171
170
|
remixsourceid | null
|
|
172
171
|
sizes | null
|
|
@@ -176,10 +175,7 @@ m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
|
176
175
|
\_ownerid\_value | 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
177
176
|
publishsourceid | null
|
|
178
177
|
timezoneruleversionnumber | null
|
|
179
|
-
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
180
|
-
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
|
|
181
178
|
```
|
|
182
179
|
|
|
183
180
|
</TabItem>
|
|
184
181
|
</Tabs>
|
|
185
|
-
|
|
@@ -148,7 +148,6 @@ m365 pp card list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c
|
|
|
148
148
|
\_owningbusinessunit\_value | b419f090-fe22-ec11-b6e5-000d3ab596a1
|
|
149
149
|
hiddentags | null
|
|
150
150
|
description |
|
|
151
|
-
appdefinition | {"screens":{"main":{"template":{"type":"AdaptiveCard","body":[{"type":"TextBlock","size":"Medium","weight":"bolder","text":"Your card title goes here"},{"type":"TextBlock","text":"Add and remove element to customize your new card.","wrap":true}],"actions":[],"$schema":"http://adaptivecards.io/schemas/1.4.0/adaptive-card.json","version":"1.4"},"verbs":{"submit":"echo"}}},"sampleData":{"main":{}},"connections":{},"variables":{},"flows":{}}
|
|
152
151
|
statuscode | 1
|
|
153
152
|
remixsourceid | null
|
|
154
153
|
sizes | null
|
|
@@ -158,10 +157,7 @@ m365 pp card list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c
|
|
|
158
157
|
\_ownerid\_value | 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
159
158
|
publishsourceid | null
|
|
160
159
|
timezoneruleversionnumber | null
|
|
161
|
-
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
162
|
-
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
|
|
163
160
|
```
|
|
164
161
|
|
|
165
162
|
</TabItem>
|
|
166
163
|
</Tabs>
|
|
167
|
-
|
|
@@ -32,25 +32,25 @@ m365 pp chatbot get [options]
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Get a specific chatbot in a specific environment based on name
|
|
35
|
+
Get a specific chatbot in a specific environment based on name.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Chatbot"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Get a specific chatbot in a specific environment based on name as admin
|
|
41
|
+
Get a specific chatbot in a specific environment based on name as admin.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Chatbot" --asAdmin
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Get a specific chatbot in a specific environment based on id
|
|
47
|
+
Get a specific chatbot in a specific environment based on id.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "3a081d91-5ea8-40a7-8ac9-abbaa3fcb893"
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Get a specific chatbot in a specific environment based on id as admin
|
|
53
|
+
Get a specific chatbot in a specific environment based on id as admin.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "3a081d91-5ea8-40a7-8ac9-abbaa3fcb893" --asAdmin
|
|
@@ -184,9 +184,7 @@ m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd5
|
|
|
184
184
|
supportedlanguages | null
|
|
185
185
|
\_owningteam\_value | null
|
|
186
186
|
timezoneruleversionnumber | null
|
|
187
|
-
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
188
187
|
```
|
|
189
188
|
|
|
190
189
|
</TabItem>
|
|
191
190
|
</Tabs>
|
|
192
|
-
|
|
@@ -29,13 +29,13 @@ m365 pp dataverse table get [options]
|
|
|
29
29
|
|
|
30
30
|
## Examples
|
|
31
31
|
|
|
32
|
-
List a table for the given environment
|
|
32
|
+
List a table for the given environment.
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
35
|
m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
List a table for the given environment as Admin
|
|
38
|
+
List a table for the given environment as Admin.
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
41
|
m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin
|
|
@@ -125,7 +125,7 @@ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3
|
|
|
125
125
|
|
|
126
126
|
```csv
|
|
127
127
|
SchemaName,EntitySetName,LogicalName,IsManaged
|
|
128
|
-
aaduser,aadusers,aaduser,
|
|
128
|
+
aaduser,aadusers,aaduser,false
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
</TabItem>
|
|
@@ -147,18 +147,7 @@ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3
|
|
|
147
147
|
EntitySetName | aadusers
|
|
148
148
|
IsActivity | false
|
|
149
149
|
DataProviderId | null
|
|
150
|
-
IsRenameable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"isrenameable"}
|
|
151
|
-
IsCustomizable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"iscustomizable"}
|
|
152
|
-
CanCreateForms | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateforms"}
|
|
153
|
-
CanCreateViews | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateviews"}
|
|
154
|
-
CanCreateCharts | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreatecharts"}
|
|
155
|
-
CanCreateAttributes | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateattributes"}
|
|
156
|
-
CanChangeTrackingBeEnabled | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"canchangetrackingbeenabled"}
|
|
157
|
-
CanModifyAdditionalSettings | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canmodifyadditionalsettings"}
|
|
158
|
-
CanChangeHierarchicalRelationship | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangehierarchicalrelationship"}
|
|
159
|
-
CanEnableSyncToExternalSearchIndex | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canenablesynctoexternalsearchindex"}
|
|
160
150
|
```
|
|
161
151
|
|
|
162
152
|
</TabItem>
|
|
163
153
|
</Tabs>
|
|
164
|
-
|
|
@@ -16,7 +16,7 @@ m365 pp dataverse table list [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-e, --environmentName <environmentName>`
|
|
19
|
-
: The name of the environment to list all tables for
|
|
19
|
+
: The name of the environment to list all tables for.
|
|
20
20
|
|
|
21
21
|
`--asAdmin`
|
|
22
22
|
: Set, to retrieve the dataverse tables as admin for environments you are not a member of.
|
|
@@ -26,13 +26,13 @@ m365 pp dataverse table list [options]
|
|
|
26
26
|
|
|
27
27
|
## Examples
|
|
28
28
|
|
|
29
|
-
List all tables for the given environment
|
|
29
|
+
List all tables for the given environment.
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
32
|
m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
List all tables for the given environment as Admin
|
|
35
|
+
List all tables for the given environment as Admin.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --asAdmin
|
|
@@ -145,18 +145,7 @@ m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-
|
|
|
145
145
|
EntitySetName | aadusers
|
|
146
146
|
IsActivity | false
|
|
147
147
|
DataProviderId | 54629ed7-0cd3-4c85-9b6c-ea5f8548a9aa
|
|
148
|
-
IsRenameable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"isrenameable"}
|
|
149
|
-
IsCustomizable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"iscustomizable"}
|
|
150
|
-
CanCreateForms | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateforms"}
|
|
151
|
-
CanCreateViews | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateviews"}
|
|
152
|
-
CanCreateCharts | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreatecharts"}
|
|
153
|
-
CanCreateAttributes | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateattributes"}
|
|
154
|
-
CanChangeTrackingBeEnabled | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"canchangetrackingbeenabled"}
|
|
155
|
-
CanModifyAdditionalSettings | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canmodifyadditionalsettings"}
|
|
156
|
-
CanChangeHierarchicalRelationship | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangehierarchicalrelationship"}
|
|
157
|
-
CanEnableSyncToExternalSearchIndex | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canenablesynctoexternalsearchindex"}
|
|
158
148
|
```
|
|
159
149
|
|
|
160
150
|
</TabItem>
|
|
161
151
|
</Tabs>
|
|
162
|
-
|
|
@@ -38,19 +38,19 @@ Register CLI for Microsoft 365 or Azure AD application as a management applicati
|
|
|
38
38
|
|
|
39
39
|
## Examples
|
|
40
40
|
|
|
41
|
-
Get information about the Power Platform environment by name
|
|
41
|
+
Get information about the Power Platform environment by name.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Get information as admin about the Power Platform environment by name
|
|
47
|
+
Get information as admin about the Power Platform environment by name.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 pp environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Get information about the default Power Platform environment
|
|
53
|
+
Get information about the default Power Platform environment.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 pp environment get
|
|
@@ -383,10 +383,8 @@ m365 pp environment get
|
|
|
383
383
|
type | Microsoft.BusinessAppPlatform/environments
|
|
384
384
|
location | europe
|
|
385
385
|
name | Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
|
|
386
|
-
properties | {"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","azureRegion":"northeurope","displayName":"contoso (default)","createdTime":"2020-03-12T13:39:17.9876946Z","createdBy":{"id":"SYSTEM","displayName":"SYSTEM","type":"NotSpecified"},"provisioningState":"Succeeded","creationType":"DefaultTenant","environmentSku":"Default","isDefault":true,"clientUris":{"admin":"https://admin.powerplatform.microsoft.com/environments/environment/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/hub","maker":"https://make.powerapps.com/environments/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/home"},"runtimeEndpoints":{"microsoft.BusinessAppPlatform":"https://europe.api.bap.microsoft.com","microsoft.CommonDataModel":"https://europe.api.cds.microsoft.com","microsoft.PowerApps":"https://europe.api.powerapps.com","microsoft.PowerAppsAdvisor":"https://europe.api.advisor.powerapps.com","microsoft.PowerVirtualAgents":"https://powervamg.eu-il109.gateway.prod.island.powerapps.com","microsoft.ApiManagement":"https://management.EUROPE.azure-apihub.net","microsoft.Flow":"https://emea.api.flow.microsoft.com"},"databaseType":"CommonDataService","linkedEnvironmentMetadata":{"resourceId":"5041ef46-5a1c-4a0f-a185-6bb49b5c6686","friendlyName":"contoso (default)","uniqueName":"unq5041ef465a1c4a0fa1856bb49b5c6","domainName":"org6633049a","version":"9.2.22101.00168","instanceUrl":"https://org6633049a.crm4.dynamics.com/","instanceApiUrl":"https://org6633049a.api.crm4.dynamics.com","baseLanguage":1033,"instanceState":"Ready","createdTime":"2021-10-08T09:50:41.283Z","backgroundOperationsState":"Enabled","scaleGroup":"EURCRMLIVESG644","platformSku":"Standard"},"trialScenarioType":"None","retentionPeriod":"P7D","states":{"management":{"id":"NotSpecified"},"runtime":{"runtimeReasonCode":"NotSpecified","requestedBy":{"displayName":"SYSTEM","type":"NotSpecified"},"id":"Enabled"}},"updateCadence":{"id":"Frequent"},"retentionDetails":{"retentionPeriod":"P7D","backupsAvailableFromDateTime":"2022-10-23T23:27:16.8059564Z"},"protectionStatus":{"keyManagedBy":"Microsoft"},"cluster":{"category":"Prod","number":"109","uriSuffix":"eu-il109.gateway.prod.island","geoShortName":"EU","environment":"Prod"},"connectedGroups":[],"lifecycleOperationsEnforcement":{"allowedOperations":[{"type":{"id":"Backup"}},{"type":{"id":"Edit"}},{"type":{"id":"Enable"}},{"type":{"id":"Disable"}},{"type":{"id":"EnableGovernanceConfiguration"}}],"disallowedOperations":[{"type":{"id":"Provision"},"reason":{"message":"Provision cannot be performed because there is no linked CDS instance or the CDS instance version is not supported."}},{"type":{"id":"Unlock"},"reason":{"message":"Unlock cannot be performed because there is no linked CDS instance or the CDS instance version is not supported."}},{"type":{"id":"Convert"},"reason":{"message":"Convert cannot be performed on environment of type Default."}},{"type":{"id":"Copy"},"reason":{"message":"Copy cannot be performed on environment of type Default."}},{"type":{"id":"Delete"},"reason":{"message":"Delete cannot be performed on environment of type Default."}},{"type":{"id":"Promote"},"reason":{"message":"Promote cannot be performed on environment of type Default."}},{"type":{"id":"Recover"},"reason":{"message":"Recover cannot be performed on environment of type Default."}},{"type":{"id":"Reset"},"reason":{"message":"Reset cannot be performed on environment of type Default."}},{"type":{"id":"Restore"},"reason":{"message":"Restore cannot be performed on environment of type Default."}},{"type":{"id":"UpdateProtectionStatus"},"reason":{"message":"UpdateProtectionStatus cannot be performed on environment of type Default."}},{"type":{"id":"NewCustomerManagedKey"},"reason":{"message":"NewCustomerManagedKey cannot be performed on environment of type Default."}},{"type":{"id":"RotateCustomerManagedKey"},"reason":{"message":"RotateCustomerManagedKey cannot be performed on environment of type Default."}},{"type":{"id":"RevertToMicrosoftKey"},"reason":{"message":"RevertToMicrosoftKey cannot be performed on environment of type Default."}},{"type":{"id":"NewNetworkInjection"},"reason":{"message":"NewNetworkInjection cannot be performed on environment of type Default."}},{"type":{"id":"SwapNetworkInjection"},"reason":{"message":"SwapNetworkInjection cannot be performed on environment of type Default."}},{"type":{"id":"RevertNetworkInjection"},"reason":{"message":"RevertNetworkInjection cannot be performed on environment of type Default."}},{"type":{"id":"NewIdentity"},"reason":{"message":"NewIdentity cannot be performed on environment of type Default."}},{"type":{"id":"SwapIdentity"},"reason":{"message":"SwapIdentity cannot be performed on environment of type Default."}},{"type":{"id":"RevertIdentity"},"reason":{"message":"RevertIdentity cannot be performed on environment of type Default."}},{"type":{"id":"DisableGovernanceConfiguration"},"reason":{"message":"DisableGovernanceConfiguration cannot be performed on Power Platform environment because of the governance configuration."}},{"type":{"id":"UpdateGovernanceConfiguration"},"reason":{"message":"UpdateGovernanceConfiguration cannot be performed on Power Platform environment because of the governance configuration." }}]},"governanceConfiguration":{"protectionLevel":"Basic"}}
|
|
387
386
|
displayName | contoso (default)
|
|
388
387
|
```
|
|
389
388
|
|
|
390
389
|
</TabItem>
|
|
391
390
|
</Tabs>
|
|
392
|
-
|