Skip to content

Commit 01c899e

Browse files
v-smanchemjviau
andauthored
Update Azure.Identity to 1.11.2 (#10037) (#10069) (#10070)
* Update Azure.Identity to 1.11.2 Co-authored-by: Jacob Viau <[email protected]>
1 parent e07dacb commit 01c899e

File tree

3 files changed

+59
-61
lines changed

3 files changed

+59
-61
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.21.0" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,18 @@
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.Storage.Blobs" Version="12.13.0" />
4545
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
4646
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
4747
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.21.0" />
4848
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
4949
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
50+
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" NoWarn="NU1701" />
5051
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.8" />
5152
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41-11331" />
5253
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.2-11957" />
5354
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.0" />
54-
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0">
55-
<NoWarn>NU1701</NoWarn>
56-
</PackageReference>
5755

5856
<!-- Workers -->
5957
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />

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

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
".NETCoreApp,Version=v6.0": {
99
"Microsoft.Azure.WebJobs.Script.WebHost/4.34.0": {
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.21.0",
@@ -21,9 +21,9 @@
2121
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.4",
2222
"Microsoft.Azure.AppService.Proxy.Client": "2.2.20220831.41",
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",
26-
"Microsoft.Azure.WebJobs": "3.0.39",
26+
"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.34.0",
2929
"Microsoft.Azure.WebJobs.Script.Grpc": "4.34.0",
@@ -75,20 +75,20 @@
7575
}
7676
}
7777
},
78-
"Azure.Identity/1.11.0": {
78+
"Azure.Identity/1.11.2": {
7979
"dependencies": {
8080
"Azure.Core": "1.38.0",
81-
"Microsoft.Identity.Client": "4.60.1",
82-
"Microsoft.Identity.Client.Extensions.Msal": "4.60.1",
81+
"Microsoft.Identity.Client": "4.60.3",
82+
"Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
8383
"System.Memory": "4.5.4",
8484
"System.Security.Cryptography.ProtectedData": "4.7.0",
8585
"System.Text.Json": "6.0.9",
8686
"System.Threading.Tasks.Extensions": "4.5.4"
8787
},
8888
"runtime": {
8989
"lib/netstandard2.0/Azure.Identity.dll": {
90-
"assemblyVersion": "1.11.0.0",
91-
"fileVersion": "1.1100.24.20901"
90+
"assemblyVersion": "1.11.2.0",
91+
"fileVersion": "1.1100.224.21902"
9292
}
9393
}
9494
},
@@ -852,7 +852,7 @@
852852
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {},
853853
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3220": {},
854854
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3219": {},
855-
"Microsoft.Azure.Functions.PythonWorker/4.28.0": {},
855+
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {},
856856
"Microsoft.Azure.KeyVault.Core/2.0.4": {
857857
"dependencies": {
858858
"System.Runtime": "4.3.1",
@@ -890,9 +890,9 @@
890890
}
891891
}
892892
},
893-
"Microsoft.Azure.WebJobs/3.0.39": {
893+
"Microsoft.Azure.WebJobs/3.0.41-11331": {
894894
"dependencies": {
895-
"Microsoft.Azure.WebJobs.Core": "3.0.39",
895+
"Microsoft.Azure.WebJobs.Core": "3.0.41-11331",
896896
"Microsoft.Extensions.Configuration": "6.0.0",
897897
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
898898
"Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1",
@@ -907,27 +907,27 @@
907907
},
908908
"runtime": {
909909
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Host.dll": {
910-
"assemblyVersion": "3.0.39.0",
911-
"fileVersion": "3.0.39.0"
910+
"assemblyVersion": "3.0.41.0",
911+
"fileVersion": "3.0.41.0"
912912
}
913913
}
914914
},
915-
"Microsoft.Azure.WebJobs.Core/3.0.39": {
915+
"Microsoft.Azure.WebJobs.Core/3.0.41-11331": {
916916
"dependencies": {
917917
"System.ComponentModel.Annotations": "4.5.0",
918918
"System.Diagnostics.TraceSource": "4.3.0",
919919
"System.Memory.Data": "1.0.2"
920920
},
921921
"runtime": {
922922
"lib/netstandard2.0/Microsoft.Azure.WebJobs.dll": {
923-
"assemblyVersion": "3.0.39.0",
924-
"fileVersion": "3.0.39.0"
923+
"assemblyVersion": "3.0.41.0",
924+
"fileVersion": "3.0.41.0"
925925
}
926926
}
927927
},
928928
"Microsoft.Azure.WebJobs.Extensions/5.0.0-beta.2-10879": {
929929
"dependencies": {
930-
"Microsoft.Azure.WebJobs": "3.0.39",
930+
"Microsoft.Azure.WebJobs": "3.0.41-11331",
931931
"NCrontab.Signed": "3.3.2"
932932
},
933933
"runtime": {
@@ -944,7 +944,7 @@
944944
"Microsoft.AspNetCore.Mvc.Formatters.Json": "2.2.0",
945945
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "2.2.0",
946946
"Microsoft.AspNetCore.Routing": "2.2.2",
947-
"Microsoft.Azure.WebJobs": "3.0.39"
947+
"Microsoft.Azure.WebJobs": "3.0.41-11331"
948948
},
949949
"runtime": {
950950
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Extensions.Http.dll": {
@@ -969,7 +969,7 @@
969969
"Microsoft.Azure.WebJobs.Host.Storage/5.0.0-beta.2-11957": {
970970
"dependencies": {
971971
"Azure.Storage.Blobs": "12.13.0",
972-
"Microsoft.Azure.WebJobs": "3.0.39",
972+
"Microsoft.Azure.WebJobs": "3.0.41-11331",
973973
"Microsoft.Extensions.Azure": "1.7.0"
974974
},
975975
"runtime": {
@@ -981,7 +981,7 @@
981981
},
982982
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11321": {
983983
"dependencies": {
984-
"Azure.Identity": "1.11.0",
984+
"Azure.Identity": "1.11.2",
985985
"Microsoft.ApplicationInsights": "2.22.0",
986986
"Microsoft.ApplicationInsights.AspNetCore": "2.21.0",
987987
"Microsoft.ApplicationInsights.DependencyCollector": "2.21.0",
@@ -991,7 +991,7 @@
991991
"Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.21.0",
992992
"Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
993993
"Microsoft.AspNetCore.Http.Extensions": "2.2.0",
994-
"Microsoft.Azure.WebJobs": "3.0.39",
994+
"Microsoft.Azure.WebJobs": "3.0.41-11331",
995995
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
996996
"System.Diagnostics.TraceSource": "4.3.0",
997997
"System.Threading": "4.3.0",
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"Microsoft.Azure.WebJobs.Rpc.Core/3.0.37": {
10081008
"dependencies": {
1009-
"Microsoft.Azure.WebJobs": "3.0.39"
1009+
"Microsoft.Azure.WebJobs": "3.0.41-11331"
10101010
},
10111011
"runtime": {
10121012
"lib/net6.0/Microsoft.Azure.WebJobs.Rpc.Core.dll": {
@@ -1307,7 +1307,7 @@
13071307
"Microsoft.Extensions.Azure/1.7.0": {
13081308
"dependencies": {
13091309
"Azure.Core": "1.38.0",
1310-
"Azure.Identity": "1.11.0",
1310+
"Azure.Identity": "1.11.2",
13111311
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
13121312
"Microsoft.Extensions.Configuration.Binder": "6.0.0",
13131313
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
@@ -1511,27 +1511,27 @@
15111511
"System.Text.Encodings.Web": "6.0.0"
15121512
}
15131513
},
1514-
"Microsoft.Identity.Client/4.60.1": {
1514+
"Microsoft.Identity.Client/4.60.3": {
15151515
"dependencies": {
15161516
"Microsoft.IdentityModel.Abstractions": "6.35.0",
15171517
"System.Diagnostics.DiagnosticSource": "6.0.1"
15181518
},
15191519
"runtime": {
15201520
"lib/net6.0/Microsoft.Identity.Client.dll": {
1521-
"assemblyVersion": "4.60.1.0",
1522-
"fileVersion": "4.60.1.0"
1521+
"assemblyVersion": "4.60.3.0",
1522+
"fileVersion": "4.60.3.0"
15231523
}
15241524
}
15251525
},
1526-
"Microsoft.Identity.Client.Extensions.Msal/4.60.1": {
1526+
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
15271527
"dependencies": {
1528-
"Microsoft.Identity.Client": "4.60.1",
1528+
"Microsoft.Identity.Client": "4.60.3",
15291529
"System.Security.Cryptography.ProtectedData": "4.7.0"
15301530
},
15311531
"runtime": {
15321532
"lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
1533-
"assemblyVersion": "4.60.1.0",
1534-
"fileVersion": "4.60.1.0"
1533+
"assemblyVersion": "4.60.3.0",
1534+
"fileVersion": "4.60.3.0"
15351535
}
15361536
}
15371537
},
@@ -3013,7 +3013,7 @@
30133013
"Microsoft.Azure.WebJobs.Script/4.34.0": {
30143014
"dependencies": {
30153015
"Azure.Core": "1.38.0",
3016-
"Azure.Identity": "1.11.0",
3016+
"Azure.Identity": "1.11.2",
30173017
"Azure.Storage.Blobs": "12.13.0",
30183018
"Microsoft.ApplicationInsights": "2.22.0",
30193019
"Microsoft.ApplicationInsights.AspNetCore": "2.21.0",
@@ -3028,7 +3028,7 @@
30283028
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148",
30293029
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.3220",
30303030
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.3219",
3031-
"Microsoft.Azure.WebJobs": "3.0.39",
3031+
"Microsoft.Azure.WebJobs": "3.0.41-11331",
30323032
"Microsoft.Azure.WebJobs.Extensions": "5.0.0-beta.2-10879",
30333033
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
30343034
"Microsoft.Azure.WebJobs.Extensions.Timers.Storage": "1.0.0-beta.1",
@@ -3093,12 +3093,12 @@
30933093
"path": "azure.core/1.38.0",
30943094
"hashPath": "azure.core.1.38.0.nupkg.sha512"
30953095
},
3096-
"Azure.Identity/1.11.0": {
3096+
"Azure.Identity/1.11.2": {
30973097
"type": "package",
30983098
"serviceable": true,
3099-
"sha512": "sha512-JcpkMpW8Wx/XfQfMiSc9ecdIy0GhdpsMCT3Lh8EJZQ/NN6OxPeY7OAcfmucsvdfrldbFJd04m+Kfd+1QILBAgg==",
3100-
"path": "azure.identity/1.11.0",
3101-
"hashPath": "azure.identity.1.11.0.nupkg.sha512"
3099+
"sha512": "sha512-mihECA1msfwdjTPXHwK9N3n4ln8jMB0DuT0r2caDGPriRT1vca4/Jgmo6FmFZPo8RQsQt1fVn1Gxv5WqkyHVeA==",
3100+
"path": "azure.identity/1.11.2",
3101+
"hashPath": "azure.identity.1.11.2.nupkg.sha512"
31023102
},
31033103
"Azure.Security.KeyVault.Secrets/4.2.0": {
31043104
"type": "package",
@@ -3660,12 +3660,12 @@
36603660
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.3219",
36613661
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.3219.nupkg.sha512"
36623662
},
3663-
"Microsoft.Azure.Functions.PythonWorker/4.28.0": {
3663+
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {
36643664
"type": "package",
36653665
"serviceable": true,
3666-
"sha512": "sha512-Ni839yi+gYWER1HHm8PpEMlAyM5u4efT5Eu1AmVELtuVVxta5UtNPJSh3/y7Wu4CCqa5hzkBOhFrXg4CU4yfiQ==",
3667-
"path": "microsoft.azure.functions.pythonworker/4.28.0",
3668-
"hashPath": "microsoft.azure.functions.pythonworker.4.28.0.nupkg.sha512"
3666+
"sha512": "sha512-59F7OULiqJOlAj07KpV/dbDr9oYZX9EHuEYbm4ysbVilKC4xZafrVpmCW9FLpzdQJVnIa73CRp6L4vQgKxy4Kw==",
3667+
"path": "microsoft.azure.functions.pythonworker/4.28.1",
3668+
"hashPath": "microsoft.azure.functions.pythonworker.4.28.1.nupkg.sha512"
36693669
},
36703670
"Microsoft.Azure.KeyVault.Core/2.0.4": {
36713671
"type": "package",
@@ -3688,19 +3688,19 @@
36883688
"path": "microsoft.azure.storage.file/11.1.7",
36893689
"hashPath": "microsoft.azure.storage.file.11.1.7.nupkg.sha512"
36903690
},
3691-
"Microsoft.Azure.WebJobs/3.0.39": {
3691+
"Microsoft.Azure.WebJobs/3.0.41-11331": {
36923692
"type": "package",
36933693
"serviceable": true,
3694-
"sha512": "sha512-H/Al/2UOXef8Qqwvsm3Dur9JStz1xvV/UXb0GDys5YPx+qpWDS/U203b/+EUPLeZeuvGTnmcOFtnZzvxMuDamQ==",
3695-
"path": "microsoft.azure.webjobs/3.0.39",
3696-
"hashPath": "microsoft.azure.webjobs.3.0.39.nupkg.sha512"
3694+
"sha512": "sha512-cd5kFxuKLSnzWtnaTC8RytYBmZKT6BaTcajsqEtpcL8yQJnKnKRaMTyjyePYRd16dJFmO0EboIjvTtX3PBNl7w==",
3695+
"path": "microsoft.azure.webjobs/3.0.41-11331",
3696+
"hashPath": "microsoft.azure.webjobs.3.0.41-11331.nupkg.sha512"
36973697
},
3698-
"Microsoft.Azure.WebJobs.Core/3.0.39": {
3698+
"Microsoft.Azure.WebJobs.Core/3.0.41-11331": {
36993699
"type": "package",
37003700
"serviceable": true,
3701-
"sha512": "sha512-O1RDMe2mBGZI4q4IUns+mxsfCjaMej4FzicMLqvnN5Ti5E3mSo+/kqDbEZzXA/RqnuLIOk+DhvFg/rwKhqEaow==",
3702-
"path": "microsoft.azure.webjobs.core/3.0.39",
3703-
"hashPath": "microsoft.azure.webjobs.core.3.0.39.nupkg.sha512"
3701+
"sha512": "sha512-vNGTeRSRptH1xIn1XgpAKEVP81sS/mAuFUU5Kkc0vYYJYhQtI0eAmaZtvYQmBXRg9qPKKmkfMvkTnvTrHBkL2Q==",
3702+
"path": "microsoft.azure.webjobs.core/3.0.41-11331",
3703+
"hashPath": "microsoft.azure.webjobs.core.3.0.41-11331.nupkg.sha512"
37043704
},
37053705
"Microsoft.Azure.WebJobs.Extensions/5.0.0-beta.2-10879": {
37063706
"type": "package",
@@ -4045,19 +4045,19 @@
40454045
"path": "microsoft.extensions.webencoders/2.1.0",
40464046
"hashPath": "microsoft.extensions.webencoders.2.1.0.nupkg.sha512"
40474047
},
4048-
"Microsoft.Identity.Client/4.60.1": {
4048+
"Microsoft.Identity.Client/4.60.3": {
40494049
"type": "package",
40504050
"serviceable": true,
4051-
"sha512": "sha512-rC+qiskr8RKq2a43hH55vuDRz4Wto+bxwxMrKzCIOann1NL0OFFTjEk4ZVnTTBdijVWC6mhOaSmdV1H6J6bXmA==",
4052-
"path": "microsoft.identity.client/4.60.1",
4053-
"hashPath": "microsoft.identity.client.4.60.1.nupkg.sha512"
4051+
"sha512": "sha512-jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
4052+
"path": "microsoft.identity.client/4.60.3",
4053+
"hashPath": "microsoft.identity.client.4.60.3.nupkg.sha512"
40544054
},
4055-
"Microsoft.Identity.Client.Extensions.Msal/4.60.1": {
4055+
"Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
40564056
"type": "package",
40574057
"serviceable": true,
4058-
"sha512": "sha512-EdPcGqvruFzNBcW+/3DSP4vNmLNYXSSnngj+QecAxmy6VRnvA7kt5KE2bU8qQmt4KkOitNHBVYVwze2XkqOLxw==",
4059-
"path": "microsoft.identity.client.extensions.msal/4.60.1",
4060-
"hashPath": "microsoft.identity.client.extensions.msal.4.60.1.nupkg.sha512"
4058+
"sha512": "sha512-X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==",
4059+
"path": "microsoft.identity.client.extensions.msal/4.60.3",
4060+
"hashPath": "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512"
40614061
},
40624062
"Microsoft.IdentityModel.Abstractions/6.35.0": {
40634063
"type": "package",

0 commit comments

Comments
 (0)