Skip to content

Commit fc81227

Browse files
authored
Upgraded Microsoft.Rest.ClientRuntime to 2.3.24 (#17792)
1 parent 22fc904 commit fc81227

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24
2223

2324
## Version 2.7.5
2425
* Added `SshCredentialFactory` to support get ssh credential of vm from msal.

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.23"/>
4+
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24"/>
55
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19"/>
66
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.3.57-preview"/>
77
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.3.57-preview"/>

tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />
1313
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net452" />
1414
<package id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.1.0" targetFramework="net452" />
15-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.23" targetFramework="net452" />
15+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net452" />
1616
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net452" />
1717
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net452" />
1818
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />

tools/RepoTasks/RepoTasks.RemoteWorker/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />
1313
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net452" />
1414
<package id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.1.0" targetFramework="net452" />
15-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.23" targetFramework="net452" />
15+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net452" />
1616
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net452" />
1717
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
1818
</packages>

0 commit comments

Comments
 (0)