Skip to content

Commit ea28da8

Browse files
authored
Document read-only system id property for Power Platform account and enterprise policy resources (#19617)
1 parent 6c11930 commit ea28da8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/account.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,11 @@
397397
"type": "object",
398398
"description": "The properties that define configuration for the account.",
399399
"properties": {
400+
"systemId": {
401+
"type": "string",
402+
"description": "The internally assigned unique identifier of the resource.",
403+
"readOnly": true
404+
},
400405
"description": {
401406
"type": "string",
402407
"description": "The description of the account."

specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,11 @@
458458
"type": "object",
459459
"description": "The properties that define configuration for the enterprise policy.",
460460
"properties": {
461+
"systemId": {
462+
"type": "string",
463+
"description": "The internally assigned unique identifier of the resource.",
464+
"readOnly": true
465+
},
461466
"lockbox": {
462467
"type": "object",
463468
"description": "Settings concerning lockbox.",

0 commit comments

Comments
 (0)