-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EnableInteractivequery Changes (#21936)
* EnableInteractivequery Changes * Spell Check Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>
- Loading branch information
1 parent
2ccd686
commit e8f0f5c
Showing
3 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -2657,3 +2657,4 @@ Offersby | |
Versionswithin | ||
generatesastoken | ||
updation | ||
interactivequery |
29 changes: 29 additions & 0 deletions
29
...napse/preview/2021-06-01-preview/examples/EnableInteractivequery_IntegrationRuntimes.json
This file contains 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,29 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "2d03866b-587b-4e1f-a2fe-0a55958c655e", | ||
"resourceGroupName": "drage-felles-prod-rg", | ||
"workspaceName": "felles-prod-synapse-workspace", | ||
"integrationRuntimeName": "SSIS-intergrationRuntime-Drage", | ||
"integrationRuntimeOperationId": "5752dcdf918e4aecb941245ddf6ebb83", | ||
"api-version": "2021-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"strict-Transport-Security": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"Date": "Thu, 14 Jun 2018 14:53:22 GMT", | ||
"x-ms-request-id": "19efe790-074f-4241-ae94-0422935d0f46", | ||
"x-ms-correlation-request-id": "19efe790-074f-4241-ae94-0422935d0f46", | ||
"server": "Kestrel;Microsoft-HTTPAPI/2.0" | ||
}, | ||
"body": { | ||
"properties": { | ||
"status": "InProgress", | ||
"name": "5752dcdf918e4aecb941245ddf6ebb83", | ||
"properties": null, | ||
"error": null | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains 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