You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/directconnectivity/BarrierRequestHelper.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,10 +115,12 @@ public static Mono<RxDocumentServiceRequest> createAsync(
115
115
break;
116
116
117
117
default:
118
-
StringunknownAuthToken = "Unknown authorization token kind for read request";
0 commit comments