diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetLocationHeaderResultWithSqlPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetLocationHeaderResultWithSqlPool.json index 250f332b80a6..139bb5b2ee74 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetLocationHeaderResultWithSqlPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetLocationHeaderResultWithSqlPool.json @@ -9,10 +9,25 @@ }, "responses": { "200": { - "body": {} - }, - "202": { - "body": {} + "body": { + "sku": {}, + "kind": "v12.0,user,datawarehouse,gen2", + "properties": { + "collation": "SQL_Latin1_General_CP1_CI_AS", + "maxSizeBytes": 263882790666240, + "status": "Paused", + "databaseId": "00000000-1111-2222-3333-444444444444", + "creationDate": "2022-08-25T09:22:46.68Z", + "currentServiceObjectiveName": "DW100c", + "defaultSecondaryLocation": "westus", + "catalogCollation": "SQL_Latin1_General_CP1_CI_AS" + }, + "location": "eastus", + "tags": {}, + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg_ursa/providers/Microsoft.Synapse/workspaces/ursascaneastus/sqlPools/SampleSQLPool", + "name": "SampleSQLPool", + "type": "Microsoft.Synapse/workspaces/sqlPools" + } } } } diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetLocationHeaderResultWithSqlPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetLocationHeaderResultWithSqlPool.json index a277805c82a9..9d29e4dd6840 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetLocationHeaderResultWithSqlPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetLocationHeaderResultWithSqlPool.json @@ -9,10 +9,25 @@ }, "responses": { "200": { - "body": {} - }, - "202": { - "body": {} + "body": { + "sku": {}, + "kind": "v12.0,user,datawarehouse,gen2", + "properties": { + "collation": "SQL_Latin1_General_CP1_CI_AS", + "maxSizeBytes": 263882790666240, + "status": "Paused", + "databaseId": "00000000-1111-2222-3333-444444444444", + "creationDate": "2022-08-25T09:22:46.68Z", + "currentServiceObjectiveName": "DW100c", + "defaultSecondaryLocation": "westus", + "catalogCollation": "SQL_Latin1_General_CP1_CI_AS" + }, + "location": "eastus", + "tags": {}, + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg_ursa/providers/Microsoft.Synapse/workspaces/ursascaneastus/sqlPools/SampleSQLPool", + "name": "SampleSQLPool", + "type": "Microsoft.Synapse/workspaces/sqlPools" + } } } }