Skip to content

Commit

Permalink
Update swagger for SSIS-IR to support user-assigned managed identity (#…
Browse files Browse the repository at this point in the history
…14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>
  • Loading branch information
hongxian and Hongxian Yao authored Apr 26, 2021
1 parent ad5f229 commit 3496413
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
"items": {
"$ref": "#/definitions/PackageStore"
}
},
"managedCredential": {
"description": "The user-assigned managed identity reference.",
"$ref": "#/definitions/EntityReference"
}
},
"additionalProperties": {
Expand Down Expand Up @@ -504,7 +508,8 @@
"type": "string",
"enum": [
"IntegrationRuntimeReference",
"LinkedServiceReference"
"LinkedServiceReference",
"CredentialReference"
],
"x-ms-enum": {
"name": "IntegrationRuntimeEntityReferenceType",
Expand Down

0 comments on commit 3496413

Please sign in to comment.