Skip to content

Commit

Permalink
Enable UAMI auth for Data Factory Sql Server connector (#29205)
Browse files Browse the repository at this point in the history
* update

* remove SAMI

---------

Co-authored-by: seanwang051 <[email protected]>
Co-authored-by: Razvan Badea <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent d1bbbb3 commit 99f53b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@
},
"enum": [
"SQL",
"Windows"
"Windows",
"UserAssignedManagedIdentity"
],
"type": "string",
"description": "The type used for authentication. Type: string."
Expand All @@ -481,6 +482,10 @@
"alwaysEncryptedSettings": {
"$ref": "#/definitions/SqlAlwaysEncryptedProperties",
"description": "Sql always encrypted properties."
},
"credential": {
"$ref": "../datafactory.json#/definitions/CredentialReference",
"description": "The credential reference containing authentication information."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
},
"enum": [
"SQL",
"Windows"
"Windows",
"UserAssignedManagedIdentity"
],
"type": "string",
"description": "The type used for authentication. Type: string."
Expand All @@ -432,6 +433,10 @@
"alwaysEncryptedSettings": {
"$ref": "#/definitions/SqlAlwaysEncryptedProperties",
"description": "Sql always encrypted properties."
},
"credential": {
"$ref": "../artifacts.json#/definitions/CredentialReference",
"description": "The credential reference containing authentication information."
}
}
},
Expand Down

0 comments on commit 99f53b4

Please sign in to comment.