diff --git a/release_notes.md b/release_notes.md index 1dfa7e41cd..3fe4531564 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,5 +3,6 @@ +- Update Azure.Identity to 1.16.0 & Azure.Core to 1.49.0 (#11404) - Update Python Worker Version to [4.40.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2) - Add JitTrace Files for v4.1044 diff --git a/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj b/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj index ffbed14b57..5d6f4c63bd 100644 --- a/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj +++ b/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj @@ -52,7 +52,7 @@ - + diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index 8509e1f631..25b64ea49b 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -26,9 +26,9 @@ - + - + diff --git a/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json b/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json index d31e78276d..e25bd3ce24 100644 --- a/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json +++ b/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json @@ -6,11 +6,11 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v8.0": { - "Microsoft.Azure.WebJobs.Script.WebHost/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script.WebHost/4.1045.100-pr.25503.5": { "dependencies": { "AspNetCore.HealthChecks.UI.Client": "9.0.0", "Azure.Data.Tables": "12.8.3", - "Azure.Identity": "1.14.2", + "Azure.Identity": "1.16.0", "Azure.Security.KeyVault.Secrets": "4.6.0", "Microsoft.ApplicationInsights": "2.22.0", "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", @@ -24,19 +24,18 @@ "Microsoft.Azure.AppService.Proxy.Client": "2.3.20240307.67", "Microsoft.Azure.Functions.DotNetIsolatedNativeHost": "1.0.13", "Microsoft.Azure.Functions.JavaWorker": "2.19.2", - "Microsoft.Azure.Functions.NodeJsWorker": "3.11.0", + "Microsoft.Azure.Functions.NodeJsWorker": "3.12.0", "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption": "1.0.5", "Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148", "Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4025", - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4206", - "Microsoft.Azure.Functions.PythonWorker": "4.39.2", + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4581", + "Microsoft.Azure.Functions.PythonWorker": "4.40.2", "Microsoft.Azure.Storage.File": "11.1.7", "Microsoft.Azure.WebJobs": "3.0.42", "Microsoft.Azure.WebJobs.Host.Storage": "5.0.1", - "Microsoft.Azure.WebJobs.Script": "4.1044.100-pr.25462.4", - "Microsoft.Azure.WebJobs.Script.Grpc": "4.1044.100-pr.25462.4", + "Microsoft.Azure.WebJobs.Script": "4.1045.100-pr.25503.5", + "Microsoft.Azure.WebJobs.Script.Grpc": "4.1045.100-pr.25503.5", "Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha", - "Microsoft.Extensions.Http.Polly": "8.0.7", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.IdentityModel.Tokens": "6.35.0", "Microsoft.Security.Utilities": "1.3.0", @@ -46,8 +45,8 @@ "System.IdentityModel.Tokens.Jwt": "6.35.0", "System.Memory.Data": "8.0.1", "System.Net.NameResolution": "4.3.0", - "Microsoft.Azure.WebJobs.Script.Reference": "4.1044.0.0", - "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1044.0.0" + "Microsoft.Azure.WebJobs.Script.Reference": "4.1045.0.0", + "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1045.0.0" }, "runtime": { "Microsoft.Azure.WebJobs.Script.WebHost.dll": {} @@ -87,22 +86,22 @@ } } }, - "Azure.Core/1.47.1": { + "Azure.Core/1.49.0": { "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "System.ClientModel": "1.5.1", + "System.ClientModel": "1.7.0", "System.Memory.Data": "8.0.1" }, "runtime": { "lib/net8.0/Azure.Core.dll": { - "assemblyVersion": "1.47.1.0", - "fileVersion": "1.4700.125.36505" + "assemblyVersion": "1.49.0.0", + "fileVersion": "1.4900.25.47211" } } }, "Azure.Data.Tables/12.8.3": { "dependencies": { - "Azure.Core": "1.47.1", + "Azure.Core": "1.49.0", "System.Text.Json": "8.0.5" }, "runtime": { @@ -112,23 +111,22 @@ } } }, - "Azure.Identity/1.14.2": { + "Azure.Identity/1.16.0": { "dependencies": { - "Azure.Core": "1.47.1", - "Microsoft.Identity.Client": "4.73.1", - "Microsoft.Identity.Client.Extensions.Msal": "4.73.1", - "System.Memory": "4.5.5" + "Azure.Core": "1.49.0", + "Microsoft.Identity.Client": "4.76.0", + "Microsoft.Identity.Client.Extensions.Msal": "4.76.0" }, "runtime": { "lib/net8.0/Azure.Identity.dll": { - "assemblyVersion": "1.14.2.0", - "fileVersion": "1.1400.225.36004" + "assemblyVersion": "1.16.0.0", + "fileVersion": "1.1600.25.45906" } } }, "Azure.Monitor.OpenTelemetry.Exporter/1.4.0": { "dependencies": { - "Azure.Core": "1.47.1", + "Azure.Core": "1.49.0", "OpenTelemetry": "1.12.0", "OpenTelemetry.Extensions.Hosting": "1.12.0", "OpenTelemetry.PersistentStorage.FileSystem": "1.0.1" @@ -142,8 +140,8 @@ }, "Azure.Security.KeyVault.Secrets/4.6.0": { "dependencies": { - "Azure.Core": "1.47.1", - "System.Memory": "4.5.5", + "Azure.Core": "1.49.0", + "System.Memory": "4.5.4", "System.Text.Json": "8.0.5", "System.Threading.Tasks.Extensions": "4.5.4" }, @@ -168,7 +166,7 @@ }, "Azure.Storage.Common/12.18.1": { "dependencies": { - "Azure.Core": "1.47.1", + "Azure.Core": "1.49.0", "System.IO.Hashing": "7.0.0" }, "runtime": { @@ -218,7 +216,7 @@ }, "Grpc.Core.Api/2.55.0": { "dependencies": { - "System.Memory": "4.5.5" + "System.Memory": "4.5.4" }, "runtime": { "lib/netstandard2.1/Grpc.Core.Api.dll": { @@ -845,7 +843,7 @@ }, "Microsoft.Azure.Functions.DotNetIsolatedNativeHost/1.0.13": {}, "Microsoft.Azure.Functions.JavaWorker/2.19.2": {}, - "Microsoft.Azure.Functions.NodeJsWorker/3.11.0": {}, + "Microsoft.Azure.Functions.NodeJsWorker/3.12.0": {}, "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption/1.0.5": { "dependencies": { "Microsoft.Extensions.DependencyInjection": "9.0.0", @@ -860,8 +858,8 @@ }, "Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {}, "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {}, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4206": {}, - "Microsoft.Azure.Functions.PythonWorker/4.39.2": {}, + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4581": {}, + "Microsoft.Azure.Functions.PythonWorker/4.40.2": {}, "Microsoft.Azure.KeyVault.Core/2.0.4": { "dependencies": { "System.Runtime": "4.3.1", @@ -990,7 +988,7 @@ }, "Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.42-12121": { "dependencies": { - "Azure.Identity": "1.14.2", + "Azure.Identity": "1.16.0", "Microsoft.ApplicationInsights": "2.22.0", "Microsoft.ApplicationInsights.AspNetCore": "2.22.0", "Microsoft.ApplicationInsights.DependencyCollector": "2.22.0", @@ -1067,7 +1065,7 @@ "dependencies": { "Microsoft.CodeAnalysis.Analyzers": "2.9.4", "System.Collections.Immutable": "1.5.0", - "System.Memory": "4.5.5", + "System.Memory": "4.5.4", "System.Reflection.Metadata": "1.6.0", "System.Runtime.CompilerServices.Unsafe": "4.5.2", "System.Text.Encoding.CodePages": "4.5.1", @@ -1314,8 +1312,8 @@ }, "Microsoft.Extensions.Azure/1.12.0": { "dependencies": { - "Azure.Core": "1.47.1", - "Azure.Identity": "1.14.2", + "Azure.Core": "1.49.0", + "Azure.Identity": "1.16.0", "Microsoft.Extensions.Configuration": "9.0.0", "Microsoft.Extensions.Configuration.Abstractions": "9.0.6", "Microsoft.Extensions.Configuration.Binder": "9.0.0", @@ -1692,27 +1690,27 @@ "System.Text.Encodings.Web": "8.0.0" } }, - "Microsoft.Identity.Client/4.73.1": { + "Microsoft.Identity.Client/4.76.0": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "6.35.0", "System.Diagnostics.DiagnosticSource": "9.0.6" }, "runtime": { "lib/net8.0/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.73.1.0", - "fileVersion": "4.73.1.0" + "assemblyVersion": "4.76.0.0", + "fileVersion": "4.76.0.0" } } }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { + "Microsoft.Identity.Client.Extensions.Msal/4.76.0": { "dependencies": { - "Microsoft.Identity.Client": "4.73.1", + "Microsoft.Identity.Client": "4.76.0", "System.Security.Cryptography.ProtectedData": "6.0.0" }, "runtime": { "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.73.1.0", - "fileVersion": "4.73.1.0" + "assemblyVersion": "4.76.0.0", + "fileVersion": "4.76.0.0" } } }, @@ -2286,15 +2284,15 @@ } }, "System.Buffers/4.5.0": {}, - "System.ClientModel/1.5.1": { + "System.ClientModel/1.7.0": { "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "9.0.6", "System.Memory.Data": "8.0.1" }, "runtime": { "lib/net8.0/System.ClientModel.dll": { - "assemblyVersion": "1.5.1.0", - "fileVersion": "1.500.125.36405" + "assemblyVersion": "1.7.0.0", + "fileVersion": "1.700.25.47207" } } }, @@ -2541,7 +2539,7 @@ "System.Threading": "4.3.0" } }, - "System.Memory/4.5.5": {}, + "System.Memory/4.5.4": {}, "System.Memory.Data/8.0.1": { "runtime": { "lib/net8.0/System.Memory.Data.dll": { @@ -3075,11 +3073,11 @@ } } }, - "Microsoft.Azure.WebJobs.Script/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script/4.1045.100-pr.25503.5": { "dependencies": { - "Azure.Core": "1.47.1", + "Azure.Core": "1.49.0", "Azure.Data.Tables": "12.8.3", - "Azure.Identity": "1.14.2", + "Azure.Identity": "1.16.0", "Azure.Monitor.OpenTelemetry.Exporter": "1.4.0", "Azure.Storage.Blobs": "12.19.1", "Microsoft.ApplicationInsights": "2.22.0", @@ -3100,6 +3098,7 @@ "Microsoft.Extensions.Azure": "1.12.0", "Microsoft.Extensions.Hosting.Abstractions": "9.0.6", "Microsoft.Extensions.Http": "8.0.0", + "Microsoft.Extensions.Http.Polly": "8.0.7", "Microsoft.Extensions.Logging.Console": "8.0.0", "Microsoft.Extensions.Telemetry.Abstractions": "9.8.0", "Mono.Posix.NETStandard": "1.0.0", @@ -3131,7 +3130,7 @@ "Microsoft.Azure.WebJobs.Script.dll": {} } }, - "Microsoft.Azure.WebJobs.Script.Grpc/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script.Grpc/4.1045.100-pr.25503.5": { "dependencies": { "Grpc.AspNetCore": "2.55.0", "Microsoft.ApplicationInsights": "2.22.0", @@ -3140,7 +3139,7 @@ "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", "Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37", - "Microsoft.Azure.WebJobs.Script": "4.1044.100-pr.25462.4", + "Microsoft.Azure.WebJobs.Script": "4.1045.100-pr.25503.5", "System.IO.FileSystem.Primitives": "4.3.0", "System.Threading.Channels": "8.0.0" }, @@ -3148,26 +3147,26 @@ "Microsoft.Azure.WebJobs.Script.Grpc.dll": {} } }, - "Microsoft.Azure.WebJobs.Script.Reference/4.1044.0.0": { + "Microsoft.Azure.WebJobs.Script.Reference/4.1045.0.0": { "runtime": { "Microsoft.Azure.WebJobs.Script.dll": { - "assemblyVersion": "4.1044.0.0", - "fileVersion": "4.1044.100.25462" + "assemblyVersion": "4.1045.0.0", + "fileVersion": "4.1045.100.25503" } } }, - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1044.0.0": { + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1045.0.0": { "runtime": { "Microsoft.Azure.WebJobs.Script.Grpc.dll": { - "assemblyVersion": "4.1044.0.0", - "fileVersion": "4.1044.100.25462" + "assemblyVersion": "4.1045.0.0", + "fileVersion": "4.1045.100.25503" } } } } }, "libraries": { - "Microsoft.Azure.WebJobs.Script.WebHost/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script.WebHost/4.1045.100-pr.25503.5": { "type": "project", "serviceable": false, "sha512": "" @@ -3193,12 +3192,12 @@ "path": "autofac/4.6.2", "hashPath": "autofac.4.6.2.nupkg.sha512" }, - "Azure.Core/1.47.1": { + "Azure.Core/1.49.0": { "type": "package", "serviceable": true, - "sha512": "sha512-oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==", - "path": "azure.core/1.47.1", - "hashPath": "azure.core.1.47.1.nupkg.sha512" + "sha512": "sha512-wmY5VEEVTBJN+8KVB6qSVZYDCMpHs1UXooOijx/NH7OsMtK92NlxhPBpPyh4cR+07R/zyDGvA5+Fss4TpwlO+g==", + "path": "azure.core/1.49.0", + "hashPath": "azure.core.1.49.0.nupkg.sha512" }, "Azure.Data.Tables/12.8.3": { "type": "package", @@ -3207,12 +3206,12 @@ "path": "azure.data.tables/12.8.3", "hashPath": "azure.data.tables.12.8.3.nupkg.sha512" }, - "Azure.Identity/1.14.2": { + "Azure.Identity/1.16.0": { "type": "package", "serviceable": true, - "sha512": "sha512-YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==", - "path": "azure.identity/1.14.2", - "hashPath": "azure.identity.1.14.2.nupkg.sha512" + "sha512": "sha512-ZTtJt9N1hW9S7JRt05aBy894mp9uK4KbfcVcg2OndKbph/6RCcDEisdBV9iNHiNDSXXQRR52SAYy8RhknQ1xEA==", + "path": "azure.identity/1.16.0", + "hashPath": "azure.identity.1.16.0.nupkg.sha512" }, "Azure.Monitor.OpenTelemetry.Exporter/1.4.0": { "type": "package", @@ -3746,17 +3745,17 @@ "path": "microsoft.azure.functions.javaworker/2.19.2", "hashPath": "microsoft.azure.functions.javaworker.2.19.2.nupkg.sha512" }, - "Microsoft.Azure.Functions.NodeJsWorker/3.11.0": { + "Microsoft.Azure.Functions.NodeJsWorker/3.12.0": { "type": "package", "serviceable": true, - "sha512": "sha512-eShZv3OLkLjNWoB+A2dRJ4SL3XG2YIBk/NkKpECI5gwBBZpfS4Tzqwbp/3ra9MQ/9qm33/SCjgn5taGEmNjxzg==", - "path": "microsoft.azure.functions.nodejsworker/3.11.0", - "hashPath": "microsoft.azure.functions.nodejsworker.3.11.0.nupkg.sha512" + "sha512": "sha512-UPXxG1Gh29eFkwPtKl1mvw/Bnfcy77YUv+blqRqQDIC5XGTmBwyXCOXL6wyX8ze8PUiIby47O3lfLN+I4hOazw==", + "path": "microsoft.azure.functions.nodejsworker/3.12.0", + "hashPath": "microsoft.azure.functions.nodejsworker.3.12.0.nupkg.sha512" }, "Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption/1.0.5": { "type": "package", "serviceable": true, - "sha512": "sha512-OjKhaXWVMO1+2nPvIzKzt6nZVqyUr3dQe8mdhYWsZDofxzbxExT2rGkCG4BqJtSMQMFI3IR9uOyoMesMPkKZbw==", + "sha512": "sha512-2/CpyNVOxHcYb7NjpzCJVpsNHt5tGX0/rC/3nuCvlyiJkjlSJgv1zMBX3SvYo2l2nD7GPA6uITfwYZJutiarWw==", "path": "microsoft.azure.functions.platform.metrics.linuxconsumption/1.0.5", "hashPath": "microsoft.azure.functions.platform.metrics.linuxconsumption.1.0.5.nupkg.sha512" }, @@ -3774,19 +3773,19 @@ "path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4025", "hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4025.nupkg.sha512" }, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4206": { + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4581": { "type": "package", "serviceable": true, - "sha512": "sha512-wW1OUKmlb1bN3VeenBjLKzorWwcmQuwM4mEzGgRQqObniZW5b6pQbRoHmwyX6exbRNWoH8OcwQusFqsxPpbvJA==", - "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4206", - "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4206.nupkg.sha512" + "sha512": "sha512-6VjipKHxPr49zWJO8mzoXH7RWR9Qh6tI5MRh1xMgeqbLpzZ7h9ENFmVVE2ATBmxmz59VyImhs8yCd5OxY4I27A==", + "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4581", + "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4581.nupkg.sha512" }, - "Microsoft.Azure.Functions.PythonWorker/4.39.2": { + "Microsoft.Azure.Functions.PythonWorker/4.40.2": { "type": "package", "serviceable": true, - "sha512": "sha512-HB0A4kHTGnKpI7pz5CRflCfaKo68nk6mei3Ed49uH+/BLe1jFn6yLe8QX7fqHYnBE6+E6Z10tvmyHFp1VfjPTw==", - "path": "microsoft.azure.functions.pythonworker/4.39.2", - "hashPath": "microsoft.azure.functions.pythonworker.4.39.2.nupkg.sha512" + "sha512": "sha512-3UIKULyBz3J0MZy2TfRZe1GON0OuFwCJKjbxkpwih3Kuwf8VpxDSlTRK5TNk8IjTeRWmS64WsBAH+U6SR0X2nw==", + "path": "microsoft.azure.functions.pythonworker/4.40.2", + "hashPath": "microsoft.azure.functions.pythonworker.4.40.2.nupkg.sha512" }, "Microsoft.Azure.KeyVault.Core/2.0.4": { "type": "package", @@ -4208,19 +4207,19 @@ "path": "microsoft.extensions.webencoders/2.2.0", "hashPath": "microsoft.extensions.webencoders.2.2.0.nupkg.sha512" }, - "Microsoft.Identity.Client/4.73.1": { + "Microsoft.Identity.Client/4.76.0": { "type": "package", "serviceable": true, - "sha512": "sha512-NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==", - "path": "microsoft.identity.client/4.73.1", - "hashPath": "microsoft.identity.client.4.73.1.nupkg.sha512" + "sha512": "sha512-j2FtmljuCveDJ7umBVYm6Bx3iVGA71U07Dc7byGr2Hrj7XlByZSknruCBUeYN3V75nn1VEhXegxE0MerxvxrXQ==", + "path": "microsoft.identity.client/4.76.0", + "hashPath": "microsoft.identity.client.4.76.0.nupkg.sha512" }, - "Microsoft.Identity.Client.Extensions.Msal/4.73.1": { + "Microsoft.Identity.Client.Extensions.Msal/4.76.0": { "type": "package", "serviceable": true, - "sha512": "sha512-xDztAiV2F0wI0W8FLKv5cbaBefyLD6JVaAsvgSN7bjWNCzGYzHbcOEIP5s4TJXUpQzMfUyBsFl1mC6Zmgpz0PQ==", - "path": "microsoft.identity.client.extensions.msal/4.73.1", - "hashPath": "microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512" + "sha512": "sha512-D0n3yMTa3gnDh1usrJmyxGWKYeqbQNCWLgQ0Tswf7S6nk9YobiCOX+M2V8EX5SPqkZxpwkTT6odAhaafu3TIeA==", + "path": "microsoft.identity.client.extensions.msal/4.76.0", + "hashPath": "microsoft.identity.client.extensions.msal.4.76.0.nupkg.sha512" }, "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", @@ -4642,12 +4641,12 @@ "path": "system.buffers/4.5.0", "hashPath": "system.buffers.4.5.0.nupkg.sha512" }, - "System.ClientModel/1.5.1": { + "System.ClientModel/1.7.0": { "type": "package", "serviceable": true, - "sha512": "sha512-k2jKSO0X45IqhVOT9iQB4xralNN9foRQsRvXBTyRpAVxyzCJlG895T9qYrQWbcJ6OQXxOouJQ37x5nZH5XKK+A==", - "path": "system.clientmodel/1.5.1", - "hashPath": "system.clientmodel.1.5.1.nupkg.sha512" + "sha512": "sha512-NKKA3/O6B7PxmtIzOifExHdfoWthy3AD4EZ1JfzcZU8yGZTbYrK1qvXsHUL/1yQKKqWSKgIR1Ih/yf2gOaHc4w==", + "path": "system.clientmodel/1.7.0", + "hashPath": "system.clientmodel.1.7.0.nupkg.sha512" }, "System.Collections/4.3.0": { "type": "package", @@ -4831,12 +4830,12 @@ "path": "system.linq.expressions/4.1.0", "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" }, - "System.Memory/4.5.5": { + "System.Memory/4.5.4": { "type": "package", "serviceable": true, - "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "path": "system.memory/4.5.5", - "hashPath": "system.memory.4.5.5.nupkg.sha512" + "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "path": "system.memory/4.5.4", + "hashPath": "system.memory.4.5.4.nupkg.sha512" }, "System.Memory.Data/8.0.1": { "type": "package", @@ -5237,22 +5236,22 @@ "path": "yarp.reverseproxy/2.0.1", "hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512" }, - "Microsoft.Azure.WebJobs.Script/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script/4.1045.100-pr.25503.5": { "type": "project", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Grpc/4.1044.100-pr.25462.4": { + "Microsoft.Azure.WebJobs.Script.Grpc/4.1045.100-pr.25503.5": { "type": "project", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Reference/4.1044.0.0": { + "Microsoft.Azure.WebJobs.Script.Reference/4.1045.0.0": { "type": "reference", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1044.0.0": { + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1045.0.0": { "type": "reference", "serviceable": false, "sha512": ""