Skip to content

Commit ad3c2d9

Browse files
authored
Fix an issue “ServicePrincipalCredentialEnum” should be string rather than object (#16322)
1 parent 2970400 commit ad3c2d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
"ServicePrincipalKey",
765765
"ServicePrincipalCert"
766766
],
767-
"type": "object",
767+
"type": "string",
768768
"description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)."
769769
},
770770
"CommonDataServiceForAppsLinkedService": {

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
"ServicePrincipalKey",
765765
"ServicePrincipalCert"
766766
],
767-
"type": "object",
767+
"type": "string",
768768
"description": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)."
769769
},
770770
"CommonDataServiceForAppsLinkedService": {

0 commit comments

Comments
 (0)