Skip to content

Commit c33bde2

Browse files
author
Javad Rahnama
authored
Change | Updating Azure.Identity version to 1.11.2 (#2462)
1 parent 3f3380c commit c33bde2

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

tools/props/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</PropertyGroup>
2828
<!-- NetFx and NetCore project dependencies -->
2929
<PropertyGroup>
30-
<AzureIdentityVersion>1.10.3</AzureIdentityVersion>
31-
<MicrosoftIdentityClientVersion>4.56.0</MicrosoftIdentityClientVersion>
30+
<AzureIdentityVersion>1.11.2</AzureIdentityVersion>
31+
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>7.5.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>7.5.0</MicrosoftIdentityModelJsonWebTokensVersion>
3434
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
@@ -55,8 +55,8 @@
5555
</PropertyGroup>
5656
<!-- AKV Provider project dependencies -->
5757
<PropertyGroup>
58-
<AzureCoreVersion>[1.35.0,2.0.0)</AzureCoreVersion>
59-
<AzureSecurityKeyVaultKeysVersion>[4.4.0,5.0.0)</AzureSecurityKeyVaultKeysVersion>
58+
<AzureCoreVersion>[1.38.0,2.0.0)</AzureCoreVersion>
59+
<AzureSecurityKeyVaultKeysVersion>[4.5.0,5.0.0)</AzureSecurityKeyVaultKeysVersion>
6060
<MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion>
6161
</PropertyGroup>
6262
<!-- Test Project Dependencies -->

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 10 additions & 10 deletions
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.2.0" />
32-
<dependency id="Azure.Identity" version="1.10.3" />
33-
<dependency id="Microsoft.Identity.Client" version="4.56.0" />
32+
<dependency id="Azure.Identity" version="1.11.2" />
33+
<dependency id="Microsoft.Identity.Client" version="4.60.3" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -40,8 +40,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net8.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.10.3" />
44-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
43+
<dependency id="Azure.Identity" version="1.11.2" />
44+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
4747
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -50,8 +50,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5050
</group>
5151
<group targetFramework="net6.0">
5252
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
53-
<dependency id="Azure.Identity" version="1.10.3" />
54-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
53+
<dependency id="Azure.Identity" version="1.11.2" />
54+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
5555
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
5656
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
5757
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -60,8 +60,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6060
</group>
6161
<group targetFramework="netstandard2.0">
6262
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
63-
<dependency id="Azure.Identity" version="1.10.3" />
64-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
63+
<dependency id="Azure.Identity" version="1.11.2" />
64+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
6565
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
6666
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
6767
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -78,8 +78,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7878
</group>
7979
<group targetFramework="netstandard2.1">
8080
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
81-
<dependency id="Azure.Identity" version="1.10.3" />
82-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
81+
<dependency id="Azure.Identity" version="1.11.2" />
82+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
8383
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
8484
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
8585
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
2626
<dependencies>
2727
<group targetFramework="net462">
2828
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
29-
<dependency id="Azure.Core" version="[1.35.0,2.0.0)" />
29+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
3030
<dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
3131
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
3232
</group>
3333
<group targetFramework="net8.0">
3434
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
35-
<dependency id="Azure.Core" version="[1.35.0,2.0.0)" />
35+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
3636
<dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
3737
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.0" />
3838
</group>
3939
<group targetFramework="net6.0">
4040
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
41-
<dependency id="Azure.Core" version="[1.35.0,2.0.0)" />
41+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
4242
<dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
4343
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
4444
</group>
4545
<group targetFramework="netstandard2.0">
4646
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
47-
<dependency id="Azure.Core" version="[1.35.0,2.0.0)" />
47+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
4848
<dependency id="Azure.Security.KeyVault.Keys" version="[4.5.0,5.0.0)" />
4949
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
5050
</group>

0 commit comments

Comments
 (0)