Skip to content

Commit 627a316

Browse files
author
SDKAuto
committed
CodeGen from PR 19661 in Azure/azure-rest-api-specs
(PostgreSQL) fixes Azure/azure-sdk-for-go#18506 (#19661) Azure is offering postgres 14 flexible server but the sdk is currently limited to Versions 11 12 and 13. https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/v1.0.0/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/zz_generated_constants.go#L263 fixes Azure/azure-sdk-for-go#18506
1 parent a4125a4 commit 627a316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/2021-06-01/Microsoft.DBforPostgreSQL.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@
613613
{
614614
"type": "string",
615615
"enum": [
616+
"14",
616617
"13",
617618
"12",
618619
"11"

0 commit comments

Comments
 (0)