Skip to content

Commit

Permalink
Fix an issue “ServicePrincipalCredentialEnum” should be string rather…
Browse files Browse the repository at this point in the history
… than object (Azure#16322)
  • Loading branch information
Jingshu923 authored and LeiWang3 committed Mar 31, 2022
1 parent af20d26 commit ce55340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
"ServicePrincipalKey",
"ServicePrincipalCert"
],
"type": "object",
"type": "string",
"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)."
},
"CommonDataServiceForAppsLinkedService": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
"ServicePrincipalKey",
"ServicePrincipalCert"
],
"type": "object",
"type": "string",
"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)."
},
"CommonDataServiceForAppsLinkedService": {
Expand Down

0 comments on commit ce55340

Please sign in to comment.