This repository was archived by the owner on Jun 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.2.0 (2017.11.15)
2+ - Add delegated token credentials
3+ - Update OkHttp to 3.4 and Okio to 1.9
4+
5+ 1.1.1 (2017.10.18)
6+ - Adding MSICredentails type
7+ - Add data lake resource ID
8+ - Fix flattening serializer for HashMaps
9+ - Making PagedList to work with Java8 stream apis
10+ - Fix Azure environment endpoints
11+
1121.1.0 (2017.8.22)
213 - New feature to poll previously started long running operations
314 - Support JSON based auth file
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ The runtime libraries for [AutoRest](https://github.com/azure/autorest) generate
1515<dependency >
1616 <groupId >com.microsoft.rest</groupId >
1717 <artifactId >client-runtime</artifactId >
18- <version >1.0 .0</version >
18+ <version >1.2 .0</version >
1919</dependency >
2020
2121<dependency >
2222 <groupId >com.microsoft.azure</groupId >
2323 <artifactId >azure-client-runtime</artifactId >
24- <version >1.0 .0</version >
24+ <version >1.2 .0</version >
2525</dependency >
2626
2727<dependency >
2828 <groupId >com.microsoft.azure</groupId >
2929 <artifactId >azure-client-authentication</artifactId >
30- <version >1.0.0-beta6-SNAPSHOT </version >
30+ <version >1.2.0 </version >
3131</dependency >
3232```
3333
You can’t perform that action at this time.
0 commit comments