Skip to content

Commit

Permalink
CodeGen from PR 21234 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 473b65eea102ee26b62c787e5bf101ae301d31dc into 2524b2279dacf186ed4bcd787e77a6595f98e009
  • Loading branch information
SDKAuto committed Oct 31, 2022
1 parent 68b0ba1 commit a9a672a
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 a9a672a

Please sign in to comment.