Skip to content

Commit

Permalink
CodeGen from PR 15455 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
signalr: adding the missing `Trace` value (#15455)

Fixes #14923
  • Loading branch information
SDKAuto committed Aug 2, 2021
1 parent c63cc61 commit ed6a32a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions schemas/2020-05-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
"enum": [
"ClientConnection",
"ServerConnection",
"RESTAPI"
"RESTAPI",
"Trace"
]
}
},
Expand All @@ -170,7 +171,8 @@
"enum": [
"ClientConnection",
"ServerConnection",
"RESTAPI"
"RESTAPI",
"Trace"
]
}
},
Expand Down Expand Up @@ -205,7 +207,8 @@
"enum": [
"ClientConnection",
"ServerConnection",
"RESTAPI"
"RESTAPI",
"Trace"
]
}
},
Expand All @@ -224,7 +227,8 @@
"enum": [
"ClientConnection",
"ServerConnection",
"RESTAPI"
"RESTAPI",
"Trace"
]
}
},
Expand Down

0 comments on commit ed6a32a

Please sign in to comment.