Skip to content

Commit 07477d6

Browse files
senatolOzan Saka
authored andcommitted
Update descriptions for Microsoft.DBforPostgreSQL for version stable/2022-11-08 (Azure#22955)
* Update descriptions * Update descriptions & fix cluster names in examples * Update domain names & fix config, pec, operation descriptions * Update create configuration operation ids * Add reference link for storage and vCores * Add missing dot in description * Change configuration operation id * Remove unnecessary property in examples, fix reference link for compute * Fix readme error * Revert breaking operationId changes * Remove suppress rule --------- Co-authored-by: Ozan Saka <[email protected]>
1 parent 5042036 commit 07477d6

31 files changed

+334
-366
lines changed

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterAddNode.json

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
44
"resourceGroupName": "TestGroup",
5-
"clusterName": "hsctestsg",
5+
"clusterName": "testcluster",
66
"api-version": "2022-11-08",
77
"parameters": {
88
"properties": {
@@ -13,8 +13,8 @@
1313
"responses": {
1414
"200": {
1515
"body": {
16-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
17-
"name": "hsctestsg",
16+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
17+
"name": "testcluster",
1818
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
1919
"systemData": {
2020
"createdBy": "user1",
@@ -48,21 +48,19 @@
4848
"nodeEnablePublicIpAccess": false,
4949
"serverNames": [
5050
{
51-
"name": "hsctestsg-c",
52-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
51+
"name": "testcluster-c",
52+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
5353
},
5454
{
55-
"name": "hsctestsg-w0",
56-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
55+
"name": "testcluster-w0",
56+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
5757
},
5858
{
59-
"name": "hsctestsg-w1",
60-
"fullyQualifiedDomainName": "w1.hsctestsg.marlin-development.com"
59+
"name": "testcluster-w1",
60+
"fullyQualifiedDomainName": "w1.testcluster.postgres.database.azure.com"
6161
}
6262
],
6363
"sourceResourceId": null,
64-
"sourceLocation": null,
65-
"pointInTimeUTC": null,
6664
"enableHa": true,
6765
"readReplicas": [],
6866
"earliestRestoreTime": null,
@@ -77,8 +75,8 @@
7775
"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"
7876
},
7977
"body": {
80-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
81-
"name": "hsctestsg",
78+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
79+
"name": "testcluster",
8280
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
8381
"systemData": {
8482
"createdBy": "user1",
@@ -112,20 +110,19 @@
112110
"nodeEnablePublicIpAccess": false,
113111
"serverNames": [
114112
{
115-
"name": "hsctestsg-c",
116-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
113+
"name": "testcluster-c",
114+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
117115
},
118116
{
119-
"name": "hsctestsg-w0",
120-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
117+
"name": "testcluster-w0",
118+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
121119
},
122120
{
123-
"name": "hsctestsg-w1",
124-
"fullyQualifiedDomainName": "w1.hsctestsg.marlin-development.com"
121+
"name": "testcluster-w1",
122+
"fullyQualifiedDomainName": "w1.testcluster.postgres.database.azure.com"
125123
}
126124
],
127125
"sourceResourceId": null,
128-
"sourceLocation": null,
129126
"enableHa": true,
130127
"readReplicas": [],
131128
"earliestRestoreTime": null,

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreate.json

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
44
"resourceGroupName": "TestGroup",
5-
"clusterName": "hsctestsg",
5+
"clusterName": "testcluster",
66
"api-version": "2022-11-08",
77
"parameters": {
88
"location": "westus",
@@ -29,8 +29,8 @@
2929
"responses": {
3030
"200": {
3131
"body": {
32-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
33-
"name": "hsctestsg",
32+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
33+
"name": "testcluster",
3434
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
3535
"tags": {},
3636
"location": "westus",
@@ -67,25 +67,23 @@
6767
"nodeEnablePublicIpAccess": false,
6868
"serverNames": [
6969
{
70-
"name": "hsctestsg-c",
71-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
70+
"name": "testcluster-c",
71+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
7272
},
7373
{
74-
"name": "hsctestsg-w0",
75-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
74+
"name": "testcluster-w0",
75+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
7676
},
7777
{
78-
"name": "hsctestsg-w2",
79-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
78+
"name": "testcluster-w2",
79+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
8080
},
8181
{
82-
"name": "hsctestsg-w3",
83-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
82+
"name": "testcluster-w3",
83+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
8484
}
8585
],
8686
"sourceResourceId": null,
87-
"sourceLocation": null,
88-
"pointInTimeUTC": null,
8987
"enableHa": true,
9088
"readReplicas": [],
9189
"earliestRestoreTime": null,
@@ -99,8 +97,8 @@
9997
"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"
10098
},
10199
"body": {
102-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
103-
"name": "hsctestsg",
100+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
101+
"name": "testcluster",
104102
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
105103
"tags": {},
106104
"location": "westus",
@@ -137,24 +135,23 @@
137135
"nodeEnablePublicIpAccess": false,
138136
"serverNames": [
139137
{
140-
"name": "hsctestsg-c",
141-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
138+
"name": "testcluster-c",
139+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
142140
},
143141
{
144-
"name": "hsctestsg-w0",
145-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
142+
"name": "testcluster-w0",
143+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
146144
},
147145
{
148-
"name": "hsctestsg-w2",
149-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
146+
"name": "testcluster-w2",
147+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
150148
},
151149
{
152-
"name": "hsctestsg-w3",
153-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
150+
"name": "testcluster-w3",
151+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
154152
}
155153
],
156154
"sourceResourceId": null,
157-
"sourceLocation": null,
158155
"enableHa": true,
159156
"readReplicas": [],
160157
"earliestRestoreTime": null,

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreatePITR.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
"parameters": {
33
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
44
"resourceGroupName": "TestGroup",
5-
"clusterName": "hsctestsg",
5+
"clusterName": "testcluster",
66
"api-version": "2022-11-08",
77
"parameters": {
88
"location": "westus",
99
"properties": {
1010
"sourceLocation": "westus",
11+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/source-cluster",
1112
"pointInTimeUTC": "2017-12-14T00:00:37.467Z"
1213
}
1314
}
1415
},
1516
"responses": {
1617
"200": {
1718
"body": {
18-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
19-
"name": "hsctestsg",
19+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
20+
"name": "testcluster",
2021
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
2122
"systemData": {
2223
"createdBy": "user1",
@@ -51,17 +52,15 @@
5152
"nodeEnablePublicIpAccess": false,
5253
"serverNames": [
5354
{
54-
"name": "hsctestsg-c",
55-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
55+
"name": "testcluster-c",
56+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
5657
},
5758
{
58-
"name": "hsctestsg-w0",
59-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
59+
"name": "testcluster-w0",
60+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
6061
}
6162
],
62-
"pointInTimeUTC": "2017-12-14T00:00:37.467Z",
63-
"sourceResourceId": null,
64-
"sourceLocation": "westus",
63+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/source-cluster",
6564
"enableHa": true,
6665
"readReplicas": [],
6766
"earliestRestoreTime": null,
@@ -76,8 +75,8 @@
7675
"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"
7776
},
7877
"body": {
79-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
80-
"name": "hsctestsg",
78+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
79+
"name": "testcluster",
8180
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
8281
"systemData": {
8382
"createdBy": "user1",
@@ -112,16 +111,15 @@
112111
"nodeEnablePublicIpAccess": false,
113112
"serverNames": [
114113
{
115-
"name": "hsctestsg-c",
116-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
114+
"name": "testcluster-c",
115+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
117116
},
118117
{
119-
"name": "hsctestsg-w0",
120-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
118+
"name": "testcluster-w0",
119+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
121120
}
122121
],
123-
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster",
124-
"sourceLocation": "westus",
122+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster",
125123
"enableHa": true,
126124
"readReplicas": [],
127125
"earliestRestoreTime": null,

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterCreateReadReplica.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"parameters": {
33
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
44
"resourceGroupName": "TestGroup",
5-
"clusterName": "hsctestsg",
5+
"clusterName": "testcluster",
66
"api-version": "2022-11-08",
77
"parameters": {
88
"location": "westus",
99
"properties": {
1010
"sourceLocation": "westus",
11-
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster"
11+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster"
1212
}
1313
}
1414
},
1515
"responses": {
1616
"200": {
1717
"body": {
18-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
19-
"name": "hsctestsg",
18+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
19+
"name": "testcluster",
2020
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
2121
"systemData": {
2222
"createdBy": "user1",
@@ -51,17 +51,15 @@
5151
"nodeEnablePublicIpAccess": false,
5252
"serverNames": [
5353
{
54-
"name": "hsctestsg-c",
55-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
54+
"name": "testcluster-c",
55+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
5656
},
5757
{
58-
"name": "hsctestsg-w0",
59-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
58+
"name": "testcluster-w0",
59+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
6060
}
6161
],
62-
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster",
63-
"sourceLocation": "westus",
64-
"pointInTimeUTC": null,
62+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster",
6563
"enableHa": true,
6664
"readReplicas": [],
6765
"earliestRestoreTime": null,
@@ -76,8 +74,8 @@
7674
"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"
7775
},
7876
"body": {
79-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg",
80-
"name": "hsctestsg",
77+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster",
78+
"name": "testcluster",
8179
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
8280
"systemData": {
8381
"createdBy": "user1",
@@ -112,16 +110,15 @@
112110
"nodeEnablePublicIpAccess": false,
113111
"serverNames": [
114112
{
115-
"name": "hsctestsg-c",
116-
"fullyQualifiedDomainName": "c.hsctestsg.marlin-development.com"
113+
"name": "testcluster-c",
114+
"fullyQualifiedDomainName": "c.testcluster.postgres.database.azure.com"
117115
},
118116
{
119-
"name": "hsctestsg-w0",
120-
"fullyQualifiedDomainName": "w0.hsctestsg.marlin-development.com"
117+
"name": "testcluster-w0",
118+
"fullyQualifiedDomainName": "w0.testcluster.postgres.database.azure.com"
121119
}
122120
],
123-
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/pgtests-source-cluster",
124-
"sourceLocation": "westus",
121+
"sourceResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/sourcecluster",
125122
"enableHa": true,
126123
"readReplicas": [],
127124
"earliestRestoreTime": null,

specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ClusterGet.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"parameters": {
33
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
44
"resourceGroupName": "TestGroup",
5-
"clusterName": "hsctestsg1",
5+
"clusterName": "testcluster1",
66
"api-version": "2022-11-08"
77
},
88
"responses": {
99
"200": {
1010
"body": {
11-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/hsctestsg1",
12-
"name": "hsctestsg1",
11+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/serverGroupsv2/testcluster1",
12+
"name": "testcluster1",
1313
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
1414
"tags": {
1515
"additionalProp1": "string",
@@ -51,24 +51,22 @@
5151
"nodeEnablePublicIpAccess": false,
5252
"serverNames": [
5353
{
54-
"name": "hsctestsg1-c",
55-
"fullyQualifiedDomainName": "hsctestsg1-c.postgres.database.azure.com"
54+
"name": "testcluster1-c",
55+
"fullyQualifiedDomainName": "testcluster1-c.postgres.database.azure.com"
5656
},
5757
{
58-
"name": "hsctestsg1-w0",
59-
"fullyQualifiedDomainName": "hsctestsg1-w0.postgres.database.azure.com"
58+
"name": "testcluster1-w0",
59+
"fullyQualifiedDomainName": "testcluster1-w0.postgres.database.azure.com"
6060
},
6161
{
62-
"name": "hsctestsg1-w1",
63-
"fullyQualifiedDomainName": "hsctestsg1-w1.postgres.database.azure.com"
62+
"name": "testcluster1-w1",
63+
"fullyQualifiedDomainName": "testcluster1-w1.postgres.database.azure.com"
6464
}
6565
],
6666
"sourceResourceId": null,
67-
"sourceLocation": null,
68-
"pointInTimeUTC": null,
6967
"readReplicas": [
70-
"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-01",
71-
"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/hsctestreadreplica-02"
68+
"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-01",
69+
"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBForPostgreSQL/serverGroupsv2/testreadreplica-02"
7270
],
7371
"earliestRestoreTime": "2020-09-14T00:00:37.467Z",
7472
"privateEndpointConnections": []

0 commit comments

Comments
 (0)