File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,6 @@ private string GetRegion(StreamApiLocation location)
171171 return "dublin" ;
172172 case StreamApiLocation . Singapore :
173173 return "singapore" ;
174- case StreamApiLocation . USWest :
175- return "us-west" ;
176- case StreamApiLocation . EUCentral :
177- return "eu-central" ;
178174 default :
179175 return "us-east" ;
180176 }
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ public enum StreamApiLocation
88 Dublin ,
99 Singapore ,
1010 Tokyo ,
11-
12- [ Obsolete ( "This api location is no longer in use and will be removed in the future" ) ]
13- USWest ,
14- [ Obsolete ( "This api location is no longer in use and will be removed in the future" ) ]
15- EUCentral ,
1611 }
1712
1813 public class StreamClientOptions
You can’t perform that action at this time.
0 commit comments