Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5f5d0ce
Path datawarehousequeries added in sqlpool
Jul 25, 2022
4495da0
Resolved Conflict - removed space
Jul 25, 2022
b8634ce
Merge branch 'main' into user/v-schirra/Swagger_Completeness_AddPath_…
12VamshiKrishna Jul 25, 2022
91dbbcb
Changes in definitions
Jul 26, 2022
d0f05ce
Changes in example-getdatawarehousequeries.json
Jul 26, 2022
e7281ae
added object in sqlpool
Jul 26, 2022
891a30f
Updated datawarehousequeries json
Jul 27, 2022
027841c
modified sqlpool definitions
Jul 27, 2022
221d09f
Removed properties in example json
Jul 28, 2022
e6d7c9c
added Removed items
Jul 28, 2022
1bf5fcd
added response in example json for dataWarehouseQueries
Aug 2, 2022
8341ab5
Added properties in definitions
Aug 2, 2022
7e7b37a
updated mismatch type
Aug 2, 2022
c3e2338
modifications in id path
Aug 2, 2022
11e2c8d
Properties changes
Aug 2, 2022
4d798c3
changed Value to Properties
Aug 2, 2022
1f854ce
properties to value changes
Aug 2, 2022
bba0f65
removed Nextlink
Aug 2, 2022
5eebc3d
Removed array
Aug 2, 2022
62fb10c
updated description
Aug 3, 2022
a4f872f
Added type in response
Aug 3, 2022
007d1cd
chnages in responses
Aug 3, 2022
c9e241e
changes in readme
Aug 3, 2022
e964f91
Null Changes
Aug 4, 2022
8ddc502
Changes in Readme added Datawarehousequeries
Aug 4, 2022
db828dc
added missing tag in batch
Aug 8, 2022
3bb3f5f
Changed Value Object
Aug 8, 2022
d77fa59
Reversed type changes
Aug 8, 2022
9b65d1d
Camel case changes
Aug 8, 2022
84be123
Camel Changes
Aug 8, 2022
5dc57fa
Removed Extra Value Properties
Aug 8, 2022
ec16559
Added Properties
Aug 8, 2022
ed66b00
Description Changes
Aug 8, 2022
758f081
resourceClass values
Aug 19, 2022
e53d3a9
Added Custom Words
Aug 19, 2022
4eb9bd4
Merge branch 'main' into user/v-schirra/Swagger_Completeness_AddPath_…
12VamshiKrishna Aug 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2657,6 +2657,8 @@ verifyx
removex
generateverificationcodex
favorited
datawarehousequeries
Dataware
SIMIDs
ICCID
unversioned
Expand Down Expand Up @@ -2710,4 +2712,8 @@ Thangmi
Tuvan
Uyghur
Paramter
Spza
Spza
xlargerc
largerc
mediumrc
smallrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "cde3513f-fbc4-414d-abc2-c4b2ad011bd8",
"resourceGroupName": "kedodd2021synrg1",
"workspaceName": "kedoddsynprodws",
"sqlPoolName": "kedoddsqlpool1",
"api-version": "2021-06-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/cde3513f-fbc4-414d-abc2-c4b2ad011bd8/resourceGroups/kedodd2021synrg1/providers/Microsoft.Synapse/workspaces/kedoddsynprodws/sqlPools/kedoddsqlpool1/datawarehousequeries/QID683040",
"type": "Microsoft.Synapse/workspaces/sqlPools/dataWarehouseQueries",
"name": "QID683040",
"location": "null",
"properties": {
"queryId": "QID683040",
"startTime": "2022-08-01T02:27:39.36",
"endTime": "2022-08-01T02:27:59.91",
"duration": 20562,
"status": "Completed",
"queryText": "--Backing up Logical Azure Database",
"importance": "N/A",
"groupName": "N/A",
"classifierName": "N/A",
"resourceAllocationPercentage": "N/A",
"error": null,
"login": "System",
"progress": 100,
"sessionId": "SID41961",
"resourceClass": "N/A",
"concurrencySlots": "N/A"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5225,6 +5225,64 @@
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataWarehouseQueries": {
"get": {
"operationId": "SqlPoolsDatawareHouseQueries_Get",
"summary": "Get SQL pool DatawareHouse Queries ",
"description": "SQL pool DatawareHouse Queries ",
"tags": [
"SqlPools,DatawareHouseQueries"
],
"deprecated": false,
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../../common/v1/types.json#/parameters/WorkspaceNameParameter"
},
{
"type": "string",
"in": "path",
"name": "sqlPoolName",
"description": "SQL pool name",
"required": true
}
],
"responses": {
"200": {
"schema": {
"type": "object",
"items": {
"$ref": "#/definitions/DataWarehouseQueries"
}
},
"description": "OK"
},
"default": {
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
},
"description": ""
}
},
"consumes": [],
"produces": [
"application/json"
],
"x-ms-examples": {
"Get Sql pool DataWarehouseQueries": {
"$ref": "./examples/GetDatawareHouseQueries.json"
}
}
}
}
},
"definitions": {
Expand Down Expand Up @@ -7623,6 +7681,121 @@
}
}
}
},
"DataWarehouseQueries": {
"description": "The response to a list datawarehouse queries.",
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource"
}
],
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/DataWareHouseQueriesProperties",
"description": "Resource properties."
}
}
},
"DataWareHouseQueriesProperties": {
"description": "Properties of a datawarehousequeries.",
"type": "object",
"properties": {
"queryId": {
"description": "Requested QueryId. of datawarehousequeries",
"type": "string",
"readOnly": true
},
"startTime": {
"description": "The start time for queries datawarehousequeries",
"type": "string",
"format": "date-time",
"readOnly": true
},
"endTime": {
"description": "The end time for queries",
"type": "string",
"format": "date-time",
"readOnly": true
},
"duration": {
"description": "The duration of requested queries.",
"type": "number",
"format": "int32",
"readOnly": true
},
"status": {
"description": " Status of dataWarehouseQueries.",
"type": "string",
"readOnly": true
},
"queryText": {
"description": " QueryText Message",
"type": "string",
"readOnly": true
},
"importance": {
"description": "dataWarehouseQueries Importance",
"type": "string",
"readOnly": true
},
"groupName": {
"description": "Requested GroupName ",
"type": "string",
"readOnly": true
},
"classifierName": {
"description": "Requested ClassifierName",
"type": "string",
"readOnly": true
},
"resourceAllocationPercentage": {
"description": "AllocationPercentage of the Resource",
"type": "string",
"readOnly": true
},
"error": {
"description": "The operation error message.",
"type": "string",
"readOnly": true
},
"login": {
"description": "Login Details",
"type": "string",
"readOnly": true
},
"progress": {
"description": "Progress value",
"type": "number",
"format": "int32",
"readOnly": true
},
"sessionId": {
"description": "SessionId for Resource",
"type": "string",
"readOnly": true
},
"resourceClass": {
"description": "Requested ResourceClass",
"type": "string",
"enum": [
"xlargerc",
"largerc",
"mediumrc",
"smallrc"
],
"x-ms-enum": {
"modelAsString": false,
"name": "DatawarehousequeriesResourceClass"
}
},
"concurrencySlots": {
"description": "Requested ConcurrencySlots",
"type": "string",
"readOnly": true
}
}
}
},
"parameters": {
Expand Down
2 changes: 1 addition & 1 deletion specification/synapse/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@ batch:

## Go

See configuration in [readme.go.md](./readme.go.md)
See configuration in [readme.go.md](./readme.go.md)