Skip to content
Merged
Changes from 1 commit
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 @@ -97,6 +97,9 @@
"$ref": "#/definitions/Server"
}
},
"202": {
"description": "Accepted"
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create with PUT shouldn't return 202 Accepted. You're recommended to use provisioningState or async operation header instead in the RPC.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -538,7 +541,7 @@
"type": "object",
"properties": {
"sku": {
"$ref": "#/definitions/PostgreSqlSku",
"$ref": "#/definitions/Sku",
"description": "The SKU (pricing tier) of the server."
},
"identity": {
Expand Down Expand Up @@ -634,7 +637,7 @@
"type": "object",
"properties": {
"sku": {
"$ref": "#/definitions/PostgreSqlSku",
"$ref": "#/definitions/Sku",
"description": "The SKU (pricing tier) of the server."
},
"identity": {
Expand Down Expand Up @@ -673,7 +676,7 @@
},
"description": "A list of servers."
},
"PostgreSqlSku": {
"Sku": {
"type": "object",
"properties": {
"name": {
Expand Down