Skip to content

Commit 72ca3c4

Browse files
hongxianHongxian Yao
authored andcommitted
Update swagger for SSIS-IR to support user-assigned managed identity (Azure#14114)
Co-authored-by: Hongxian Yao <hoyao@microsoft.com>
1 parent 3227121 commit 72ca3c4

File tree

1 file changed

+6
-1
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+6
-1
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
"items": {
238238
"$ref": "#/definitions/PackageStore"
239239
}
240+
},
241+
"managedCredential": {
242+
"description": "The user-assigned managed identity reference.",
243+
"$ref": "#/definitions/EntityReference"
240244
}
241245
},
242246
"additionalProperties": {
@@ -504,7 +508,8 @@
504508
"type": "string",
505509
"enum": [
506510
"IntegrationRuntimeReference",
507-
"LinkedServiceReference"
511+
"LinkedServiceReference",
512+
"CredentialReference"
508513
],
509514
"x-ms-enum": {
510515
"name": "IntegrationRuntimeEntityReferenceType",

0 commit comments

Comments
 (0)