From 3c39ef5ae48cfb19852f741ed3a75830b2c96247 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Tue, 28 Feb 2023 14:32:20 +0300 Subject: [PATCH 01/11] Update descriptions --- .../stable/2022-11-08/postgresqlhsc.json | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index b224b69fb9fc..ae24c59a4fbd 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "HyperscaleCitusManagementClient", - "description": "The Microsoft Azure management API provides create, read, update, and delete functionality for Cosmos DB for PostgreSQL resources including clusters, servers, configurations, firewall rules, roles, private endpoint connections and private link resources.", + "title": "Azure Cosmos DB for PostgreSQL", + "description": "Azure Cosmos DB for PostgreSQL database service resource provider REST APIs", "version": "2022-11-08" }, "host": "management.azure.com", @@ -29,7 +29,7 @@ "flow": "implicit", "description": "Azure Active Directory OAuth2 Flow", "scopes": { - "user_impersonation": "impersonate your user account" + "user_impersonation": "Impersonate your user account." } } }, @@ -45,7 +45,7 @@ "$ref": "./examples/ClusterList.json" } }, - "description": "List all the clusters in a given subscription.", + "description": "Lists all clusters in a subscription.", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter" @@ -84,7 +84,7 @@ "$ref": "./examples/ClusterListByResourceGroup.json" } }, - "description": "List all the clusters in a given resource group.", + "description": "Lists all clusters in a resource group.", "parameters": [ { "$ref": "../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter" @@ -121,7 +121,7 @@ "tags": [ "Clusters" ], - "operationId": "Clusters_CreateOrUpdate", + "operationId": "Clusters_Create", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" @@ -190,7 +190,7 @@ } }, "get": { - "description": "Gets information about a cluster.", + "description": "Gets information about a cluster such as compute and storage configuration and cluster lifecycle metadata such as cluster creation date and time.", "tags": [ "Clusters" ], @@ -824,7 +824,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/firewallRules/{firewallRuleName}": { "put": { - "description": "Creates a new firewall rule or updates an existing firewall rule.", + "description": "Creates a new cluster firewall rule or updates an existing cluster firewall rule.", "tags": [ "FirewallRules" ], @@ -994,7 +994,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/firewallRules": { "get": { - "description": "List all the firewall rules in a given cluster.", + "description": "Lists all the firewall rules on cluster.", "tags": [ "FirewallRules" ], @@ -1305,7 +1305,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/start": { "post": { - "description": "Starts the cluster.", + "description": "Starts stopped compute on all servers in the cluster.", "tags": [ "ClusterOperations" ], @@ -1359,7 +1359,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/stop": { "post": { - "description": "Stops the cluster.", + "description": "Stops compute on all servers in the cluster.", "tags": [ "ClusterOperations" ], @@ -1413,7 +1413,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/promote": { "post": { - "description": "Promote the read replica cluster.", + "description": "Promotes read replica cluster to an independent read-write cluster.", "tags": [ "ClusterOperations" ], @@ -1464,7 +1464,7 @@ }, "/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability": { "post": { - "description": "Check the availability of name for resource", + "description": "Checks availability of a cluster name. Cluster names should be globally unique; at least 3 characters and at most 40 characters long; they must only contain lowercase letters, numbers, and hyphens; and must not start or end with a hyphen.", "tags": [ "Clusters" ], @@ -1488,7 +1488,7 @@ "schema": { "$ref": "#/definitions/NameAvailabilityRequest" }, - "description": "The required parameters for checking if resource name is available." + "description": "The required parameters for checking if cluster name is available." } ], "responses": { @@ -1954,7 +1954,7 @@ }, "citusVersion": { "type": "string", - "description": "The Citus version of server." + "description": "The Citus extension version on all cluster servers." } } }, @@ -2025,7 +2025,7 @@ }, "citusVersion": { "type": "string", - "description": "The Citus version of the cluster." + "description": "The Citus extension version on all cluster servers." }, "enableShardsOnCoordinator": { "type": "boolean", @@ -2156,7 +2156,7 @@ }, "citusVersion": { "type": "string", - "description": "The Citus version of cluster." + "description": "The Citus extension version on all cluster servers." }, "maintenanceWindow": { "$ref": "#/definitions/MaintenanceWindow", @@ -2190,7 +2190,7 @@ }, "coordinatorEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP is requested or not for a server." + "description": "If public IP address is enabled on coordinator." }, "nodeServerEdition": { "type": "string", @@ -2213,7 +2213,7 @@ }, "nodeEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP is requested or not for a server." + "description": "If public IP address is enabled on worker nodes." }, "serverNames": { "type": "array", @@ -2701,12 +2701,12 @@ } }, "NameAvailabilityRequest": { - "description": "Request from client to check resource name availability.", + "description": "Request from client to check cluster name availability.", "type": "object", "properties": { "name": { "type": "string", - "description": "Resource name to verify." + "description": "Cluster name to verify." }, "type": { "type": "string", @@ -2726,24 +2726,24 @@ ] }, "NameAvailability": { - "description": "Represents a resource name availability.", + "description": "Represents cluster name availability.", "type": "object", "properties": { "message": { "type": "string", - "description": "Error Message." + "description": "Error message." }, "nameAvailable": { "type": "boolean", - "description": "Indicates whether the resource name is available." + "description": "Indicates whether the cluster name is available." }, "name": { "type": "string", - "description": "name of the cluster." + "description": "Name of the cluster." }, "type": { "type": "string", - "description": "type of the cluster" + "description": "Type of the cluster." } } }, From 9feaa9bc7604b7d6aa1fca00a2ca76c78a9fcef8 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Wed, 1 Mar 2023 03:28:14 +0300 Subject: [PATCH 02/11] Update descriptions & fix cluster names in examples --- .../2022-11-08/examples/ClusterAddNode.json | 34 ++++---- .../2022-11-08/examples/ClusterCreate.json | 42 +++++----- .../examples/ClusterCreatePITR.json | 31 +++---- .../examples/ClusterCreateReadReplica.json | 32 +++---- .../2022-11-08/examples/ClusterGet.json | 22 ++--- .../2022-11-08/examples/ClusterList.json | 32 +++---- .../examples/ClusterListByResourceGroup.json | 40 ++++----- .../examples/ClusterPromoteReadReplica.json | 2 +- .../2022-11-08/examples/ClusterRestart.json | 2 +- .../examples/ClusterScaleCompute.json | 42 +++++----- .../examples/ClusterScaleStorage.json | 42 +++++----- .../2022-11-08/examples/ClusterStart.json | 2 +- .../2022-11-08/examples/ClusterStop.json | 2 +- .../2022-11-08/examples/ClusterUpdate.json | 58 ++++++------- .../ClusterUpdateMaintenanceWindow.json | 34 ++++---- .../2022-11-08/examples/ConfigurationGet.json | 4 +- .../examples/ConfigurationGetCoordinator.json | 4 +- .../examples/ConfigurationGetNode.json | 4 +- .../examples/ConfigurationListByCluster.json | 10 +-- .../examples/ConfigurationListByServer.json | 8 +- .../ConfigurationUpdateCoordinator.json | 6 +- .../examples/ConfigurationUpdateNode.json | 6 +- ...ivateEndpointConnectionCreateOrUpdate.json | 6 +- .../PrivateEndpointConnectionsDelete.json | 2 +- .../PrivateEndpointConnectionsGet.json | 4 +- ...ivateEndpointConnectionsListByCluster.json | 6 +- .../PrivateLinkResourceListByCluster.json | 10 +-- .../examples/PrivateLinkResourcesGet.json | 6 +- .../stable/2022-11-08/examples/ServerGet.json | 10 +-- .../examples/ServerListByCluster.json | 20 ++--- .../stable/2022-11-08/postgresqlhsc.json | 84 +++++++++---------- 31 files changed, 304 insertions(+), 303 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json index 6c8ee3fc39b5..e841fe6cdf91 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "properties": { @@ -13,8 +13,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -48,16 +48,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w1", - "fullyQualifiedDomainName": "w1.hsctestsg.marlin-development.com" + "name": "testcluster-w1", + "fullyQualifiedDomainName": "w1.testcluster.marlin-development.com" } ], "sourceResourceId": null, @@ -77,8 +77,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -112,16 +112,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w1", - "fullyQualifiedDomainName": "w1.hsctestsg.marlin-development.com" + "name": "testcluster-w1", + "fullyQualifiedDomainName": "w1.testcluster.marlin-development.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json index b3b585547755..d94a2970cd70 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "location": "westus", @@ -29,8 +29,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": {}, "location": "westus", @@ -67,20 +67,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w2", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w2", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w3", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w3", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], "sourceResourceId": null, @@ -99,8 +99,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": {}, "location": "westus", @@ -137,20 +137,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w2", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w2", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w3", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w3", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json index 6ab896e68aeb..8b52264290d1 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json @@ -2,12 +2,13 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "location": "westus", "properties": { "sourceLocation": "westus", + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/source-cluster", "pointInTimeUTC": "2017-12-14T00:00:37.467Z" } } @@ -15,8 +16,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -51,16 +52,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], "pointInTimeUTC": "2017-12-14T00:00:37.467Z", - "sourceResourceId": null, + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/source-cluster", "sourceLocation": "westus", "enableHa": true, "readReplicas": [], @@ -76,8 +77,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -112,15 +113,15 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], - "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster", + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", "sourceLocation": "westus", "enableHa": true, "readReplicas": [], diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json index 1f3cda1cea0c..a6a8453a36e2 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json @@ -2,21 +2,21 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "location": "westus", "properties": { "sourceLocation": "westus", - "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster" + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster" } } }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -51,15 +51,15 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], - "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster", + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", "sourceLocation": "westus", "pointInTimeUTC": null, "enableHa": true, @@ -76,8 +76,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -112,15 +112,15 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg-c", - "fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com" + "name": "testcluster-c", + "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" }, { - "name": "hsctestsg-w0", - "fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com" + "name": "testcluster-w0", + "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" } ], - "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster", + "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", "sourceLocation": "westus", "enableHa": true, "readReplicas": [], diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json index 03b63a867f73..4fee515db610 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1", - "name": "hsctestsg1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1", + "name": "testcluster1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string", @@ -51,24 +51,24 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" } ], "sourceResourceId": null, "sourceLocation": null, "pointInTimeUTC": null, "readReplicas": [ - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01", - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02" + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" ], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json index afff56bd3d06..79e0ab988765 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json @@ -9,8 +9,8 @@ "nextLink": null, "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1", - "name": "hsctestsg1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1", + "name": "testcluster1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string" @@ -50,32 +50,32 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" } ], "sourceResourceId": null, "sourceLocation": null, "pointInTimeUTC": null, "readReplicas": [ - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01", - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02" + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" ], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup2/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg2", - "name": "hsctestsg2", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup2/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster2", + "name": "testcluster2", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string" @@ -115,12 +115,12 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg2-c", - "fullyQualifiedDomainName": "hsctestsg2-c.postgres.database.azure.com" + "name": "testcluster2-c", + "fullyQualifiedDomainName": "testcluster2-c.postgres.database.azure.com" }, { - "name": "hsctestsg2-w0", - "fullyQualifiedDomainName": "hsctestsg2-w0.postgres.database.azure.com" + "name": "testcluster2-w0", + "fullyQualifiedDomainName": "testcluster2-w0.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json index d7f82a5c8a66..5353e14e26a4 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json @@ -10,8 +10,8 @@ "nextLink": null, "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1", - "name": "hsctestsg1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1", + "name": "testcluster1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string" @@ -51,36 +51,36 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, "sourceLocation": null, "pointInTimeUTC": null, "readReplicas": [ - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01", - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02" + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" ], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg2", - "name": "hsctestsg2", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster2", + "name": "testcluster2", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string" @@ -120,16 +120,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg2-c", - "fullyQualifiedDomainName": "hsctestsg2-c.postgres.database.azure.com" + "name": "testcluster2-c", + "fullyQualifiedDomainName": "testcluster2-c.postgres.database.azure.com" }, { - "name": "hsctestsg2-w0", - "fullyQualifiedDomainName": "hsctestsg2-w0.postgres.database.azure.com" + "name": "testcluster2-w0", + "fullyQualifiedDomainName": "testcluster2-w0.postgres.database.azure.com" }, { - "name": "hsctestsg2-w1", - "fullyQualifiedDomainName": "hsctestsg2-w1.postgres.database.azure.com" + "name": "testcluster2-w1", + "fullyQualifiedDomainName": "testcluster2-w1.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterPromoteReadReplica.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterPromoteReadReplica.json index 11093dc35e52..dc022462d2fe 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterPromoteReadReplica.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterPromoteReadReplica.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterRestart.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterRestart.json index 11093dc35e52..dc022462d2fe 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterRestart.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterRestart.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json index 08f864cce8c4..d4f4c2513707 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "properties": { @@ -13,8 +13,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -50,20 +50,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, @@ -82,8 +82,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -119,20 +119,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json index fb466824bb0d..b1e22231734f 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "properties": { @@ -13,8 +13,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -50,20 +50,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, @@ -82,8 +82,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -119,20 +119,20 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStart.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStart.json index 2b4d2791697b..85def4be6dd8 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStart.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStart.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStop.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStop.json index 2b4d2791697b..85def4be6dd8 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStop.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterStop.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json index 22ded184d272..305e0a89b7bd 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "properties": { @@ -16,8 +16,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1", - "name": "hsctestsg1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1", + "name": "testcluster1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string", @@ -59,31 +59,31 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" }, { - "name": "hsctestsg1-w3", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w3", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, "sourceLocation": null, "readReplicas": [ - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01", - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02" + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" ], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] @@ -96,8 +96,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1", - "name": "hsctestsg1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1", + "name": "testcluster1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "tags": { "additionalProp1": "string", @@ -139,31 +139,31 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" }, { - "name": "hsctestsg1-w2", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w2", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" }, { - "name": "hsctestsg1-w3", - "fullyQualifiedDomainName": "hsctestsg1-w2.postgres.database.azure.com" + "name": "testcluster1-w3", + "fullyQualifiedDomainName": "testcluster1-w2.postgres.database.azure.com" } ], "sourceResourceId": null, "sourceLocation": null, "readReplicas": [ - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01", - "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02" + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", + "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" ], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json index 6106915afb52..2087ee5f2b06 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08", "parameters": { "properties": { @@ -18,8 +18,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -55,16 +55,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" } ], "sourceResourceId": null, @@ -83,8 +83,8 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg", - "name": "hsctestsg", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster", + "name": "testcluster", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2", "systemData": { "createdBy": "user1", @@ -120,16 +120,16 @@ "nodeEnablePublicIpAccess": false, "serverNames": [ { - "name": "hsctestsg1-c", - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com" + "name": "testcluster1-c", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com" }, { - "name": "hsctestsg1-w0", - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com" + "name": "testcluster1-w0", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com" }, { - "name": "hsctestsg1-w1", - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com" + "name": "testcluster1-w1", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json index de0f5d25fa66..6db1016f5952 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "configurationName": "array_nulls", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/client_encoding", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/client_encoding", "name": "client_encoding", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetCoordinator.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetCoordinator.json index 5198efc5f2cc..003518d16dec 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetCoordinator.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetCoordinator.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "configurationName": "array_nulls", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/coordinatorConfigurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/coordinatorConfigurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/coordinatorConfigurations", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetNode.json index 7f9b1f095d42..27dc26ec4c73 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGetNode.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "configurationName": "array_nulls", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/nodeConfigurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/nodeConfigurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/nodeConfigurations", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByCluster.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByCluster.json index 2eb94b5bbfb8..d8ad6a9f5f09 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByCluster.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByCluster.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08" }, "responses": { @@ -10,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations", "systemData": { @@ -43,7 +43,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/backslash_quote", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/backslash_quote", "name": "backslash_quote", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations", "systemData": { @@ -76,7 +76,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/work_mem", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/work_mem", "name": "work_mem", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations", "systemData": { @@ -109,7 +109,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/client_encoding", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/client_encoding", "name": "client_encoding", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByServer.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByServer.json index d338f7238486..a8a6adb3b53f 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByServer.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationListByServer.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "serverName": "testserver", "api-version": "2022-11-08" }, @@ -11,7 +11,7 @@ "body": { "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/servers/testserver/configurations/application_name", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/servers/testserver/configurations/application_name", "name": "application_name", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers/configurations", "systemData": { @@ -33,7 +33,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/servers/testserver/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/servers/testserver/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers/configurations", "systemData": { @@ -55,7 +55,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/servers/testserver/configurations/autovacuum", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/servers/testserver/configurations/autovacuum", "name": "autovacuum", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers/configurations", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json index 075dd6bd9192..12e01703035a 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "configurationName": "array_nulls", "api-version": "2022-11-08", "parameters": { @@ -14,7 +14,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations/coordinator", "systemData": { @@ -36,7 +36,7 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations/coordinator", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json index eaf081871787..c67be4f27641 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "configurationName": "array_nulls", "api-version": "2022-11-08", "parameters": { @@ -14,7 +14,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations/node", "systemData": { @@ -36,7 +36,7 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/configurations/array_nulls", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/configurations/array_nulls", "name": "array_nulls", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/configurations/node", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionCreateOrUpdate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionCreateOrUpdate.json index 447d337421bf..301608a93bd5 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionCreateOrUpdate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionCreateOrUpdate.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "privateEndpointConnectionName": "private-endpoint-connection-name", "api-version": "2022-11-08", "parameters": { @@ -17,7 +17,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateEndpointConnections/private-endpoint-connection-name", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateEndpointConnections/private-endpoint-connection-name", "name": "private-endpoint-connection-name", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections", "properties": { @@ -39,7 +39,7 @@ "Location": "https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2022-11-08" }, "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateEndpointConnections/private-endpoint-connection-name", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateEndpointConnections/private-endpoint-connection-name", "name": "private-endpoint-connection-name", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections", "properties": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsDelete.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsDelete.json index 6811e35bc97c..f9b856d3075a 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsDelete.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsDelete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "privateEndpointConnectionName": "private-endpoint-connection-name", "api-version": "2022-11-08" }, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsGet.json index 35ffc01ec728..ddd355655f90 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsGet.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "privateEndpointConnectionName": "private-endpoint-connection-name", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateEndpointConnections/private-endpoint-connection-name", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateEndpointConnections/private-endpoint-connection-name", "name": "private-endpoint-connection-name", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsListByCluster.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsListByCluster.json index 8f99450efbbc..ea01e1d647ee 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsListByCluster.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateEndpointConnectionsListByCluster.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08" }, "responses": { @@ -10,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateEndpointConnections/private-endpoint-connection-name", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateEndpointConnections/private-endpoint-connection-name", "name": "private-endpoint-connection-name", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections", "systemData": { @@ -37,7 +37,7 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateEndpointConnections/private-endpoint-connection-name-2", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateEndpointConnections/private-endpoint-connection-name-2", "name": "private-endpoint-connection-name-2", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections", "systemData": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourceListByCluster.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourceListByCluster.json index 0ba9732396bd..2090fdb703ff 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourceListByCluster.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourceListByCluster.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "api-version": "2022-11-08" }, "responses": { @@ -10,7 +10,7 @@ "body": { "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateLinkResources/coordinator", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateLinkResources/coordinator", "name": "coordinator", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateLinkResources", "systemData": { @@ -27,12 +27,12 @@ "coordinator" ], "requiredZoneNames": [ - "privatelink.hsctestsg.postgres.database.azure.com" + "privatelink.testcluster.postgres.database.azure.com" ] } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateLinkResources/worker-0", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateLinkResources/worker-0", "name": "worker-0", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateLinkResources", "systemData": { @@ -49,7 +49,7 @@ "worker-0" ], "requiredZoneNames": [ - "privatelink.hsctestsg.postgres.database.azure.com" + "privatelink.testcluster.postgres.database.azure.com" ] } } diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourcesGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourcesGet.json index 0731977fd68d..9bcac4c60a94 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourcesGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/PrivateLinkResourcesGet.json @@ -2,14 +2,14 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg", + "clusterName": "testcluster", "privateLinkResourceName": "plr", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg/privateLinkResources/plr", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster/privateLinkResources/plr", "name": "plr", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/privateLinkResources", "systemData": { @@ -26,7 +26,7 @@ "coordinator" ], "requiredZoneNames": [ - "privatelink.hsctestsg.postgres.database.azure.com" + "privatelink.testcluster.postgres.database.azure.com" ] } } diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerGet.json index 66d4c5366df0..f61ec236228e 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerGet.json @@ -2,15 +2,15 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", - "serverName": "hsctestsg1-c", + "clusterName": "testcluster1", + "serverName": "testcluster1-c", "api-version": "2022-11-08" }, "responses": { "200": { "body": { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1/servers/hsctestsg1-c", - "name": "hsctestsg1-c", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1/servers/testcluster1-c", + "name": "testcluster1-c", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers", "systemData": { "createdBy": "user1", @@ -21,7 +21,7 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com", "postgresqlVersion": "12", "citusVersion": "9.5", "availabilityZone": "1", diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerListByCluster.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerListByCluster.json index a9e44fd7fca9..42611a74bb05 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerListByCluster.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ServerListByCluster.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestGroup", - "clusterName": "hsctestsg1", + "clusterName": "testcluster1", "api-version": "2022-11-08" }, "responses": { @@ -10,8 +10,8 @@ "body": { "value": [ { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1/servers/hsctestsg1-c", - "name": "hsctestsg1-c", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1/servers/testcluster1-c", + "name": "testcluster1-c", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers", "systemData": { "createdBy": "user1", @@ -22,7 +22,7 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { - "fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com", + "fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com", "postgresqlVersion": "12", "citusVersion": "9.5", "availabilityZone": "1", @@ -39,8 +39,8 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1/servers/hsctestsg1-w0", - "name": "hsctestsg1-w0", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1/servers/testcluster1-w0", + "name": "testcluster1-w0", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers", "systemData": { "createdBy": "user1", @@ -51,7 +51,7 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { - "fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com", + "fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com", "postgresqlVersion": "12", "citusVersion": "9.5", "availabilityZone": "1", @@ -68,8 +68,8 @@ } }, { - "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1/servers/hsctestsg1-w1", - "name": "hsctestsg1-w1", + "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1/servers/testcluster1-w1", + "name": "testcluster1-w1", "type": "Microsoft.DBforPostgreSQL/serverGroupsv2/servers", "systemData": { "createdBy": "user1", @@ -80,7 +80,7 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { - "fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com", + "fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com", "postgresqlVersion": "12", "citusVersion": "9.5", "availabilityZone": "1", diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index ae24c59a4fbd..53b1b82dfbf9 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -285,7 +285,7 @@ } }, "patch": { - "description": "Updates an existing cluster. The request body can contain one to many of the properties present in the normal cluster definition.", + "description": "Updates an existing cluster. The request body can contain one or several properties from the cluster definition.", "tags": [ "Clusters" ], @@ -295,19 +295,19 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "Update the cluster": { + "Update multiple configuration settings of the cluster": { "$ref": "./examples/ClusterUpdate.json" }, - "Scale compute": { + "Scale compute up or down": { "$ref": "./examples/ClusterScaleCompute.json" }, - "Scale storage": { + "Scale up storage": { "$ref": "./examples/ClusterScaleStorage.json" }, - "Add new worker nodes": { + "Scale out: Add new worker nodes": { "$ref": "./examples/ClusterAddNode.json" }, - "Update customer maintenance window": { + "Update or define maintenance window": { "$ref": "./examples/ClusterUpdateMaintenanceWindow.json" } }, @@ -1254,7 +1254,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/restart": { "post": { - "description": "Restarts the cluster.", + "description": "Restarts all nodes in the cluster.", "tags": [ "ClusterOperations" ], @@ -1305,7 +1305,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/start": { "post": { - "description": "Starts stopped compute on all servers in the cluster.", + "description": "Starts stopped compute on all cluster nodes.", "tags": [ "ClusterOperations" ], @@ -1359,7 +1359,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/stop": { "post": { - "description": "Stops compute on all servers in the cluster.", + "description": "Stops compute on all cluster nodes.", "tags": [ "ClusterOperations" ], @@ -1423,7 +1423,7 @@ "final-state-via": "location" }, "x-ms-examples": { - "Promote the read replica": { + "Promote read replica cluster to an independent read-write cluster.": { "$ref": "./examples/ClusterPromoteReadReplica.json" } }, @@ -1878,15 +1878,15 @@ "vCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a server (max: 64)." + "description": "The vCores count of a server." }, "enableHa": { "type": "boolean", - "description": "If high availability is enabled or not for the server." + "description": "If high availability (HA) is enabled or not for the server." }, "enablePublicIpAccess": { "type": "boolean", - "description": "If public IP is requested or not for a server.", + "description": "If public access is enabled on server", "readOnly": true }, "isReadOnly": { @@ -1950,11 +1950,11 @@ }, "postgresqlVersion": { "type": "string", - "description": "The PostgreSQL version of server." + "description": "The major PostgreSQL version of server." }, "citusVersion": { "type": "string", - "description": "The Citus extension version on all cluster servers." + "description": "The Citus extension version of server." } } }, @@ -2017,11 +2017,11 @@ "create", "update" ], - "description": "The password of the administrator login." + "description": "The password of the administrator login. Each cluster is created with pre-defined administrative role called ‘citus’. " }, "postgresqlVersion": { "type": "string", - "description": "The PostgreSQL version of the cluster." + "description": "The major PostgreSQL version on all cluster servers." }, "citusVersion": { "type": "string", @@ -2033,11 +2033,11 @@ }, "enableHa": { "type": "boolean", - "description": "If high availability is enabled or not for the cluster." + "description": "If high availability (HA) is enabled or not for the cluster." }, "preferredPrimaryZone": { "type": "string", - "description": "Preferred primary zone for the cluster" + "description": "Preferred primary availability zone (AZ) for all cluster servers." }, "coordinatorServerEdition": { "type": "string", @@ -2051,11 +2051,11 @@ "coordinatorVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of the coordinator (max: 64)." + "description": "The vCores count of the coordinator (max: 96)." }, "coordinatorEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP is requested or not for the coordinator." + "description": "If public access is enabled on coordinator." }, "nodeServerEdition": { "type": "string", @@ -2064,21 +2064,21 @@ "nodeCount": { "type": "integer", "format": "int64", - "description": "Worker node count of the cluster. When node count is 0, it represents a coordinator with the ability to create distributed tables on that node. Node count value can not be 1." + "description": "Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1." }, "nodeStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage of a node in MB." + "description": "The storage in MB on each worker node." }, "nodeVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a node (max: 64)." + "description": "The compute in vCores on each worker node (max: 104)." }, "nodeEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP is requested or not for a node.", + "description": "If public access is enabled on worker nodes.", "readOnly": true }, "maintenanceWindow": { @@ -2152,7 +2152,7 @@ }, "postgresqlVersion": { "type": "string", - "description": "The PostgreSQL version of cluster." + "description": "The major PostgreSQL version on all cluster servers." }, "citusVersion": { "type": "string", @@ -2164,7 +2164,7 @@ }, "preferredPrimaryZone": { "type": "string", - "description": "Preferred primary zone for the cluster" + "description": "Preferred primary availability zone (AZ) for all cluster servers." }, "enableShardsOnCoordinator": { "type": "boolean", @@ -2172,7 +2172,7 @@ }, "enableHa": { "type": "boolean", - "description": "If high availability is enabled or not for the server." + "description": "If high availability (HA) is enabled or not for the cluster." }, "coordinatorServerEdition": { "type": "string", @@ -2186,11 +2186,11 @@ "coordinatorVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a server (max: 64). Required for creation." + "description": "The vCores count of a server (max: 96). Required for creation." }, "coordinatorEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP address is enabled on coordinator." + "description": "If public access is enabled on coordinator." }, "nodeServerEdition": { "type": "string", @@ -2199,21 +2199,21 @@ "nodeCount": { "type": "integer", "format": "int64", - "description": "Worker node count of the cluster. When node count is 0, it represents a coordinator with the ability to create distributed tables on that node. Node count value can not be 1. Required for creation." + "description": "Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation." }, "nodeStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage of a server in MB." + "description": "The storage in MB on each worker node." }, "nodeVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a server (max: 64)." + "description": "The compute in vCores on each worker node (max: 104)." }, "nodeEnablePublicIpAccess": { "type": "boolean", - "description": "If public IP address is enabled on worker nodes." + "description": "If public access is enabled on worker nodes." }, "serverNames": { "type": "array", @@ -2233,12 +2233,12 @@ }, "sourceLocation": { "type": "string", - "description": "The location of source cluster for read replica clusters." + "description": "The Azure region of source cluster for read replica clusters." }, "pointInTimeUTC": { "type": "string", "format": "date-time", - "description": "Restore point creation time (ISO8601 format), specifying the time to restore from." + "description": "Date and time in UTC (ISO8601 format) for cluster restore." }, "readReplicas": { "type": "array", @@ -2267,26 +2267,26 @@ }, "MaintenanceWindow": { "type": "object", - "description": "Maintenance window of a cluster.", + "description": "Schedule settings for regular cluster updates.", "properties": { "customWindow": { "type": "string", - "description": "indicates whether custom window is enabled or disabled" + "description": "Indicates whether custom maintenance window is enabled or not." }, "startHour": { "type": "integer", "format": "int32", - "description": "start hour for maintenance window" + "description": "Start hour within preferred day of the week for maintenance window." }, "startMinute": { "type": "integer", "format": "int32", - "description": "start minute for maintenance window" + "description": "Start minute within the start hour for maintenance window." }, "dayOfWeek": { "type": "integer", "format": "int32", - "description": "day of week for maintenance window" + "description": "Preferred day of the week for maintenance window." } } }, @@ -2758,7 +2758,7 @@ } }, "SimplePrivateEndpointConnection": { - "description": "A private endpoint connection", + "description": "A private endpoint connection.", "type": "object", "allOf": [ { From a004265ee705caf74e423a158e50f3556b372777 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Mon, 6 Mar 2023 10:55:10 +0300 Subject: [PATCH 03/11] Update domain names & fix config, pec, operation descriptions --- .../2022-11-08/examples/ClusterAddNode.json | 12 ++++++------ .../2022-11-08/examples/ClusterCreate.json | 16 ++++++++-------- .../2022-11-08/examples/ClusterCreatePITR.json | 8 ++++---- .../examples/ClusterCreateReadReplica.json | 8 ++++---- .../2022-11-08/examples/ConfigurationGet.json | 2 +- .../stable/2022-11-08/postgresqlhsc.json | 14 +++++++------- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json index e841fe6cdf91..f4c065747beb 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json @@ -49,15 +49,15 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w1", - "fullyQualifiedDomainName": "w1.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w1.testcluster.postgres.database.azure.com" } ], "sourceResourceId": null, @@ -113,15 +113,15 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w1", - "fullyQualifiedDomainName": "w1.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w1.testcluster.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json index d94a2970cd70..80f1b0f030c0 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json @@ -68,19 +68,19 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w2", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w3", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "sourceResourceId": null, @@ -138,19 +138,19 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w2", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w3", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "sourceResourceId": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json index 8b52264290d1..2e1b17a523da 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json @@ -53,11 +53,11 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "pointInTimeUTC": "2017-12-14T00:00:37.467Z", @@ -114,11 +114,11 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json index a6a8453a36e2..246fe903b83c 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json @@ -52,11 +52,11 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", @@ -113,11 +113,11 @@ "serverNames": [ { "name": "testcluster-c", - "fullyQualifiedDomainName": "c.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com" }, { "name": "testcluster-w0", - "fullyQualifiedDomainName": "w0.testcluster.marlin-development.com" + "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json index 6db1016f5952..92d5bda50aad 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationGet.json @@ -3,7 +3,7 @@ "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "resourceGroupName": "TestResourceGroup", "clusterName": "testcluster", - "configurationName": "array_nulls", + "configurationName": "client_encoding", "api-version": "2022-11-08" }, "responses": { diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 53b1b82dfbf9..17a30eeaf1da 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -709,7 +709,7 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/{clusterName}/nodeConfigurations/{configurationName}": { "get": { - "description": "Gets information of a configuration for node.", + "description": "Gets information of a configuration for worker nodes.", "tags": [ "Configurations" ], @@ -752,7 +752,7 @@ } }, "put": { - "description": "Updates configuration of nodes in a cluster", + "description": "Updates configuration of worker nodes in a cluster", "tags": [ "Configurations" ], @@ -1633,7 +1633,7 @@ } }, "put": { - "description": "Approve or reject a private endpoint connection with a given name.", + "description": "Approves or Rejects a private endpoint connection with a given name.", "tags": [ "PrivateEndpointConnections" ], @@ -1643,7 +1643,7 @@ "final-state-via": "azure-async-operation" }, "x-ms-examples": { - "Approve or reject a private endpoint connection with a given name": { + "Approves or Rejects a Private Endpoint Connection with a given name.": { "$ref": "./examples/PrivateEndpointConnectionCreateOrUpdate.json" } }, @@ -2650,7 +2650,7 @@ "description": "The localized display information for this particular operation or action." }, "isDataAction": { - "description": "Indicates whether the operation is a data action", + "description": "Indicates whether the operation is a data action.", "type": "boolean" }, "origin": { @@ -2683,7 +2683,7 @@ "type": "object", "properties": { "value": { - "description": "Collection of available operation details", + "description": "Collection of available operation details.", "uniqueItems": false, "type": "array", "items": { @@ -2892,7 +2892,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the private endpoint connection associated with the Azure resource.", + "description": "The name of the private endpoint connection associated with the cluster.", "pattern": "^[-\\w\\._]+$", "x-ms-parameter-location": "method" }, From 93928e8af308c65b4a9903e2ee101c58069050d9 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Mon, 6 Mar 2023 11:39:59 +0300 Subject: [PATCH 04/11] Update create configuration operation ids --- .../stable/2022-11-08/postgresqlhsc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 17a30eeaf1da..e9b723990b1a 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -641,7 +641,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_CreateOrUpdateCoordinator", + "operationId": "Configurations_CreateOrUpdateOnCoordinator", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" @@ -756,7 +756,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_CreateOrUpdateNode", + "operationId": "Configurations_CreateOrUpdateOnNode", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" From 335eed69b7f14c7697b5a81d638ba83dd977619f Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Mon, 6 Mar 2023 11:56:59 +0300 Subject: [PATCH 05/11] Add reference link for storage and vCores --- .../stable/2022-11-08/postgresqlhsc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index e9b723990b1a..9bc8b913bf7b 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -2181,12 +2181,12 @@ "coordinatorStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage of a server in MB. Required for creation." + "description": "The storage of a server in MB. Required for creation. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." }, "coordinatorVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a server (max: 96). Required for creation." + "description": "The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." }, "coordinatorEnablePublicIpAccess": { "type": "boolean", @@ -2204,12 +2204,12 @@ "nodeStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage in MB on each worker node." + "description": "The storage in MB on each worker node. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." }, "nodeVCores": { "type": "integer", "format": "int64", - "description": "The compute in vCores on each worker node (max: 104)." + "description": "The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." }, "nodeEnablePublicIpAccess": { "type": "boolean", From a4c7b65e0c89b0a3c4e0772853a3192dba916a67 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Mon, 6 Mar 2023 12:14:37 +0300 Subject: [PATCH 06/11] Add missing dot in description --- .../stable/2022-11-08/postgresqlhsc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 9bc8b913bf7b..842ccb136948 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -1868,7 +1868,7 @@ "properties": { "serverEdition": { "type": "string", - "description": "The edition of a server" + "description": "The edition of a server." }, "storageQuotaInMb": { "type": "integer", @@ -1886,7 +1886,7 @@ }, "enablePublicIpAccess": { "type": "boolean", - "description": "If public access is enabled on server", + "description": "If public access is enabled on server.", "readOnly": true }, "isReadOnly": { From 370c3038d87d335432faab97a6364bbce9b48fe1 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Tue, 7 Mar 2023 14:00:16 +0300 Subject: [PATCH 07/11] Change configuration operation id --- .../stable/2022-11-08/postgresqlhsc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 842ccb136948..388346d5154e 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -641,7 +641,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_CreateOrUpdateOnCoordinator", + "operationId": "Configurations_UpdateOnCoordinator", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" @@ -756,7 +756,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_CreateOrUpdateOnNode", + "operationId": "Configurations_UpdateOnNode", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" From b8a09b3c9e134e760233b4d322db761df2b3e934 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Tue, 7 Mar 2023 14:35:56 +0300 Subject: [PATCH 08/11] Remove unnecessary property in examples, fix reference link for compute --- .../stable/2022-11-08/examples/ClusterAddNode.json | 3 --- .../stable/2022-11-08/examples/ClusterCreate.json | 3 --- .../stable/2022-11-08/examples/ClusterCreatePITR.json | 3 --- .../2022-11-08/examples/ClusterCreateReadReplica.json | 3 --- .../stable/2022-11-08/examples/ClusterGet.json | 2 -- .../stable/2022-11-08/examples/ClusterList.json | 4 ---- .../2022-11-08/examples/ClusterListByResourceGroup.json | 4 ---- .../stable/2022-11-08/examples/ClusterScaleCompute.json | 3 --- .../stable/2022-11-08/examples/ClusterScaleStorage.json | 3 --- .../stable/2022-11-08/examples/ClusterUpdate.json | 2 -- .../examples/ClusterUpdateMaintenanceWindow.json | 3 --- .../stable/2022-11-08/postgresqlhsc.json | 8 ++++---- specification/postgresqlhsc/resource-manager/readme.md | 6 ++++++ 13 files changed, 10 insertions(+), 37 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json index f4c065747beb..a680977acb2f 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json @@ -61,8 +61,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, @@ -125,7 +123,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json index 80f1b0f030c0..3b91a88eedac 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json @@ -84,8 +84,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, @@ -154,7 +152,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json index 2e1b17a523da..d0cf82dad8ce 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json @@ -60,9 +60,7 @@ "fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com" } ], - "pointInTimeUTC": "2017-12-14T00:00:37.467Z", "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/source-cluster", - "sourceLocation": "westus", "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, @@ -122,7 +120,6 @@ } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", - "sourceLocation": "westus", "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json index 246fe903b83c..4a9486a5293a 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json @@ -60,8 +60,6 @@ } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", - "sourceLocation": "westus", - "pointInTimeUTC": null, "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, @@ -121,7 +119,6 @@ } ], "sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster", - "sourceLocation": "westus", "enableHa": true, "readReplicas": [], "earliestRestoreTime": null, diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json index 4fee515db610..f9b4825c57b4 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json @@ -64,8 +64,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [ "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json index 79e0ab988765..da55626b12f7 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterList.json @@ -63,8 +63,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [ "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" @@ -124,8 +122,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [], "earliestRestoreTime": "2020-09-15T00:01:32.317Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json index 5353e14e26a4..97f5b8004b74 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterListByResourceGroup.json @@ -68,8 +68,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [ "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" @@ -133,8 +131,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [], "earliestRestoreTime": "2020-09-15T00:01:32.317Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json index d4f4c2513707..c4da213df675 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleCompute.json @@ -67,8 +67,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] @@ -136,7 +134,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json index b1e22231734f..e3e6acabfd48 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterScaleStorage.json @@ -67,8 +67,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] @@ -136,7 +134,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json index 305e0a89b7bd..a87c38b2baac 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdate.json @@ -80,7 +80,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "readReplicas": [ "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" @@ -160,7 +159,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "readReplicas": [ "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01", "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02" diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json index 2087ee5f2b06..5c7fca1ee812 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterUpdateMaintenanceWindow.json @@ -68,8 +68,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, - "pointInTimeUTC": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] @@ -133,7 +131,6 @@ } ], "sourceResourceId": null, - "sourceLocation": null, "readReplicas": [], "earliestRestoreTime": "2020-09-14T00:00:37.467Z", "privateEndpointConnections": [] diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 388346d5154e..8bfcd94bdd4b 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -2181,12 +2181,12 @@ "coordinatorStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage of a server in MB. Required for creation. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." + "description": "The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." }, "coordinatorVCores": { "type": "integer", "format": "int64", - "description": "The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." + "description": "The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." }, "coordinatorEnablePublicIpAccess": { "type": "boolean", @@ -2204,12 +2204,12 @@ "nodeStorageQuotaInMb": { "type": "integer", "format": "int64", - "description": "The storage in MB on each worker node. See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." + "description": "The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." }, "nodeVCores": { "type": "integer", "format": "int64", - "description": "The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/resources-compute for more information." + "description": "The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." }, "nodeEnablePublicIpAccess": { "type": "boolean", diff --git a/specification/postgresqlhsc/resource-manager/readme.md b/specification/postgresqlhsc/resource-manager/readme.md index e1616ab932f9..9248d2b3af76 100644 --- a/specification/postgresqlhsc/resource-manager/readme.md +++ b/specification/postgresqlhsc/resource-manager/readme.md @@ -58,6 +58,12 @@ directive: - suppress: EnumInsteadOfBoolean from: postgresqlhsc.json reason: It's been used as boolean since 2019 by internal teams and also private preview customers like Azure Portal and we have no plans to use any values other than true/false. +- suppress: PutInOperationName + where: + - $..paths[($..operationId["Configurations_Update*"])] + from: postgresqlhsc.json + reason: Configurations have preset default values and customers can only update them, they can't create. So we don't need "Create" in operation id. +- ``` --- From a99738b6e3055e912740fb85be104c24451147d7 Mon Sep 17 00:00:00 2001 From: Sena Gungor Date: Tue, 7 Mar 2023 14:45:58 +0300 Subject: [PATCH 09/11] Fix readme error --- specification/postgresqlhsc/resource-manager/readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/postgresqlhsc/resource-manager/readme.md b/specification/postgresqlhsc/resource-manager/readme.md index 9248d2b3af76..0b0eab1aaa44 100644 --- a/specification/postgresqlhsc/resource-manager/readme.md +++ b/specification/postgresqlhsc/resource-manager/readme.md @@ -63,7 +63,6 @@ directive: - $..paths[($..operationId["Configurations_Update*"])] from: postgresqlhsc.json reason: Configurations have preset default values and customers can only update them, they can't create. So we don't need "Create" in operation id. -- ``` --- From 5fef05b8193f670dd1f87f1deafb9135863e1a66 Mon Sep 17 00:00:00 2001 From: Ozan Saka Date: Thu, 9 Mar 2023 12:45:50 +0300 Subject: [PATCH 10/11] Revert breaking operationId changes --- .../stable/2022-11-08/postgresqlhsc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json index 8bfcd94bdd4b..fb988eba6e53 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/postgresqlhsc.json @@ -121,7 +121,7 @@ "tags": [ "Clusters" ], - "operationId": "Clusters_Create", + "operationId": "Clusters_CreateOrUpdate", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" @@ -641,7 +641,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_UpdateOnCoordinator", + "operationId": "Configurations_CreateOrUpdateCoordinator", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" @@ -756,7 +756,7 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_UpdateOnNode", + "operationId": "Configurations_CreateOrUpdateNode", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" From 0d6a5ffe0d18038dc186fc3421dce803dd548b95 Mon Sep 17 00:00:00 2001 From: Ozan Saka Date: Thu, 9 Mar 2023 12:48:41 +0300 Subject: [PATCH 11/11] Remove suppress rule --- specification/postgresqlhsc/resource-manager/readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/specification/postgresqlhsc/resource-manager/readme.md b/specification/postgresqlhsc/resource-manager/readme.md index 0b0eab1aaa44..e1616ab932f9 100644 --- a/specification/postgresqlhsc/resource-manager/readme.md +++ b/specification/postgresqlhsc/resource-manager/readme.md @@ -58,11 +58,6 @@ directive: - suppress: EnumInsteadOfBoolean from: postgresqlhsc.json reason: It's been used as boolean since 2019 by internal teams and also private preview customers like Azure Portal and we have no plans to use any values other than true/false. -- suppress: PutInOperationName - where: - - $..paths[($..operationId["Configurations_Update*"])] - from: postgresqlhsc.json - reason: Configurations have preset default values and customers can only update them, they can't create. So we don't need "Create" in operation id. ``` ---