Skip to content

Commit 695b8ac

Browse files
Removed the Confgiration Update for now
1 parent 3a8e2b8 commit 695b8ac

File tree

2 files changed

+0
-132
lines changed

2 files changed

+0
-132
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2020-02-14-privatepreview/examples/ConfigurationUpdate.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2020-02-14-privatepreview/postgresql.json

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -737,64 +737,6 @@
737737
}
738738
}
739739
},
740-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/updateConfigurations": {
741-
"post": {
742-
"tags": [
743-
"Configurations"
744-
],
745-
"operationId": "FlexibleServersConfigurations_Update",
746-
"x-ms-examples": {
747-
"ConfigurationUpdate": {
748-
"$ref": "./examples/ConfigurationUpdate.json"
749-
}
750-
},
751-
"description": "Updates a configuration of a server.",
752-
"parameters": [
753-
{
754-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
755-
},
756-
{
757-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
758-
},
759-
{
760-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter"
761-
},
762-
{
763-
"$ref": "#/parameters/ServerNameParameter"
764-
},
765-
{
766-
"name": "parameters",
767-
"in": "body",
768-
"required": true,
769-
"schema": {
770-
"$ref": "#/definitions/ConfigurationUpdateList"
771-
},
772-
"description": "The required parameters for updating a server configuration."
773-
}
774-
],
775-
"responses": {
776-
"200": {
777-
"description": "OK",
778-
"schema": {
779-
"$ref": "#/definitions/ConfigurationListResult"
780-
}
781-
},
782-
"202": {
783-
"description": "Accepted"
784-
},
785-
"default": {
786-
"description": "Error response describing why the operation failed.",
787-
"schema": {
788-
"$ref": "#/definitions/CloudError"
789-
}
790-
}
791-
},
792-
"x-ms-long-running-operation": true,
793-
"x-ms-long-running-operation-options": {
794-
"final-state-via": "azure-async-operation"
795-
}
796-
}
797-
},
798740
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/maintenanceWindows/{maintenanceWindowName}": {
799741
"put": {
800742
"tags": [
@@ -1522,28 +1464,6 @@
15221464
],
15231465
"description": "Represents a Configuration."
15241466
},
1525-
"ConfigurationUpdateProperties": {
1526-
"properties": {
1527-
"value": {
1528-
"type": "string",
1529-
"description": "Value of the configuration."
1530-
}
1531-
}
1532-
},
1533-
"ConfigurationUpdate": {
1534-
"properties": {
1535-
"name": {
1536-
"type": "string",
1537-
"description": "Value of the configuration."
1538-
},
1539-
"properties": {
1540-
"$ref": "#/definitions/ConfigurationProperties",
1541-
"x-ms-client-flatten": true,
1542-
"description": "The properties of a configuration."
1543-
}
1544-
},
1545-
"description": "Represents a Configuration."
1546-
},
15471467
"ConfigurationListResult": {
15481468
"type": "object",
15491469
"properties": {
@@ -1561,18 +1481,6 @@
15611481
},
15621482
"description": "A list of server configurations."
15631483
},
1564-
"ConfigurationUpdateList": {
1565-
"properties": {
1566-
"value": {
1567-
"type": "array",
1568-
"items": {
1569-
"$ref": "#/definitions/ConfigurationUpdate"
1570-
},
1571-
"description": "The list of server configurations."
1572-
}
1573-
},
1574-
"description": "A list of PostgreSQL server configurations to update."
1575-
},
15761484
"OperationDisplay": {
15771485
"properties": {
15781486
"provider": {

0 commit comments

Comments
 (0)