Skip to content

Commit 25fc663

Browse files
authored
Updated response body to "SqlPoolOperationResults_GetLocationHeaderResult" sqlPool json (#20390)
1 parent 62cf797 commit 25fc663

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetLocationHeaderResultWithSqlPool.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,25 @@
99
},
1010
"responses": {
1111
"200": {
12-
"body": {}
13-
},
14-
"202": {
15-
"body": {}
12+
"body": {
13+
"sku": {},
14+
"kind": "v12.0,user,datawarehouse,gen2",
15+
"properties": {
16+
"collation": "SQL_Latin1_General_CP1_CI_AS",
17+
"maxSizeBytes": 263882790666240,
18+
"status": "Paused",
19+
"databaseId": "00000000-1111-2222-3333-444444444444",
20+
"creationDate": "2022-08-25T09:22:46.68Z",
21+
"currentServiceObjectiveName": "DW100c",
22+
"defaultSecondaryLocation": "westus",
23+
"catalogCollation": "SQL_Latin1_General_CP1_CI_AS"
24+
},
25+
"location": "eastus",
26+
"tags": {},
27+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg_ursa/providers/Microsoft.Synapse/workspaces/ursascaneastus/sqlPools/SampleSQLPool",
28+
"name": "SampleSQLPool",
29+
"type": "Microsoft.Synapse/workspaces/sqlPools"
30+
}
1631
}
1732
}
1833
}

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetLocationHeaderResultWithSqlPool.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,25 @@
99
},
1010
"responses": {
1111
"200": {
12-
"body": {}
13-
},
14-
"202": {
15-
"body": {}
12+
"body": {
13+
"sku": {},
14+
"kind": "v12.0,user,datawarehouse,gen2",
15+
"properties": {
16+
"collation": "SQL_Latin1_General_CP1_CI_AS",
17+
"maxSizeBytes": 263882790666240,
18+
"status": "Paused",
19+
"databaseId": "00000000-1111-2222-3333-444444444444",
20+
"creationDate": "2022-08-25T09:22:46.68Z",
21+
"currentServiceObjectiveName": "DW100c",
22+
"defaultSecondaryLocation": "westus",
23+
"catalogCollation": "SQL_Latin1_General_CP1_CI_AS"
24+
},
25+
"location": "eastus",
26+
"tags": {},
27+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg_ursa/providers/Microsoft.Synapse/workspaces/ursascaneastus/sqlPools/SampleSQLPool",
28+
"name": "SampleSQLPool",
29+
"type": "Microsoft.Synapse/workspaces/sqlPools"
30+
}
1631
}
1732
}
1833
}

0 commit comments

Comments
 (0)