Skip to content

Commit

Permalink
CodeGen from PR 15786 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
sql always encrypted add uami support (#15786)
  • Loading branch information
SDKAuto committed Sep 7, 2021
1 parent 9d96184 commit 7247e3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -25966,7 +25966,8 @@
"type": "string",
"enum": [
"ServicePrincipal",
"ManagedIdentity"
"ManagedIdentity",
"UserAssignedManagedIdentity"
]
},
{
Expand All @@ -25975,6 +25976,17 @@
],
"description": "Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string)."
},
"credential": {
"oneOf": [
{
"$ref": "#/definitions/CredentialReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Credential reference type."
},
"servicePrincipalId": {
"type": "object",
"properties": {},
Expand Down

0 comments on commit 7247e3c

Please sign in to comment.