Skip to content

Commit

Permalink
Updated response body to "SqlPoolOperationResults_GetLocationHeaderRe…
Browse files Browse the repository at this point in the history
…sult" sqlPool json (#20390)
  • Loading branch information
sparatala authored Aug 29, 2022
1 parent 62cf797 commit 25fc663
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 25fc663

Please sign in to comment.