File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.2.0 " />
3
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.2.1 " />
4
4
</ItemGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 2
2
<!-- Please add your release notes in the following format:
3
3
- My change description (#PR)
4
4
-->
5
- - Update Python Worker Version to [ 1.2.0 ] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.2.0 )
5
+ - [ Hotfix ] Update Python Worker Version to [ 1.2.1 ] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.2.1 )
6
6
- Updated Java Worker Version to [ 1.8.2-SNAPSHOT] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.2-SNAPSHOT )
7
7
- Skip external config validation if RuntimeDrivenScaling is enabled in Elastic Premium sku (#6542 )
8
8
- Re-added dependencies: Microsoft.Extensions.PlatformAbstractions and Microsoft.Extensions.DiagnosticAdapter
20
20
21
21
** Release sprint:** Sprint 98
22
22
[ [ bugs] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Abug+is%3Aclosed ) | [ features] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Afeature+is%3Aclosed ) ]
23
+
24
+ ** Release sprint:** Sprint 99
25
+ [ [ bugs] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+99%22+label%3Abug+is%3Aclosed ) | [ features] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+99%22+label%3Afeature+is%3Aclosed ) ]
Original file line number Diff line number Diff line change 51
51
<PackageReference Include =" appinsights.testlogger" Version =" 1.0.0" />
52
52
<PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
53
53
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.1.0" />
54
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.2.0 " />
54
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.2.1 " />
55
55
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
56
56
<PackageReference Include =" Moq" Version =" 4.9.0" />
57
57
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" />
You can’t perform that action at this time.
0 commit comments