Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating previously release api with missing properties within Microsoft.DBforPostgreSQL #31693

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,16 @@
"$ref": "#/definitions/Network",
"default": null,
"description": "Network properties of a server. These are required to be passed only in case if server is a private access server."
},
"cluster": {
"$ref": "#/definitions/Cluster",
"default": null,
"description": "Cluster properties of a server.",
"x-ms-mutability": [
"create",
"read",
"update"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,8 @@
"description": "the types of identities associated with this resource; currently restricted to 'None and UserAssigned'",
"enum": [
"None",
"UserAssigned"
"UserAssigned",
"SystemAssigned"
],
"x-ms-enum": {
"name": "IdentityType",
Expand Down