Skip to content

Commit 0a84f4a

Browse files
authored
Merge 8c70b81 into 28a163a
2 parents 28a163a + 8c70b81 commit 0a84f4a

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

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

-16
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@
2424
"type": "Microsoft.Synapse/workspaces/sqlPools"
2525
}
2626
},
27-
"202": {
28-
"body": {
29-
"sku": {},
30-
"properties": {
31-
"collation": "SQL_Latin1_General_CP1_CI_AS",
32-
"maxSizeBytes": 263882790666240,
33-
"status": "Paused",
34-
"creationDate": "2022-08-25T09:22:46.68Z"
35-
},
36-
"location": "eastus",
37-
"tags": {},
38-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg_ursa/providers/Microsoft.Synapse/workspaces/ursascaneastus/sqlPools/SampleSQLPool",
39-
"name": "SampleSQLPool",
40-
"type": "Microsoft.Synapse/workspaces/sqlPools"
41-
}
42-
},
4327
"201": {
4428
"body": {
4529
"sku": {},

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

-7
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,6 @@
636636
},
637637
"description": "OK"
638638
},
639-
"202": {
640-
"schema": {
641-
"$ref": "#/definitions/SqlPool"
642-
},
643-
"description": "Accepted"
644-
},
645639
"201": {
646640
"schema": {
647641
"$ref": "#/definitions/SqlPool"
@@ -659,7 +653,6 @@
659653
"produces": [
660654
"application/json"
661655
],
662-
"x-ms-long-running-operation": true,
663656
"x-ms-examples": {
664657
"Get the result of an operation on a SQL Analytics pool": {
665658
"$ref": "./examples/GetLocationHeaderResultWithSqlPool.json"

0 commit comments

Comments
 (0)