Skip to content

Commit db98dfb

Browse files
committed
documentation update
1 parent 2d2a3b7 commit db98dfb

28 files changed

+346
-96
lines changed

docs/docs/cmd/booking/business/business-get.mdx

+13-6
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,19 @@ m365 booking business get --name 'business name'
131131
<TabItem value="Text">
132132

133133
```text
134-
businessType : Financial services
135-
defaultCurrencyIso: USD
136-
displayName : Accounting
137-
138-
139-
phone :
134+
address : {city:"",countryOrRegion:"",postalCode:"",state:"",street:""}
135+
businessHours : [{day:"monday",timeSlots:[{endTime:"17:00:00.0000000",startTime:"08:00:00.0000000"}]},{day:"tuesday",timeSlots:[{endTime:"17:00:00.0000000",startTime:"08:00:00.0000000"}]},{day:"wednesday",timeSlots:[{endTime:"17:00:00.0000000",startTime:"08:00:00.0000000"}]},{day:"thursday",timeSlots:[{endTime:"17:00:00.0000000",startTime:"08:00:00.0000000"}]},{day:"friday",timeSlots:[{endTime:"17:00:00.0000000",startTime:"08:00:00.0000000"}]},{day:"saturday",timeSlots:[]},{day:"sunday",timeSlots:[]}]
136+
businessType : "Financial services"
137+
defaultCurrencyIso : "USD"
138+
displayName : "Accounting"
139+
140+
141+
isPublished : true
142+
languageTag : ""
143+
phone : ""
144+
publicUrl : "https://outlook.office365.com/owa/calendar/[email protected]/bookings/"
145+
schedulingPolicy : {allowStaffSelection:true,maximumAdvance:"P365D",minimumLeadTime:"P1D",sendConfirmationsToOwner:true,timeSlotInterval:"PT30M"}
146+
webSiteUrl : ""
140147
```
141148

142149
</TabItem>

docs/docs/cmd/entra/user/user-guest-add.mdx

+11-8
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,17 @@ m365 entra user guest add --emailAddress [email protected] --messageLanguage
9797
<TabItem value="Text">
9898

9999
```text
100-
id : 35f7f726-c541-4aef-a64e-a7b6868fe47f
101-
inviteRedeemUrl : https://login.microsoftonline.com/redeem?rd=https%3a%2f%2finvitations.microsoft.com%2fredeem%2f%3ftenant%3db373bc30-03b3-49bc-be72-9dd3e9027da8%26user%3d35f7f726-c541-4aef-a64e-a7b6868fe47f%26ticket%3dCjO3u3ZpQF2uthfZETfZ8gURzod5egvYI0uhaSN1Loo%25253d%26ver%3d2.0
102-
invitedUserDisplayName : John Doe
103-
invitedUserEmailAddress: [email protected]
104-
invitedUserType : Guest
105-
resetRedemption : false
106-
sendInvitationMessage : true
107-
status : PendingAcceptance
100+
id : "35f7f726-c541-4aef-a64e-a7b6868fe47f"
101+
inviteRedeemUrl : "https://login.microsoftonline.com/redeem?rd=https%3a%2f%2finvitations.microsoft.com%2fredeem%2f%3ftenant%3db373bc30-03b3-49bc-be72-9dd3e9027da8%26user%3d35f7f726-c541-4aef-a64e-a7b6868fe47f%26ticket%3dCjO3u3ZpQF2uthfZETfZ8gURzod5egvYI0uhaSN1Loo%25253d%26ver%3d2.0"
102+
inviteRedirectUrl : "https://myapplications.microsoft.com/"
103+
invitedUser : {id:"5257b5b2-4056-4a45-a05e-df5c92d53e6e"}
104+
invitedUserDisplayName : "John Doe"
105+
invitedUserEmailAddress : "[email protected]"
106+
invitedUserMessageInfo : {ccRecipients:[{emailAddress:{address:"[email protected]",name:null}}],customizedMessageBody:"Hi John, welcome to the organization!",messageLanguage:"en-US"}
107+
invitedUserType : "Guest"
108+
resetRedemption : false
109+
sendInvitationMessage : true
110+
status : "PendingAcceptance"
108111
```
109112

110113
</TabItem>

