Skip to content

Commit

Permalink
[Synapse]Fix Credential OperationId Not UnifiedIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu918 committed Oct 24, 2023
1 parent d748b99 commit 83eef9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tags": [
"credentials"
],
"operationId": "Credentials_ListByWorkspace",
"operationId": "Credential_ListByWorkspace",
"x-ms-examples": {
"Credentials_ListByWorkspace": {
"$ref": "./examples/Credentials_ListByWorkspace.json"
Expand Down Expand Up @@ -67,7 +67,7 @@
"tags": [
"credentials"
],
"operationId": "Credentials_CreateOrUpdate",
"operationId": "Credential_CreateOrUpdate",
"x-ms-examples": {
"Credentials_Create": {
"$ref": "./examples/Credentials_Create.json"
Expand Down

0 comments on commit 83eef9f

Please sign in to comment.