Skip to content

Commit

Permalink
Revert "[DataFactory]Set servicePrincipalId,servicePrincipalKey and t…
Browse files Browse the repository at this point in the history
…enant to be optional from AzureDataExplorerLinkedServiceTypeProperties (Azure#12755)" (Azure#12769)

This reverts commit baa5ac2.
  • Loading branch information
Jingshu923 authored and mkarmark committed Jul 20, 2021
1 parent e2e92cc commit 6a9550e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5825,7 +5825,10 @@
},
"required": [
"endpoint",
"database"
"servicePrincipalId",
"servicePrincipalKey",
"database",
"tenant"
]
},
"AzureFunctionLinkedService": {
Expand Down

0 comments on commit 6a9550e

Please sign in to comment.