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 4ae94f1 commit 246e66eCopy full SHA for 246e66e
requirements.txt
@@ -4,7 +4,7 @@ pytest==7.1.2
4
python-dateutil==2.8.0
5
requests==2.32.2
6
jsonschema==3.2.0
7
-aiohttp==3.7.4
+aiohttp==3.12.9
8
azure-functions>=1.11.3b3
9
nox==2019.11.9
10
furl==2.1.0
samples-v2/function_chaining/host.json
@@ -12,14 +12,4 @@
12
"id": "Microsoft.Azure.Functions.ExtensionBundle",
13
"version": "[4.*, 5.0.0)"
14
}
15
-}{
16
- "version": "2.0",
17
- "logging": {
18
- "applicationInsights": {
19
- "samplingSettings": {
20
- "isEnabled": true,
21
- "excludedTypes": "Request"
22
- }
23
24
25
0 commit comments