diff --git a/requirements.txt b/requirements.txt index 8d089afe..57b7a297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest==7.1.2 python-dateutil==2.8.0 requests==2.32.2 jsonschema==3.2.0 -aiohttp==3.7.4 +aiohttp==3.12.9 azure-functions>=1.11.3b3 nox==2019.11.9 furl==2.1.0 diff --git a/samples-v2/function_chaining/host.json b/samples-v2/function_chaining/host.json index 15324357..9df91361 100644 --- a/samples-v2/function_chaining/host.json +++ b/samples-v2/function_chaining/host.json @@ -12,14 +12,4 @@ "id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[4.*, 5.0.0)" } -}{ - "version": "2.0", - "logging": { - "applicationInsights": { - "samplingSettings": { - "isEnabled": true, - "excludedTypes": "Request" - } - } - } } \ No newline at end of file