docs/docs/cmd/flow/environment/environment-get.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ m365 flow environment get
137137
location : india
138138
name : Default-d87a7535-dd31-4437-bfe1-95340acd55c5
139139
provisioningState: Succeeded
140+
properties : {azureRegionHint:"centralindia",cluster:{category:"Prod",environment:"Prod",geoShortName:"IN",number:"101",uriSuffix:"in-il101.gateway.prod.island"},createdBy:{displayName:"SYSTEM",id:"SYSTEM",type:"NotSpecified"},createdTime:"2019-12-21T18:32:11.8708704Z",creationType:"DefaultTenant",displayName:"contoso (default)",environmentFeatures:{isOpenApiEnabled:false},environmentSku:"Default",environmentType:"NotSpecified",governanceConfiguration:{protectionLevel:"Basic"},isDefault:true,isPayAsYouGoEnabled:false,linkedEnvironmentMetadata:{baseLanguage:1033,createdTime:"2019-12-25T15:46:14.433Z",domainName:"orgfc80770f",friendlyName:"contoso (default)",instanceApiUrl:"https://orgfc80770f.api.crm8.dynamics.com",instanceState:"Ready",instanceUrl:"https://orgfc80770f.crm8.dynamics.com/",resourceId:"3aa550bf-52ac-42fc-98f7-5d1833c1501c",type:"NotSpecified",uniqueName:"orgfc80770f",version:"9.2.22105.00154"},provisioningState:"Succeeded",runtimeEndpoints:{microsoft.ApiManagement:"https://management.INDIA.azure-apihub.net",microsoft.BusinessAppPlatform:"https://india.api.bap.microsoft.com",microsoft.CommonDataModel:"https://india.api.cds.microsoft.com",microsoft.Flow:"https://india.api.flow.microsoft.com",microsoft.PowerApps:"https://india.api.powerapps.com",microsoft.PowerAppsAdvisor:"https://india.api.advisor.powerapps.com",microsoft.PowerVirtualAgents:"https://powervamg.in-il101.gateway.prod.island.powerapps.com"},states:{management:{id:"NotSpecified"},runtime:{id:"Enabled",requestedBy:{displayName:"SYSTEM",type:"NotSpecified"},runtimeReasonCode:"NotSpecified"}}}
141+
type : "Microsoft.ProcessSimple/environments"
140142
```
141143

142144
</TabItem>

docs/docs/cmd/flow/flow-get.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,12 @@ m365 flow get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --n
282282

283283
```text
284284
actions : OpenApiConnection-AnalyzeImageV2, Compose, InitializeVariable, OpenApiConnection-HttpRequest, ParseJson, OpenApiConnection-PatchFileItem
285-
description:
285+
description: My Flow
286286
displayName: My Flow
287+
id : /providers/Microsoft.ProcessSimple/environments/Default-1e852b49-bf4b-4ba5-bcd4-a8c4706c8ed4/flows/ca76d7b8-3b76-4050-8c03-9fb310ad172f
287288
name : ca76d7b8-3b76-4050-8c03-9fb310ad172f
288289
triggers : OpenApiConnection
290+
type : Microsoft.ProcessSimple/environments/flows
289291
```
290292

291293
</TabItem>
@@ -319,4 +321,3 @@ m365 flow get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --n
319321

320322
</TabItem>
321323
</Tabs>
322-

docs/docs/cmd/flow/run/run-get.mdx

+10-5
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,16 @@ m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
137137
<TabItem value="Text">
138138

139139
```text
140-
endTime : 2023-03-04T09:05:22.5880202Z
141-
name : 08585236861638480597867166179CU104
142-
startTime : 2023-03-04T09:05:21.8066368Z
143-
status : Succeeded
144-
triggerName: When_an_email_is_flagged_(V4)
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
149+
145150
```
146151

147152
</TabItem>

docs/docs/cmd/pa/app/app-get.mdx

+8-2
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,17 @@ m365 pa app get --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --environmentName De
235235
<TabItem value="Text">
236236

237237
```text
238+
appLocation: europe
239+
appType : ClassicCanvasApp
238240
appVersion : 2022-10-25T21:28:12Z
239241
description: App Description
240-
displayName: Test application
242+
displayName: PowerApps Application
243+
id : /providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb
241244
name : 37ea6004-f07b-46ca-8ef3-a256b67b4dbb
242-
245+
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
243249
```
244250

245251
</TabItem>

docs/docs/cmd/pa/environment/environment-get.mdx

+5-3
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,15 @@ m365 pa environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
143143

144144
```text
145145
azureRegionHint : westeurope
146-
displayName : environmentName (default)
146+
displayName : contoso (default)
147147
environmentSku : Default
148-
id : /providers/Microsoft.PowerApps/environments/Default-e1dd4030-a657-480a-8a0e-c1b1eec51e2e
148+
id : /providers/Microsoft.PowerApps/environments/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d
149149
isDefault : true
150150
location : europe
151-
name : Default-e1dd4030-a657-480a-8a0e-c1b1eec51e2e
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"}}
152153
provisioningState: Succeeded
154+
type : Microsoft.PowerApps/environments
153155
```
154156

155157
</TabItem>

docs/docs/cmd/planner/plan/plan-add.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Gro
103103
<TabItem value="Text">
104104

105105
```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"}}
106108
createdDateTime: 2015-03-30T18:36:49.2407981Z
107109
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
108110
owner : ebf3b108-5234-4e22-b93d-656d7dae5874

docs/docs/cmd/planner/plan/plan-get.mdx

+8-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,14 @@ m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
131131
<TabItem value="Text">
132132

133133
```text
134-
createdDateTime: 2015-03-30T18:36:49.2407981Z
135-
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
136-
owner : ebf3b108-5234-4e22-b93d-656d7dae5874
137-
title : My Planner Plan
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
138142
```
139143

140144
</TabItem>

docs/docs/cmd/planner/plan/plan-set.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --
112112
<TabItem value="Text">
113113

114114
```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"}}
115117
createdDateTime: 2015-03-30T18:36:49.2407981Z
116118
id : xqQg5FS2LkCp935s-FIFm2QAFkHM
117119
owner : ebf3b108-5234-4e22-b93d-656d7dae5874

docs/docs/cmd/planner/task/task-checklistitem-add.mdx

+6-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --titl
6767
<TabItem value="Text">
6868

6969
```txt
70-
id : b65db83e-d777-49db-8cdd-57a41b86f48c
71-
isChecked: false
72-
title : Communicate with customer
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
7376
```
7477

7578
</TabItem>

docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx

+12-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,18 @@ m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95
9494
<TabItem value="Text">
9595

9696
```text
97-
createdon modifiedon msdyn_aimodelid msdyn_name
98-
-------------------- -------------------- ------------------------------------ -------------------------------------------
99-
2022-10-25T14:44:48Z 2022-10-25T14:44:48Z 08ffffbe-ec1c-4e64-b64b-dd1db926c613 Document Processing 11/29/2022, 12:58:43 PM
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
100109
```
101110

102111
</TabItem>

0 commit comments

Comments
 (0)