-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New API Path added "datawarehousequeries" in sqlpool #19926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ruowan
merged 36 commits into
Azure:main
from
12VamshiKrishna:user/v-schirra/Swagger_Completeness_AddPath_datawarehousequeries
Aug 22, 2022
Merged
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
4495da0
Resolved Conflict - removed space
b8634ce
Merge branch 'main' into user/v-schirra/Swagger_Completeness_AddPath_…
12VamshiKrishna 91dbbcb
Changes in definitions
d0f05ce
Changes in example-getdatawarehousequeries.json
e7281ae
added object in sqlpool
891a30f
Updated datawarehousequeries json
027841c
modified sqlpool definitions
221d09f
Removed properties in example json
e6d7c9c
added Removed items
1bf5fcd
added response in example json for dataWarehouseQueries
8341ab5
Added properties in definitions
7e7b37a
updated mismatch type
c3e2338
modifications in id path
11e2c8d
Properties changes
4d798c3
changed Value to Properties
1f854ce
properties to value changes
bba0f65
removed Nextlink
5eebc3d
Removed array
62fb10c
updated description
a4f872f
Added type in response
007d1cd
chnages in responses
c9e241e
changes in readme
e964f91
Null Changes
8ddc502
Changes in Readme added Datawarehousequeries
db828dc
added missing tag in batch
3bb3f5f
Changed Value Object
d77fa59
Reversed type changes
9b65d1d
Camel case changes
84be123
Camel Changes
5dc57fa
Removed Extra Value Properties
ec16559
Added Properties
ed66b00
Description Changes
758f081
resourceClass values
e53d3a9
Added Custom Words
4eb9bd4
Merge branch 'main' into user/v-schirra/Swagger_Completeness_AddPath_…
12VamshiKrishna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
...anager/Microsoft.Synapse/preview/2021-06-01-preview/examples/GetDatawareHouseQueries.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.