Skip to content

Commit ed6a32a

Browse files
author
SDKAuto
committed
CodeGen from PR 15455 in Azure/azure-rest-api-specs
signalr: adding the missing `Trace` value (#15455) Fixes #14923
1 parent c63cc61 commit ed6a32a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

schemas/2020-05-01/Microsoft.SignalRService.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
"enum": [
152152
"ClientConnection",
153153
"ServerConnection",
154-
"RESTAPI"
154+
"RESTAPI",
155+
"Trace"
155156
]
156157
}
157158
},
@@ -170,7 +171,8 @@
170171
"enum": [
171172
"ClientConnection",
172173
"ServerConnection",
173-
"RESTAPI"
174+
"RESTAPI",
175+
"Trace"
174176
]
175177
}
176178
},
@@ -205,7 +207,8 @@
205207
"enum": [
206208
"ClientConnection",
207209
"ServerConnection",
208-
"RESTAPI"
210+
"RESTAPI",
211+
"Trace"
209212
]
210213
}
211214
},
@@ -224,7 +227,8 @@
224227
"enum": [
225228
"ClientConnection",
226229
"ServerConnection",
227-
"RESTAPI"
230+
"RESTAPI",
231+
"Trace"
228232
]
229233
}
230234
},

0 commit comments

Comments
 (0)