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

[AutoPR postgresql] PostgreSQL Flexible Server New API Swagger Changes #202

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1090,4 +1090,4 @@
"description": "Properties of a virtual network rule."
}
}
}
}
24 changes: 11 additions & 13 deletions schemas/2017-12-01/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"sku": {
"oneOf": [
{
"$ref": "#/definitions/SkuModel"
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -172,7 +172,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ConfigurationPropertiesModel"
"$ref": "#/definitions/ConfigurationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -361,7 +361,7 @@
}
},
"definitions": {
"ConfigurationPropertiesModel": {
"ConfigurationProperties": {
"type": "object",
"properties": {
"source": {
Expand Down Expand Up @@ -661,7 +661,7 @@
"storageProfile": {
"oneOf": [
{
"$ref": "#/definitions/StorageProfileModel"
"$ref": "#/definitions/StorageProfile"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -679,8 +679,7 @@
"10",
"10.0",
"10.2",
"11",
"12"
"11"
]
},
{
Expand Down Expand Up @@ -841,7 +840,7 @@
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ConfigurationPropertiesModel"
"$ref": "#/definitions/ConfigurationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1023,7 +1022,7 @@
],
"description": "Microsoft.DBforPostgreSQL/servers/virtualNetworkRules"
},
"SkuModel": {
"Sku": {
"type": "object",
"properties": {
"capacity": {
Expand All @@ -1044,7 +1043,7 @@
},
"name": {
"type": "string",
"description": "The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3."
"description": "The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8."
},
"size": {
"type": "string",
Expand All @@ -1057,8 +1056,7 @@
"enum": [
"Basic",
"GeneralPurpose",
"MemoryOptimized",
"Burstable"
"MemoryOptimized"
]
},
{
Expand All @@ -1070,7 +1068,7 @@
},
"description": "Billing information related properties of a server."
},
"StorageProfileModel": {
"StorageProfile": {
"type": "object",
"properties": {
"backupRetentionDays": {
Expand Down Expand Up @@ -1153,4 +1151,4 @@
"description": "Properties of a virtual network rule."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-06-01/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-01-01/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"description": "Properties for a key execution."
}
}
}
}