Skip to content

Commit 6355815

Browse files
authored
Bumping Azure.Identity to version 1.11.4 (#10228)
1 parent d1067c5 commit 6355815

File tree

3 files changed

+36
-67
lines changed

3 files changed

+36
-67
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363

6464
<ItemGroup>
65-
<PackageReference Include="Azure.Identity" Version="1.11.2" />
65+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
6666
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
6767
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
6868
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<ItemGroup>
4141
<!-- Dependencies needed for Storage Providers -->
4242
<PackageReference Include="Azure.Core" Version="1.38.0" />
43-
<PackageReference Include="Azure.Identity" Version="1.11.2" />
43+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
4444
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0-beta.2" />
4545
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
4646
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 34 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
".NETCoreApp,Version=v8.0": {
99
"Microsoft.Azure.WebJobs.Script.WebHost/4.1033.6": {
1010
"dependencies": {
11-
"Azure.Identity": "1.11.2",
11+
"Azure.Identity": "1.11.4",
1212
"Azure.Security.KeyVault.Secrets": "4.2.0",
1313
"Microsoft.ApplicationInsights": "2.22.0",
1414
"Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
@@ -28,11 +28,9 @@
2828
"Microsoft.Azure.WebJobs.Script": "4.1033.6",
2929
"Microsoft.Azure.WebJobs.Script.Grpc": "4.1033.6",
3030
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
31-
"Microsoft.Identity.Client": "4.60.3",
3231
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
3332
"Microsoft.IdentityModel.Tokens": "6.35.0",
3433
"Microsoft.Security.Utilities": "1.3.0",
35-
"Microsoft.SourceLink.GitHub": "1.0.0",
3634
"Newtonsoft.Json": "13.0.3",
3735
"StyleCop.Analyzers": "1.2.0-beta.435",
3836
"System.IO.FileSystem.AccessControl": "5.0.0",
@@ -78,20 +76,20 @@
7876
}
7977
}
8078
},
81-
"Azure.Identity/1.11.2": {
79+
"Azure.Identity/1.11.4": {
8280
"dependencies": {
8381
"Azure.Core": "1.38.0",
84-
"Microsoft.Identity.Client": "4.60.3",
85-
"Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
82+
"Microsoft.Identity.Client": "4.61.3",
83+
"Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
8684
"System.Memory": "4.5.4",
8785
"System.Security.Cryptography.ProtectedData": "6.0.0",
8886
"System.Text.Json": "8.0.1",
8987
"System.Threading.Tasks.Extensions": "4.5.4"
9088
},
9189
"runtime": {
9290
"lib/netstandard2.0/Azure.Identity.dll": {
93-
"assemblyVersion": "1.11.2.0",
94-
"fileVersion": "1.1100.224.21902"
91+
"assemblyVersion": "1.11.4.0",
92+
"fileVersion": "1.1100.424.31005"
9593
}
9694
}
9795
},
@@ -1025,7 +1023,7 @@
10251023
},
10261024
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": {
10271025
"dependencies": {
1028-
"Azure.Identity": "1.11.2",
1026+
"Azure.Identity": "1.11.4",
10291027
"Microsoft.ApplicationInsights": "2.22.0",
10301028
"Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
10311029
"Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
@@ -1072,7 +1070,7 @@
10721070
"runtime": {
10731071
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
10741072
"assemblyVersion": "1.0.0.0",
1075-
"fileVersion": "1.0.19706.0"
1073+
"fileVersion": "1.0.21220.0"
10761074
}
10771075
}
10781076
},
@@ -1097,7 +1095,6 @@
10971095
}
10981096
}
10991097
},
1100-
"Microsoft.Build.Tasks.Git/1.0.0": {},
11011098
"Microsoft.CodeAnalysis.Analyzers/2.9.4": {},
11021099
"Microsoft.CodeAnalysis.Common/3.3.1": {
11031100
"dependencies": {
@@ -1351,7 +1348,7 @@
13511348
"Microsoft.Extensions.Azure/1.7.0": {
13521349
"dependencies": {
13531350
"Azure.Core": "1.38.0",
1354-
"Azure.Identity": "1.11.2",
1351+
"Azure.Identity": "1.11.4",
13551352
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
13561353
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
13571354
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
@@ -1561,27 +1558,27 @@
15611558
"System.Text.Encodings.Web": "8.0.0"
15621559
}
15631560
},
1564-
"Microsoft.Identity.Client/4.60.3": {
1561+
"Microsoft.Identity.Client/4.61.3": {
15651562
"dependencies": {
15661563
"Microsoft.IdentityModel.Abstractions": "6.35.0",
15671564
"System.Diagnostics.DiagnosticSource": "8.0.0"
15681565
},
15691566
"runtime": {
15701567
"lib/net6.0/Microsoft.Identity.Client.dll": {
1571-
"assemblyVersion": "4.60.3.0",
1572-
"fileVersion": "4.60.3.0"
1568+
"assemblyVersion": "4.61.3.0",
1569+
"fileVersion": "4.61.3.0"
15731570
}
15741571
}
15751572
},
1576-
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
1573+
"Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
15771574
"dependencies": {
1578-
"Microsoft.Identity.Client": "4.60.3",
1575+
"Microsoft.Identity.Client": "4.61.3",
15791576
"System.Security.Cryptography.ProtectedData": "6.0.0"
15801577
},
15811578
"runtime": {
15821579
"lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
1583-
"assemblyVersion": "4.60.3.0",
1584-
"fileVersion": "4.60.3.0"
1580+
"assemblyVersion": "4.61.3.0",
1581+
"fileVersion": "4.61.3.0"
15851582
}
15861583
}
15871584
},
@@ -1705,13 +1702,6 @@
17051702
}
17061703
}
17071704
},
1708-
"Microsoft.SourceLink.Common/1.0.0": {},
1709-
"Microsoft.SourceLink.GitHub/1.0.0": {
1710-
"dependencies": {
1711-
"Microsoft.Build.Tasks.Git": "1.0.0",
1712-
"Microsoft.SourceLink.Common": "1.0.0"
1713-
}
1714-
},
17151705
"Microsoft.Spatial/7.6.4": {
17161706
"runtime": {
17171707
"lib/netstandard1.1/Microsoft.Spatial.dll": {
@@ -3133,7 +3123,7 @@
31333123
"Microsoft.Azure.WebJobs.Script/4.1033.6": {
31343124
"dependencies": {
31353125
"Azure.Core": "1.38.0",
3136-
"Azure.Identity": "1.11.2",
3126+
"Azure.Identity": "1.11.4",
31373127
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.2.0-beta.2",
31383128
"Azure.Storage.Blobs": "12.13.0",
31393129
"Microsoft.ApplicationInsights": "2.22.0",
@@ -3235,12 +3225,12 @@
32353225
"path": "azure.core/1.38.0",
32363226
"hashPath": "azure.core.1.38.0.nupkg.sha512"
32373227
},
3238-
"Azure.Identity/1.11.2": {
3228+
"Azure.Identity/1.11.4": {
32393229
"type": "package",
32403230
"serviceable": true,
3241-
"sha512": "sha512-mihECA1msfwdjTPXHwK9N3n4ln8jMB0DuT0r2caDGPriRT1vca4/Jgmo6FmFZPo8RQsQt1fVn1Gxv5WqkyHVeA==",
3242-
"path": "azure.identity/1.11.2",
3243-
"hashPath": "azure.identity.1.11.2.nupkg.sha512"
3231+
"sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
3232+
"path": "azure.identity/1.11.4",
3233+
"hashPath": "azure.identity.1.11.4.nupkg.sha512"
32443234
},
32453235
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0-beta.2": {
32463236
"type": "package",
@@ -3917,7 +3907,7 @@
39173907
"Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
39183908
"type": "package",
39193909
"serviceable": true,
3920-
"sha512": "sha512-mvgXnFKwh4/Gw8BXc99ZJd2iQ8DQJTCotvY9PZ9Y2UHa4KiOsYaEW4kuZ5RFBD9KqGO2vXG56w3wMFVyxmaA2g==",
3910+
"sha512": "sha512-+f2iWeAdES4X4HtvgWoIHPXfTxXeX7UlQDbWMkSuxWdt1vHVJf164IEUZxG7Gtfh42ircV9jy7F1zPhuaWNamQ==",
39213911
"path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
39223912
"hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
39233913
},
@@ -3935,13 +3925,6 @@
39353925
"path": "microsoft.bcl.asyncinterfaces/1.1.1",
39363926
"hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
39373927
},
3938-
"Microsoft.Build.Tasks.Git/1.0.0": {
3939-
"type": "package",
3940-
"serviceable": true,
3941-
"sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==",
3942-
"path": "microsoft.build.tasks.git/1.0.0",
3943-
"hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512"
3944-
},
39453928
"Microsoft.CodeAnalysis.Analyzers/2.9.4": {
39463929
"type": "package",
39473930
"serviceable": true,
@@ -4222,19 +4205,19 @@
42224205
"path": "microsoft.extensions.webencoders/2.2.0",
42234206
"hashPath": "microsoft.extensions.webencoders.2.2.0.nupkg.sha512"
42244207
},
4225-
"Microsoft.Identity.Client/4.60.3": {
4208+
"Microsoft.Identity.Client/4.61.3": {
42264209
"type": "package",
42274210
"serviceable": true,
4228-
"sha512": "sha512-jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
4229-
"path": "microsoft.identity.client/4.60.3",
4230-
"hashPath": "microsoft.identity.client.4.60.3.nupkg.sha512"
4211+
"sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
4212+
"path": "microsoft.identity.client/4.61.3",
4213+
"hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
42314214
},
4232-
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
4215+
"Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
42334216
"type": "package",
42344217
"serviceable": true,
4235-
"sha512": "sha512-X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==",
4236-
"path": "microsoft.identity.client.extensions.msal/4.60.3",
4237-
"hashPath": "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512"
4218+
"sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
4219+
"path": "microsoft.identity.client.extensions.msal/4.61.3",
4220+
"hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
42384221
},
42394222
"Microsoft.IdentityModel.Abstractions/6.35.0": {
42404223
"type": "package",
@@ -4327,20 +4310,6 @@
43274310
"path": "microsoft.security.utilities/1.3.0",
43284311
"hashPath": "microsoft.security.utilities.1.3.0.nupkg.sha512"
43294312
},
4330-
"Microsoft.SourceLink.Common/1.0.0": {
4331-
"type": "package",
4332-
"serviceable": true,
4333-
"sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==",
4334-
"path": "microsoft.sourcelink.common/1.0.0",
4335-
"hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512"
4336-
},
4337-
"Microsoft.SourceLink.GitHub/1.0.0": {
4338-
"type": "package",
4339-
"serviceable": true,
4340-
"sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
4341-
"path": "microsoft.sourcelink.github/1.0.0",
4342-
"hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512"
4343-
},
43444313
"Microsoft.Spatial/7.6.4": {
43454314
"type": "package",
43464315
"serviceable": true,
@@ -4589,7 +4558,7 @@
45894558
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
45904559
"type": "package",
45914560
"serviceable": true,
4592-
"sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
4561+
"sha512": "sha512-jwjwlEL0Elv6gwoyaokRn12nv/JE+UW/DXJEbzhjCPvGbef36StnHKc9XaZD/rGWqYicrphZ7eumR/jdmNcjRg==",
45934562
"path": "runtime.native.system.security.cryptography.apple/4.3.0",
45944563
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
45954564
},
@@ -4617,7 +4586,7 @@
46174586
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
46184587
"type": "package",
46194588
"serviceable": true,
4620-
"sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
4589+
"sha512": "sha512-Kh9W4agE0r/hK8AX1LvyQI2NrKHBL8pO0gRoDTdDb0LL6Ta1Z2OtFx3lOaAE0ZpCUc/dt9Wzs3rA7a3IsKdOVA==",
46214590
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
46224591
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
46234592
},
@@ -5128,7 +5097,7 @@
51285097
"System.Runtime.Serialization.Primitives/4.3.0": {
51295098
"type": "package",
51305099
"serviceable": true,
5131-
"sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
5100+
"sha512": "sha512-2Z5t70a2SwMsfQDp9KOclaZNyQhfIga2gppq9lIUDM1A4ohTshn4JqT7ir8bvIhXgorWKYDAr6rPzEbi/nTGKg==",
51325101
"path": "system.runtime.serialization.primitives/4.3.0",
51335102
"hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
51345103
},
@@ -5366,7 +5335,7 @@
53665335
"System.Xml.XmlSerializer/4.3.0": {
53675336
"type": "package",
53685337
"serviceable": true,
5369-
"sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
5338+
"sha512": "sha512-VShQJhOxgD/5M2Z1IWm1vMaSqlbjo1zdFf8H7Ahte6bTvSUhUko/gDpAVVhGgGgTDeue4QyNg1fu1Zz2GKSEuQ==",
53705339
"path": "system.xml.xmlserializer/4.3.0",
53715340
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
53725341
},

0 commit comments

Comments
 (0)