diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/FlexibleServers.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/FlexibleServers.json index 4beba209fd69..f020335a6460 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/FlexibleServers.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/FlexibleServers.json @@ -97,6 +97,9 @@ "$ref": "#/definitions/Server" } }, + "202": { + "description": "Accepted" + }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -538,7 +541,7 @@ "type": "object", "properties": { "sku": { - "$ref": "#/definitions/PostgreSqlSku", + "$ref": "#/definitions/Sku", "description": "The SKU (pricing tier) of the server." }, "identity": { @@ -634,7 +637,7 @@ "type": "object", "properties": { "sku": { - "$ref": "#/definitions/PostgreSqlSku", + "$ref": "#/definitions/Sku", "description": "The SKU (pricing tier) of the server." }, "identity": { @@ -673,7 +676,7 @@ }, "description": "A list of servers." }, - "PostgreSqlSku": { + "Sku": { "type": "object", "properties": { "name": { diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreate.json index 0d9e07640e2c..93d9de16ee0e 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreate.json @@ -142,6 +142,7 @@ "name": "pgtestsvc4", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateGeoRestore.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateGeoRestore.json index d865606a9d57..d3b2f2586fbf 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateGeoRestore.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateGeoRestore.json @@ -113,6 +113,7 @@ "name": "pgtestsvc5geo", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreatePointInTimeRestore.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreatePointInTimeRestore.json index 9a3033d4a38c..56acd72d4b49 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreatePointInTimeRestore.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreatePointInTimeRestore.json @@ -113,6 +113,7 @@ "name": "pgtestsvc5", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateReplica.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateReplica.json index 51bc2890ed1d..a071bd233c64 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateReplica.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateReplica.json @@ -117,6 +117,7 @@ "name": "pgtestsvc5rep", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithAadAuthEnabled.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithAadAuthEnabled.json index 623136f894bb..1fe1a7df01e6 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithAadAuthEnabled.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithAadAuthEnabled.json @@ -149,6 +149,7 @@ "name": "pgtestsvc4", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithDataEncryptionEnabled.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithDataEncryptionEnabled.json index cd9d5b12b581..182cbfea4615 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithDataEncryptionEnabled.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/examples/ServerCreateWithDataEncryptionEnabled.json @@ -175,6 +175,7 @@ "name": "pgtestsvc4", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } - } + }, + "202": {} } }