Skip to content

Commit 7247e3c

Browse files
author
SDKAuto
committed
CodeGen from PR 15786 in Azure/azure-rest-api-specs
sql always encrypted add uami support (#15786)
1 parent 9d96184 commit 7247e3c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25966,7 +25966,8 @@
2596625966
"type": "string",
2596725967
"enum": [
2596825968
"ServicePrincipal",
25969-
"ManagedIdentity"
25969+
"ManagedIdentity",
25970+
"UserAssignedManagedIdentity"
2597025971
]
2597125972
},
2597225973
{
@@ -25975,6 +25976,17 @@
2597525976
],
2597625977
"description": "Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string)."
2597725978
},
25979+
"credential": {
25980+
"oneOf": [
25981+
{
25982+
"$ref": "#/definitions/CredentialReference"
25983+
},
25984+
{
25985+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
25986+
}
25987+
],
25988+
"description": "Credential reference type."
25989+
},
2597825990
"servicePrincipalId": {
2597925991
"type": "object",
2598025992
"properties": {},

0 commit comments

Comments
 (0)