Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit d8fbf4f

Browse files
authored
Include SystemAssigned,UserAssigned (Azure#32826)
1 parent fa5ba45 commit d8fbf4f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,8 @@
10581058
"enum": [
10591059
"None",
10601060
"UserAssigned",
1061-
"SystemAssigned"
1061+
"SystemAssigned",
1062+
"SystemAssigned,UserAssigned"
10621063
],
10631064
"x-ms-enum": {
10641065
"name": "IdentityType",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,11 +1029,12 @@
10291029
},
10301030
"type": {
10311031
"type": "string",
1032-
"description": "the types of identities associated with this resource; currently restricted to 'None and UserAssigned'",
1032+
"description": "the types of identities associated with this resource",
10331033
"enum": [
10341034
"None",
10351035
"UserAssigned",
1036-
"SystemAssigned"
1036+
"SystemAssigned",
1037+
"SystemAssigned,UserAssigned"
10371038
],
10381039
"x-ms-enum": {
10391040
"name": "IdentityType",

0 commit comments

Comments
 (0)