Skip to content

Commit 4981eb8

Browse files
authored
Update Azure.Identity to 1.11.2 (#10037)
* Update Microsoft.Identity.Client to 4.60.3 * Update Azure.Identity to 1.11.2 * Remove Microsoft.Identity.Client
1 parent 3d6f874 commit 4981eb8

File tree

3 files changed

+50
-51
lines changed

3 files changed

+50
-51
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.0" />
65+
<PackageReference Include="Azure.Identity" Version="1.11.2" />
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,19 @@
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.0" />
43+
<PackageReference Include="Azure.Identity" Version="1.11.2" />
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" />
4747
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
4848
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.22.0" />
4949
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.22.0" />
5050
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.22.0" />
51+
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" NoWarn="NU1701" />
5152
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.8" />
5253
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41-11331" />
5354
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.2-11957" />
5455
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.0" />
55-
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0">
56-
<NoWarn>NU1701</NoWarn>
57-
</PackageReference>
5856

5957
<!-- Workers -->
6058
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.14.0" />

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

Lines changed: 47 additions & 46 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.0",
11+
"Azure.Identity": "1.11.2",
1212
"Azure.Security.KeyVault.Secrets": "4.2.0",
1313
"Microsoft.ApplicationInsights": "2.22.0",
1414
"Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
@@ -21,13 +21,14 @@
2121
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.4",
2222
"Microsoft.Azure.AppService.Proxy.Client": "2.3.20240307.67",
2323
"Microsoft.Azure.Cosmos.Table": "1.0.8",
24-
"Microsoft.Azure.Functions.PythonWorker": "4.28.0",
24+
"Microsoft.Azure.Functions.PythonWorker": "4.28.1",
2525
"Microsoft.Azure.Storage.File": "11.1.7",
2626
"Microsoft.Azure.WebJobs": "3.0.41-11331",
2727
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.0-beta.2-11957",
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",
3132
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
3233
"Microsoft.IdentityModel.Tokens": "6.35.0",
3334
"Microsoft.Security.Utilities": "1.3.0",
@@ -77,20 +78,20 @@
7778
}
7879
}
7980
},
80-
"Azure.Identity/1.11.0": {
81+
"Azure.Identity/1.11.2": {
8182
"dependencies": {
8283
"Azure.Core": "1.38.0",
83-
"Microsoft.Identity.Client": "4.60.1",
84-
"Microsoft.Identity.Client.Extensions.Msal": "4.60.1",
84+
"Microsoft.Identity.Client": "4.60.3",
85+
"Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
8586
"System.Memory": "4.5.4",
8687
"System.Security.Cryptography.ProtectedData": "6.0.0",
8788
"System.Text.Json": "8.0.1",
8889
"System.Threading.Tasks.Extensions": "4.5.4"
8990
},
9091
"runtime": {
9192
"lib/netstandard2.0/Azure.Identity.dll": {
92-
"assemblyVersion": "1.11.0.0",
93-
"fileVersion": "1.1100.24.20901"
93+
"assemblyVersion": "1.11.2.0",
94+
"fileVersion": "1.1100.224.21902"
9495
}
9596
}
9697
},
@@ -893,9 +894,9 @@
893894
"Microsoft.Azure.Functions.JavaWorker/2.14.0": {},
894895
"Microsoft.Azure.Functions.NodeJsWorker/3.10.0": {},
895896
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {},
896-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3131": {},
897-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3147": {},
898-
"Microsoft.Azure.Functions.PythonWorker/4.28.0": {},
897+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3220": {},
898+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3219": {},
899+
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {},
899900
"Microsoft.Azure.KeyVault.Core/2.0.4": {
900901
"dependencies": {
901902
"System.Runtime": "4.3.1",
@@ -1024,7 +1025,7 @@
10241025
},
10251026
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": {
10261027
"dependencies": {
1027-
"Azure.Identity": "1.11.0",
1028+
"Azure.Identity": "1.11.2",
10281029
"Microsoft.ApplicationInsights": "2.22.0",
10291030
"Microsoft.ApplicationInsights.AspNetCore": "2.22.0",
10301031
"Microsoft.ApplicationInsights.DependencyCollector": "2.22.0",
@@ -1350,7 +1351,7 @@
13501351
"Microsoft.Extensions.Azure/1.7.0": {
13511352
"dependencies": {
13521353
"Azure.Core": "1.38.0",
1353-
"Azure.Identity": "1.11.0",
1354+
"Azure.Identity": "1.11.2",
13541355
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
13551356
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
13561357
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
@@ -1560,27 +1561,27 @@
15601561
"System.Text.Encodings.Web": "8.0.0"
15611562
}
15621563
},
1563-
"Microsoft.Identity.Client/4.60.1": {
1564+
"Microsoft.Identity.Client/4.60.3": {
15641565
"dependencies": {
15651566
"Microsoft.IdentityModel.Abstractions": "6.35.0",
15661567
"System.Diagnostics.DiagnosticSource": "8.0.0"
15671568
},
15681569
"runtime": {
15691570
"lib/net6.0/Microsoft.Identity.Client.dll": {
1570-
"assemblyVersion": "4.60.1.0",
1571-
"fileVersion": "4.60.1.0"
1571+
"assemblyVersion": "4.60.3.0",
1572+
"fileVersion": "4.60.3.0"
15721573
}
15731574
}
15741575
},
1575-
"Microsoft.Identity.Client.Extensions.Msal/4.60.1": {
1576+
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
15761577
"dependencies": {
1577-
"Microsoft.Identity.Client": "4.60.1",
1578+
"Microsoft.Identity.Client": "4.60.3",
15781579
"System.Security.Cryptography.ProtectedData": "6.0.0"
15791580
},
15801581
"runtime": {
15811582
"lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
1582-
"assemblyVersion": "4.60.1.0",
1583-
"fileVersion": "4.60.1.0"
1583+
"assemblyVersion": "4.60.3.0",
1584+
"fileVersion": "4.60.3.0"
15841585
}
15851586
}
15861587
},
@@ -3132,7 +3133,7 @@
31323133
"Microsoft.Azure.WebJobs.Script/4.1033.6": {
31333134
"dependencies": {
31343135
"Azure.Core": "1.38.0",
3135-
"Azure.Identity": "1.11.0",
3136+
"Azure.Identity": "1.11.2",
31363137
"Azure.Monitor.OpenTelemetry.AspNetCore": "1.2.0-beta.2",
31373138
"Azure.Storage.Blobs": "12.13.0",
31383139
"Microsoft.ApplicationInsights": "2.22.0",
@@ -3146,8 +3147,8 @@
31463147
"Microsoft.Azure.Functions.JavaWorker": "2.14.0",
31473148
"Microsoft.Azure.Functions.NodeJsWorker": "3.10.0",
31483149
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148",
3149-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.3131",
3150-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.3147",
3150+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.3220",
3151+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.3219",
31513152
"Microsoft.Azure.WebJobs": "3.0.41-11331",
31523153
"Microsoft.Azure.WebJobs.Extensions": "5.0.0-beta.2-10879",
31533154
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
@@ -3234,12 +3235,12 @@
32343235
"path": "azure.core/1.38.0",
32353236
"hashPath": "azure.core.1.38.0.nupkg.sha512"
32363237
},
3237-
"Azure.Identity/1.11.0": {
3238+
"Azure.Identity/1.11.2": {
32383239
"type": "package",
32393240
"serviceable": true,
3240-
"sha512": "sha512-JcpkMpW8Wx/XfQfMiSc9ecdIy0GhdpsMCT3Lh8EJZQ/NN6OxPeY7OAcfmucsvdfrldbFJd04m+Kfd+1QILBAgg==",
3241-
"path": "azure.identity/1.11.0",
3242-
"hashPath": "azure.identity.1.11.0.nupkg.sha512"
3241+
"sha512": "sha512-mihECA1msfwdjTPXHwK9N3n4ln8jMB0DuT0r2caDGPriRT1vca4/Jgmo6FmFZPo8RQsQt1fVn1Gxv5WqkyHVeA==",
3242+
"path": "azure.identity/1.11.2",
3243+
"hashPath": "azure.identity.1.11.2.nupkg.sha512"
32433244
},
32443245
"Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0-beta.2": {
32453246
"type": "package",
@@ -3815,26 +3816,26 @@
38153816
"path": "microsoft.azure.functions.powershellworker.ps7.0/4.0.3148",
38163817
"hashPath": "microsoft.azure.functions.powershellworker.ps7.0.4.0.3148.nupkg.sha512"
38173818
},
3818-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3131": {
3819+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3220": {
38193820
"type": "package",
38203821
"serviceable": true,
3821-
"sha512": "sha512-6jxVoWHIZIKwq2R9xEUhTK4M1nXNWqY7SkVeBkBUicODDxHfW6NtM5+uKnDHMdd2/Wdfp2hclI6Wuw/o5jg+Zw==",
3822-
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.3131",
3823-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.3131.nupkg.sha512"
3822+
"sha512": "sha512-XuFUe5X1rnakLOC0v7jBXYzrVknh0eXTi1rkyWxcrR8VDZNvGuZIxHTnDzgL/Q0NBg+1ne8ghgDS7uBocgksZA==",
3823+
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.3220",
3824+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.3220.nupkg.sha512"
38243825
},
3825-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3147": {
3826+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3219": {
38263827
"type": "package",
38273828
"serviceable": true,
3828-
"sha512": "sha512-/ZjifrW58261VLEPj6T7oizdMB1Djmd9Ghz62Z7cHLKm36LDwGouRG37kveeLfJULbk7o6xO6hl6LYBy8VB/UQ==",
3829-
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.3147",
3830-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.3147.nupkg.sha512"
3829+
"sha512": "sha512-qUAJcn/6lBsLPC8CM/3fvExkKVPVQZHtbwFkdM13zbU4ubuK+2mbdLNsYOYo+cCHu/qgUlBnavP2dPuYStuc5Q==",
3830+
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.3219",
3831+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.3219.nupkg.sha512"
38313832
},
3832-
"Microsoft.Azure.Functions.PythonWorker/4.28.0": {
3833+
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {
38333834
"type": "package",
38343835
"serviceable": true,
3835-
"sha512": "sha512-Ni839yi+gYWER1HHm8PpEMlAyM5u4efT5Eu1AmVELtuVVxta5UtNPJSh3/y7Wu4CCqa5hzkBOhFrXg4CU4yfiQ==",
3836-
"path": "microsoft.azure.functions.pythonworker/4.28.0",
3837-
"hashPath": "microsoft.azure.functions.pythonworker.4.28.0.nupkg.sha512"
3836+
"sha512": "sha512-59F7OULiqJOlAj07KpV/dbDr9oYZX9EHuEYbm4ysbVilKC4xZafrVpmCW9FLpzdQJVnIa73CRp6L4vQgKxy4Kw==",
3837+
"path": "microsoft.azure.functions.pythonworker/4.28.1",
3838+
"hashPath": "microsoft.azure.functions.pythonworker.4.28.1.nupkg.sha512"
38383839
},
38393840
"Microsoft.Azure.KeyVault.Core/2.0.4": {
38403841
"type": "package",
@@ -4221,19 +4222,19 @@
42214222
"path": "microsoft.extensions.webencoders/2.2.0",
42224223
"hashPath": "microsoft.extensions.webencoders.2.2.0.nupkg.sha512"
42234224
},
4224-
"Microsoft.Identity.Client/4.60.1": {
4225+
"Microsoft.Identity.Client/4.60.3": {
42254226
"type": "package",
42264227
"serviceable": true,
4227-
"sha512": "sha512-rC+qiskr8RKq2a43hH55vuDRz4Wto+bxwxMrKzCIOann1NL0OFFTjEk4ZVnTTBdijVWC6mhOaSmdV1H6J6bXmA==",
4228-
"path": "microsoft.identity.client/4.60.1",
4229-
"hashPath": "microsoft.identity.client.4.60.1.nupkg.sha512"
4228+
"sha512": "sha512-jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
4229+
"path": "microsoft.identity.client/4.60.3",
4230+
"hashPath": "microsoft.identity.client.4.60.3.nupkg.sha512"
42304231
},
4231-
"Microsoft.Identity.Client.Extensions.Msal/4.60.1": {
4232+
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
42324233
"type": "package",
42334234
"serviceable": true,
4234-
"sha512": "sha512-EdPcGqvruFzNBcW+/3DSP4vNmLNYXSSnngj+QecAxmy6VRnvA7kt5KE2bU8qQmt4KkOitNHBVYVwze2XkqOLxw==",
4235-
"path": "microsoft.identity.client.extensions.msal/4.60.1",
4236-
"hashPath": "microsoft.identity.client.extensions.msal.4.60.1.nupkg.sha512"
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"
42374238
},
42384239
"Microsoft.IdentityModel.Abstractions/6.35.0": {
42394240
"type": "package",

0 commit comments

Comments
 (0)