Skip to content

Commit

Permalink
[ReleasePR postgresql] Fixes to 2022-03-08-preview for PostgreSQL fle…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 1, 2022
2 parents bc3e1bb + d83abb3 commit f6fa598
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sku": {
"oneOf": [
{
"$ref": "#/definitions/PostgreSqlSku"
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -777,36 +777,6 @@
},
"description": "Network properties of a server"
},
"PostgreSqlSku": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3."
},
"tier": {
"oneOf": [
{
"type": "string",
"enum": [
"Burstable",
"GeneralPurpose",
"MemoryOptimized"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The tier of the particular SKU, e.g. Burstable."
}
},
"required": [
"name",
"tier"
],
"description": "Sku information related properties of a server."
},
"ServerProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -980,6 +950,36 @@
},
"description": "The properties of a server."
},
"Sku": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3."
},
"tier": {
"oneOf": [
{
"type": "string",
"enum": [
"Burstable",
"GeneralPurpose",
"MemoryOptimized"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The tier of the particular SKU, e.g. Burstable."
}
},
"required": [
"name",
"tier"
],
"description": "Sku information related properties of a server."
},
"Storage": {
"type": "object",
"properties": {
Expand Down

0 comments on commit f6fa598

Please sign in to comment.