From 2e019af63b5721b286d853dfd0cf21e37780bc10 Mon Sep 17 00:00:00 2001 From: Yandong Zhang Date: Tue, 23 Jan 2018 16:35:59 +0800 Subject: [PATCH] Add two more members to LinkedIntegrationRuntime --- .../entityTypes/IntegrationRuntime.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json index 1778469e59fa..2abc40247475 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json @@ -643,8 +643,18 @@ "type": "string", "readOnly": true }, + "subscriptionId": { + "description": "The subscription ID for which the linked integration runtime belong to.", + "type": "string", + "readOnly": true + }, "dataFactoryName": { - "description": "The data factory name for which the linked integration runtime belong to.", + "description": "The name of the data factory for which the linked integration runtime belong to.", + "type": "string", + "readOnly": true + }, + "dataFactoryLocation": { + "description": "The location of the data factory for which the linked integration runtime belong to.", "type": "string", "readOnly": true },