|
737 | 737 | } |
738 | 738 | } |
739 | 739 | }, |
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 | | - }, |
798 | 740 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/maintenanceWindows/{maintenanceWindowName}": { |
799 | 741 | "put": { |
800 | 742 | "tags": [ |
|
1522 | 1464 | ], |
1523 | 1465 | "description": "Represents a Configuration." |
1524 | 1466 | }, |
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 | | - }, |
1547 | 1467 | "ConfigurationListResult": { |
1548 | 1468 | "type": "object", |
1549 | 1469 | "properties": { |
|
1561 | 1481 | }, |
1562 | 1482 | "description": "A list of server configurations." |
1563 | 1483 | }, |
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 | | - }, |
1576 | 1484 | "OperationDisplay": { |
1577 | 1485 | "properties": { |
1578 | 1486 | "provider": { |
|
0 commit comments