Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down