Skip to content

Commit caaecea

Browse files
authored
Chore | upgrade Azure Identity from 1.5.0 to 1.6.0 (#1611)
1 parent c2e7e3e commit caaecea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

tools/props/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</PropertyGroup>
2727
<!-- NetFx and NetCore project dependencies -->
2828
<PropertyGroup>
29-
<AzureIdentityVersion>1.5.0</AzureIdentityVersion>
30-
<MicrosoftIdentityClientVersion>4.30.1</MicrosoftIdentityClientVersion>
29+
<AzureIdentityVersion>1.6.0</AzureIdentityVersion>
30+
<MicrosoftIdentityClientVersion>4.43.2</MicrosoftIdentityClientVersion>
3131
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.8.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3232
<MicrosoftIdentityModelJsonWebTokensVersion>6.8.0</MicrosoftIdentityModelJsonWebTokensVersion>
3333
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
@@ -55,7 +55,7 @@
5555
</PropertyGroup>
5656
<!-- AKV Provider project dependencies -->
5757
<PropertyGroup>
58-
<AzureCoreVersion>[1.20.0,2.0.0)</AzureCoreVersion>
58+
<AzureCoreVersion>[1.24.0,2.0.0)</AzureCoreVersion>
5959
<AzureSecurityKeyVaultKeysVersion>[4.0.3,5.0.0)</AzureSecurityKeyVaultKeysVersion>
6060
<MicrosoftExtensionsCachingMemoryVersion>5.0.0</MicrosoftExtensionsCachingMemoryVersion>
6161
</PropertyGroup>

tools/specs/Microsoft.Data.SqlClient.nuspec

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2929
<dependencies>
3030
<group targetFramework="net462">
3131
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.0.0-preview2.22084.1" />
32-
<dependency id="Azure.Identity" version="1.5.0" />
33-
<dependency id="Microsoft.Identity.Client" version="4.30.1" />
32+
<dependency id="Azure.Identity" version="1.6.0" />
33+
<dependency id="Microsoft.Identity.Client" version="4.43.2" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -43,8 +43,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4343
</group>
4444
<group targetFramework="netcoreapp3.1">
4545
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
46-
<dependency id="Azure.Identity" version="1.5.0" />
47-
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
46+
<dependency id="Azure.Identity" version="1.6.0" />
47+
<dependency id="Microsoft.Identity.Client" version="4.43.2" exclude="Compile"/>
4848
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
4949
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
5050
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
@@ -61,8 +61,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6161
</group>
6262
<group targetFramework="netstandard2.0">
6363
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
64-
<dependency id="Azure.Identity" version="1.5.0" />
65-
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
64+
<dependency id="Azure.Identity" version="1.6.0" />
65+
<dependency id="Microsoft.Identity.Client" version="4.43.2" exclude="Compile"/>
6666
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
6767
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
6868
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
@@ -79,8 +79,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7979
</group>
8080
<group targetFramework="netstandard2.1">
8181
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
82-
<dependency id="Azure.Identity" version="1.5.0" />
83-
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
82+
<dependency id="Azure.Identity" version="1.6.0" />
83+
<dependency id="Microsoft.Identity.Client" version="4.43.2" exclude="Compile"/>
8484
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
8585
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
8686
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />

0 commit comments

Comments
 (0)