Skip to content

Commit b030d9d

Browse files
authored
Revert "Standalone aws data connector- 3.11 version update"
1 parent d9d11f3 commit b030d9d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-23.5 MB
Binary file not shown.

DataConnectors/AWS-S3-AzureFunction/azuredeploy_awss3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"alwaysOn": true,
199199
"reserved": true,
200200
"siteConfig": {
201-
"linuxFxVersion": "python|3.11"
201+
"linuxFxVersion": "python|3.9"
202202
},
203203
"serverFarmId": "[concat('/subscriptions/', subscription().subscriptionId,'/resourcegroups/', resourceGroup().name, '/providers/Microsoft.Web/serverfarms/', variables('HostingPlanName'))]"
204204
},

DataConnectors/AWS-S3-AzureFunction/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"extensionBundle": {
1313
"id": "Microsoft.Azure.Functions.ExtensionBundle",
14-
"version": "[4.*, 5.0.0)"
14+
"version": "[3.*, 4.0.0)"
1515
}
1616
}

DataConnectors/AWS-S3-AzureFunction/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Manually managing azure-functions-worker may cause unexpected issues
44

55
azure-functions
6-
boto3>=1.26.0
6+
boto3==1.9.180
77
requests==2.31.0

0 commit comments

Comments
 (0)