File tree Expand file tree Collapse file tree 6 files changed +161
-156
lines changed
test/WebJobs.Script.Tests
tools/ExtensionsMetadataGenerator/test/ExtensionsMetadataGeneratorTests Expand file tree Collapse file tree 6 files changed +161
-156
lines changed Original file line number Diff line number Diff line change 8
8
- Update Node.js Worker Version to [ 3.10.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.0 ) (#9999 )
9
9
- Update PowerShell worker 7.2 to [ 4.0.3220] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3220 )
10
10
- Update PowerShell worker 7.4 to [ 4.0.3219] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3219 )
11
+ - Update Azure.Identity to 1.11.0 (#10002 )
Original file line number Diff line number Diff line change 62
62
</ItemGroup >
63
63
64
64
<ItemGroup >
65
- <PackageReference Include =" Azure.Identity" Version =" 1.10.2 " />
65
+ <PackageReference Include =" Azure.Identity" Version =" 1.11.0 " />
66
66
<PackageReference Include =" Azure.Security.KeyVault.Secrets" Version =" 4.2.0" />
67
67
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
68
68
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" />
82
82
<PackageReference Include =" Microsoft.Azure.WebSites.DataProtection" Version =" 2.1.91-alpha" />
83
83
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" $(IdentityDependencyVersion)" />
84
84
<PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityDependencyVersion)" />
85
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" $(IdentityDependencyVersion)" />
86
85
<PackageReference Include =" Microsoft.Security.Utilities" Version =" 1.3.0" />
87
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" >
88
- <PrivateAssets >all</PrivateAssets >
89
- </PackageReference >
86
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
87
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" PrivateAssets =" all" />
88
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" $(IdentityDependencyVersion)" />
89
+
90
+ <!--
91
+ System.IO.FileSystem.AccessControl/5.0.0 pinned to avoid an unintented downgrade to 4.7.0.
92
+ See https://github.com/Azure/azure-functions-host/pull/10002
93
+ -->
94
+ <PackageReference Include =" System.IO.FileSystem.AccessControl" Version =" 5.0.0" />
90
95
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
91
96
<PackageReference Include =" System.Private.Uri" Version =" 4.3.2" />
92
97
<PackageReference Include =" System.Security.Cryptography.Xml" Version =" 4.7.1" />
Original file line number Diff line number Diff line change 39
39
</ItemGroup >
40
40
<ItemGroup >
41
41
<!-- Dependencies needed for Storage Providers -->
42
- <PackageReference Include =" Azure.Core" Version =" 1.35 .0" />
43
- <PackageReference Include =" Azure.Identity" Version =" 1.10.2 " />
42
+ <PackageReference Include =" Azure.Core" Version =" 1.38 .0" />
43
+ <PackageReference Include =" Azure.Identity" Version =" 1.11.0 " />
44
44
<PackageReference Include =" Azure.Storage.Blobs" Version =" 12.13.0" />
45
45
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
46
46
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" />
Original file line number Diff line number Diff line change 907
907
"name" : " System.Buffers" ,
908
908
"resolutionPolicy" : " minorMatchOrLower"
909
909
},
910
+ {
911
+ "name" : " System.ClientModel" ,
912
+ "resolutionPolicy" : " runtimeVersion"
913
+ },
910
914
{
911
915
"name" : " System.Collections" ,
912
916
"resolutionPolicy" : " runtimeVersion"
You can’t perform that action at this time.
0 commit comments