Skip to content

Commit 0676dbb

Browse files
authored
sql always encrypted add uami support (#15786)
1 parent d5e70e3 commit 0676dbb

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/LinkedService.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@
486486
},
487487
"enum": [
488488
"ServicePrincipal",
489-
"ManagedIdentity"
489+
"ManagedIdentity",
490+
"UserAssignedManagedIdentity"
490491
],
491492
"type": "string",
492493
"description": "Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string)."
@@ -498,6 +499,10 @@
498499
"servicePrincipalKey": {
499500
"$ref": "../datafactory.json#/definitions/SecretBase",
500501
"description": "The key of the service principal used to authenticate against Azure Key Vault."
502+
},
503+
"credential": {
504+
"$ref": "../datafactory.json#/definitions/CredentialReference",
505+
"description": "The credential reference containing authentication information."
501506
}
502507
},
503508
"required": [

0 commit comments

Comments
 (0)