Skip to content

Commit d762e83

Browse files
authored
Upgrade Azure.Core to 1.45.0 (#27803)
1 parent aefe3d9 commit d762e83

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
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+
* Upgrade Azure.Core to 1.45.0
2223

2324
## Version 5.0.0
2425
* Changed the default output access token of `Get-AzAccessToken` from plain text to `SecureString`.

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
5151
CreateAssembly("net461", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
5252
CreateAssembly("net461", "System.Text.Encodings.Web", "6.0.0.1").WithWindowsPowerShell(),
5353
CreateAssembly("net47", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
54-
CreateAssembly("netstandard2.0", "Azure.Core", "1.44.1.0"),
54+
CreateAssembly("netstandard2.0", "Azure.Core", "1.45.0.0"),
5555
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
5656
CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"),
5757
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
@@ -61,7 +61,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
6161
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
6262
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
6363
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
64-
CreateAssembly("netstandard2.0", "System.ClientModel", "1.1.0.0"),
64+
CreateAssembly("netstandard2.0", "System.ClientModel", "1.2.1.0"),
6565
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.1"),
6666
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(),
6767
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),

src/lib/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"type": "nuget",
8989
"nuget": {
9090
"name": "Azure.Core",
91-
"version": "1.44.1"
91+
"version": "1.45.0"
9292
}
9393
}
9494
},
@@ -178,7 +178,7 @@
178178
"type": "nuget",
179179
"nuget": {
180180
"name": "System.ClientModel",
181-
"version": "1.1.0"
181+
"version": "1.2.1"
182182
}
183183
}
184184
},

src/lib/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"PackageName": "Azure.Core",
4-
"PackageVersion": "1.44.1",
4+
"PackageVersion": "1.45.0",
55
"TargetFramework": "netstandard2.0",
66
"WindowsPowerShell": true,
77
"PowerShell7Plus": true
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"PackageName": "System.ClientModel",
75-
"PackageVersion": "1.1.0",
75+
"PackageVersion": "1.2.1",
7676
"TargetFramework": "netstandard2.0",
7777
"WindowsPowerShell": true,
7878
"PowerShell7Plus": true

src/lib/netstandard2.0/Azure.Core.dll

1.52 KB
Binary file not shown.
16 Bytes
Binary file not shown.

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Azure.Core" Version="1.44.1"/>
25+
<PackageReference Include="Azure.Core" Version="1.45.0"/>
2626
</ItemGroup>
2727
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2828
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0">

0 commit comments

Comments
 (0)