Skip to content

Commit

Permalink
CodeGen from PR 24203 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Support for PostgreSQL Flexible Server version 15 (#24203)

* Update FlexibleServers.json

PostgreSQL version 15 is now available in public preview

* Update FlexibleServers.json

* Update FlexibleServers.json
  • Loading branch information
SDKAuto committed Jun 15, 2023
1 parent 4478a62 commit 57a5e6a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions schemas/2023-03-01-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,18 @@
],
"description": "Flag to enable / disable Storage Auto grow for flexible server."
},
"iopsTier": {
"storageSizeGB": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Max storage allowed for a server."
},
"tier": {
"oneOf": [
{
"type": "string",
Expand All @@ -1409,17 +1420,6 @@
}
],
"description": "Name of storage tier for IOPS."
},
"storageSizeGB": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Max storage allowed for a server."
}
},
"description": "Storage properties of a server"
Expand Down

0 comments on commit 57a5e6a

Please sign in to comment.