Skip to content

Commit 38202c9

Browse files
committed
Update extension bundle and DurableTask settings
Set extensionBundle version to start from 4.26.0. Added DurableTask defaultVersion, versionMatchStrategy, and versionFailureStrategy for stricter version control.
1 parent 995ca37 commit 38202c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

host.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"extensionBundle": {
77
"id": "Microsoft.Azure.Functions.ExtensionBundle",
8-
"version": "[4.*, 5.0.0)"
8+
"version": "[4.26.0, 5.0.0)"
99
},
1010
"functionTimeout": "00:10:00",
1111
"extensions": {
@@ -15,7 +15,10 @@
1515
"tracing": {
1616
"distributedTracingEnabled": false,
1717
"version": "None"
18-
}
18+
},
19+
"defaultVersion": "8.7.0",
20+
"versionMatchStrategy": "Strict",
21+
"versionFailureStrategy": "Fail"
1922
}
2023
}
2124
}

0 commit comments

Comments
 (0)