We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25051f1 commit ac5f4d4Copy full SHA for ac5f4d4
release_notes.md
@@ -4,8 +4,6 @@
4
- My change description (#PR)
5
-->
6
7
-- Update Python Worker Version to [4.40.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2)
8
-- Add JitTrace Files for v4.1044
9
- Remove duplicate function names from sync triggers payload(#11371)
10
- Avoid emitting empty tag values for health check metrics (#11393)
11
- Functions host to take a customer specified port in Custom Handler scenario (#11408)
src/Directory.Version.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>4.1044.300</VersionPrefix>
+ <VersionPrefix>4.1044.400</VersionPrefix>
<UpdateBuildNumber>true</UpdateBuildNumber>
</PropertyGroup>
</Project>
0 commit comments