-
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.
Add integration runtime sharing feature.
- Loading branch information
1 parent
b1674bb
commit 8252d05
Showing
3 changed files
with
208 additions
and
3 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
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
24 changes: 24 additions & 0 deletions
24
...ger/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_RemoveLinks.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,24 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "12345678-1234-1234-1234-12345678abc", | ||
"resourceGroupName": "exampleResourceGroup", | ||
"factoryName": "exampleFactoryName", | ||
"integrationRuntimeName": "exampleIntegrationRuntime", | ||
"linkedIntegrationRuntimeRequest": { | ||
"factoryName": "exampleFactoryName-linked" | ||
}, | ||
"api-version": "2018-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"Date": "Tue, 03 Jul 2018 06:33:25 GMT", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-subscription-writes": "1195", | ||
"x-ms-request-id": "360fbe4c-a1a7-436b-b0f5-e27a474a6b16", | ||
"x-ms-correlation-request-id": "360fbe4c-a1a7-436b-b0f5-e27a474a6b16" | ||
}, | ||
"body": null | ||
} | ||
} | ||
} |