`
-: ID of the message
+: ID of the message.
`--userId [userId]`
: ID of the user from which to retrieve the message. Specify either `userId` or `userPrincipalName`, but not both. This option is required when using application permissions.
@@ -29,25 +29,25 @@ m365 outlook message get [options]
## Examples
-Get a specific message using delegated permissions
+Get a specific message using delegated permissions.
```sh
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA=
```
-Get a specific message using delegated permissions from a shared mailbox
+Get a specific message using delegated permissions from a shared mailbox.
```sh
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userPrincipalName sharedmailbox@tenant.com
```
-Get a specific message from a specific user retrieved by user ID using application permissions
+Get a specific message from a specific user retrieved by user ID using application permissions.
```sh
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userId 6799fd1a-723b-4eb7-8e52-41ae530274ca
```
-Get a specific message from a specific user retrieved by user principal name using application permissions
+Get a specific message from a specific user retrieved by user principal name using application permissions.
```sh
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userPrincipalName user@tenant.com
@@ -173,7 +173,6 @@ m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYm
createdDateTime | 2023-01-26T19:22:44Z
lastModifiedDateTime | 2023-01-26T19:22:46Z
changeKey | CQAAABYAAAAhebtol4HnTZCmNsr9Gnh6AAPk7Plc
- categories | []
receivedDateTime | 2023-01-26T19:22:45Z
sentDateTime | 2023-01-26T19:22:42Z
hasAttachments | true
@@ -190,16 +189,7 @@ m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYm
isDraft | false
webLink | https://outlook.office365.com/owa/?ItemID=AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP%2BVgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA%3D&exvsurl=1&viewmodel=ReadMessageItem
inferenceClassification | focused
- body | {"contentType":"html","content":"\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra. Suspendisse cursus turpis vel urna volutpat congue. Etiam auctor nec nulla sed suscipit. Vestibulum rhoncus quis mi ac faucibus. Curabitur eget eleifend felis. Vestibulum ut dolor non elit molestie ornare.
"}
- sender | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
- from | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
- toRecipients | [{"emailAddress":{"name":"Megan Bowen","address":"megan.bowen@contoso.com"}}]
- ccRecipients | []
- bccRecipients | []
- replyTo | []
- flag | {"flagStatus":"notFlagged"}
```
-
diff --git a/docs/docs/cmd/outlook/message/message-list.mdx b/docs/docs/cmd/outlook/message/message-list.mdx
index fa1eecbf911..1937d1ec309 100644
--- a/docs/docs/cmd/outlook/message/message-list.mdx
+++ b/docs/docs/cmd/outlook/message/message-list.mdx
@@ -16,29 +16,29 @@ m365 outlook message list [options]
```md definition-list
`--folderName [folderName]`
-: Name of the folder from which to list messages
+: Name of the folder from which to list messages.
`--folderId [folderId]`
-: ID of the folder from which to list messages
+: ID of the folder from which to list messages.
```
## Examples
-List all messages in the folder with the specified name
+List all messages in the folder with the specified name.
```sh
m365 outlook message list --folderName Archive
```
-List all messages in the folder with the specified ID
+List all messages in the folder with the specified ID.
```sh
m365 outlook message list --folderId AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OAAuAAAAAAAiQ8W967B7TKBjgx9rVEURAQAiIsqMbYjsT5e-T7KzowPTAAAAAAFNAAA=
```
-List all messages in the folder with the specified well-known name
+List all messages in the folder with the specified well-known name.
```sh
m365 outlook message list --folderName inbox
@@ -140,7 +140,6 @@ m365 outlook message list --folderName inbox
createdDateTime | 2023-01-26T19:22:44Z
lastModifiedDateTime | 2023-01-26T19:22:46Z
changeKey | CQAAABYAAAAhebtol4HnTZCmNsr9Gnh6AAPk7Plc
- categories | []
receivedDateTime | 2023-01-26T19:22:45Z
sentDateTime | 2023-01-26T19:22:42Z
hasAttachments | true
@@ -157,14 +156,6 @@ m365 outlook message list --folderName inbox
isDraft | false
webLink | https://outlook.office365.com/owa/?ItemID=AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP%2BVgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA%3D&exvsurl=1&viewmodel=ReadMessageItem
inferenceClassification | focused
- body | {"contentType":"html","content":"\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra. Suspendisse cursus turpis vel urna volutpat congue. Etiam auctor nec nulla sed suscipit. Vestibulum rhoncus quis mi ac faucibus. Curabitur eget eleifend felis. Vestibulum ut dolor non elit molestie ornare.
"}
- sender | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
- from | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
- toRecipients | [{"emailAddress":{"name":"Megan Bowen","address":"megan.bowen@contoso.com"}}]
- ccRecipients | []
- bccRecipients | []
- replyTo | []
- flag | {"flagStatus":"notFlagged"}
```
diff --git a/docs/docs/cmd/outlook/room/room-list.mdx b/docs/docs/cmd/outlook/room/room-list.mdx
index 080b1caaeb9..56d7b77f294 100644
--- a/docs/docs/cmd/outlook/room/room-list.mdx
+++ b/docs/docs/cmd/outlook/room/room-list.mdx
@@ -16,20 +16,20 @@ m365 outlook room list [options]
```md definition-list
`--roomlistEmail [roomlistEmail]`
-: Use to filter returned rooms by their roomlist email (eg. bldg2@contoso.com)
+: Use to filter returned rooms by their roomlist email (eg. bldg2@contoso.com).
```
## Examples
-Get all the rooms
+Get all the rooms.
```sh
m365 outlook room list
```
-Get all the rooms of specified roomlist e-mail address
+Get all the rooms of specified roomlist e-mail address.
```sh
m365 outlook room list --roomlistEmail "bldg2@contoso.com"
@@ -116,10 +116,7 @@ m365 outlook room list --roomlistEmail "bldg2@contoso.com"
videoDeviceName | null
displayDeviceName | null
isWheelChairAccessible | false
- tags | []
- address | {"street":"Microsoft Way 1","city":"Redmond","state":"Washington","countryOrRegion":"US","postalCode":"98053"}
```
-
diff --git a/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx b/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx
index 280e7a71956..ea2c70d896a 100644
--- a/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx
+++ b/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx
@@ -18,7 +18,7 @@ m365 outlook roomlist list [options]
## Examples
-Get all roomlists in your tenant
+Get all roomlists in your tenant.
```sh
m365 outlook roomlist list
@@ -83,9 +83,7 @@ m365 outlook roomlist list
displayName | Rooms building 1
geoCoordinates | null
phone |
- address | {"street":"Microsoft Way 1","city":"Redmond","state":"Washington","countryOrRegion":"US","postalCode":"98053"}
```
-
diff --git a/docs/docs/cmd/pa/app/app-get.mdx b/docs/docs/cmd/pa/app/app-get.mdx
index ac37080c596..de6ba4115be 100644
--- a/docs/docs/cmd/pa/app/app-get.mdx
+++ b/docs/docs/cmd/pa/app/app-get.mdx
@@ -16,10 +16,10 @@ m365 pa app get [options]
```md definition-list
`-n, --name [name]`
-: The name of the Microsoft Power App to get information about
+: The name of the Microsoft Power App to get information about.
`-d, --displayName [displayName]`
-: The display name of the Microsoft Power App to get information about
+: The display name of the Microsoft Power App to get information about.
```
@@ -36,13 +36,13 @@ If you try to retrieve a non-existing Microsoft Power App, you will get the `Req
## Examples
-Get information about the specified Microsoft Power App by the app's name
+Get information about the specified Microsoft Power App by the app's name.
```sh
m365 pa app get --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d
```
-Get information about the specified Microsoft Power App by the app's display name
+Get information about the specified Microsoft Power App by the app's display name.
```sh
m365 pa app get --displayName App
@@ -250,8 +250,6 @@ m365 pa app get --displayName App
name | fe36f75e-c103-410b-a18a-2bf6df06ac3a
id | /providers/Microsoft.PowerApps/apps/fe36f75e-c103-410b-a18a-2bf6df06ac3a
type | Microsoft.PowerApps/apps
- tags | {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","publisherVersion":"3.22102.32","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20221025T212812Z-3.22102.32.0"}
- properties | {"appVersion":"2022-10-25T21:28:12Z","lastDraftVersion":"2022-10-25T21:28:12Z","lifeCycleId":"Published","status":"Ready","createdByClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"minClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"owner":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"createdBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastModifiedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastPublishedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"backgroundColor":"RGBA(0,176,240,1)","backgroundImageUri":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsColorIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsOutlineIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","displayName":"Test application","description":"","commitMessage":"","appUris":{"documentUri":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"imageUris":[],"additionalUris":[]},"createdTime":"2022-10-25T21:28:12.7171469Z","lastModifiedTime":"2022-10-25T21:28:12.7456297Z","lastPublishTime":"2022-10-25T21:28:12Z","sharedGroupsCount":0,"sharedUsersCount":0,"appOpenProtocolUri":"ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb","appOpenUri":"https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc","appPlayUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d","appPlayEmbeddedUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu","appPlayTeamsUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}","userAppMetadata":{"favorite":"NotSpecified","includeInAppsList":true},"isFeaturedApp":false,"bypassConsent":false,"isHeroApp":false,"environment":{"id":"/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d","name":"default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"},"appPackageDetails":{"playerPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"webPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"unauthenticatedWebPackage":{"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"documentServerVersion":{"major":3,"minor":22102,"build":33,"revision":0,"majorRevision":0,"minorRevision":0},"appPackageResourcesKind":"Split","packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}","id":"20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"almMode":"Environment","performanceOptimizationEnabled":true,"unauthenticatedWebPackageHint":"296b0ef7-b4d0-4124-b835-f9c220a1f4bc","canConsumeAppPass":true,"enableModernRuntimeMode":false,"executionRestrictions":{"isTeamsOnly":false,"dataLossPreventionEvaluationResult":{"status":"Compliant","lastEvaluationDate":"2022-10-25T21:28:30.2281817Z","violations":[],"violationsByPolicy":[],"violationErrorMessage":"De app gebruikt de volgende connectors:."}},"appPlanClassification":"Standard","usesPremiumApi":false,"usesOnlyGrandfatheredPremiumApis":true,"usesCustomApi":false,"usesOnPremiseGateway":false,"usesPcfExternalServiceUsage":false,"isCustomizable":true}
appLocation | europe
appType | ClassicCanvasApp
displayName | PowerApps Application
@@ -262,4 +260,3 @@ m365 pa app get --displayName App
-
diff --git a/docs/docs/cmd/pa/app/app-list.mdx b/docs/docs/cmd/pa/app/app-list.mdx
index 60454bf9e72..51b3801ff5d 100644
--- a/docs/docs/cmd/pa/app/app-list.mdx
+++ b/docs/docs/cmd/pa/app/app-list.mdx
@@ -16,10 +16,10 @@ m365 pa app list [options]
```md definition-list
`-e, --environmentName [environmentName]`
-: The name of the environment for which to retrieve available apps
+: The name of the environment for which to retrieve available apps.
`--asAdmin`
-: Set, to list all Power Apps as admin. Otherwise will return only your own apps
+: Set, to list all Power Apps as admin. Otherwise will return only your own apps.
```
@@ -38,13 +38,13 @@ By default, the `app list` command returns only your apps. To list all apps, use
## Examples
-List all your apps
+List all your apps.
```sh
m365 pa app list
```
-List all apps in a given environment
+List all apps in a given environment.
```sh
m365 pa app list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
@@ -249,8 +249,6 @@ m365 pa app list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
name | 37ea6004-f07b-46ca-8ef3-a256b67b4dbb
id | /providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb
type | Microsoft.PowerApps/apps
- tags | {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","publisherVersion":"3.22102.32","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20221025T212812Z-3.22102.32.0"}
- properties | {"appVersion":"2022-10-25T21:28:12Z","lastDraftVersion":"2022-10-25T21:28:12Z","lifeCycleId":"Published","status":"Ready","createdByClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"minClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"owner":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"createdBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastModifiedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastPublishedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"backgroundColor":"RGBA(0,176,240,1)","backgroundImageUri":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsColorIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsOutlineIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","displayName":"Test application","description":"","commitMessage":"","appUris":{"documentUri":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"imageUris":[],"additionalUris":[]},"createdTime":"2022-10-25T21:28:12.7171469Z","lastModifiedTime":"2022-10-25T21:28:12.7456297Z","lastPublishTime":"2022-10-25T21:28:12Z","sharedGroupsCount":0,"sharedUsersCount":0,"appOpenProtocolUri":"ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb","appOpenUri":"https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc","appPlayUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d","appPlayEmbeddedUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu","appPlayTeamsUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}","userAppMetadata":{"favorite":"NotSpecified","includeInAppsList":true},"isFeaturedApp":false,"bypassConsent":false,"isHeroApp":false,"environment":{"id":"/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d","name":"default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"},"appPackageDetails":{"playerPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"webPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"unauthenticatedWebPackage":{"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"documentServerVersion":{"major":3,"minor":22102,"build":33,"revision":0,"majorRevision":0,"minorRevision":0},"appPackageResourcesKind":"Split","packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}","id":"20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"almMode":"Environment","performanceOptimizationEnabled":true,"unauthenticatedWebPackageHint":"296b0ef7-b4d0-4124-b835-f9c220a1f4bc","canConsumeAppPass":true,"enableModernRuntimeMode":false,"executionRestrictions":{"isTeamsOnly":false,"dataLossPreventionEvaluationResult":{"status":"Compliant","lastEvaluationDate":"2022-10-25T21:28:30.2281817Z","violations":[],"violationsByPolicy":[],"violationErrorMessage":"De app gebruikt de volgende connectors: ."}},"appPlanClassification":"Standard","usesPremiumApi":false,"usesOnlyGrandfatheredPremiumApis":true,"usesCustomApi":false,"usesOnPremiseGateway":false,"usesPcfExternalServiceUsage":false,"isCustomizable":true}
appLocation | europe
appType | ClassicCanvasApp
displayName | PowerApps Application
@@ -258,4 +256,3 @@ m365 pa app list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
-
diff --git a/docs/docs/cmd/pa/connector/connector-list.mdx b/docs/docs/cmd/pa/connector/connector-list.mdx
index 1325ef15219..4a169f6a0fe 100644
--- a/docs/docs/cmd/pa/connector/connector-list.mdx
+++ b/docs/docs/cmd/pa/connector/connector-list.mdx
@@ -22,7 +22,7 @@ m365 flow connector list
```md definition-list
`-e, --environmentName `
-: The name of the environment for which to retrieve custom connectors
+: The name of the environment for which to retrieve custom connectors.
```
@@ -37,7 +37,7 @@ This command is based on an API that is currently in preview and is subject to c
## Examples
-List all custom connectors in the given environment
+List all custom connectors in the given environment.
```sh
m365 pa connector list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
@@ -150,9 +150,7 @@ m365 pa connector list --environmentName Default-d87a7535-dd31-4437-bfe1-95340ac
name | shared_my-20connector-5f0027f520b23e81c1-5f9888a90360086012
id | /providers/Microsoft.PowerApps/apis/shared_my-20connector-5f0027f520b23e81c1-5f9888a90360086012
type | Microsoft.PowerApps/apis
- properties | {"displayName":"My connector","iconUri":"https://az787822.vo.msecnd.net/defaulticons/api-dedicated.png","iconBrandColor":"#007ee5","contact":{},"license":{},"apiEnvironment":"Shared","isCustomApi":true,"connectionParameters":{},"runtimeUrls":["https://europe-002.azure-apim.net/apim/my-20connector-5f0027f520b23e81c1-5f9888a90360086012"],"primaryRuntimeUrl":"https://europe-002.azure-apim.net/apim/my-20connector-5f0027f520b23e81c1-5f9888a90360086012","metadata":{"source":"powerapps-user-defined","brandColor":"#007ee5","contact":{},"license":{},"publisherUrl":null,"serviceUrl":null,"documentationUrl":null,"environmentName":"Default-0d645e38-ec52-4a4f-ac58-65f2ac4015f6","xrmConnectorId":null,"almMode":"Environment","createdBy":"{\"id\":\"03043611-d01e-4e58-9fbe-1a18ecb861d8\",\"displayName\":\"MOD Administrator\",\"email\":\"admin@contoso.OnMicrosoft.com\",\"type\":\"User\",\"tenantId\":\"0d645e38-ec52-4a4f-ac58-65f2ac4015f6\",\"userPrincipalName\":\"admin@contoso.onmicrosoft.com\"}","modifiedBy":"{\"id\":\"03043611-d01e-4e58-9fbe-1a18ecb861d8\",\"displayName\":\"MOD Administrator\",\"email\":\"admin@contoso.OnMicrosoft.com\",\"type\":\"User\",\"tenantId\":\"0d645e38-ec52-4a4f-ac58-65f2ac4015f6\",\"userPrincipalName\":\"admin@contoso.onmicrosoft.com\"}","allowSharing":false},"capabilities":[],"description":"","apiDefinitions":{"originalSwaggerUrl":"https://paeu2weu8.blob.core.windows.net/api-swagger-files/my-20connector-5f0027f520b23e81c1-5f9888a90360086012.json_original?sv=2018-03-28&sr=b&sig=cOkjAecgpr6sSznMpDqiZitUOpVvVDJRCOZfe3VmReU%3D&se=2019-12-05T19%3A53%3A49Z&sp=r","modifiedSwaggerUrl":"https://paeu2weu8.blob.core.windows.net/api-swagger-files/my-20connector-5f0027f520b23e81c1-5f9888a90360086012.json?sv=2018-03-28&sr=b&sig=rkpKHP8K%2F2yNBIUQcVN%2B0ZPjnP9sECrM%2FfoZMG%2BJZX0%3D&se=2019-12-05T19%3A53%3A49Z&sp=r"},"createdBy":{"id":"03043611-d01e-4e58-9fbe-1a18ecb861d8","displayName":"MOD Administrator","email":"admin@contoso.OnMicrosoft.com","type":"User","tenantId":"0d645e38-ec52-4a4f-ac58-65f2ac4015f6","userPrincipalName":"admin@contoso.onmicrosoft.com"},"modifiedBy":{"id":"03043611-d01e-4e58-9fbe-1a18ecb861d8","displayName":"MOD Administrator","email":"admin@contoso.OnMicrosoft.com","type":"User","tenantId":"0d645e38-ec52-4a4f-ac58-65f2ac4015f6","userPrincipalName":"admin@contoso.onmicrosoft.com"},"createdTime":"2019-12-05T18:45:03.4615313Z","changedTime":"2019-12-05T18:45:03.4615313Z","environment":{"id":"/providers/Microsoft.PowerApps/environments/Default-0d645e38-ec52-4a4f-ac58-65f2ac4015f6","name":"Default-0d645e38-ec52-4a4f-ac58-65f2ac4015f6"},"tier":"Standard","publisher":"MOD Administrator","almMode":"Environment"}
```
-
diff --git a/docs/docs/cmd/pa/environment/environment-get.mdx b/docs/docs/cmd/pa/environment/environment-get.mdx
index d4e21ba0e72..962f638a223 100644
--- a/docs/docs/cmd/pa/environment/environment-get.mdx
+++ b/docs/docs/cmd/pa/environment/environment-get.mdx
@@ -33,13 +33,13 @@ If the environment with the name you specified doesn't exist, you will get the `
## Examples
-Get information about the default Power Apps environment
+Get information about the default Power Apps environment.
```sh
m365 pa environment get
```
-Get information about the Power Apps environment named _Default-d87a7535-dd31-4437-bfe1-95340acd55c5_
+Get information about the Power Apps environment with the specified name.
```sh
m365 pa environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
@@ -176,10 +176,8 @@ m365 pa environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
name | Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
location | europe
type | Microsoft.PowerApps/environments
- properties | {"azureRegionHint":"westeurope","displayName":"contoso (default) (org6633049a)","createdTime":"2020-03-12T13:39:17.9876946Z","createdBy":{"id":"SYSTEM","displayName":"SYSTEM","type":"NotSpecified"},"provisioningState":"Succeeded","creationType":"DefaultTenant","environmentSku":"Default","environmentType":"Production","isDefault":true,"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"},"linkedEnvironmentMetadata":{"type":"Dynamics365Instance","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","modifiedTime":"2022-10-29T14:04:14.0720726Z","hostNameSuffix":"crm4.dynamics.com","bapSolutionId":"00000001-0000-0000-0001-00000000009b","creationTemplates":["D365_CDS"],"webApiVersion":"v9.0","platformSku":"Standard"},"retentionPeriod":"P7D","lifecycleAuthority":"Environment","states":{"management":{"id":"NotSpecified"},"runtime":{"runtimeReasonCode":"NotSpecified","requestedBy":{"displayName":"SYSTEM","type":"NotSpecified"},"id":"Enabled"}},"updateCadence":{"id":"Frequent"},"connectedGroups":[],"protectionStatus":{"keyManagedBy":"Microsoft"},"trialScenarioType":"None","cluster":{"category":"Prod","number":"109","uriSuffix":"eu-il109.gateway.prod.island","geoShortName":"EU","environment":"Prod"},"governanceConfiguration":{"protectionLevel":"Basic"}}
displayName | contoso (default) (org6633049a)
```
-
diff --git a/docs/docs/cmd/pa/environment/environment-list.mdx b/docs/docs/cmd/pa/environment/environment-list.mdx
index 082ed8d43c2..58eac956499 100644
--- a/docs/docs/cmd/pa/environment/environment-list.mdx
+++ b/docs/docs/cmd/pa/environment/environment-list.mdx
@@ -26,7 +26,7 @@ This command is based on an API that is currently in preview and is subject to c
## Examples
-List Microsoft Power Apps environments in the current tenant
+List Microsoft Power Apps environments in the current tenant.
```sh
m365 pa environment list
@@ -160,10 +160,8 @@ m365 pa environment list
name | Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
location | europe
type | Microsoft.PowerApps/environments
- properties | {"azureRegionHint":"westeurope","displayName":"contoso (default) (org6633049a)","createdTime":"2020-03-12T13:39:17.9876946Z","createdBy":{"id":"SYSTEM","displayName":"SYSTEM","type":"NotSpecified"},"provisioningState":"Succeeded","creationType":"DefaultTenant","environmentSku":"Default","environmentType":"Production","isDefault":true,"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"},"linkedEnvironmentMetadata":{"type":"Dynamics365Instance","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","modifiedTime":"2022-10-29T14:04:14.0720726Z","hostNameSuffix":"crm4.dynamics.com","bapSolutionId":"00000001-0000-0000-0001-00000000009b","creationTemplates":["D365_CDS"],"webApiVersion":"v9.0","platformSku":"Standard"},"retentionPeriod":"P7D","lifecycleAuthority":"Environment","states":{"management":{"id":"NotSpecified"},"runtime":{"runtimeReasonCode":"NotSpecified","requestedBy":{"displayName":"SYSTEM","type":"NotSpecified"},"id":"Enabled"}},"updateCadence":{"id":"Frequent"},"connectedGroups":[],"protectionStatus":{"keyManagedBy":"Microsoft"},"trialScenarioType":"None","cluster":{"category":"Prod","number":"109","uriSuffix":"eu-il109.gateway.prod.island","geoShortName":"EU","environment":"Prod"},"governanceConfiguration":{"protectionLevel":"Basic"}}
displayName | contoso (default) (org6633049a)
```
-
diff --git a/docs/docs/cmd/planner/plan/plan-add.mdx b/docs/docs/cmd/planner/plan/plan-add.mdx
index e62fb542e0d..2b4c4cfa1f3 100644
--- a/docs/docs/cmd/planner/plan/plan-add.mdx
+++ b/docs/docs/cmd/planner/plan/plan-add.mdx
@@ -44,25 +44,25 @@ m365 planner plan add [options]
## Examples
-Adds a Microsoft Planner plan with a Group by id
+Adds a Microsoft Planner plan with a Group by id.
```sh
m365 planner plan add --title 'My Planner Plan' --ownerGroupId '233e43d0-dc6a-482e-9b4e-0de7a7bce9b4'
```
-Adds a Microsoft Planner plan with with a Group by name
+Adds a Microsoft Planner plan with with a Group by name.
```sh
m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Group'
```
-Adds a Microsoft Planner plan with a Roster by id
+Adds a Microsoft Planner plan with a Roster by id.
```sh
m365 planner plan add --title 'My Planner Plan' --rosterId 'tYqYlNd6eECmsNhN_fcq85cAGAnd'
```
-Adds a Microsoft Planner plan with with a Group by name and share it with the given users
+Adds a Microsoft Planner plan with with a Group by name and share it with the given users.
```sh
m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Group' --shareWithUserNames 'Allan.Carroll@contoso.com,Ida.Stevens@contoso.com'
@@ -133,8 +133,6 @@ m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Gro
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"},"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
```
@@ -236,12 +234,7 @@ When we make use of the option `shareWithUserIds` or `shareWithUserNames` the re
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
- sharedWith | {"ebf3b108-5234-4e22-b93d-656d7dae5874":true,"6463a5ce-2119-4198-9f2a-628761df4a62":true}
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
```
-
diff --git a/docs/docs/cmd/planner/plan/plan-get.mdx b/docs/docs/cmd/planner/plan/plan-get.mdx
index 9e1d9d39a74..353cd69df41 100644
--- a/docs/docs/cmd/planner/plan/plan-get.mdx
+++ b/docs/docs/cmd/planner/plan/plan-get.mdx
@@ -43,25 +43,25 @@ When using `rosterId`, the command is based on an API that is currently in previ
## Examples
-Returns the Microsoft Planner plan by id
+Returns the Microsoft Planner plan by id.
```sh
m365 planner plan get --id "gndWOTSK60GfPQfiDDj43JgACDCb"
```
-Returns the Microsoft Planner plan by title and owner group id
+Returns the Microsoft Planner plan by title and owner group id.
```sh
m365 planner plan get --title "MyPlan" --ownerGroupId "233e43d0-dc6a-482e-9b4e-0de7a7bce9b4"
```
-Returns the Microsoft Planner plan by title and owner group name
+Returns the Microsoft Planner plan by title and owner group name.
```sh
m365 planner plan get --title "MyPlan" --ownerGroupName "My Planner Group"
```
-Returns the Microsoft Planner plan by roster id
+Returns the Microsoft Planner plan by roster id.
```sh
m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
@@ -161,12 +161,7 @@ m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
- sharedWith | {"aa089c1a-0ca8-4b36-ae2e-c5d60f054a2c":true,"ebf3b108-5234-4e22-b93d-656d7dae5874":true}
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
```
-
diff --git a/docs/docs/cmd/planner/plan/plan-list.mdx b/docs/docs/cmd/planner/plan/plan-list.mdx
index 6a9b5516966..fde39a2bda9 100644
--- a/docs/docs/cmd/planner/plan/plan-list.mdx
+++ b/docs/docs/cmd/planner/plan/plan-list.mdx
@@ -37,19 +37,19 @@ When using rosterId, the command is based on an API that is currently in preview
## Examples
-Returns a list of Microsoft Planner plans for Group _233e43d0-dc6a-482e-9b4e-0de7a7bce9b4_
+Returns a list of Microsoft Planner plans for the specified Group by id.
```sh
m365 planner plan list --ownerGroupId "233e43d0-dc6a-482e-9b4e-0de7a7bce9b4"
```
-Returns a list of Microsoft Planner plans for Group _My Planner Group_
+Returns a list of Microsoft Planner plans for the specified Group by name.
```sh
m365 planner plan list --ownerGroupName "My Planner Group"
```
-Returns a list of Microsoft Planner plans for Roster _FeMZFDoK8k2oWmuGE-XFHZcAEwtn_
+Returns a list of Microsoft Planner plans for the specified Roster.
```sh
m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
@@ -119,10 +119,7 @@ m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"09abbdfd-ed23-44ee-a2d9-a627aa1c90f3"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
```
-
diff --git a/docs/docs/cmd/planner/plan/plan-set.mdx b/docs/docs/cmd/planner/plan/plan-set.mdx
index 8871af257db..4d6abbd7092 100644
--- a/docs/docs/cmd/planner/plan/plan-set.mdx
+++ b/docs/docs/cmd/planner/plan/plan-set.mdx
@@ -59,19 +59,19 @@ When using `rosterId`, the command is based on an API that is currently in previ
## Examples
-Updates a Microsoft Planner plan title to New Title
+Updates a Microsoft Planner plan title.
```sh
m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --newTitle 'New Title'
```
-Share a Microsoft Planner plan owned by the group, with the users
+Share a Microsoft Planner plan owned by the group, with the users.
```sh
m365 planner plan set --title 'Plan Title' --ownerGroupName 'My Group' --shareWithUserNames 'user1@contoso.com,user2@contoso.com'
```
-Updates a Microsoft Planner plan category labels
+Updates a Microsoft Planner plan category labels.
```sh
m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --category25 'Urgent'
@@ -142,8 +142,6 @@ m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"},"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
```
@@ -245,10 +243,6 @@ When we make use of the option `shareWithUserIds` or `shareWithUserNames` the re
owner | ebf3b108-5234-4e22-b93d-656d7dae5874
title | My Planner Plan
id | xqQg5FS2LkCp935s-FIFm2QAFkHM
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
- sharedWith | {"ebf3b108-5234-4e22-b93d-656d7dae5874":true,"6463a5ce-2119-4198-9f2a-628761df4a62":true}
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
```
diff --git a/docs/docs/cmd/planner/task/task-add.mdx b/docs/docs/cmd/planner/task/task-add.mdx
index 341c59d4a6d..b86655c9805 100644
--- a/docs/docs/cmd/planner/task/task-add.mdx
+++ b/docs/docs/cmd/planner/task/task-add.mdx
@@ -40,10 +40,10 @@ m365 planner task add [options]
: 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.
`--startDateTime [startDateTime]`
-: The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
+: 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`
`--dueDateTime [dueDateTime]`
-: 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`
+: 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`
`--percentComplete [percentComplete]`
: Percentage of task completion. Number between 0 and 100.
@@ -70,7 +70,7 @@ m365 planner task add [options]
: 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).
`--priority [priority]`
-: Priority of the task: Urgent, Important, Medium, Low. Or an integer between 0 and 10 (check remarks section for more info). Default value is Medium.
+: Priority of the task: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info). Default value is `Medium`.
```
@@ -247,9 +247,6 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
conversationThreadId | null
priority | 5
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
```
@@ -369,14 +366,7 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
conversationThreadId | null
priority | 5
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- references | {}
- checklist | {}
```
-
diff --git a/docs/docs/cmd/planner/task/task-checklistitem-add.mdx b/docs/docs/cmd/planner/task/task-checklistitem-add.mdx
index 82657684498..65d29ff9f02 100644
--- a/docs/docs/cmd/planner/task/task-checklistitem-add.mdx
+++ b/docs/docs/cmd/planner/task/task-checklistitem-add.mdx
@@ -29,13 +29,13 @@ m365 planner task checklistitem add [options]
## Examples
-Adds an unchecked checklist item with title _My checklist item_ to a Microsoft Planner task with ID _2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2_
+Adds an unchecked checklist item with the specified title to a Microsoft Planner task with the specified ID.
```sh
m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --title "My checklist item"
```
-Adds a checked checklist item with title _My checklist item_ to a Microsoft Planner task with ID _2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2_
+Adds a checked checklist item with the specified title to a Microsoft Planner task with the specified ID.
```sh
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
title | Communicate with customer
orderHint | 8585269209601773376
lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
- lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
```
-
diff --git a/docs/docs/cmd/planner/task/task-checklistitem-list.mdx b/docs/docs/cmd/planner/task/task-checklistitem-list.mdx
index ffb345f4789..922b6cd5201 100644
--- a/docs/docs/cmd/planner/task/task-checklistitem-list.mdx
+++ b/docs/docs/cmd/planner/task/task-checklistitem-list.mdx
@@ -16,7 +16,7 @@ m365 planner task checklistitem list [options]
```md definition-list
`-i, --taskId `
-: ID of the task
+: ID of the task.
```
@@ -85,9 +85,7 @@ m365 planner task checklistitem list --taskId 'vzCcZoOv-U27PwydxHB8opcADJo-'
title | Communicate with customer
orderHint | 8585269209601773376
lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
- lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
```
-
diff --git a/docs/docs/cmd/planner/task/task-get.mdx b/docs/docs/cmd/planner/task/task-get.mdx
index c17fa5b941c..8518f8fea76 100644
--- a/docs/docs/cmd/planner/task/task-get.mdx
+++ b/docs/docs/cmd/planner/task/task-get.mdx
@@ -192,14 +192,7 @@ m365 planner task get --title "New Task" --bucketName "To do" --rosterId "DjL5xi
conversationThreadId | null
priority | 5
id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- references | {}
- 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"}}}}
```
-
diff --git a/docs/docs/cmd/planner/task/task-list.mdx b/docs/docs/cmd/planner/task/task-list.mdx
index 78ae0a8fae3..d3e7a16a930 100644
--- a/docs/docs/cmd/planner/task/task-list.mdx
+++ b/docs/docs/cmd/planner/task/task-list.mdx
@@ -55,7 +55,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
## Examples
-List tasks for the currently logged in user
+List tasks for the currently logged in user.
```sh
m365 planner task list
@@ -188,11 +188,7 @@ m365 planner task list --bucketName "My Bucket" --rosterId "DjL5xiKO10qut8LQgztp
conversationThreadId | null
priority | 5
id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
```
-
diff --git a/docs/docs/cmd/planner/task/task-reference-add.mdx b/docs/docs/cmd/planner/task/task-reference-add.mdx
index 37ca20ce87c..a03493d0ba6 100644
--- a/docs/docs/cmd/planner/task/task-reference-add.mdx
+++ b/docs/docs/cmd/planner/task/task-reference-add.mdx
@@ -97,7 +97,6 @@ m365 planner task reference add --taskId "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --url "h
Property | Value
---------|-------
- 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"}}}
```
diff --git a/docs/docs/cmd/planner/task/task-reference-list.mdx b/docs/docs/cmd/planner/task/task-reference-list.mdx
index 1caee8cd49f..12085f439b6 100644
--- a/docs/docs/cmd/planner/task/task-reference-list.mdx
+++ b/docs/docs/cmd/planner/task/task-reference-list.mdx
@@ -76,7 +76,6 @@ m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM
Property | Value
---------|-------
- 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"}}}
```
diff --git a/docs/docs/cmd/planner/task/task-set.mdx b/docs/docs/cmd/planner/task/task-set.mdx
index bf33a6600e2..8e76db6dd86 100644
--- a/docs/docs/cmd/planner/task/task-set.mdx
+++ b/docs/docs/cmd/planner/task/task-set.mdx
@@ -43,10 +43,10 @@ m365 planner task set [options]
: Name of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
`--startDateTime [startDateTime]`
-: The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
+: 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`
`--dueDateTime [dueDateTime]`
-: 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`
+: 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`
`--percentComplete [percentComplete]`
: Percentage of task completion. Number between 0 and 100.
@@ -70,7 +70,7 @@ m365 planner task set [options]
: Comma-separated categories that should be added to the task.
`--priority [priority]`
-: Priority of the task: Urgent, Important, Medium, Low. Or an integer between 0 and 10 (check remarks section for more info).
+: Priority of the task: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info).
```
@@ -102,7 +102,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
## Examples
-Updates a Microsoft Planner task name of the specified task by ID
+Updates a Microsoft Planner task name of the specified task by ID.
```sh
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 -
conversationThreadId | null
priority | 5
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
```
@@ -359,12 +356,6 @@ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 -
conversationThreadId | null
priority | 5
id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
- appliedCategories | {}
- assignments | {}
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- references | {}
- checklist | {}
```
diff --git a/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx b/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx
index aae11efa05f..091a04b6bde 100644
--- a/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx
+++ b/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx
@@ -16,29 +16,29 @@ m365 pp aibuildermodel get [options]
```md definition-list
`-e, --environmentName `
-: The name of the environment
+: The name of the environment.
`-i, --id [id]`
-: The id of the AI Builder model. Specify either `id` or `name` but not both
+: The id of the AI Builder model. Specify either `id` or `name` but not both.
`-n, --name [name]`
-: The name of the AI Builder model. Specify either `id` or `name` but not both
+: The name of the AI Builder model. Specify either `id` or `name` but not both.
`--asAdmin`
-: Run the command as admin for environments you do not have explicitly assigned permissions to
+: Run the command as admin for environments you do not have explicitly assigned permissions to.
```
## Examples
-Get an AI Builder model in a specific environment
+Get an AI Builder model in a specific environment.
```sh
m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "Document Processing 11/29/2022, 12:58:43 PM"
```
-Get an AI Builder models in a specific environment by id as admin
+Get an AI Builder models in a specific environment by id as admin.
```sh
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
\_createdonbehalfby\_value | null
\_owningteam\_value | null
timezoneruleversionnumber | null
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
```
-
diff --git a/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx b/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx
index 5d46c323a92..1521ba463fb 100644
--- a/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx
+++ b/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx
@@ -16,23 +16,23 @@ m365 pp aibuildermodel list [options]
```md definition-list
`-e, --environmentName `
-: The name of the environment
+: The name of the environment.
`--asAdmin`
-: Run the command as admin for environments you do not have explicitly assigned permissions to
+: Run the command as admin for environments you do not have explicitly assigned permissions to.
```
## Examples
-List all AI Builder models in a specific environment
+List all AI Builder models in a specific environment.
```sh
m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5"
```
-List all AI Builder models in a specific environment as admin
+List all AI Builder models in a specific environment as admin.
```sh
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
---------|-------
statecode | 0
\_msdyn\_templateid\_value | 10707e4e-1d56-e911-8194-000d3a6cd5a5
- msdyn\_modelcreationcontext | {}
createdon | 2022-11-29T11:58:45Z
\_ownerid\_value | 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
modifiedon | 2022-11-29T11:58:45Z
@@ -144,9 +143,7 @@ m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-9
\_createdonbehalfby\_value | null
\_owningteam\_value | null
timezoneruleversionnumber | null
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
```
-
diff --git a/docs/docs/cmd/pp/card/card-get.mdx b/docs/docs/cmd/pp/card/card-get.mdx
index 71652a7a5c7..ab641f97cdb 100644
--- a/docs/docs/cmd/pp/card/card-get.mdx
+++ b/docs/docs/cmd/pp/card/card-get.mdx
@@ -32,25 +32,25 @@ m365 pp card get [options]
## Examples
-Get a specific card in a specific environment based on name
+Get a specific card in a specific environment based on name.
```sh
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Card"
```
-Get a specific card in a specific environment based on name as admin
+Get a specific card in a specific environment based on name as admin.
```sh
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Card" --asAdmin
```
-Get a specific card in a specific environment based on id
+Get a specific card in a specific environment based on id.
```sh
m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "408e3f42-4c9e-4c93-8aaf-3cbdea9179aa"
```
-Get a specific card in a specific environment based on id as admin
+Get a specific card in a specific environment based on id as admin.
```sh
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
\_owningbusinessunit\_value | b419f090-fe22-ec11-b6e5-000d3ab596a1
hiddentags | null
description |
- 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":{}}
statuscode | 1
remixsourceid | null
sizes | null
@@ -176,10 +175,7 @@ m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5
\_ownerid\_value | 4f175d04-b952-ed11-bba2-000d3adf774e
publishsourceid | null
timezoneruleversionnumber | null
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
- owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
```
-
diff --git a/docs/docs/cmd/pp/card/card-list.mdx b/docs/docs/cmd/pp/card/card-list.mdx
index 2ad3631b3eb..330628ab721 100644
--- a/docs/docs/cmd/pp/card/card-list.mdx
+++ b/docs/docs/cmd/pp/card/card-list.mdx
@@ -148,7 +148,6 @@ m365 pp card list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c
\_owningbusinessunit\_value | b419f090-fe22-ec11-b6e5-000d3ab596a1
hiddentags | null
description |
- 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":{}}
statuscode | 1
remixsourceid | null
sizes | null
@@ -158,10 +157,7 @@ m365 pp card list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c
\_ownerid\_value | 4f175d04-b952-ed11-bba2-000d3adf774e
publishsourceid | null
timezoneruleversionnumber | null
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
- owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
```
-
diff --git a/docs/docs/cmd/pp/chatbot/chatbot-get.mdx b/docs/docs/cmd/pp/chatbot/chatbot-get.mdx
index e374529f695..0d140ffdb8e 100644
--- a/docs/docs/cmd/pp/chatbot/chatbot-get.mdx
+++ b/docs/docs/cmd/pp/chatbot/chatbot-get.mdx
@@ -32,25 +32,25 @@ m365 pp chatbot get [options]
## Examples
-Get a specific chatbot in a specific environment based on name
+Get a specific chatbot in a specific environment based on name.
```sh
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Chatbot"
```
-Get a specific chatbot in a specific environment based on name as admin
+Get a specific chatbot in a specific environment based on name as admin.
```sh
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "CLI 365 Chatbot" --asAdmin
```
-Get a specific chatbot in a specific environment based on id
+Get a specific chatbot in a specific environment based on id.
```sh
m365 pp chatbot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "3a081d91-5ea8-40a7-8ac9-abbaa3fcb893"
```
-Get a specific chatbot in a specific environment based on id as admin
+Get a specific chatbot in a specific environment based on id as admin.
```sh
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
supportedlanguages | null
\_owningteam\_value | null
timezoneruleversionnumber | null
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
```
-
diff --git a/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx b/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx
index fcb2e04ba46..fe580014793 100644
--- a/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx
+++ b/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx
@@ -29,13 +29,13 @@ m365 pp dataverse table get [options]
## Examples
-List a table for the given environment
+List a table for the given environment.
```sh
m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
```
-List a table for the given environment as Admin
+List a table for the given environment as Admin.
```sh
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
```csv
SchemaName,EntitySetName,LogicalName,IsManaged
- aaduser,aadusers,aaduser,
+ aaduser,aadusers,aaduser,false
```
@@ -147,18 +147,7 @@ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3
EntitySetName | aadusers
IsActivity | false
DataProviderId | null
- IsRenameable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"isrenameable"}
- IsCustomizable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"iscustomizable"}
- CanCreateForms | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateforms"}
- CanCreateViews | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateviews"}
- CanCreateCharts | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreatecharts"}
- CanCreateAttributes | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateattributes"}
- CanChangeTrackingBeEnabled | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"canchangetrackingbeenabled"}
- CanModifyAdditionalSettings | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canmodifyadditionalsettings"}
- CanChangeHierarchicalRelationship | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangehierarchicalrelationship"}
- CanEnableSyncToExternalSearchIndex | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canenablesynctoexternalsearchindex"}
```
-
diff --git a/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx b/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx
index d759932a218..91ac3add917 100644
--- a/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx
+++ b/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx
@@ -16,7 +16,7 @@ m365 pp dataverse table list [options]
```md definition-list
`-e, --environmentName `
-: The name of the environment to list all tables for
+: The name of the environment to list all tables for.
`--asAdmin`
: 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]
## Examples
-List all tables for the given environment
+List all tables for the given environment.
```sh
m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
```
-List all tables for the given environment as Admin
+List all tables for the given environment as Admin.
```sh
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-
EntitySetName | aadusers
IsActivity | false
DataProviderId | 54629ed7-0cd3-4c85-9b6c-ea5f8548a9aa
- IsRenameable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"isrenameable"}
- IsCustomizable | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"iscustomizable"}
- CanCreateForms | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateforms"}
- CanCreateViews | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateviews"}
- CanCreateCharts | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreatecharts"}
- CanCreateAttributes | {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateattributes"}
- CanChangeTrackingBeEnabled | {"Value":false,"CanBeChanged":false,"ManagedPropertyLogicalName":"canchangetrackingbeenabled"}
- CanModifyAdditionalSettings | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canmodifyadditionalsettings"}
- CanChangeHierarchicalRelationship | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangehierarchicalrelationship"}
- CanEnableSyncToExternalSearchIndex | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canenablesynctoexternalsearchindex"}
```
-
diff --git a/docs/docs/cmd/pp/environment/environment-get.mdx b/docs/docs/cmd/pp/environment/environment-get.mdx
index bc9525d49b1..518ffb77a07 100644
--- a/docs/docs/cmd/pp/environment/environment-get.mdx
+++ b/docs/docs/cmd/pp/environment/environment-get.mdx
@@ -38,19 +38,19 @@ Register CLI for Microsoft 365 or Azure AD application as a management applicati
## Examples
-Get information about the Power Platform environment by name
+Get information about the Power Platform environment by name.
```sh
m365 pp environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
```
-Get information as admin about the Power Platform environment by name
+Get information as admin about the Power Platform environment by name.
```sh
m365 pp environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
```
-Get information about the default Power Platform environment
+Get information about the default Power Platform environment.
```sh
m365 pp environment get
@@ -383,10 +383,8 @@ m365 pp environment get
type | Microsoft.BusinessAppPlatform/environments
location | europe
name | Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
- 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"}}
displayName | contoso (default)
```
-
diff --git a/docs/docs/cmd/pp/environment/environment-list.mdx b/docs/docs/cmd/pp/environment/environment-list.mdx
index 8c42dec4e9d..23ee156190d 100644
--- a/docs/docs/cmd/pp/environment/environment-list.mdx
+++ b/docs/docs/cmd/pp/environment/environment-list.mdx
@@ -32,13 +32,13 @@ Register CLI for Microsoft 365 or Azure AD application as a management applicati
## Examples
-List Microsoft Power Platform environments
+List Microsoft Power Platform environments.
```sh
m365 pp environment list
```
-List all Microsoft Power Platform environments
+List all Microsoft Power Platform environments.
```sh
m365 pp environment list --asAdmin
@@ -375,10 +375,8 @@ m365 pp environment list --asAdmin
type | Microsoft.BusinessAppPlatform/environments
location | europe
name | Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
- 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"}}
displayName | contoso (default)
```
-
diff --git a/docs/docs/cmd/pp/gateway/gateway-get.mdx b/docs/docs/cmd/pp/gateway/gateway-get.mdx
index f4b8946542c..f646c5ed560 100644
--- a/docs/docs/cmd/pp/gateway/gateway-get.mdx
+++ b/docs/docs/cmd/pp/gateway/gateway-get.mdx
@@ -80,10 +80,7 @@ m365 pp gateway get --id 1f69e798-5852-4fdd-ab01-33bb14b6e934
gatewayId | 0
name | Contoso Gateway
type | Resource
- publicKey | {"exponent":"AQAB","modulus":"okJBN8MJyaVkjfkN75B6OgP7RYiC3KFMFaky9KqqudqiTOcZPRXlsG+emrbnnBpFzw7ywe4gWtUGnPCqy01RKeDZrFA3QfkVPJpH28OWfrmgkMQNsI4Op2uxwEyjnJAyfYxIsHlpevOZoDKpWJgV+sH6MRf/+LK4hN3vNJuWKKpf90rNwjipnYMumHyKVkd4Vssc9Ftsu4Samu0/TkXzUkyje5DxMF2ZK1Nt2TgItBcpKi4wLCP4bPDYYaa9vfOmBlji7U+gwuE5bjnmjazFljQ5sOP0VdA0fRoId3+nI7n1rSgRq265jNHX84HZbm2D/Pk8C0dElTmYEswGPDWEJQ=="}
- gatewayAnnotation | {\"gatewayContactInformation\":[\"admin@contoso.onmicrosoft.com\"],\"gatewayVersion\":\"3000.122.8\",\"gatewayWitnessString\":\"{\\\"EncryptedResult\\\":\\\"UyfEqNSy0e9S4D0m9oacPyYhgiXLWusCiKepoLudnTEe68iw9qEaV6qNqTbSKlVUwUkD9KjbnbV0O3vU97Q/KTJXpw9/1SiyhpO+JN1rcaL51mPjyQo0WwMHMo2PU3rdEyxsLjkJxJZHTh4+XGB/lQ==\\\",\\\"IV\\\":\\\"QxCYjHEl8Ab9i78ZBYpnDw==\\\",\\\"Signature\\\":\\\"upVXK3DvWdj5scw8iUDDilzQz1ovuNgeuXRpmf0N828=\\\"}\",\"gatewayMachine\":\"SPFxDevelop\",\"gatewaySalt\":\"rA1M34AdgdCbOYQMvo/izA==\",\"gatewayWitnessStringLegacy\":null,\"gatewaySaltLegacy\":null,\"gatewayDepartment\":null,\"gatewayVirtualNetworkSubnetId\":null}
```
-
diff --git a/docs/docs/cmd/pp/gateway/gateway-list.mdx b/docs/docs/cmd/pp/gateway/gateway-list.mdx
index 08da0f8ffc4..fd3d2b8f43c 100644
--- a/docs/docs/cmd/pp/gateway/gateway-list.mdx
+++ b/docs/docs/cmd/pp/gateway/gateway-list.mdx
@@ -18,7 +18,7 @@ m365 pp gateway list [options]
## Examples
-List gateways for which the user is an admin
+List gateways for which the user is an admin.
```sh
m365 pp gateway list
@@ -78,10 +78,7 @@ m365 pp gateway list
gatewayId | 0
name | Contoso Gateway
type | Resource
- publicKey | {"exponent":"AQAB","modulus":"okJBN8MJyaVkjfkN75B6OgP7RYiC3KFMFaky9KqqudqiTOcZPRXlsG+emrbnnBpFzw7ywe4gWtUGnPCqy01RKeDZrFA3QfkVPJpH28OWfrmgkMQNsI4Op2uxwEyjnJAyfYxIsHlpevOZoDKpWJgV+sH6MRf/+LK4hN3vNJuWKKpf90rNwjipnYMumHyKVkd4Vssc9Ftsu4Samu0/TkXzUkyje5DxMF2ZK1Nt2TgItBcpKi4wLCP4bPDYYaa9vfOmBlji7U+gwuE5bjnmjazFljQ5sOP0VdA0fRoId3+nI7n1rSgRq265jNHX84HZbm2D/Pk8C0dElTmYEswGPDWEJQ=="}
- gatewayAnnotation | {\"gatewayContactInformation\":[\"admin@contoso.onmicrosoft.com\"],\"gatewayVersion\":\"3000.122.8\",\"gatewayWitnessString\":\"{\\\"EncryptedResult\\\":\\\"UyfEqNSy0e9S4D0m9oacPyYhgiXLWusCiKepoLudnTEe68iw9qEaV6qNqTbSKlVUwUkD9KjbnbV0O3vU97Q/KTJXpw9/1SiyhpO+JN1rcaL51mPjyQo0WwMHMo2PU3rdEyxsLjkJxJZHTh4+XGB/lQ==\\\",\\\"IV\\\":\\\"QxCYjHEl8Ab9i78ZBYpnDw==\\\",\\\"Signature\\\":\\\"upVXK3DvWdj5scw8iUDDilzQz1ovuNgeuXRpmf0N828=\\\"}\",\"gatewayMachine\":\"SPFxDevelop\",\"gatewaySalt\":\"rA1M34AdgdCbOYQMvo/izA==\",\"gatewayWitnessStringLegacy\":null,\"gatewaySaltLegacy\":null,\"gatewayDepartment\":null,\"gatewayVirtualNetworkSubnetId\":null}
```
-
diff --git a/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx b/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx
index b77ff953f12..b300ce75cb9 100644
--- a/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx
+++ b/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx
@@ -16,7 +16,7 @@ m365 purview retentionevent add [options]
```md definition-list
`-n, --displayName `
-: The display name of the event
+: The display name of the event.
`-e, --eventTypeName [eventTypeName]`
: Name of the event type associated with the event. Specify either `eventTypeId` or `eventTypeName` but not both.
@@ -25,7 +25,7 @@ m365 purview retentionevent add [options]
: Id of the event type associated with the event. Specify either `eventTypeId` or `eventTypeName` but not both.
`-d, --description [description]`
-: A description for the event
+: A description for the event.
`--triggerDateTime [triggerDateTime]`
: Optional time when the event should be triggered.
@@ -49,7 +49,7 @@ This command is based on an API that is currently in preview and is subject to c
## Examples
-Create a retention event to start retention at the end of 2022 for all employee documents that have been labeled and have the Asset ID _EmployeeNr1234_
+Create a retention event to start retention at the end of 2022 for all employee documents that have been labeled and have the Asset ID _EmployeeNr1234_.
```sh
m365 purview retentionevent add --displayName 'Employee information expiration' --description 'Employee documents expired due to offboarding' --eventTypeName 'CustomRetentionTime' --triggerDateTime '2022-12-31' --assetIds 'ComplianceAssetId:EmployeeNr1234'
@@ -144,11 +144,6 @@ m365 purview retentionevent add --displayName 'Employee information expiration'
createdDateTime | 2023-02-20T18:53:05Z
lastModifiedDateTime | 2023-02-20T18:53:05Z
id | 9f5c1a04-8f7a-4bff-e400-08db1373b324
- eventQueries | [{"queryType":"files","query":"filesQuery,filesQuery1"},{"queryType":"messages","query":"messagesQuery,messagesQuery1"}]
- eventStatus | {"error":null,"status":"pending"}
- eventPropagationResults | []
- createdBy | {"user":{"id":null,"displayName":"John Doe"}}
- lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
```
diff --git a/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx b/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx
index f5bacc525c6..89f0e83108c 100644
--- a/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx
+++ b/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx
@@ -23,7 +23,7 @@ m365 purview retentionevent get [options]
## Examples
-Get a retention event by id
+Get a retention event by id.
```sh
m365 purview retentionevent get --id c37d695e-d581-4ae9-82a0-9364eba4291e
@@ -130,8 +130,6 @@ This command is based on an API that is currently in preview and is subject to c
createdDateTime | 2023-02-01T09:17:40Z
lastModifiedDateTime | 2023-02-01T09:17:40Z
id | c37d695e-d581-4ae9-82a0-9364eba4291e
- createdBy | {"user":{"id":null,"displayName":"John Doe"}}
- lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
```
diff --git a/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx b/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx
index 8e1d1acac95..c127ba5065c 100644
--- a/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx
+++ b/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx
@@ -18,7 +18,7 @@ m365 purview retentionevent list [options]
## Examples
-Get a list of retention events
+Get a list of retention events.
```sh
m365 purview retentionevent list
@@ -103,10 +103,6 @@ This command is based on a Microsoft Graph API that is currently in preview and
createdDateTime | 2023-02-03T13:51:40Z
lastModifiedDateTime | 2023-02-03T13:51:40Z
id | 7248cfa8-c03a-4ec1-49a4-08db05edc686
- eventQueries | []
- eventPropagationResults | []
- createdBy | {"user":{"id":null,"displayName":"John Doe"}}
- lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
```
diff --git a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx
index 29929c4ee20..287792eb5ff 100644
--- a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx
+++ b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx
@@ -107,8 +107,6 @@ m365 purview retentioneventtype add --displayName 'Contract Expiry' --descriptio
createdDateTime | 2023-01-31T20:55:35Z
lastModifiedDateTime | 2023-01-31T20:55:35Z
id | ca0e1f8d-4e42-4a81-be85-022502d70c4e
- createdBy | {"user":{"id":null,"displayName":"John Doe"}}
- lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
```
diff --git a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx
index d7b11e4bb8e..56706353421 100644
--- a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx
+++ b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx
@@ -31,7 +31,7 @@ This command is based on an API that is currently in preview and is subject to c
## Examples
-Get a retention event type by id
+Get a retention event type by id.
```sh
m365 purview retentioneventtype get --id c37d695e-d581-4ae9-82a0-9364eba4291e
@@ -102,8 +102,6 @@ m365 purview retentioneventtype get --id c37d695e-d581-4ae9-82a0-9364eba4291e
createdDateTime | 2023-01-29T09:30:42Z
lastModifiedDateTime | 2023-01-29T09:30:42Z
id | c37d695e-d581-4ae9-82a0-9364eba4291e
- createdBy | {"user":{"id":null,"displayName":"John Doe"}}
- lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
```
diff --git a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx
index 81d1d1e2485..291439a2bd0 100644
--- a/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx
+++ b/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx
@@ -26,7 +26,7 @@ This command is based on a Microsoft Graph API that is currently in preview and
## Examples
-Get a list of retention event types
+Get a list of retention event types.
```sh
m365 purview retentioneventtype list
@@ -96,8 +96,6 @@ m365 purview retentioneventtype list
createdDateTime | 2023-02-02T15:47:54Z
lastModifiedDateTime | 2023-02-02T15:47:54Z
id | 81fa91bd-66cd-4c6c-b0cb-71f37210dc74
- createdBy | {"user":{"id":"36155f4e-bdbd-4101-ba20-5e78f5fba9a9","displayName":null}}
- lastModifiedBy | {"user":{"id":"36155f4e-bdbd-4101-ba20-5e78f5fba9a9","displayName":null}}
```
diff --git a/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx b/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx
index f4eca52f5c5..436ed16f055 100644
--- a/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx
+++ b/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx
@@ -16,23 +16,23 @@ m365 purview threatassessment get [options]
```md definition-list
`-i, --id `
-: The Id of the threat assessment
+: The Id of the threat assessment.
`--includeResults`
-: Include the threat assessment results
+: Include the threat assessment results.
```
## Examples
-Get a threat assessment
+Get a threat assessment.
```sh
m365 purview threatassessment get --id c37d695e-d581-4ae9-82a0-9364eba4291e
```
-Get a threat assessment including results
+Get a threat assessment including results.
```sh
m365 purview threatassessment get --id c37d695e-d581-4ae9-82a0-9364eba4291e --includeResults
@@ -113,7 +113,6 @@ m365 purview threatassessment get --id c37d695e-d581-4ae9-82a0-9364eba4291e --in
recipientEmail | john@contoso.com
destinationRoutingReason | notJunk
messageUri | https://graph.microsoft.com/v1.0/users/john@contoso.com/messages/AAMkADgzN2Q1NThiLTI0NjYtNGIxYS05MDdjLTg1OWQxNzgwZGM2ZgBGAAAAAAC6jQfUzacTSIHqMw2yacnUBwBiOC8xvYmdT6G2E\_hLMK5kAAAAAAEMAABiOC8xvYmdT6G2E\_hLMK5kAALHNaMuAAA=
- createdBy | {"user":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"John Doe"}}
```
@@ -203,10 +202,7 @@ When we make use of the option `includeResults` the response will differ.
recipientEmail | john@contoso.com
destinationRoutingReason | notJunk
messageUri | https://graph.microsoft.com/v1.0/users/john@contoso.com/messages/AAMkADgzN2Q1NThiLTI0NjYtNGIxYS05MDdjLTg1OWQxNzgwZGM2ZgBGAAAAAAC6jQfUzacTSIHqMw2yacnUBwBiOC8xvYmdT6G2E\_hLMK5kAAAAAAEMAABiOC8xvYmdT6G2E\_hLMK5kAALHNaMuAAA=
- createdBy | {"user":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"John Doe"}}
- results | [{"id":"a5455871-18d1-44d8-0866-08db16c68b85","createdDateTime":"2023-02-25T00:23:40.28Z","resultType":"checkPolicy","message":"No policy was hit."}]
```
-
diff --git a/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx b/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx
index 06f598a61e8..6e56cdf3428 100644
--- a/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx
+++ b/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx
@@ -144,7 +144,6 @@ m365 spo applicationcustomizer get --title "Some customizer" --webUrl https://co
Name | Some customizer
RegistrationId | null
RegistrationType | 0
- Rights | {"High":0,"Low":0}
Scope | Web
ScriptBlock | null
ScriptSrc | null
@@ -156,4 +155,3 @@ m365 spo applicationcustomizer get --title "Some customizer" --webUrl https://co
-
diff --git a/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx b/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx
index 04ca2896d90..dcd7c59089c 100644
--- a/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx
+++ b/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx
@@ -19,7 +19,7 @@ m365 spo applicationcustomizer list [options]
: The url of the site.
`-s, --scope [scope]`
-: Scope of the application customizers. Allowed values `Site`, `Web`, `All`. Defaults to `All`
+: Scope of the application customizers. Allowed values `Site`, `Web`, `All`. Defaults to `All`.
```
@@ -97,7 +97,6 @@ m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/site
Property | Value
---------|-------
ClientSideComponentId | 4358e70e-ec3c-4713-beb6-39c88f7621d1
- ClientSideComponentProperties | {"listTitle":"News","listViewTitle":"Published News"}
CommandUIExtension | null
Description | null
Group | null
@@ -105,10 +104,8 @@ m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/site
Id | f405303c-6048-4636-9660-1b7b2cadaef9
ImageUrl | null
Location | ClientSideExtension.ApplicationCustomizer
- Name | {f405303c-6048-4636-9660-1b7b2cadaef9}
RegistrationId | null
RegistrationType | 0
- Rights | {"High":0,"Low":0}
Scope | 3
ScriptBlock | null
ScriptSrc | null
@@ -120,4 +117,3 @@ m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/site
-
diff --git a/docs/docs/cmd/spo/commandset/commandset-add.mdx b/docs/docs/cmd/spo/commandset/commandset-add.mdx
index 21f79650e84..fbbe522be00 100644
--- a/docs/docs/cmd/spo/commandset/commandset-add.mdx
+++ b/docs/docs/cmd/spo/commandset/commandset-add.mdx
@@ -16,7 +16,7 @@ m365 spo commandset add [options]
```md definition-list
`-t, --title `
-: The title of the ListView Command Set
+: The title of the ListView Command Set.
`-u, --webUrl `
: The site to add the ListView Command Set.
@@ -160,7 +160,6 @@ m365 spo commandset add --title "Some customizer" --clientSideComponentId 799883
Name | null
RegistrationId | 100
RegistrationType | 0
- Rights | {"High":"0","Low":"0"}
Scope | 2
ScriptBlock | null
ScriptSrc | null
@@ -172,4 +171,3 @@ m365 spo commandset add --title "Some customizer" --clientSideComponentId 799883
-
diff --git a/docs/docs/cmd/spo/commandset/commandset-get.mdx b/docs/docs/cmd/spo/commandset/commandset-get.mdx
index 193ec0c88c1..2602ad18ec1 100644
--- a/docs/docs/cmd/spo/commandset/commandset-get.mdx
+++ b/docs/docs/cmd/spo/commandset/commandset-get.mdx
@@ -137,7 +137,6 @@ m365 spo commandset get --clientSideComponentId c1cbd896-5140-428d-8b0c-4873be19
Property | Value
---------|-------
ClientSideComponentId | c1cbd896-5140-428d-8b0c-4873be19f5ac
- ClientSideComponentProperties | {"sampleTextOne":"One item is selected in the list.", "sampleTextTwo":"This command is always visible."}
CommandUIExtension | null
Description | null
Group | null
@@ -145,10 +144,8 @@ m365 spo commandset get --clientSideComponentId c1cbd896-5140-428d-8b0c-4873be19
Id | 9a0674de-2f3d-4a26-ba79-62b460ddd327
ImageUrl | null
Location | ClientSideExtension.ListViewCommandSet.CommandBar
- Name | {9a0674de-2f3d-4a26-ba79-62b460ddd327}
RegistrationId | 100
RegistrationType | 1
- Rights | {"High":"0","Low":"0"}
Scope | 3
ScriptBlock | null
ScriptSrc | null
@@ -160,4 +157,3 @@ m365 spo commandset get --clientSideComponentId c1cbd896-5140-428d-8b0c-4873be19
-
diff --git a/docs/docs/cmd/spo/commandset/commandset-list.mdx b/docs/docs/cmd/spo/commandset/commandset-list.mdx
index e0cb6413a24..078003393be 100644
--- a/docs/docs/cmd/spo/commandset/commandset-list.mdx
+++ b/docs/docs/cmd/spo/commandset/commandset-list.mdx
@@ -19,7 +19,7 @@ m365 spo commandset list [options]
: The url of the site.
`-s, --scope [scope]`
-: Scope of the ListView Command Sets. Allowed values `Site`, `Web`, `All`. Default to `All`
+: Scope of the ListView Command Sets. Allowed values `Site`, `Web`, `All`. Default to `All`.
```
@@ -105,10 +105,8 @@ m365 spo commandset list --webUrl https://contoso.sharepoint.com/sites/sales
Id | e7000aef-f756-4997-9420-01cc84f9ac9c
ImageUrl | null
Location | ClientSideExtension.ListViewCommandSet.CommandBar
- Name | {e7000aef-f756-4997-9420-01cc84f9ac9c}
RegistrationId | 100
RegistrationType | 0
- Rights | {"High":0,"Low":0}
Scope | 2
ScriptBlock | null
ScriptSrc | null
@@ -120,4 +118,3 @@ m365 spo commandset list --webUrl https://contoso.sharepoint.com/sites/sales
-
diff --git a/docs/docs/cmd/spo/customaction/customaction-get.mdx b/docs/docs/cmd/spo/customaction/customaction-get.mdx
index 91651af3064..4e435508f06 100644
--- a/docs/docs/cmd/spo/customaction/customaction-get.mdx
+++ b/docs/docs/cmd/spo/customaction/customaction-get.mdx
@@ -16,19 +16,19 @@ m365 spo customaction get [options]
```md definition-list
`-i, --id [id]`
-: ID of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`
+: ID of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`.
`-t, --title [title]`
-: Title of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`
+: Title of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`.
`-c, --clientSideComponentId [clientSideComponentId]`
-: clientSideComponentId of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`
+: clientSideComponentId of the user custom action to retrieve information for. Specify either `id`, `title` or `clientSideComponentId`.
`-u, --webUrl `
-: Url of the site or site collection to retrieve the custom action from
+: Url of the site or site collection to retrieve the custom action from.
`-s, --scope [scope]`
-: Scope of the custom action. Allowed values `Site`, `Web`, `All`. Default `All`
+: Scope of the custom action. Allowed values `Site`, `Web`, `All`. Default `All`.
```
@@ -39,37 +39,37 @@ If the command finds multiple user custom actions with the specified `title` or
## Examples
-Return details about the user custom action based on the id and a given url
+Return details about the user custom action based on the id and a given url.
```sh
m365 spo customaction get --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --webUrl https://contoso.sharepoint.com/sites/test
```
-Return details about the user custom action based on the title and a given url
+Return details about the user custom action based on the title and a given url.
```sh
m365 spo customaction get --title "YourAppCustomizer" --webUrl https://contoso.sharepoint.com/sites/test
```
-Return details about the user custom action based on the clientSideComponentId and a given url
+Return details about the user custom action based on the clientSideComponentId and a given url.
```sh
m365 spo customaction get --clientSideComponentId "34a019f9-6198-4053-a3b6-fbdea9a107fd" --webUrl https://contoso.sharepoint.com/sites/test
```
-Return details about the user custom action based on the id and a given url and the scope
+Return details about the user custom action based on the id and a given url and the scope.
```sh
m365 spo customaction get --id "058140e3-0e37-44fc-a1d3-79c487d371a3" --webUrl https://contoso.sharepoint.com/sites/test --scope Site
```
-Return details about the user custom action based on the id and a given url and the scope
+Return details about the user custom action based on the id and a given url and the scope.
```sh
m365 spo customaction get --id "058140e3-0e37-44fc-a1d3-79c487d371a3" --webUrl https://contoso.sharepoint.com/sites/test --scope Web
```
-Return details about the user custom action based on the id and a given url and the scope
+Return details about the user custom action based on the id and a given url and the scope.
```sh
m365 spo customaction get --id "058140e3-0e37-44fc-a1d3-79c487d371a3" --webUrl https://contoso.sharepoint.com/sites/test --scope Web
@@ -150,17 +150,14 @@ m365 spo customaction get --id "058140e3-0e37-44fc-a1d3-79c487d371a3" --webUrl h
Property | Value
---------|-------
ClientSideComponentId | 34a019f9-6198-4053-a3b6-fbdea9a107fd
- ClientSideComponentProperties | {"sampleTextOne":"One item is selected in the list.", "sampleTextTwo":"This command is always visible."}
CommandUIExtension | null
Description | null
Group | null
Id | 158cb0d1-8703-4a36-866d-84aed8233bd3
ImageUrl | null
Location | ClientSideExtension.ListViewCommandSet.CommandBar
- Name | {158cb0d1-8703-4a36-866d-84aed8233bd3}
RegistrationId | 100
RegistrationType | 1
- Rights | {"High":0,"Low":0}
Scope | Web
ScriptBlock | null
ScriptSrc | null
@@ -172,4 +169,3 @@ m365 spo customaction get --id "058140e3-0e37-44fc-a1d3-79c487d371a3" --webUrl h
-
diff --git a/docs/docs/cmd/spo/file/file-sharinglink-set.mdx b/docs/docs/cmd/spo/file/file-sharinglink-set.mdx
index ce3c549ef53..70ee5891dec 100644
--- a/docs/docs/cmd/spo/file/file-sharinglink-set.mdx
+++ b/docs/docs/cmd/spo/file/file-sharinglink-set.mdx
@@ -35,13 +35,13 @@ m365 spo file sharinglink set [options]
## Examples
-Updates an anonymous sharing link from a file by a specified site-relative URL with the expirationDateTime parameter
+Updates an anonymous sharing link from a file by a specified site-relative URL with the expirationDateTime parameter.
```sh
m365 spo file sharinglink set --webUrl https://contoso.sharepoint.com --fileUrl "/sites/demo/Shared Documents/Document.docx" --id 7c9f97c9-1bda-433c-9364-bb83e81771ee --expirationDateTime "2023-01-09T16:57:00.000Z"
```
-Updates an anonymous sharing link from a file by id with the expirationDateTime parameter
+Updates an anonymous sharing link from a file by id with the expirationDateTime parameter.
```sh
m365 spo file sharinglink set --webUrl https://contoso.sharepoint.com --fileId daebb04b-a773-4baa-b1d1-3625418e3234 --id 7c9f97c9-1bda-433c-9364-bb83e81771ee --expirationDateTime "2023-01-09T16:57:00.000Z"
@@ -105,14 +105,9 @@ m365 spo file sharinglink set --webUrl https://contoso.sharepoint.com --fileId d
Property | Value
---------|-------
id | 7c9f97c9-1bda-433c-9364-bb83e81771ee
- roles | ["read"]
expirationDateTime | 2023-02-09T16:57:00Z
hasPassword | false
- grantedToIdentitiesV2 | []
- grantedToIdentities | []
- link | {"scope":"anonymous","type":"view","webUrl":"https://contoso.sharepoint.com/:b:/g/EbZx4QPyndlGp6HV-gvSPksBftmUNAiXjm0y-\_527\_fI9g","preventsDownload":false}
```
-
diff --git a/docs/docs/cmd/spo/list/list-add.mdx b/docs/docs/cmd/spo/list/list-add.mdx
index c5602c86e17..470a39b8aab 100644
--- a/docs/docs/cmd/spo/list/list-add.mdx
+++ b/docs/docs/cmd/spo/list/list-add.mdx
@@ -375,7 +375,6 @@ m365 spo list add --webUrl https://contoso.sharepoint.com/sites/project-x --titl
ContentTypesEnabled | false
CrawlNonDefaultViews | false
Created | 2022-11-16T19:51:42Z
- CurrentChangeToken | {"StringValue":"1;3;ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d;638042251016970000;564165920"}
DefaultContentApprovalWorkflowId | 00000000-0000-0000-0000-000000000000
DefaultItemOpenUseListSetting | false
Description |
@@ -397,7 +396,6 @@ m365 spo list add --webUrl https://contoso.sharepoint.com/sites/project-x --titl
HasExternalDataSource | false
Hidden | false
Id | ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d
- ImagePath | {"DecodedUrl":"/\/_layouts/15/images/itgen.png?rev=47"}
ImageUrl | /\/_layouts/15/images/itgen.png?rev=47
DefaultSensitivityLabelForLibrary |
IrmEnabled | false
@@ -416,7 +414,6 @@ m365 spo list add --webUrl https://contoso.sharepoint.com/sites/project-x --titl
MajorWithMinorVersionsLimit | 0
MultipleDataList | false
NoCrawl | false
- ParentWebPath | {"DecodedUrl":"/"}
ParentWebUrl | /
ParserDisabled | false
ServerTemplateCanCreateFolders | true
diff --git a/docs/docs/cmd/spo/list/list-contenttype-add.mdx b/docs/docs/cmd/spo/list/list-contenttype-add.mdx
index 16ba228b9a8..5ddf9f4cd74 100644
--- a/docs/docs/cmd/spo/list/list-contenttype-add.mdx
+++ b/docs/docs/cmd/spo/list/list-contenttype-add.mdx
@@ -171,7 +171,6 @@ m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/proj
EditFormUrl |
Group | List Content Types
Hidden | false
- Id | {"StringValue":"0x01000B1208C5D23DF44B9F1AEE7373DE9D5E"}
JSLink |
MobileDisplayFormUrl |
MobileEditFormUrl |
@@ -191,4 +190,3 @@ m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/proj
-
diff --git a/docs/docs/cmd/spo/list/list-contenttype-list.mdx b/docs/docs/cmd/spo/list/list-contenttype-list.mdx
index b911bcc2c5f..f0db7ff4106 100644
--- a/docs/docs/cmd/spo/list/list-contenttype-list.mdx
+++ b/docs/docs/cmd/spo/list/list-contenttype-list.mdx
@@ -141,7 +141,6 @@ m365 spo list contenttype list --webUrl https://contoso.sharepoint.com/sites/pro
EditFormUrl |
Group | List Content Types
Hidden | false
- Id | {"StringValue":"0x01000B1208C5D23DF44B9F1AEE7373DE9D5E"}
JSLink |
MobileDisplayFormUrl |
MobileEditFormUrl |
@@ -161,4 +160,3 @@ m365 spo list contenttype list --webUrl https://contoso.sharepoint.com/sites/pro
-
diff --git a/docs/docs/cmd/spo/list/list-get.mdx b/docs/docs/cmd/spo/list/list-get.mdx
index 458e28708c9..ee89485ccda 100644
--- a/docs/docs/cmd/spo/list/list-get.mdx
+++ b/docs/docs/cmd/spo/list/list-get.mdx
@@ -238,7 +238,6 @@ m365 spo list get --title Documents --webUrl https://contoso.sharepoint.com/site
ContentTypesEnabled | false
CrawlNonDefaultViews | false
Created | 2022-10-23T09:30:00Z
- CurrentChangeToken | {"StringValue":"1;3;97d19285-b8a6-4c7f-9c6c-d6b850a6561a;638042258222730000;564169620"}
DefaultContentApprovalWorkflowId | 00000000-0000-0000-0000-000000000000
DefaultItemOpenUseListSetting | false
Description |
@@ -260,7 +259,6 @@ m365 spo list get --title Documents --webUrl https://contoso.sharepoint.com/site
HasExternalDataSource | false
Hidden | false
Id | 97d19285-b8a6-4c7f-9c6c-d6b850a6561a
- ImagePath | {"DecodedUrl":"/\_layouts/15/images/itgen.png?rev=47"}
ImageUrl | /\_layouts/15/images/itgen.png?rev=47
DefaultSensitivityLabelForLibrary |
IrmEnabled | false
@@ -279,8 +277,7 @@ m365 spo list get --title Documents --webUrl https://contoso.sharepoint.com/site
MajorWithMinorVersionsLimit | 0
MultipleDataList | false
NoCrawl | false
- ParentWebPath | {"DecodedUrl":"/"}
- ParentWebUrl | /
+ ParentWebUrl | /
ParserDisabled | false
ServerTemplateCanCreateFolders | true
TemplateFeatureId | 00bfea71-de22-43b2-a848-c05709900100
diff --git a/docs/docs/cmd/spo/list/list-list.mdx b/docs/docs/cmd/spo/list/list-list.mdx
index 36926b302bf..c30817e392c 100644
--- a/docs/docs/cmd/spo/list/list-list.mdx
+++ b/docs/docs/cmd/spo/list/list-list.mdx
@@ -167,7 +167,6 @@ m365 spo list list --webUrl https://contoso.sharepoint.com/sites/project-x --fil
ContentTypesEnabled | false
CrawlNonDefaultViews | false
Created | 2020-01-12T01:03:13Z
- CurrentChangeToken | {"StringValue":"1;3;66e5148c-7060-4479-88e7-636d79579148;638042267256930000;564174226"}
DefaultContentApprovalWorkflowId | 00000000-0000-0000-0000-000000000000
DefaultItemOpenUseListSetting | false
Description | Use the theme gallery to store themes. The themes in this gallery can be used by this site or any of its subsites.
@@ -189,7 +188,6 @@ m365 spo list list --webUrl https://contoso.sharepoint.com/sites/project-x --fil
HasExternalDataSource | false
Hidden | true
Id | 66e5148c-7060-4479-88e7-636d79579148
- ImagePath | {"DecodedUrl":"/\_layouts/15/images/itdl.png?rev=47"}
ImageUrl | /\_layouts/15/images/itdl.png?rev=47
DefaultSensitivityLabelForLibrary |
IrmEnabled | false
@@ -208,13 +206,11 @@ m365 spo list list --webUrl https://contoso.sharepoint.com/sites/project-x --fil
MajorWithMinorVersionsLimit | 0
MultipleDataList | false
NoCrawl | false
- ParentWebPath | {"DecodedUrl":"/"}
ParentWebUrl | /
ParserDisabled | false
ServerTemplateCanCreateFolders | true
TemplateFeatureId | 00000000-0000-0000-0000-000000000000
Title | Theme Gallery
- RootFolder | {"ServerRelativeUrl":"//\_catalogs/theme"}
Url | //\_catalogs/theme
```
diff --git a/docs/docs/cmd/spo/list/list-view-add.mdx b/docs/docs/cmd/spo/list/list-view-add.mdx
index 6e47fd26692..dfc668931b4 100644
--- a/docs/docs/cmd/spo/list/list-view-add.mdx
+++ b/docs/docs/cmd/spo/list/list-view-add.mdx
@@ -223,7 +223,6 @@ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/project-x -
BaseViewId | null
CalendarViewStyles | null
ColumnWidth | null
- ContentTypeId | {"StringValue":"0x"}
CustomFormatter | null
CustomOrder | null
DefaultView | false
@@ -253,7 +252,6 @@ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/project-x -
RequiresClientIntegration | false
RowLimit | 30
Scope | 0
- ServerRelativePath | {"DecodedUrl":"/Lists/Test/All events.aspx"}
ServerRelativeUrl | /Lists/Test/All events.aspx
StyleId | null
TabularView | true
@@ -269,4 +267,3 @@ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/project-x -
-
diff --git a/docs/docs/cmd/spo/list/list-view-get.mdx b/docs/docs/cmd/spo/list/list-view-get.mdx
index 8c6bcc766cd..07cdaabac07 100644
--- a/docs/docs/cmd/spo/list/list-view-get.mdx
+++ b/docs/docs/cmd/spo/list/list-view-get.mdx
@@ -16,41 +16,41 @@ m365 spo list view get [options]
```md definition-list
`-u, --webUrl `
-: URL of the site where the list is located
+: URL of the site where the list is located.
`--listId [listId]`
-: ID of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`
+: ID of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`.
`--listTitle [listTitle]`
-: Title of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`
+: Title of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`.
`--listUrl [listUrl]`
-: Server- or web-relative URL of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`
+: Server- or web-relative URL of the list where the view is located. Specify only one of `listTitle`, `listId` or `listUrl`.
`--id [id]`
-: ID of the view to get. Specify `title` or `id` but not both
+: ID of the view to get. Specify `title` or `id` but not both.
`--title [title]`
-: Title of the view to get. Specify `title` or `id` but not both
+: Title of the view to get. Specify `title` or `id` but not both.
```
## Examples
-Gets a list view by name from a list located in site _https://contoso.sharepoint.com/sites/project-x_
+Gets a list view by name from a list located in the specified site.
```sh
m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'My List' --title 'All Items'
```
-Gets a list view by ID from a list located in site _https://contoso.sharepoint.com/sites/project-x_
+Gets a list view by ID from a list located in the specified site.
```sh
m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl 'Lists/My List' --id 330f29c5-5c4c-465f-9f4b-7903020ae1ce
```
-Gets a list view by name from a list located in site _https://contoso.sharepoint.com/sites/project-x_. Retrieve the list by its ID
+Gets a list view by name from a list located in the specified site. Retrieve the list by its ID
```sh
m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x --listId 330f29c5-5c4c-465f-9f4b-7903020ae1c1 --title 'All Items'
@@ -198,7 +198,6 @@ m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x -
BaseViewId | 1
CalendarViewStyles | null
ColumnWidth | null
- ContentTypeId | {"StringValue":"0x"}
CustomFormatter |
CustomOrder | null
DefaultView | true
@@ -228,7 +227,6 @@ m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x -
RequiresClientIntegration | false
RowLimit | 30
Scope | 0
- ServerRelativePath | {"DecodedUrl":"/teams/AllStars/Lists/My List/AllItems.aspx"}
ServerRelativeUrl | /teams/AllStars/Lists/My List/AllItems.aspx
StyleId | null
TabularView | true
@@ -244,4 +242,3 @@ m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x -
-
diff --git a/docs/docs/cmd/spo/list/list-view-list.mdx b/docs/docs/cmd/spo/list/list-view-list.mdx
index 600bb0fe117..b45fd95f5aa 100644
--- a/docs/docs/cmd/spo/list/list-view-list.mdx
+++ b/docs/docs/cmd/spo/list/list-view-list.mdx
@@ -16,7 +16,7 @@ m365 spo list view list [options]
```md definition-list
`-u, --webUrl `
-: URL of the site where the list is located
+: URL of the site where the list is located.
`-i, --listId [listId]`
: ID of the list for which to list configured views. Specify either `listId`, `listTitle`, or `listUrl`.
@@ -32,19 +32,19 @@ m365 spo list view list [options]
## Examples
-List all views for a list by title
+List all views for a list by title.
```sh
m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents
```
-List all views for a list by ID
+List all views for a list by ID.
```sh
m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf
```
-List all views for a list by URL
+List all views for a list by URL.
```sh
m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl '/sites/project-x/lists/Events'
@@ -149,7 +149,6 @@ m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x
BaseViewId | 1
CalendarViewStyles | null
ColumnWidth | null
- ContentTypeId | {"StringValue":"0x"}
CustomFormatter |
CustomOrder | null
DefaultView | true
@@ -179,7 +178,6 @@ m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x
RequiresClientIntegration | false
RowLimit | 30
Scope | 0
- ServerRelativePath | {"DecodedUrl":"/teams/AllStars/Lists/My List/AllItems.aspx"}
ServerRelativeUrl | /teams/AllStars/Lists/My List/AllItems.aspx
StyleId | null
TabularView | true
@@ -195,4 +193,3 @@ m365 spo list view list --webUrl https://contoso.sharepoint.com/sites/project-x
-
diff --git a/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx b/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx
index f1ff780b76c..dffa30d1091 100644
--- a/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx
+++ b/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx
@@ -16,38 +16,38 @@ m365 spo listitem attachment list [options]
```md definition-list
`-u, --webUrl `
-: URL of the site from which the item should be retrieved
+: URL of the site from which the item should be retrieved.
`--listId [listId]`
-: ID of the list where the item should be retrieved. Specify either `listTitle`, `listId` or `listUrl`
+: ID of the list where the item should be retrieved. Specify either `listTitle`, `listId` or `listUrl`.
`--listTitle [listTitle]`
-: Title of the list where the item should be retrieved. Specify either `listTitle`, `listId` or `listUrl`
+: Title of the list where the item should be retrieved. Specify either `listTitle`, `listId` or `listUrl`.
`--listUrl [listUrl]`
-: Server- or site-relative URL of the list. Specify either `listTitle`, `listId` or `listUrl`
+: Server- or site-relative URL of the list. Specify either `listTitle`, `listId` or `listUrl`.
`--listItemId `
-: ID of the list item
+: ID of the list item.
```
## Examples
-Gets the attachments from list item with listItemId _147_ in list with title _Demo List_ in site _https://contoso.sharepoint.com/sites/project-x_
+Gets the attachments from list item with the specified listItemId in list with the specified title in the specified site.
```sh
m365 spo listitem attachment list --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle "Demo List" --listItemId 147
```
-Gets the attachments from list item with listItemId _147_ in list with id _0cd891ef-afce-4e55-b836-fce03286cccf_ in site _https://contoso.sharepoint.com/sites/project-x_
+Gets the attachments from list item with the specified listItemId in list with the specified id in the specified site.
```sh
m365 spo listitem attachment list --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf --listItemId 147
```
-Gets the attachments from a specific list item in a specific list obtained by server-relative URL in a specific site
+Gets the attachments from a specific list item in a specific list obtained by server-relative URL in a specific site.
```sh
m365 spo listitem attachment list --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl /sites/project-x/Documents --listItemId 147
@@ -101,11 +101,8 @@ m365 spo listitem attachment list --webUrl https://contoso.sharepoint.com/sites/
Property | Value
---------|-------
FileName | DummyDocument.docx
- FileNameAsPath | {"DecodedUrl":"DummyDocument.docx"}
- ServerRelativePath | {"DecodedUrl":"/Lists/Test/Attachments/236/DummyDocument.docx"}
ServerRelativeUrl | /Lists/Test/Attachments/236/DummyDocument.docx
```
-
diff --git a/docs/docs/cmd/spo/page/page-copy.mdx b/docs/docs/cmd/spo/page/page-copy.mdx
index 6b6bf7b579d..e5aae98e670 100644
--- a/docs/docs/cmd/spo/page/page-copy.mdx
+++ b/docs/docs/cmd/spo/page/page-copy.mdx
@@ -36,31 +36,30 @@ If another page exists at the specified target location, copying the page will f
## Examples
-Create a copy of the `home.aspx` page
+Create a copy of the specified page.
```sh
m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --sourceName "home.aspx" --targetUrl "home-copy.aspx"
```
-Overwrite the target page if it already exists
+Overwrite the target page if it already exists.
```sh
m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --sourceName "home.aspx" --targetUrl "home-copy.aspx" --overwrite
```
-Create a copy of a page template
+Create a copy of a page template.
```sh
m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --sourceName "templates/PageTemplate.aspx" --targetUrl "page.aspx"
```
-Copy the page to another site
+Copy the page to another site.
```sh
m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --sourceName "templates/PageTemplate.aspx" --targetUrl "https://contoso.sharepoint.com/sites/team-b/sitepages/page.aspx"
```
-
## Response
@@ -154,7 +153,6 @@ m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --source
UniqueId | 75df1712-dfb4-497c-8fd7-8a5d4476df66
Url | SitePages/home-copy.aspx
Version | 0.1
- AlternativeUrlMap | {"UserPhotoAspx":"https://contoso.sharepoint.com/\_vti\_bin/afdcache.ashx/\_userprofile/userphoto.jpg?\_oat\_=1683047510\_65dfacc308ae7abe460ae6e6ce6943d0d218fd9232a69a03fee352b2dbaead4e&P1=1682980536&P2=-64532418&P3=1&P4=itPWLPx8ka8ZYUpPbQSywAH8cSvgj2M7otD6geZ26NUbROmU99rFYzmdBccd7PCiYfzz53QfSTzDpPE0iaxF0OMY0oAYpHVrz5pDUU3k8Se9vXh%2bzaUnJtIJPlp3boTlzcbs6D%2fjown%2bPT%2bTMgEyRGqVjwt8QieNK3z1UNrTmkz8VYD3fmPyVpQMKtZ33o8K8cTsGl11qw6DghlKTP2odBEBSCdBfiJd00z%2fbxvJXi7on0x6RyzYMJbAUXgdBCfDS2QnU8bVWE83aBYHm%2bKo6YZllCM%2bAGQ%2bEfrMDBJDsQEKWryy4gQdkF2JVIaq%2fx0BbRSmVnQKkPVM3iqV8QWyRw%3d%3d","MediaTAThumbnailPathUrl":"https://ukwest1-mediap.svc.ms/transform/thumbnail?provider=spo&inputFormat={.fileType}&cs=UEFHRVN8U1BP&docid={.spHost}/\_api/v2.0/sharePoint:{.resourceUrl}:/driveItem&w={.widthValue}&oauth\_token=bearer%20{.oauthToken}","MediaTAThumbnailHostUrl":"https://ukwest1-mediap.svc.ms","AFDCDNEnabled":"True","CurrentSiteCDNPolicy":"True","PublicCDNEnabled":"True","PrivateCDNEnabled":"True"}
CanvasContent1 | [{"position":{"layoutIndex":1,"zoneIndex":0.5,"sectionIndex":1,"controlIndex":1,"sectionFactor":6},"controlType":3,"id":"f85f8dfa-9052-4be8-8954-8cdafe811b97","webPartId":"e377ea37-9047-43b9-8cdb-a761be2f8e09","reservedHeight":528,"reservedWidth":570,"addedFromPersistedData":true,"webPartData":{"id":"e377ea37-9047-43b9-8cdb-a761be2f8e09","instanceId":"f85f8dfa-9052-4be8-8954-8cdafe811b97","title":"Bing Maps","description":"Display a location on a map using Bing Maps.","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"pushPins":[],"maxNumberOfPushPins":1,"shouldShowPushPinTitle":true,"zoomLevel":12,"mapType":"road","center":{"latitude":51.399299621582038,"longitude":-0.256799995899204,"altitude":0,"altitudeReference":-1}},"containsDynamicDataSource":false}},{"position":{"layoutIndex":1,"zoneIndex":0.5,"sectionIndex":2,"controlIndex":1,"sectionFactor":6},"id":"emptySection","addedFromPersistedData":true},{"controlType":3,"webPartId":"8c88f208-6c77-4bdb-86a0-0c47b4316588","position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":1,"sectionFactor":8},"id":"71eab4c9-8340-4706-96b9-331527890975","addedFromPersistedData":true,"reservedHeight":406,"reservedWidth":776,"webPartData":{"id":"8c88f208-6c77-4bdb-86a0-0c47b4316588","instanceId":"71eab4c9-8340-4706-96b9-331527890975","title":"News","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{"baseUrl":"/sites/Company311"}},"dataVersion":"1.12","properties":{"layoutId":"FeaturedNews","dataProviderId":"news","emptyStateHelpItemsCount":"1","showChrome":true,"carouselSettings":{"autoplay":false,"autoplaySpeed":5,"dots":true,"lazyLoad":true},"showNewsMetadata":{"showSocialActions":false,"showAuthor":true,"showDate":true},"newsDataSourceProp":1,"carouselHeroWrapperComponentId":"","prefetchCount":4,"filters":[{"filterType":1,"value":"","values":[]}],"newsSiteList":[],"renderItemsSliderValue":4,"layoutComponentId":"","webId":"c59dae7c-48bd-4241-96b7-b81d4bbc25cb","siteId":"9fcdddc5-bd7e-4120-b934-bf675b76855f","filterKQLQuery":""},"containsDynamicDataSource":false}},{"position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":1.5,"sectionFactor":8,"layoutIndex":1},"controlType":3,"id":"dcfa91cf-96fa-47cd-9363-7f2fea373526","webPartId":"490d7c76-1824-45b2-9de3-676421c997fa","reservedHeight":326,"reservedWidth":776,"addedFromPersistedData":true,"webPartData":{"id":"490d7c76-1824-45b2-9de3-676421c997fa","instanceId":"dcfa91cf-96fa-47cd-9363-7f2fea373526","title":"Embed","description":"Embed content from other sites such as Sway, YouTube, Vimeo, and more","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.2","properties":{"embedCode":"","cachedEmbedCode":"","shouldScaleWidth":true,"tempState":{},"thumbnailUrl":""},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"eb95c819-ab8f-4689-bd03-0c2d65d47b1f","position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":2,"sectionFactor":8},"id":"3dde98e4-07d7-46d6-b57f-128d6ae5438c","addedFromPersistedData":true,"reservedHeight":939,"reservedWidth":776,"webPartData":{"id":"eb95c819-ab8f-4689-bd03-0c2d65d47b1f","instanceId":"3dde98e4-07d7-46d6-b57f-128d6ae5438c","title":"Site activity","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"maxItems":9},"containsDynamicDataSource":false}},{"position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":0.5,"sectionFactor":4,"layoutIndex":1},"controlType":3,"id":"9d1fed5d-9274-4a82-8891-58bbc937c92b","webPartId":"f6fdf4f8-4a24-437b-a127-32e66a5dd9b4","addedFromPersistedData":true,"reservedHeight":449,"reservedWidth":364,"webPartData":{"id":"f6fdf4f8-4a24-437b-a127-32e66a5dd9b4","instanceId":"9d1fed5d-9274-4a82-8891-58bbc937c92b","title":"Twitter","description":"Display a Twitter feed","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"displayAs":"list","displayHeader":false,"displayFooter":false,"displayBorders":true,"limit":"3","term":"@microsoft","widthSlider":100,"title":"","allowStretch":false,"displayLightTheme":true},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"c70391ea-0b10-4ee9-b2b4-006d3fcad0cd","position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":1,"sectionFactor":4},"id":"2d412c2a-ed7d-4117-bf54-f1b9a28c1346","addedFromPersistedData":true,"reservedHeight":173,"reservedWidth":364,"webPartData":{"id":"c70391ea-0b10-4ee9-b2b4-006d3fcad0cd","instanceId":"2d412c2a-ed7d-4117-bf54-f1b9a28c1346","title":"Quick links","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{"title":"Quick links","items[0].title":"Learn about a team site","items[1].title":"Learn how to add a page"},"imageSources":{},"links":{"baseUrl":"/sites/Company311","items[0].sourceItem.url":"https://go.microsoft.com/fwlink/p/?linkid=827918","items[1].sourceItem.url":"https://go.microsoft.com/fwlink/p/?linkid=827919"},"componentDependencies":{"layoutComponentId":"706e33c8-af37-4e7b-9d22-6e5694d92a6f"}},"dataVersion":"2.2","properties":{"items":[{"sourceItem":{"itemType":2},"thumbnailType":3,"id":1,"description":"","altText":"","rawPreviewImageMinCanvasWidth":32767},{"sourceItem":{"itemType":2},"thumbnailType":3,"id":2,"description":"","altText":"","rawPreviewImageMinCanvasWidth":32767}],"isMigrated":true,"layoutId":"List","shouldShowThumbnail":true,"hideWebPartWhenEmpty":true,"dataProviderId":"QuickLinks","listLayoutOptions":{"showDescription":false,"showIcon":true},"imageWidth":100,"buttonLayoutOptions":{"showDescription":false,"buttonTreatment":2,"iconPositionType":2,"textAlignmentVertical":2,"textAlignmentHorizontal":2,"linesOfText":2},"waffleLayoutOptions":{"iconSize":1,"onlyShowThumbnail":false},"webId":"c59dae7c-48bd-4241-96b7-b81d4bbc25cb","siteId":"9fcdddc5-bd7e-4120-b934-bf675b76855f"},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"f92bf067-bc19-489e-a556-7fe95f508720","position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":2,"sectionFactor":4},"id":"c047c8d5-b5d0-4852-8a38-b58da702243c","addedFromPersistedData":true,"reservedHeight":291,"reservedWidth":364,"webPartData":{"id":"f92bf067-bc19-489e-a556-7fe95f508720","instanceId":"c047c8d5-b5d0-4852-8a38-b58da702243c","title":"Document library","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{"listTitle":"Documents"},"imageSources":{},"links":{}},"dynamicDataPaths":{},"dynamicDataValues":{"filterBy":{}},"dataVersion":"1.0","properties":{"isDocumentLibrary":true,"showDefaultDocumentLibrary":true,"webpartHeightKey":4,"selectedListUrl":""},"containsDynamicDataSource":true}},{"controlType":0,"pageSettingsSlice":{"isDefaultDescription":true,"isDefaultThumbnail":true,"isSpellCheckEnabled":true,"globalRichTextStylingVersion":0,"rtePageSettings":{"contentVersion":4},"isEmailReady":false}}]
Language | en-us
SitePageFlags |
@@ -162,4 +160,3 @@ m365 spo page copy --webUrl https://contoso.sharepoint.com/sites/team-a --source
-
diff --git a/docs/docs/cmd/spo/page/page-get.mdx b/docs/docs/cmd/spo/page/page-get.mdx
index dfab06e89ea..d70c330f2f9 100644
--- a/docs/docs/cmd/spo/page/page-get.mdx
+++ b/docs/docs/cmd/spo/page/page-get.mdx
@@ -33,13 +33,13 @@ If the specified name doesn't refer to an existing modern page, you will get a `
## Examples
-Get information about the modern page
+Get information about the modern page.
```sh
m365 spo page get --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx
```
-Get all the metadata from the modern page, without the section and control count information
+Get all the metadata from the modern page, without the section and control count information.
```sh
m365 spo page get --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx --metadataOnly
@@ -157,7 +157,6 @@ m365 spo page get --webUrl https://contoso.sharepoint.com/sites/team-a --name ho
---------|-------
CheckInComment |
CheckOutType | 2
- ContentTag | {86CE2216-83F1-4AB4-9B7E-FFBDCF890992},14,1
CustomizedPageStatus | 1
ETag | "{86CE2216-83F1-4AB4-9B7E-FFBDCF890992},14"
Exists | true
@@ -185,4 +184,3 @@ m365 spo page get --webUrl https://contoso.sharepoint.com/sites/team-a --name ho
-
diff --git a/docs/docs/cmd/spo/page/page-list.mdx b/docs/docs/cmd/spo/page/page-list.mdx
index 4de18653a11..086166f43a9 100644
--- a/docs/docs/cmd/spo/page/page-list.mdx
+++ b/docs/docs/cmd/spo/page/page-list.mdx
@@ -23,7 +23,7 @@ m365 spo page list [options]
## Examples
-List all modern pages in the specific site
+List all modern pages in the specific site.
```sh
m365 spo page list --webUrl https://contoso.sharepoint.com/sites/team-a
@@ -166,7 +166,6 @@ m365 spo page list --webUrl https://contoso.sharepoint.com/sites/team-a
---------|-------
CheckInComment |
CheckOutType | 2
- ContentTag | {86CE2216-83F1-4AB4-9B7E-FFBDCF890992},14,1
CustomizedPageStatus | 1
ETag | "{86CE2216-83F1-4AB4-9B7E-FFBDCF890992},14"
Exists | true
@@ -200,7 +199,6 @@ m365 spo page list --webUrl https://contoso.sharepoint.com/sites/team-a
PromotedState | 0
Url | SitePages/Home.aspx
Version | 2.0
- AlternativeUrlMap | {"UserPhotoAspx":"https://contoso.sharepoint.com/\_vti\_bin/afdcache.ashx/\_userprofile/userphoto.jpg?\_oat\_=1683047510\_65dfacc308ae7abe460ae6e6ce6943d0d218fd9232a69a03fee352b2dbaead4e&P1=1682980536&P2=-64532418&P3=1&P4=itPWLPx8ka8ZYUpPbQSywAH8cSvgj2M7otD6geZ26NUbROmU99rFYzmdBccd7PCiYfzz53QfSTzDpPE0iaxF0OMY0oAYpHVrz5pDUU3k8Se9vXh%2bzaUnJtIJPlp3boTlzcbs6D%2fjown%2bPT%2bTMgEyRGqVjwt8QieNK3z1UNrTmkz8VYD3fmPyVpQMKtZ33o8K8cTsGl11qw6DghlKTP2odBEBSCdBfiJd00z%2fbxvJXi7on0x6RyzYMJbAUXgdBCfDS2QnU8bVWE83aBYHm%2bKo6YZllCM%2bAGQ%2bEfrMDBJDsQEKWryy4gQdkF2JVIaq%2fx0BbRSmVnQKkPVM3iqV8QWyRw%3d%3d","MediaTAThumbnailPathUrl":"https://ukwest1-mediap.svc.ms/transform/thumbnail?provider=spo&inputFormat={.fileType}&cs=UEFHRVN8U1BP&docid={.spHost}/\_api/v2.0/sharePoint:{.resourceUrl}:/driveItem&w={.widthValue}&oauth\_token=bearer%20{.oauthToken}","MediaTAThumbnailHostUrl":"https://ukwest1-mediap.svc.ms","AFDCDNEnabled":"True","CurrentSiteCDNPolicy":"True","PublicCDNEnabled":"True","PrivateCDNEnabled":"True"}
CanvasContent1 | [{"position":{"layoutIndex":1,"zoneIndex":0.5,"sectionIndex":1,"controlIndex":1,"sectionFactor":6},"controlType":3,"id":"f85f8dfa-9052-4be8-8954-8cdafe811b97","webPartId":"e377ea37-9047-43b9-8cdb-a761be2f8e09","reservedHeight":528,"reservedWidth":570,"addedFromPersistedData":true,"webPartData":{"id":"e377ea37-9047-43b9-8cdb-a761be2f8e09","instanceId":"f85f8dfa-9052-4be8-8954-8cdafe811b97","title":"Bing Maps","description":"Display a location on a map using Bing Maps.","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"pushPins":[],"maxNumberOfPushPins":1,"shouldShowPushPinTitle":true,"zoomLevel":12,"mapType":"road","center":{"latitude":51.399299621582038,"longitude":-0.256799995899204,"altitude":0,"altitudeReference":-1}},"containsDynamicDataSource":false}},{"position":{"layoutIndex":1,"zoneIndex":0.5,"sectionIndex":2,"controlIndex":1,"sectionFactor":6},"id":"emptySection","addedFromPersistedData":true},{"controlType":3,"webPartId":"8c88f208-6c77-4bdb-86a0-0c47b4316588","position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":1,"sectionFactor":8},"id":"71eab4c9-8340-4706-96b9-331527890975","addedFromPersistedData":true,"reservedHeight":406,"reservedWidth":776,"webPartData":{"id":"8c88f208-6c77-4bdb-86a0-0c47b4316588","instanceId":"71eab4c9-8340-4706-96b9-331527890975","title":"News","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{"baseUrl":"/sites/team-a"}},"dataVersion":"1.12","properties":{"layoutId":"FeaturedNews","dataProviderId":"news","emptyStateHelpItemsCount":"1","showChrome":true,"carouselSettings":{"autoplay":false,"autoplaySpeed":5,"dots":true,"lazyLoad":true},"showNewsMetadata":{"showSocialActions":false,"showAuthor":true,"showDate":true},"newsDataSourceProp":1,"carouselHeroWrapperComponentId":"","prefetchCount":4,"filters":[{"filterType":1,"value":"","values":[]}],"newsSiteList":[],"renderItemsSliderValue":4,"layoutComponentId":"","webId":"c59dae7c-48bd-4241-96b7-b81d4bbc25cb","siteId":"9fcdddc5-bd7e-4120-b934-bf675b76855f","filterKQLQuery":""},"containsDynamicDataSource":false}},{"position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":1.5,"sectionFactor":8,"layoutIndex":1},"controlType":3,"id":"dcfa91cf-96fa-47cd-9363-7f2fea373526","webPartId":"490d7c76-1824-45b2-9de3-676421c997fa","reservedHeight":326,"reservedWidth":776,"addedFromPersistedData":true,"webPartData":{"id":"490d7c76-1824-45b2-9de3-676421c997fa","instanceId":"dcfa91cf-96fa-47cd-9363-7f2fea373526","title":"Embed","description":"Embed content from other sites such as Sway, YouTube, Vimeo, and more","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.2","properties":{"embedCode":"","cachedEmbedCode":"","shouldScaleWidth":true,"tempState":{},"thumbnailUrl":""},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"eb95c819-ab8f-4689-bd03-0c2d65d47b1f","position":{"zoneIndex":1,"sectionIndex":1,"controlIndex":2,"sectionFactor":8},"id":"3dde98e4-07d7-46d6-b57f-128d6ae5438c","addedFromPersistedData":true,"reservedHeight":939,"reservedWidth":776,"webPartData":{"id":"eb95c819-ab8f-4689-bd03-0c2d65d47b1f","instanceId":"3dde98e4-07d7-46d6-b57f-128d6ae5438c","title":"Site activity","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"maxItems":9},"containsDynamicDataSource":false}},{"position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":0.5,"sectionFactor":4,"layoutIndex":1},"controlType":3,"id":"9d1fed5d-9274-4a82-8891-58bbc937c92b","webPartId":"f6fdf4f8-4a24-437b-a127-32e66a5dd9b4","addedFromPersistedData":true,"reservedHeight":449,"reservedWidth":364,"webPartData":{"id":"f6fdf4f8-4a24-437b-a127-32e66a5dd9b4","instanceId":"9d1fed5d-9274-4a82-8891-58bbc937c92b","title":"Twitter","description":"Display a Twitter feed","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{},"imageSources":{},"links":{}},"dataVersion":"1.0","properties":{"displayAs":"list","displayHeader":false,"displayFooter":false,"displayBorders":true,"limit":"3","term":"@microsoft","widthSlider":100,"title":"","allowStretch":false,"displayLightTheme":true},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"c70391ea-0b10-4ee9-b2b4-006d3fcad0cd","position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":1,"sectionFactor":4},"id":"2d412c2a-ed7d-4117-bf54-f1b9a28c1346","addedFromPersistedData":true,"reservedHeight":173,"reservedWidth":364,"webPartData":{"id":"c70391ea-0b10-4ee9-b2b4-006d3fcad0cd","instanceId":"2d412c2a-ed7d-4117-bf54-f1b9a28c1346","title":"Quick links","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{"title":"Quick links","items[0].title":"Learn about a team site","items[1].title":"Learn how to add a page"},"imageSources":{},"links":{"baseUrl":"/sites/team-a","items[0].sourceItem.url":"https://go.microsoft.com/fwlink/p/?linkid=827918","items[1].sourceItem.url":"https://go.microsoft.com/fwlink/p/?linkid=827919"},"componentDependencies":{"layoutComponentId":"706e33c8-af37-4e7b-9d22-6e5694d92a6f"}},"dataVersion":"2.2","properties":{"items":[{"sourceItem":{"itemType":2},"thumbnailType":3,"id":1,"description":"","altText":"","rawPreviewImageMinCanvasWidth":32767},{"sourceItem":{"itemType":2},"thumbnailType":3,"id":2,"description":"","altText":"","rawPreviewImageMinCanvasWidth":32767}],"isMigrated":true,"layoutId":"List","shouldShowThumbnail":true,"hideWebPartWhenEmpty":true,"dataProviderId":"QuickLinks","listLayoutOptions":{"showDescription":false,"showIcon":true},"imageWidth":100,"buttonLayoutOptions":{"showDescription":false,"buttonTreatment":2,"iconPositionType":2,"textAlignmentVertical":2,"textAlignmentHorizontal":2,"linesOfText":2},"waffleLayoutOptions":{"iconSize":1,"onlyShowThumbnail":false},"webId":"c59dae7c-48bd-4241-96b7-b81d4bbc25cb","siteId":"9fcdddc5-bd7e-4120-b934-bf675b76855f"},"containsDynamicDataSource":false}},{"controlType":3,"webPartId":"f92bf067-bc19-489e-a556-7fe95f508720","position":{"zoneIndex":1,"sectionIndex":2,"controlIndex":2,"sectionFactor":4},"id":"c047c8d5-b5d0-4852-8a38-b58da702243c","addedFromPersistedData":true,"reservedHeight":291,"reservedWidth":364,"webPartData":{"id":"f92bf067-bc19-489e-a556-7fe95f508720","instanceId":"c047c8d5-b5d0-4852-8a38-b58da702243c","title":"Document library","audiences":[],"serverProcessedContent":{"htmlStrings":{},"searchablePlainTexts":{"listTitle":"Documents"},"imageSources":{},"links":{}},"dynamicDataPaths":{},"dynamicDataValues":{"filterBy":{}},"dataVersion":"1.0","properties":{"isDocumentLibrary":true,"showDefaultDocumentLibrary":true,"webpartHeightKey":4,"selectedListUrl":""},"containsDynamicDataSource":true}},{"controlType":0,"pageSettingsSlice":{"isDefaultDescription":true,"isDefaultThumbnail":true,"isSpellCheckEnabled":true,"globalRichTextStylingVersion":0,"rtePageSettings":{"contentVersion":4},"isEmailReady":false}}]
Language | en-us
SitePageFlags |
@@ -208,4 +206,3 @@ m365 spo page list --webUrl https://contoso.sharepoint.com/sites/team-a
-
diff --git a/docs/docs/cmd/spo/sitescript/sitescript-get.mdx b/docs/docs/cmd/spo/sitescript/sitescript-get.mdx
index 7fcb07f2341..c3177ac6a17 100644
--- a/docs/docs/cmd/spo/sitescript/sitescript-get.mdx
+++ b/docs/docs/cmd/spo/sitescript/sitescript-get.mdx
@@ -16,7 +16,7 @@ m365 spo sitescript get [options]
```md definition-list
`-i, --id `
-: Site script ID
+: Site script ID.
```
@@ -27,7 +27,7 @@ If the specified `id` doesn't refer to an existing site script, you will get a `
## Examples
-Get information about the site script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_
+Get information about the site script with the specified ID.
```sh
m365 spo sitescript get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
@@ -67,7 +67,8 @@ m365 spo sitescript get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
```csv
-
+ Id,IsSiteScriptPackage,Title,Version
+ 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5,false,Contoso,1
```
@@ -82,7 +83,6 @@ m365 spo sitescript get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
Property | Value
---------|-------
- Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
Description | Contoso site script
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
IsSiteScriptPackage | false
diff --git a/docs/docs/cmd/spo/sitescript/sitescript-set.mdx b/docs/docs/cmd/spo/sitescript/sitescript-set.mdx
index 2cd2fcd6b43..93fb80790b9 100644
--- a/docs/docs/cmd/spo/sitescript/sitescript-set.mdx
+++ b/docs/docs/cmd/spo/sitescript/sitescript-set.mdx
@@ -16,19 +16,19 @@ m365 spo sitescript set [options]
```md definition-list
`-i, --id `
-: Site script ID
+: Site script ID.
`-t, --title [title]`
-: Site script title
+: Site script title.
`-d, --description [description]`
-: Site script description
+: Site script description.
`-v, --version [version]`
-: Site script version
+: Site script version.
`-c, --content [content]`
-: JSON string containing the site script
+: JSON string containing the site script.
```
@@ -39,7 +39,7 @@ If the specified `id` doesn't refer to an existing site script, you will get a `
## Examples
-Update title of the existing site script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_
+Update title of the existing site script with the specified ID.
```sh
m365 spo sitescript set --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --title "Contoso"
@@ -95,7 +95,6 @@ m365 spo sitescript set --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --title "Conto
Property | Value
---------|-------
- Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
Description | Contoso site script
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
IsSiteScriptPackage | false
diff --git a/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx b/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx
index e1721451fad..0fe3d214d26 100644
--- a/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx
+++ b/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx
@@ -142,7 +142,6 @@ m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-
GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
ComplianceAssetId | null
TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
TenantWideExtensionWebTemplate | null
TenantWideExtensionListTemplate | 0
TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
@@ -153,4 +152,3 @@ m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-
-
diff --git a/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx b/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx
index c8a1c7a4686..b314a294555 100644
--- a/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx
+++ b/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx
@@ -101,7 +101,6 @@ m365 spo tenant applicationcustomizer list
Attachments | false
GUID | 23951a41-f613-440e-8119-8f1e87df1d1a
TenantWideExtensionComponentId | d54e75e7-af4d-455f-9101-a5d906692ecd
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
TenantWideExtensionListTemplate | 0
TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
TenantWideExtensionSequence | 0
@@ -110,4 +109,3 @@ m365 spo tenant applicationcustomizer list
-
diff --git a/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx b/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx
index d3d2036b97c..eb8199c671a 100644
--- a/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx
+++ b/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx
@@ -170,7 +170,6 @@ m365 spo tenant commandset add --title "Some customizer" --clientSideComponentI
GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
ComplianceAssetId | null
TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
TenantWideExtensionWebTemplate | null
TenantWideExtensionListTemplate | 101
TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.ContextMenu
diff --git a/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx b/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx
index a4dce57f6f3..a3b1a57a060 100644
--- a/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx
+++ b/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx
@@ -142,7 +142,6 @@ m365 spo tenant commandset get --clientSideComponentId 7096cded-b83d-4eab-96f0-d
GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
ComplianceAssetId | null
TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
TenantWideExtensionWebTemplate | null
TenantWideExtensionListTemplate | 101
TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.ContextMenu
diff --git a/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx b/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx
index acdf9a4a6aa..e3720e96ee2 100644
--- a/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx
+++ b/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx
@@ -101,7 +101,6 @@ m365 spo tenant commandset list
Attachments | false
GUID | 6c47dd94-f5d5-4ea8-8b39-920385a56c37
TenantWideExtensionComponentId | f61d4ae8-3480-4541-930b-d641233c4fea
- TenantWideExtensionComponentProperties | {"sampleTextOne":"One item is selected in the list.", "sampleTextTwo":"This command is always visible."}
TenantWideExtensionListTemplate | 100
TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.CommandBar
TenantWideExtensionSequence | 0
diff --git a/docs/docs/cmd/teams/chat/chat-get.mdx b/docs/docs/cmd/teams/chat/chat-get.mdx
index 6e00b4525e6..a4cd6cfbad2 100644
--- a/docs/docs/cmd/teams/chat/chat-get.mdx
+++ b/docs/docs/cmd/teams/chat/chat-get.mdx
@@ -34,7 +34,7 @@ When using the `participants` option, the signed-in user will automatically be i
## Examples
-Get a Microsoft Teams chat conversation by id
+Get a Microsoft Teams chat conversation by id.
```sh
m365 teams chat get --id 19:2da4c29f6d7041eca70b638b43d45437@thread.v2
@@ -52,7 +52,7 @@ Get a Microsoft Teams group chat conversation, finding it by participants.
m365 teams chat get --participants alexw@contoso.com,meganb@contoso.com
```
-Get a Microsoft Teams chat conversation, finding it by display name
+Get a Microsoft Teams chat conversation, finding it by display name.
```sh
m365 teams chat get --name "Just a conversation"
@@ -123,9 +123,7 @@ m365 teams chat get --name "Just a conversation"
webUrl | https://teams.microsoft.com/l/chat/19%3A2da4c29f6d7041eca70b638b43d45437%40thread.v2/0?tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b
tenantId | 446355e4-e7e3-43d5-82f8-d7ad8272d55b
onlineMeetingInfo | null
- viewpoint | {"isHidden":false,"lastMessageReadDateTime":"2022-11-05T13:06:30.582Z"}
```
-
diff --git a/docs/docs/cmd/teams/chat/chat-list.mdx b/docs/docs/cmd/teams/chat/chat-list.mdx
index 5ec857dbe8e..a997936a0be 100644
--- a/docs/docs/cmd/teams/chat/chat-list.mdx
+++ b/docs/docs/cmd/teams/chat/chat-list.mdx
@@ -41,7 +41,7 @@ List only the one on one Microsoft Teams chat conversations of a specific user r
m365 teams chat list --userId e6296ed0-4b7d-4ace-aed4-f6b7371ce060 --type oneOnOne
```
-List only the group Microsoft Teams chat conversations of a specific user retrieved by mail
+List only the group Microsoft Teams chat conversations of a specific user retrieved by mail.
```sh
m365 teams chat list --userName 'john@contoso.com' --type group
@@ -108,9 +108,7 @@ m365 teams chat list --userName 'john@contoso.com' --type group
webUrl | https://teams.microsoft.com/l/chat/19%3Ab4874b8c8472461d9ac7b033ca782b33%40thread.v2/0?tenantId=de348bc7-1aeb-4406-8cb3-97db021cadb4
tenantId | de348bc7-1aeb-4406-8cb3-97db021cadb4
onlineMeetingInfo | null
- viewpoint | {"isHidden":false,"lastMessageReadDateTime":"2023-05-07T18:15:20.309Z"}
```
-
diff --git a/docs/docs/cmd/teams/message/message-get.mdx b/docs/docs/cmd/teams/message/message-get.mdx
index 6a3a6cc1819..d84ef15d84a 100644
--- a/docs/docs/cmd/teams/message/message-get.mdx
+++ b/docs/docs/cmd/teams/message/message-get.mdx
@@ -150,14 +150,7 @@ m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId
webUrl | https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1540747442203
policyViolation | null
eventDetail | null
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
- body | {"contentType":"text","content":"second message!"}
- channelIdentity | {"teamId":"5f5d7b71-1161-44d8-bcc1-3da710eb4171","channelId":"19:e2916df2b11046beba42d22da898383f@thread.tacv2"}
- attachments | []
- mentions | []
- reactions | []
```
-
diff --git a/docs/docs/cmd/teams/message/message-list.mdx b/docs/docs/cmd/teams/message/message-list.mdx
index 135cb01d034..5bde207d2fb 100644
--- a/docs/docs/cmd/teams/message/message-list.mdx
+++ b/docs/docs/cmd/teams/message/message-list.mdx
@@ -139,14 +139,8 @@ m365 teams message list --teamId fce9e580-8bba-4638-ab5c-ab40016651e3 --channelI
policyViolation | null
eventDetail | null
id | 1672743172475
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
body | First message!
- channelIdentity | {"teamId":"fce9e580-8bba-4638-ab5c-ab40016651e3","channelId":"19:e2916df2b11046beba42d22da898383f@thread.tacv2"}
- attachments | []
- mentions | []
- reactions | []
```
-
diff --git a/docs/docs/cmd/teams/message/message-reply-list.mdx b/docs/docs/cmd/teams/message/message-reply-list.mdx
index 1645173c42c..be943a0853b 100644
--- a/docs/docs/cmd/teams/message/message-reply-list.mdx
+++ b/docs/docs/cmd/teams/message/message-reply-list.mdx
@@ -133,14 +133,8 @@ m365 teams message reply list --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --ch
webUrl | https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1666799520731
policyViolation | null
eventDetail | null
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
body | First reply
- channelIdentity | {"teamId":"5f5d7b71-1161-44d8-bcc1-3da710eb4171","channelId":"19:88f7e66a8dfe42be92db19505ae912a8@thread.skype"}
- attachments | []
- mentions | []
- reactions | []
```
-
diff --git a/docs/docs/cmd/teams/tab/tab-add.mdx b/docs/docs/cmd/teams/tab/tab-add.mdx
index e5eb1bccf2d..632038caf41 100644
--- a/docs/docs/cmd/teams/tab/tab-add.mdx
+++ b/docs/docs/cmd/teams/tab/tab-add.mdx
@@ -16,28 +16,28 @@ m365 teams tab add [options]
```md definition-list
`-i, --teamId `
-: The ID of the team to where the channel exists
+: The ID of the team to where the channel exists.
`-c, --channelId `
-: The ID of the channel to add a tab to
+: The ID of the channel to add a tab to.
`--appId `
-: The ID of the Teams app that contains the Tab
+: The ID of the Teams app that contains the Tab.
`--appName `
-: The name of the Teams app that contains the Tab
+: The name of the Teams app that contains the Tab.
`--contentUrl `
-: The URL used for rendering Tab contents
+: The URL used for rendering Tab contents.
`--entityId [entityId]`
-: A unique identifier for the Tab
+: A unique identifier for the Tab.
`--removeUrl [removeUrl]`
-: The URL displayed when a Tab is removed
+: The URL displayed when a Tab is removed.
`--websiteUrl [websiteUrl]`
-: The URL for showing tab contents outside of Teams
+: The URL for showing tab contents outside of Teams.
```
@@ -48,13 +48,13 @@ The corresponding app must already be installed in the team.
## Examples
-Add teams tab for website
+Add teams tab for website.
```sh
m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --appId 06805b9e-77e3-4b93-ac81-525eb87513b8 --appName 'My Contoso Tab' --contentUrl 'https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView'
```
-Add teams tab for website with additional configuration which is unknown
+Add teams tab for website with additional configuration which is unknown.
```sh
m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --appId 06805b9e-77e3-4b93-ac81-525eb87513b8 --appName 'My Contoso Tab' --contentUrl 'https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView' --test1 'value for test1'
@@ -112,9 +112,7 @@ m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:
id | 37d2294f-6dc0-4232-8718-d388f25ee696
displayName | My Contoso Tab
webUrl | https://teams.microsoft.com/l/channel/19%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2/tab%3a%3a37d2294f-6dc0-4232-8718-d388f25ee696?label=%My%20Contoso%20Tab%27&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
- configuration | {"entityId":null,"contentUrl":"https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView","removeUrl":null,"websiteUrl":null}
```
-
diff --git a/docs/docs/cmd/teams/tab/tab-get.mdx b/docs/docs/cmd/teams/tab/tab-get.mdx
index e4e67e9f0e1..b14f9b3dc43 100644
--- a/docs/docs/cmd/teams/tab/tab-get.mdx
+++ b/docs/docs/cmd/teams/tab/tab-get.mdx
@@ -16,22 +16,22 @@ m365 teams tab get [options]
```md definition-list
`--teamId [teamId]`
-: The ID of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both
+: The ID of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both.
`--teamName [teamName]`
-: The display name of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both
+: The display name of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both.
`--channelId [channelId]`
-: The ID of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both
+: The ID of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both.
`--channelName [channelName]`
-: The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both
+: The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both.
`-i, --id [id]`
-: The ID of the Microsoft Teams tab. Specify either `id` or `name` but not both
+: The ID of the Microsoft Teams tab. Specify either `id` or `name` but not both.
`-n, --name [name]`
-: The display name of the Microsoft Teams tab. Specify either `id` or `name` but not both
+: The display name of the Microsoft Teams tab. Specify either `id` or `name` but not both.
```
@@ -42,13 +42,13 @@ You can only retrieve tabs for teams of which you are a member.
## Examples
-Get a Microsoft Teams Tab with ID _1432c9da-8b9c-4602-9248-e0800f3e3f07_
+Get a Microsoft Teams Tab with the specified ID.
```sh
m365 teams tab get --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --id 1432c9da-8b9c-4602-9248-e0800f3e3f07
```
-Get a Microsoft Teams Tab with name _Tab Name_
+Get a Microsoft Teams Tab with the specified name.
```sh
m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "Tab Name"
@@ -107,9 +107,7 @@ m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "T
id | 34991fbf-59f4-48d9-b094-b9d64d550e23
displayName | Tab Name
webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
- configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
```
-
diff --git a/docs/docs/cmd/teams/tab/tab-list.mdx b/docs/docs/cmd/teams/tab/tab-list.mdx
index dd97713da67..f0d8dbb6454 100644
--- a/docs/docs/cmd/teams/tab/tab-list.mdx
+++ b/docs/docs/cmd/teams/tab/tab-list.mdx
@@ -16,10 +16,10 @@ m365 teams tab list [options]
```md definition-list
`-i, --teamId `
-: The ID of the Microsoft Teams team where the channel is located
+: The ID of the Microsoft Teams team where the channel is located.
`-c, --channelId `
-: The ID of the channel for which to list tabs
+: The ID of the channel for which to list tabs.
```
@@ -32,13 +32,13 @@ Tabs _Conversations_ and _Files_ are present in every team and therefore not inc
## Examples
-List all tabs in a Microsoft Teams channel
+List all tabs in a Microsoft Teams channel.
```sh
m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype
```
-Include all the values from the tab configuration and associated teams app
+Include all the values from the tab configuration and associated teams app.
```sh
m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --output json
@@ -105,11 +105,8 @@ m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19
id | 34991fbf-59f4-48d9-b094-b9d64d550e23
displayName | My Contoso Tab
webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
- configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
- teamsApp | {"id":"1542629c-01b3-4a6d-8f76-1938b779e48d","externalId":null,"displayName":"My Contoso Tab","distributionMethod":"store"}
teamsAppTabId | 1542629c-01b3-4a6d-8f76-1938b779e48d
```
-
diff --git a/docs/docs/cmd/teams/team/team-add.mdx b/docs/docs/cmd/teams/team/team-add.mdx
index 69503207ab5..ac83a5826bb 100644
--- a/docs/docs/cmd/teams/team/team-add.mdx
+++ b/docs/docs/cmd/teams/team/team-add.mdx
@@ -125,7 +125,6 @@ m365 teams team add --name "Architecture" --description "Architecture Discussion
attemptsCount | 1
targetResourceId | a40210cd-0060-4b91-aaa1-a44e0853d979
targetResourceLocation | /teams('a40210cd-0060-4b91-aaa1-a44e0853d979')
- Value | {"apps":[],"channels":[],"WorkflowId":"westeurope.0837160b-803e-4279-9f2c-a5cc46ffc748"}
error | null
```
@@ -251,11 +250,9 @@ When we make use of the option `wait` the response will differ.
deletedDateTime | null
classification | null
createdDateTime | 2022-11-04T12:46:47Z
- creationOptions | ["Team","ExchangeProvisioningFlags:3552"]
description | Architecture Discussion
displayName | Architecture
expirationDateTime | null
- groupTypes | ["Unified"]
isAssignableToRole | null
mail | Architecture@contoso.onmicrosoft.com
mailEnabled | true
@@ -270,15 +267,11 @@ When we make use of the option `wait` the response will differ.
onPremisesSyncEnabled | null
preferredDataLocation | null
preferredLanguage | null
- proxyAddresses | ["SMTP:Architecture@contoso.onmicrosoft.com"]
renewedDateTime | 2022-11-04T12:46:47Z
- resourceBehaviorOptions | ["HideGroupInOutlook","SubscribeMembersToCalendarEventsDisabled","WelcomeEmailDisabled"]
- resourceProvisioningOptions | ["Team"]
securityEnabled | false
securityIdentifier | S-1-12-1-3583116701-1220939791-2394329482-3974889708
theme | null
visibility | Public
- onPremisesProvisioningErrors | []
```
diff --git a/docs/docs/cmd/teams/team/team-get.mdx b/docs/docs/cmd/teams/team/team-get.mdx
index 239b0d3071c..0199280e0ca 100644
--- a/docs/docs/cmd/teams/team/team-get.mdx
+++ b/docs/docs/cmd/teams/team/team-get.mdx
@@ -142,14 +142,8 @@ m365 teams team get --name "Team Name"
webUrl | https://teams.microsoft.com/l/team/19%3a2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41%40thread.tacv2/conversations?groupId=2eaf7dcd-7e83-4c3a-94f7-932a1299c844&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
isArchived | false
isMembershipLimitedToOwners | false
- discoverySettings | {"showInTeamsSearchAndSuggestions":true}
- memberSettings | {"allowCreateUpdateChannels":true,"allowCreatePrivateChannels":true,"allowDeleteChannels":true,"allowAddRemoveApps":true,"allowCreateUpdateRemoveTabs":true,"allowCreateUpdateRemoveConnectors":true}
- guestSettings | {"allowCreateUpdateChannels":false,"allowDeleteChannels":false}
- messagingSettings | {"allowUserEditMessages":true,"allowUserDeleteMessages":true,"allowOwnerDeleteMessages":true,"allowTeamMentions":true,"allowChannelMentions":true}
- funSettings | {"allowGiphy":true,"giphyContentRating":"strict","allowStickersAndMemes":true,"allowCustomMemes":true}
summary | null
```
-
diff --git a/docs/docs/cmd/todo/task/task-add.mdx b/docs/docs/cmd/todo/task/task-add.mdx
index 30750579329..03ac25aa8aa 100644
--- a/docs/docs/cmd/todo/task/task-add.mdx
+++ b/docs/docs/cmd/todo/task/task-add.mdx
@@ -46,7 +46,7 @@ m365 todo task add [options]
: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`. This option can only be used when the `status` is set to `completed`.
`--startDateTime [startDateTime]`
-: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
+: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
`--status [status]`
: Indicates the state or progress of the task. The possible values are: `notStarted`, `inProgress`, `completed`, `waitingOnOthers`, `deferred`.
@@ -60,31 +60,31 @@ When you specify the values for `categories`, each category can correspond to th
## Examples
-Add a task to Microsoft To Do tasks list with with a specific name
+Add a task to Microsoft To Do tasks list with with a specific name.
```sh
m365 todo task add --title "New task" --listName "My task list"
```
-Add a task to a Microsoft To Do tasks list with a specific id
+Add a task to a Microsoft To Do tasks list with a specific id.
```sh
m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA=="
```
-Create a new task with bodyContent and reminder and flag it as important
+Create a new task with bodyContent and reminder and flag it as important.
```sh
m365 todo task add --title "New task" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
```
-Create a new task with a specific due date
+Create a new task with a specific due date.
```sh
m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
```
-Create a new task with categories, a completedDateTime, a startDateTime and a status
+Create a new task with categories, a completedDateTime, a startDateTime and a status.
```sh
m365 todo task add --title "New task" --listName "My task list" --categories "Red category,Important" --completedDateTime 2023-12-01 --startDateTime 2023-12-01 --status "notStarted"
@@ -166,13 +166,9 @@ m365 todo task add --title "New task" --listName "My task list" --categories "Re
createdDateTime | 2022-10-29T10:54:06.3672421Z
lastModifiedDateTime | 2022-10-29T10:54:06.5078837Z
hasAttachments | false
- categories | []
id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=
- body | {"content": "I should not forget this","contentType": "text"}
- dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
```
-
diff --git a/docs/docs/cmd/todo/task/task-set.mdx b/docs/docs/cmd/todo/task/task-set.mdx
index 4d33f00adbe..c77950b25c3 100644
--- a/docs/docs/cmd/todo/task/task-set.mdx
+++ b/docs/docs/cmd/todo/task/task-set.mdx
@@ -49,10 +49,10 @@ m365 todo task set [options]
: Comma-separated list of categories associated with the task.
`--completedDateTime [completedDateTime]`
-: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
+: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
`--startDateTime [startDateTime]`
-: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
+: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
```
@@ -63,37 +63,37 @@ When you specify the values for `categories`, each category can correspond to th
## Examples
-Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name
+Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name.
```sh
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --title "Update doco" --listName "My task list"
```
-Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name
+Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name.
```sh
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --status "inProgress" --listName "My task list"
```
-Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name
+Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name.
```sh
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
```
-Update a task with due date in Microsoft To Do tasks list with list id
+Update a task with due date in Microsoft To Do tasks list with list id.
```sh
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
```
-Update a task to Microsoft To Do with several categories
+Update a task to Microsoft To Do with several categories.
```sh
m365 todo task set --title "New task" --listName "My task list" --categories "Red category,Important"
```
-Update a task to Microsoft To Do with a start date and set a reminder for the task
+Update a task to Microsoft To Do with a start date and set a reminder for the task.
```sh
m365 todo task set --title "New task" --listName "My task list" --startDateTime "2023-12-16T18:28:48.6964197Z" --isReminderOn true
@@ -175,13 +175,9 @@ m365 todo task set --title "New task" --listName "My task list" --startDateTime
createdDateTime | 2022-10-29T11:03:20.9175176Z
lastModifiedDateTime | 2022-10-30T14:07:03.0718199Z
hasAttachments | false
- categories | []
id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=
- body | {"content":"I should not forget this","contentType":"text"}
- dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
```
-