@pnp/cli-microsoft365 10.5.0-beta.d99742c → 10.6.0-beta.36bb898
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +58 -2
- package/dist/m365/booking/commands/business/business-get.js +0 -3
- package/dist/m365/commands/login.js +3 -0
- package/dist/m365/entra/commands/user/user-guest-add.js +0 -3
- package/dist/m365/flow/commands/environment/environment-get.js +0 -3
- package/dist/m365/flow/commands/flow-get.js +0 -3
- package/dist/m365/flow/commands/run/run-get.js +0 -3
- package/dist/m365/pa/commands/app/app-get.js +0 -3
- package/dist/m365/pa/commands/environment/environment-get.js +0 -3
- package/dist/m365/planner/commands/bucket/bucket-add.js +0 -3
- package/dist/m365/planner/commands/plan/plan-add.js +0 -3
- package/dist/m365/planner/commands/plan/plan-get.js +0 -3
- package/dist/m365/planner/commands/plan/plan-set.js +0 -3
- package/dist/m365/planner/commands/task/task-checklistitem-add.js +0 -3
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +0 -3
- package/dist/m365/pp/commands/card/card-get.js +0 -3
- package/dist/m365/pp/commands/copilot/copilot-get.js +0 -3
- package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +0 -3
- package/dist/m365/pp/commands/environment/environment-get.js +0 -3
- package/dist/m365/pp/commands/solution/solution-get.js +0 -3
- package/dist/m365/pp/commands/solution/solution-publisher-get.js +0 -3
- package/dist/m365/pp/commands/website/website-get.js +0 -3
- package/dist/m365/spo/commands/group/group-member-add.js +0 -3
- package/dist/m365/spo/commands/homesite/homesite-add.js +66 -0
- package/dist/m365/spo/commands/page/page-copy.js +0 -3
- package/dist/m365/spo/commands/page/page-get.js +0 -3
- package/dist/m365/spo/commands/sitedesign/sitedesign-run-status-get.js +0 -3
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-get.js +0 -3
- package/dist/m365/todo/commands/list/list-get.js +0 -3
- package/dist/m365/todo/commands/task/task-get.js +0 -3
- package/dist/m365/viva/commands/engage/engage-message-add.js +0 -3
- package/dist/m365/viva/commands/engage/engage-message-get.js +0 -3
- package/dist/m365/viva/commands/engage/engage-user-get.js +0 -3
- package/docs/docs/cmd/booking/business/business-get.mdx +13 -0
- package/docs/docs/cmd/entra/user/user-guest-add.mdx +11 -0
- package/docs/docs/cmd/flow/environment/environment-get.mdx +2 -0
- package/docs/docs/cmd/flow/flow-get.mdx +2 -0
- package/docs/docs/cmd/flow/run/run-get.mdx +17 -13
- package/docs/docs/cmd/login.mdx +9 -1
- package/docs/docs/cmd/pa/app/app-get.mdx +8 -2
- package/docs/docs/cmd/pa/environment/environment-get.mdx +5 -3
- package/docs/docs/cmd/planner/plan/plan-add.mdx +2 -0
- package/docs/docs/cmd/planner/plan/plan-get.mdx +8 -4
- package/docs/docs/cmd/planner/plan/plan-set.mdx +2 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +6 -3
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +12 -3
- package/docs/docs/cmd/pp/card/card-get.mdx +36 -5
- package/docs/docs/cmd/pp/copilot/copilot-get.mdx +41 -5
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +19 -4
- package/docs/docs/cmd/pp/environment/environment-get.mdx +5 -2
- package/docs/docs/cmd/pp/solution/solution-get.mdx +12 -7
- package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +12 -7
- package/docs/docs/cmd/pp/website/website-get.mdx +22 -4
- package/docs/docs/cmd/spo/group/group-member-add.mdx +12 -3
- package/docs/docs/cmd/spo/homesite/homesite-add.mdx +124 -0
- package/docs/docs/cmd/spo/page/page-copy.mdx +30 -4
- package/docs/docs/cmd/spo/page/page-get.mdx +44 -5
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +7 -0
- package/docs/docs/cmd/todo/list/list-get.mdx +7 -4
- package/docs/docs/cmd/todo/task/task-get.mdx +7 -2
- package/docs/docs/cmd/viva/engage/engage-message-add.mdx +37 -12
- package/docs/docs/cmd/viva/engage/engage-message-get.mdx +27 -13
- package/docs/docs/cmd/viva/engage/engage-user-get.mdx +50 -8
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -16,22 +16,22 @@ m365 flow run get [options]
|
|
|
16
16
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-n, --name <name>`
|
|
19
|
-
: The name of the run to get information about
|
|
19
|
+
: The name of the run to get information about.
|
|
20
20
|
|
|
21
21
|
`--flowName <flowName>`
|
|
22
|
-
: The name of the Power Automate flow for which to retrieve information
|
|
22
|
+
: The name of the Power Automate flow for which to retrieve information.
|
|
23
23
|
|
|
24
24
|
`-e, --environmentName <environmentName>`
|
|
25
25
|
: The name of the environment where the flow is located
|
|
26
26
|
|
|
27
27
|
`--includeTriggerInformation`
|
|
28
|
-
: (deprecated. Use option `withTrigger` instead) If specified, include information about the trigger details
|
|
28
|
+
: (deprecated. Use option `withTrigger` instead) If specified, include information about the trigger details.
|
|
29
29
|
|
|
30
30
|
`--withTrigger`
|
|
31
|
-
: If specified, include information about the trigger details
|
|
31
|
+
: If specified, include information about the trigger details.
|
|
32
32
|
|
|
33
33
|
`--withActions [withActions]`
|
|
34
|
-
: If specified, include information about all actions when no action names are specified, or provide a specified list of actions separated by commas to include only the relevant action details
|
|
34
|
+
: If specified, include information about all actions when no action names are specified, or provide a specified list of actions separated by commas to include only the relevant action details.
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
|
|
@@ -55,13 +55,13 @@ If the option `withTrigger` is specified, but the trigger does not contain an ou
|
|
|
55
55
|
|
|
56
56
|
## Examples
|
|
57
57
|
|
|
58
|
-
Get information about the given run of the specified Power Automate flow
|
|
58
|
+
Get information about the given run of the specified Power Automate flow.
|
|
59
59
|
|
|
60
60
|
```sh
|
|
61
61
|
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
Get information about the given run of the specified Power Automate flow including trigger information
|
|
64
|
+
Get information about the given run of the specified Power Automate flow including trigger information.
|
|
65
65
|
|
|
66
66
|
```sh
|
|
67
67
|
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withTrigger
|
|
@@ -73,7 +73,7 @@ Get information about the given run of the specified Power Automate flow includi
|
|
|
73
73
|
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withActions
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
Get information about the given run of the specified Power Automate flow including exclusively the details of 'Action_Internal_Name1' and 'Action_Internal_Name2' actions
|
|
76
|
+
Get information about the given run of the specified Power Automate flow including exclusively the details of 'Action_Internal_Name1' and 'Action_Internal_Name2' actions.
|
|
77
77
|
|
|
78
78
|
```sh
|
|
79
79
|
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withActions "Action_Internal_Name1,Action_Internal_Name2"
|
|
@@ -137,11 +137,15 @@ m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
|
137
137
|
<TabItem value="Text">
|
|
138
138
|
|
|
139
139
|
```text
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
correlation: {"clientTrackingId":"08585329112602833829909892130CU00"}
|
|
141
|
+
endTime :
|
|
142
|
+
id : /providers/Microsoft.ProcessSimple/environments/Default-de348bc7-1aeb-4406-8cb3-97db021cadb4/flows/170fb67e-a514-4d84-8727-582022bd13a9/runs/08585329112602833828909892130CU17
|
|
143
|
+
name : 08585329112602833828909892130CU17
|
|
144
|
+
properties : {"correlation":{"clientTrackingId":"08585329112602833829909892130CU00"},"startTime":"2022-11-17T14:33:45.2763872Z","status":"Running","trigger":{"correlation":{"clientTrackingId":"08585329112602833829909892130CU00"},"endTime":"2022-11-17T14:33:45.1914506Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"6ZrBBE+MJg7IvhMgyJLMmA=="},"contentSize":349,"contentVersion":"6ZrBBE+MJg7IvhMgyJLMmA==","uri":"https://prod-08.centralindia.logic.azure.com:443/workflows/f7bf8f6b5c494e63bfc21b54087a596e/runs/08585329112602833828909892130CU17/contents/TriggerInputs?api-version=2016-06-01&se=2022-11-17T18%3A00%3A00.0000000Z&sp=%2Fruns%2F08585329112602833828909892130CU17%2Fcontents%2FTriggerInputs%2Fread&sv=1.0&sig="},"name":"When_a_new_response_is_submitted","originHistoryName":"08585329112602833829909892130CU00","outputsLink":{"contentHash":{"algorithm":"md5","value":"Z/4a8tfYygNAR1xpc44iww=="},"contentSize":493,"contentVersion":"Z/4a8tfYygNAR1xpc44iww==","uri":"https://prod-08.centralindia.logic.azure.com:443/workflows/f7bf8f6b5c494e63bfc21b54087a596e/runs/08585329112602833828909892130CU17/contents/TriggerOutputs?api-version=2016-06-01&se=2022-11-17T18%3A00%3A00.0000000Z&sp=%2Fruns%2F08585329112602833828909892130CU17%2Fcontents%2FTriggerOutputs%2Fread&sv=1.0&sig="},"startTime":"2022-11-17T14:33:45.1914506Z","status":"Succeeded"}}
|
|
145
|
+
startTime : 2022-11-17T14:33:45.2763872Z
|
|
146
|
+
status : Running
|
|
147
|
+
triggerName: When_a_new_response_is_submitted
|
|
148
|
+
type : Microsoft.ProcessSimple/environments/flows/runs
|
|
145
149
|
```
|
|
146
150
|
|
|
147
151
|
</TabItem>
|
package/docs/docs/cmd/login.mdx
CHANGED
|
@@ -22,7 +22,7 @@ m365 login [options]
|
|
|
22
22
|
: ID of the tenant from which accounts should authenticate. Use `common` or `organization` for multitenant apps. Defaults to `common` if not specified and if the config value `tenantId` and the environment variable `CLIMICROSOFT365_TENANT` are also not set.
|
|
23
23
|
|
|
24
24
|
`-t, --authType [authType]`
|
|
25
|
-
: The type of authentication to use. Allowed values `certificate`, `deviceCode`, `password`, `identity`, `browser`, `secret`. Default `deviceCode`
|
|
25
|
+
: The type of authentication to use. Allowed values `certificate`, `deviceCode`, `password`, `identity`, `federatedIdentity`, `browser`, `secret`. Default `deviceCode`
|
|
26
26
|
|
|
27
27
|
`-u, --userName [userName]`
|
|
28
28
|
: Name of the user to authenticate. Required when `authType` is set to `password`
|
|
@@ -78,6 +78,8 @@ When logging in to Microsoft 365 using the user name and password, next to the a
|
|
|
78
78
|
|
|
79
79
|
When logging in to Microsoft 365 using a certificate, the CLI for Microsoft 365 will store the contents of the certificate so that it can automatically re-authenticate if necessary. The contents of the certificate are removed by re-authenticating using the device code or by calling the [logout](logout.mdx) command.
|
|
80
80
|
|
|
81
|
+
Federated Identity is currently supported in GitHub Actions. To use this you need to set `authType` to `federatedIdentity` and specify `appId` and `tenant` to the values of the app registration you've configured a federated credential on.
|
|
82
|
+
|
|
81
83
|
To log in to Microsoft 365 using a certificate or secret, you will typically [create a custom Microsoft Entra application](../user-guide/using-own-identity.mdx). To use this application with the CLI for Microsoft 365, you will set the `CLIMICROSOFT365_ENTRAAPPID` environment variable to the application's ID and the `CLIMICROSOFT365_TENANT` environment variable to the ID of the Microsoft Entra tenant, where you created the Microsoft Entra application. Also, please make sure to read about [the caveats when using the certificate login option](../user-guide/cli-certificate-caveats.mdx).
|
|
82
84
|
|
|
83
85
|
Managed identity in Azure Cloud Shell is the identity of the user. It is neither system- nor user-assigned and it can't be configured. To log in to Microsoft 365 using managed identity in Azure Cloud Shell, set `authType` to `identity` and don't specify the `userName` option.
|
|
@@ -182,6 +184,12 @@ Log in to Microsoft 365 using a user-assigned managed identity with `clientId` s
|
|
|
182
184
|
m365 login --authType identity --userName ac9fbed5-804c-4362-a369-21a4ec51109e
|
|
183
185
|
```
|
|
184
186
|
|
|
187
|
+
Log in to Microsoft 365 using a federated identity. Can currently only be used in GitHub Actions.
|
|
188
|
+
|
|
189
|
+
```sh
|
|
190
|
+
m365 login --authType federatedIdentity --appId eb96cfd0-abfa-4477-8d1d-c6dfde3efb19 --tenant 9a1a1bbd-e158-4cf5-967d-a53b8e85c628
|
|
191
|
+
```
|
|
192
|
+
|
|
185
193
|
Log in to Microsoft 365 using the interactive browser authentication with `clientId` set in the configuration. Uses the identity of the current user.
|
|
186
194
|
|
|
187
195
|
```sh
|
|
@@ -235,11 +235,17 @@ m365 pa app get --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --environmentName De
|
|
|
235
235
|
<TabItem value="Text">
|
|
236
236
|
|
|
237
237
|
```text
|
|
238
|
+
appLocation: europe
|
|
239
|
+
appType : ClassicCanvasApp
|
|
238
240
|
appVersion : 2022-10-25T21:28:12Z
|
|
239
241
|
description: App Description
|
|
240
|
-
displayName:
|
|
242
|
+
displayName: PowerApps Application
|
|
243
|
+
id : /providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb
|
|
241
244
|
name : 37ea6004-f07b-46ca-8ef3-a256b67b4dbb
|
|
242
|
-
owner : user@
|
|
245
|
+
owner : user@tenant.onmicrosoft.com
|
|
246
|
+
properties : {"almMode":"Environment","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","appPackageDetails":{"appPackageResourcesKind":"Split","documentServerVersion":{"build":33,"major":3,"majorRevision":0,"minor":22102,"minorRevision":0,"revision":0},"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","packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"id\":\"638023301009567627\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"v\":2.1}","playerPackage":{"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","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"},"unauthenticatedWebPackage":{"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"webPackage":{"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","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"}},"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","bypassConsent":false,"canConsumeAppPass":true}
|
|
247
|
+
tags : {"hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","minimumRequiredApiVersion":"2.2.0","primaryDeviceHeight":"768","primaryDeviceWidth":"1366","primaryFormFactor":"Tablet","publisherVersion":"3.22102.32","supportsLandscape":"true","supportsPortrait":"true"}
|
|
248
|
+
type : Microsoft.PowerApps/apps
|
|
243
249
|
```
|
|
244
250
|
|
|
245
251
|
</TabItem>
|
|
@@ -143,13 +143,15 @@ m365 pa environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
|
143
143
|
|
|
144
144
|
```text
|
|
145
145
|
azureRegionHint : westeurope
|
|
146
|
-
displayName :
|
|
146
|
+
displayName : contoso (default)
|
|
147
147
|
environmentSku : Default
|
|
148
|
-
id : /providers/Microsoft.PowerApps/environments/Default-
|
|
148
|
+
id : /providers/Microsoft.PowerApps/environments/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
|
|
149
149
|
isDefault : true
|
|
150
150
|
location : europe
|
|
151
|
-
name : Default-
|
|
151
|
+
name : Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
|
|
152
|
+
properties : {"azureRegionHint":"westeurope","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"},"cluster":{"category":"Prod","environment":"Prod","geoShortName":"EU","number":"109","uriSuffix":"eu-il109.gateway.prod.island"},"connectedGroups":[],"createdBy":{"displayName":"SYSTEM","id":"SYSTEM","type":"NotSpecified"},"createdTime":"2020-03-12T13:39:17.9876946Z","creationType":"DefaultTenant","databaseType":"CommonDataService","displayName":"contoso (default)","governanceConfiguration":{"protectionLevel":"Basic"},"lifecycleAuthority":"Environment","linkedEnvironmentMetadata":{"baseLanguage":1033,"createdTime":"2021-10-08T09:50:41.283Z","domainName":"org6633049a","friendlyName":"contoso (default)","instanceApiUrl":"https://org6633049a.api.crm4.dynamics.com","instanceState":"Ready","instanceUrl":"https://org6633049a.crm4.dynamics.com/","platformSku":"Standard","resourceId":"5041ef46-5a1c-4a0f-a185-6bb49b5c6686","uniqueName":"unq5041ef465a1c4a0fa1856bb49b5c6","version":"9.2.22101.00168"},"protectionStatus":{"keyManagedBy":"Microsoft"},"provisioningState":"Succeeded","retentionPeriod":"P7D","runtimeEndpoints":{"microsoft.ApiManagement":"https://management.EUROPE.azure-apihub.net","microsoft.BusinessAppPlatform":"https://europe.api.bap.microsoft.com","microsoft.CommonDataModel":"https://europe.api.cds.microsoft.com","microsoft.Flow":"https://emea.api.flow.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"},"states":{"management":{"id":"NotSpecified"},"runtime":{"id":"Enabled","requestedBy":{"displayName":"SYSTEM","type":"NotSpecified"},"runtimeReasonCode":"NotSpecified"}},"trialScenarioType":"None","updateCadence":{"id":"Frequent"}}
|
|
152
153
|
provisioningState: Succeeded
|
|
154
|
+
type : Microsoft.PowerApps/environments
|
|
153
155
|
```
|
|
154
156
|
|
|
155
157
|
</TabItem>
|
|
@@ -103,6 +103,8 @@ m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Gro
|
|
|
103
103
|
<TabItem value="Text">
|
|
104
104
|
|
|
105
105
|
```text
|
|
106
|
+
container : {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
|
|
107
|
+
createdBy : {"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"},"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"}}
|
|
106
108
|
createdDateTime: 2015-03-30T18:36:49.2407981Z
|
|
107
109
|
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
|
|
108
110
|
owner : ebf3b108-5234-4e22-b93d-656d7dae5874
|
|
@@ -131,10 +131,14 @@ m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
|
|
|
131
131
|
<TabItem value="Text">
|
|
132
132
|
|
|
133
133
|
```text
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
134
|
+
categoryDescriptions: {"category1":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category2":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null}
|
|
135
|
+
container : {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
|
|
136
|
+
createdBy : {"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"},"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"}}
|
|
137
|
+
createdDateTime : 2015-03-30T18:36:49.2407981Z
|
|
138
|
+
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
|
|
139
|
+
owner : ebf3b108-5234-4e22-b93d-656d7dae5874
|
|
140
|
+
sharedWith : {"6463a5ce-2119-4198-9f2a-628761df4a62":true,"ebf3b108-5234-4e22-b93d-656d7dae5874":true}
|
|
141
|
+
title : My Planner Plan
|
|
138
142
|
```
|
|
139
143
|
|
|
140
144
|
</TabItem>
|
|
@@ -112,6 +112,8 @@ m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --
|
|
|
112
112
|
<TabItem value="Text">
|
|
113
113
|
|
|
114
114
|
```text
|
|
115
|
+
container : {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
|
|
116
|
+
createdBy : {"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"},"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"}}
|
|
115
117
|
createdDateTime: 2015-03-30T18:36:49.2407981Z
|
|
116
118
|
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
|
|
117
119
|
owner : ebf3b108-5234-4e22-b93d-656d7dae5874
|
|
@@ -67,9 +67,12 @@ m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --titl
|
|
|
67
67
|
<TabItem value="Text">
|
|
68
68
|
|
|
69
69
|
```txt
|
|
70
|
-
id
|
|
71
|
-
isChecked: false
|
|
72
|
-
|
|
70
|
+
id : b65db83e-d777-49db-8cdd-57a41b86f48c
|
|
71
|
+
isChecked : false
|
|
72
|
+
lastModifiedBy : {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
|
|
73
|
+
lastModifiedDateTime: 2023-01-25T22:11:42.2488405Z
|
|
74
|
+
orderHint : 8585269221832287402
|
|
75
|
+
title : Communicate with customer
|
|
73
76
|
```
|
|
74
77
|
|
|
75
78
|
</TabItem>
|
|
@@ -94,9 +94,18 @@ m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95
|
|
|
94
94
|
<TabItem value="Text">
|
|
95
95
|
|
|
96
96
|
```text
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
_statecode : 0
|
|
98
|
+
_createdby_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
99
|
+
_createdonbehalfby_value : null
|
|
100
|
+
_createdon : 2022-11-29T11:58:45Z
|
|
101
|
+
_componentstate : 0
|
|
102
|
+
_importsequencenumber : null
|
|
103
|
+
_introducedversion : "1.0"
|
|
104
|
+
_iscustomizable : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
105
|
+
_modifiedonbehalfby_value: null
|
|
106
|
+
_msowningteam_value : null
|
|
107
|
+
_statuscode : 0
|
|
108
|
+
_modifiedby_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
100
109
|
```
|
|
101
110
|
|
|
102
111
|
</TabItem>
|
|
@@ -115,11 +115,42 @@ m365 pp card get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
|
115
115
|
<TabItem value="Text">
|
|
116
116
|
|
|
117
117
|
```text
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
118
|
+
appdefinition : {"screens":{"main":{"template":{"$schema":"http://adaptivecards.io/schemas/1.4.0/adaptive-card.json","actions":[],"body":[{"size":"Medium","text":"Your card title goes here","type":"TextBlock","weight":"bolder"},{"text":"Add and remove element to customize your new card.","type":"TextBlock","wrap":true}],"type":"AdaptiveCard","version":"1.4"},"verbs":{"submit":"echo"}}},"connections":{},"flows":{},"sampleData":{"main":{}},"variables":{}}
|
|
119
|
+
cardid : 0eab9392-7354-ed11-bba2-000d3adf774e
|
|
120
|
+
coowners : null
|
|
121
|
+
componentidunique : 24205370-bc43-4c5e-b095-16da18f0b1a3
|
|
122
|
+
componentstate : 0
|
|
123
|
+
createdon : 2022-10-25T14:44:48Z
|
|
124
|
+
description :
|
|
125
|
+
hiddentags : null
|
|
126
|
+
importsequencenumber : null
|
|
127
|
+
ismanaged : false
|
|
128
|
+
iscustomizable : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
129
|
+
modifiedon : 2022-10-25T14:44:48Z
|
|
130
|
+
name : Tasks List
|
|
131
|
+
overriddencreatedon : null
|
|
132
|
+
overwritetime : 1900-01-01T00:00:00Z
|
|
133
|
+
owninguser : {"azureactivedirectoryobjectid":"78637d62-e872-4dc9-b7c1-bd161e631682","fullname":"# John Doe","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
|
|
134
|
+
publishdate : null
|
|
135
|
+
publishsourceid : null
|
|
136
|
+
remixsourceid : null
|
|
137
|
+
schemaversion : null
|
|
138
|
+
sizes : null
|
|
139
|
+
solutionid : fd140aae-4df4-11dd-bd17-0019b9312238
|
|
140
|
+
statecode : 0
|
|
141
|
+
statuscode : 1
|
|
142
|
+
tags : null
|
|
143
|
+
timezoneruleversionnumber: null
|
|
144
|
+
utcconversiontimezonecode: null
|
|
145
|
+
versionnumber : 4451230
|
|
146
|
+
_ownerid_value : 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
147
|
+
_owningbusinessunit_value: b419f090-fe22-ec11-b6e5-000d3ab596a1
|
|
148
|
+
_owningteam_value : null
|
|
149
|
+
_owninguser_value : 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
150
|
+
_createdby_value : 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
151
|
+
_createdonbehalfby_value : null
|
|
152
|
+
_modifiedby_value : 4f175d04-b952-ed11-bba2-000d3adf774e
|
|
153
|
+
_modifiedonbehalfby_value: null
|
|
123
154
|
```
|
|
124
155
|
|
|
125
156
|
</TabItem>
|
|
@@ -122,11 +122,47 @@ m365 pp copilot get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd5
|
|
|
122
122
|
<TabItem value="Text">
|
|
123
123
|
|
|
124
124
|
```text
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
125
|
+
accesscontrolpolicy : 0
|
|
126
|
+
applicationmanifestinformation: null
|
|
127
|
+
authenticationconfiguration : null
|
|
128
|
+
authenticationmode : 1
|
|
129
|
+
authenticationtrigger : 0
|
|
130
|
+
authorizedsecuritygroupids : null
|
|
131
|
+
botid : 3a081d91-5ea8-40a7-8ac9-abbaa3fcb893
|
|
132
|
+
componentidunique : cdcd6496-e25d-4ad1-91cf-3f4d547fdd23
|
|
133
|
+
componentstate : 0
|
|
134
|
+
configuration : null
|
|
135
|
+
createdon : 2022-11-19T10:42:22Z
|
|
136
|
+
iconbase64 : null
|
|
137
|
+
importsequencenumber : null
|
|
138
|
+
ismanaged : false
|
|
139
|
+
iscustomizable : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
140
|
+
language : 1033
|
|
141
|
+
modifiedon : 2022-11-19T10:42:24Z
|
|
142
|
+
name : CLI 365 Copilot
|
|
143
|
+
overriddencreatedon : null
|
|
144
|
+
overwritetime : 1900-01-01T00:00:00Z
|
|
145
|
+
publishedon : 2022-11-19T10:43:24Z
|
|
146
|
+
runtimeprovider : 0
|
|
147
|
+
schemaname : new_bot_23f5f58697fd43d595eb451c9797a53d
|
|
148
|
+
solutionid : fd140aae-4df4-11dd-bd17-0019b9312238
|
|
149
|
+
statecode : 0
|
|
150
|
+
statuscode : 1
|
|
151
|
+
supportedlanguages : null
|
|
152
|
+
synchronizationstatus : null
|
|
153
|
+
template : null
|
|
154
|
+
timezoneruleversionnumber : null
|
|
155
|
+
utcconversiontimezonecode : null
|
|
156
|
+
versionnumber : 1421457
|
|
157
|
+
_createdby_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
158
|
+
_createdonbehalfby_value : null
|
|
159
|
+
_modifiedby_value : 5f91d7a7-5f46-494a-80fa-5c18b0221351
|
|
160
|
+
_modifiedonbehalfby_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
161
|
+
_ownerid_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
162
|
+
_owningbusinessunit_value : 6da087c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
163
|
+
_owningteam_value : null
|
|
164
|
+
_owninguser_value : 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
|
|
165
|
+
_publishedby_value : John Doe
|
|
130
166
|
```
|
|
131
167
|
|
|
132
168
|
</TabItem>
|
|
@@ -114,10 +114,25 @@ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3
|
|
|
114
114
|
<TabItem value="Text">
|
|
115
115
|
|
|
116
116
|
```text
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
CanChangeHierarchicalRelationship : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangehierarchicalrelationship"}
|
|
118
|
+
CanChangeTrackingBeEnabled : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canchangetrackingbeenabled"}
|
|
119
|
+
CanCreateAttributes : {"Value":true,"CanBeChanged":false,"ManagedPropertyLogicalName":"cancreateattributes"}
|
|
120
|
+
CanCreateCharts : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"cancreatecharts"}
|
|
121
|
+
CanCreateForms : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"cancreateforms"}
|
|
122
|
+
CanCreateViews : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"cancreateviews"}
|
|
123
|
+
CanEnableSyncToExternalSearchIndex: {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canenablesynctoexternalsearchindex"}
|
|
124
|
+
CanModifyAdditionalSettings : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"canmodifyadditionalsettings"}
|
|
125
|
+
DataProviderId : null
|
|
126
|
+
EntitySetName : aadusers
|
|
127
|
+
IconVectorName : null
|
|
128
|
+
IsActivity : false
|
|
129
|
+
IsCustomEntity : true
|
|
130
|
+
IsCustomizable : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizable"}
|
|
131
|
+
IsManaged : false
|
|
132
|
+
IsRenameable : {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"isrenameable"}
|
|
133
|
+
LogicalName : aaduser
|
|
134
|
+
MetadataId : 84f4c125-474d-ed11-bba1-000d3a2caf7f
|
|
135
|
+
SchemaName : aaduser
|
|
121
136
|
```
|
|
122
137
|
|
|
123
138
|
</TabItem>
|
|
@@ -355,8 +355,11 @@ m365 pp environment get
|
|
|
355
355
|
<TabItem value="Text">
|
|
356
356
|
|
|
357
357
|
```text
|
|
358
|
-
id
|
|
359
|
-
|
|
358
|
+
id : /providers/Microsoft.BusinessAppPlatform/environments/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
|
|
359
|
+
type : Microsoft.BusinessAppPlatform/environments
|
|
360
|
+
location : europe
|
|
361
|
+
name : Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
|
|
362
|
+
properties: {"azureRegion":"northeurope","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"},"cluster":{"category":"Prod","environment":"Prod","geoShortName":"EU","number":"109","uriSuffix":"eu-il109.gateway.prod.island"},"connectedGroups":[],"createdBy":{"displayName":"SYSTEM","id":"SYSTEM","type":"NotSpecified"},"createdTime":"2020-03-12T13:39:17.9876946Z","creationType":"DefaultTenant","databaseType":"CommonDataService","displayName":"contoso (default)","environmentSku":"Default","governanceConfiguration":{"protectionLevel":"Basic"},"isDefault":true,"lifecycleOperationsEnforcement":{"allowedOperations":[{"type":{"id":"Backup"}},{"type":{"id":"Edit"}},{"type":{"id":"Enable"}},{"type":{"id":"Disable"}},{"type":{"id":"EnableGovernanceConfiguration"}}],"disallowedOperations":[{"reason":{"message":"Provision cannot be performed because there is no linked CDS instance or the CDS instance version is not supported."},"type":{"id":"Provision"}},{"reason":{"message":"Unlock cannot be performed because there is no linked CDS instance or the CDS instance version is not supported."},"type":{"id":"Unlock"}},{"reason":{"message":"Convert cannot be performed on environment of type Default."},"type":{"id":"Convert"}},{"reason":{"message":"Copy cannot be performed on environment of type Default."},"type":{"id":"Copy"}},{"reason":{"message":"Delete cannot be performed on environment of type Default."},"type":{"id":"Delete"}},{"reason":{"message":"Promote cannot be performed on environment of type Default."},"type":{"id":"Promote"}},{"reason":{"message":"Recover cannot be performed on environment of type Default."},"type":{"id":"Recover"}},{"reason":{"message":"Reset cannot be performed on environment of type Default."},"type":{"id":"Reset"}},{"reason":{"message":"Restore cannot be performed on environment of type Default."},"type":{"id":"Restore"}},{"reason":{"message":"UpdateProtectionStatus cannot be performed on environment of type Default."},"type":{"id":"UpdateProtectionStatus"}},{"reason":{"message":"NewCustomerManagedKey cannot be performed on environment of type Default."},"type":{"id":"NewCustomerManagedKey"}},{"reason":{"message":"RotateCustomerManagedKey cannot be performed on environment of type Default."},"type":{"id":"RotateCustomerManagedKey"}},{"reason":{"message":"RevertToMicrosoftKey cannot be performed on environment of type Default."},"type":{"id":"RevertToMicrosoftKey"}},{"reason":{"message":"NewNetworkInjection cannot be performed on environment of type Default."},"type":{"id":"NewNetworkInjection"}},{"reason":{"message":"SwapNetworkInjection cannot be performed on environment of type Default."},"type":{"id":"SwapNetworkInjection"}},{"reason":{"message":"RevertNetworkInjection cannot be performed on environment of type Default."},"type":{"id":"RevertNetworkInjection"}},{"reason":{"message":"NewIdentity cannot be performed on environment of type Default."},"type":{"id":"NewIdentity"}},{"reason":{"message":"SwapIdentity cannot be performed on environment of type Default."},"type":{"id":"SwapIdentity"}},{"reason":{"message":"RevertIdentity cannot be performed on environment of type Default."},"type":{"id":"RevertIdentity"}},{"reason":{"message":"DisableGovernanceConfiguration cannot be performed on Power Platform environment because of the governance configuration."},"type":{"id":"DisableGovernanceConfiguration"}},{"reason":{"message":"UpdateGovernanceConfiguration cannot be performed on Power Platform environment because of the governance configuration."},"type":{"id":"UpdateGovernanceConfiguration"}}]},"linkedEnvironmentMetadata":{"backgroundOperationsState":"Enabled","baseLanguage":1033,"createdTime":"2021-10-08T09:50:41.283Z","domainName":"org6633049a","friendlyName":"contoso (default)","instanceApiUrl":"https://org6633049a.api.crm4.dynamics.com","instanceState":"Ready","instanceUrl":"https://org6633049a.crm4.dynamics.com/","platformSku":"Standard","resourceId":"5041ef46-5a1c-4a0f-a185-6bb49b5c6686","scaleGroup":"EURCRMLIVESG644","uniqueName":"unq5041ef465a1c4a0fa1856bb49b5c6","version":"9.2.22101.00168"},"protectionStatus":{"keyManagedBy":"Microsoft"},"retentionDetails":{"backupsAvailableFromDateTime":"2022-10-23T23:33:19.6000451Z","retentionPeriod":"P7D"},"retentionPeriod":"P7D","runtimeEndpoints":{"microsoft.ApiManagement":"https://management.EUROPE.azure-apihub.net","microsoft.BusinessAppPlatform":"https://europe.api.bap.microsoft.com","microsoft.CommonDataModel":"https://europe.api.cds.microsoft.com","microsoft.Flow":"https://emea.api.flow.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"},"states":{"management":{"id":"NotSpecified"},"runtime":{"id":"Enabled","requestedBy":{"displayName":"SYSTEM","type":"NotSpecified"},"runtimeReasonCode":"NotSpecified"}},"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","trialScenarioType":"None","updateCadence":{"id":"Frequent"}}
|
|
360
363
|
```
|
|
361
364
|
|
|
362
365
|
</TabItem>
|
|
@@ -32,25 +32,25 @@ m365 pp solution get [options]
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Gets a specific solution in a specific environment based on name
|
|
35
|
+
Gets a specific solution in a specific environment based on name.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp solution get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "Default"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Gets a specific solution in a specific environment based on name as Admin
|
|
41
|
+
Gets a specific solution in a specific environment based on name as Admin.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp solution get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "Default" --asAdmin
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Gets a specific solution in a specific environment based on id
|
|
47
|
+
Gets a specific solution in a specific environment based on id.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 pp solution get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --id "ee62fd63-e49e-4c09-80de-8fae1b9a427e"
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Gets a specific solution in a specific environment based on id as Admin
|
|
53
|
+
Gets a specific solution in a specific environment based on id as Admin.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 pp solution get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --id "ee62fd63-e49e-4c09-80de-8fae1b9a427e" --asAdmin
|
|
@@ -81,9 +81,14 @@ m365 pp solution get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9
|
|
|
81
81
|
<TabItem value="Text">
|
|
82
82
|
|
|
83
83
|
```text
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
friendlyname : Default Solution
|
|
85
|
+
installedon : 2021-10-01T21:29:10Z
|
|
86
|
+
publisherid : {"friendlyname":"Default Publisher for org6633049a","publisherid":"d21aab71-79e7-11dd-8874-00188b01e34f"}
|
|
87
|
+
solutionid : fd140aaf-4df4-11dd-bd17-0019b9312238
|
|
88
|
+
solutionpackageversion: null
|
|
89
|
+
uniquename : Default
|
|
90
|
+
version : 1.0
|
|
91
|
+
versionnumber : 860055
|
|
87
92
|
```
|
|
88
93
|
|
|
89
94
|
</TabItem>
|
|
@@ -32,25 +32,25 @@ m365 pp solution publisher get [options]
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Gets a specific publisher in a specific environment based on name
|
|
35
|
+
Gets a specific publisher in a specific environment based on name.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 pp solution publisher get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "MicrosoftCorporation"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Gets a specific publisher in a specific environment based on name as Admin
|
|
41
|
+
Gets a specific publisher in a specific environment based on name as Admin.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 pp solution publisher get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "MicrosoftCorporation" --asAdmin
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Gets a specific publisher in a specific environment based on id
|
|
47
|
+
Gets a specific publisher in a specific environment based on id.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 pp solution publisher get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --id "ee62fd63-e49e-4c09-80de-8fae1b9a427e"
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Gets a specific publisher in a specific environment based on id as Admin
|
|
53
|
+
Gets a specific publisher in a specific environment based on id as Admin.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 pp solution publisher get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --id "ee62fd63-e49e-4c09-80de-8fae1b9a427e" --asAdmin
|
|
@@ -78,9 +78,14 @@ m365 pp solution publisher get --environmentName "Default-2ca3eaa5-140f-4175-826
|
|
|
78
78
|
<TabItem value="Text">
|
|
79
79
|
|
|
80
80
|
```text
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
customizationoptionvalueprefix: 0
|
|
82
|
+
customizationprefix :
|
|
83
|
+
description : Publisher of Microsoft solutions
|
|
84
|
+
friendlyname : MicrosoftCorporation
|
|
85
|
+
isreadonly : false
|
|
86
|
+
publisherid : d21aab70-79e7-11dd-8874-00188b01e34f
|
|
87
|
+
uniquename : MicrosoftCorporation
|
|
88
|
+
versionnumber : 1226559
|
|
84
89
|
```
|
|
85
90
|
|
|
86
91
|
</TabItem>
|
|
@@ -93,12 +93,30 @@ m365 pp website get --url https://site-0uaq9.powerappsportals.com --environmentN
|
|
|
93
93
|
```text
|
|
94
94
|
id : 4916bb2c-91e1-4716-91d5-b6171928fac9
|
|
95
95
|
name : Site 1
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
96
|
+
createdOn : 2024-10-27T12:00:03
|
|
97
|
+
templateName : DefaultPortalTemplate
|
|
98
|
+
websiteUrl : https://site-0uaq9.powerappsportals.com
|
|
99
99
|
tenantId : 727dc1e9-3cd1-4d1f-8102-ab5c936e52f0
|
|
100
|
+
dataverseInstanceUrl: https://org0cd4b2b9.crm4.dynamics.com/
|
|
101
|
+
environmentName: Contoso (default)
|
|
102
|
+
environmentId : Default-727dc1e9-3cd1-4d1f-8102-ab5c936e52f0
|
|
103
|
+
dataverseOrganizationId: 2d58aeac-74d4-4939-98d1-e05a70a655ba
|
|
104
|
+
selectedBaseLanguage: 1033
|
|
105
|
+
customHostNames: []
|
|
106
|
+
websiteRecordId: 5eb107a6-5ac2-4e1c-a3b9-d5c21bbc10ce
|
|
107
|
+
subdomain : site-0uaq9
|
|
108
|
+
packageInstallStatus: Installed
|
|
100
109
|
type : Trial
|
|
101
|
-
|
|
110
|
+
trialExpiringInDays: 86
|
|
111
|
+
suspendedWebsiteDeletingInDays: 93
|
|
112
|
+
packageVersion: 9.6.9.39
|
|
113
|
+
isEarlyUpgradeEnabled: false
|
|
114
|
+
isCustomErrorEnabled: true
|
|
115
|
+
applicationUserAadAppId: 3f57aca7-5051-41b2-989d-26da8af7a53e
|
|
116
|
+
ownerId : 33469a62-c3af-4cfe-b893-854eceab96da
|
|
117
|
+
status : OperationComplete
|
|
118
|
+
siteVisibility: private
|
|
119
|
+
dataModel : Enhanced
|
|
102
120
|
```
|
|
103
121
|
|
|
104
122
|
</TabItem>
|
|
@@ -127,9 +127,18 @@ m365 spo group member add --webUrl https://contoso.sharepoint.com/sites/SiteA --
|
|
|
127
127
|
<TabItem value="Text">
|
|
128
128
|
|
|
129
129
|
```text
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
Email : Adele.Vance@contoso.onmicrosoft.com
|
|
131
|
+
Expiration :
|
|
132
|
+
Id : 11
|
|
133
|
+
IsEmailAuthenticationGuestUser: false
|
|
134
|
+
IsHiddenInUI : false
|
|
135
|
+
IsShareByEmailGuestUser : false
|
|
136
|
+
IsSiteAdmin : false
|
|
137
|
+
LoginName : i:0#.f|membership|adelev@contoso.onmicrosoft.com
|
|
138
|
+
PrincipalType : 1
|
|
139
|
+
Title : Adele Vance
|
|
140
|
+
UserId : {"NameId":"10032001f5ac2029","NameIdIssuer":"urn:federation:microsoftonline"}
|
|
141
|
+
UserPrincipalName : adelev@contoso.onmicrosoft.com
|
|
133
142
|
```
|
|
134
143
|
|
|
135
144
|
</TabItem>
|