forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial Commit * Prettier Check Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>
- Loading branch information
Showing
2 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...Synapse/preview/2021-06-01-preview/examples/IntegrationRuntimes_Stop_OperationStatus.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