Skip to content

Commit 8cffc00

Browse files
authored
Missed inclusion of principalID for SystemAssigned type (Azure#32330)
1 parent 07da438 commit 8cffc00

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2024-11-01-preview/FlexibleServers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,10 @@
10481048
"$ref": "#/definitions/UserAssignedIdentityMap",
10491049
"description": "represents user assigned identities map."
10501050
},
1051+
"principalId": {
1052+
"type": "string",
1053+
"description": "the identity principal Id of the server."
1054+
},
10511055
"type": {
10521056
"type": "string",
10531057
"description": "the types of identities associated with this resource",

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2024-08-01/FlexibleServers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,10 @@
10231023
"$ref": "#/definitions/UserAssignedIdentityMap",
10241024
"description": "represents user assigned identities map."
10251025
},
1026+
"principalId": {
1027+
"type": "string",
1028+
"description": "the identity principal Id of the server."
1029+
},
10261030
"type": {
10271031
"type": "string",
10281032
"description": "the types of identities associated with this resource; currently restricted to 'None and UserAssigned'",

0 commit comments

Comments
 (0)