Skip to content

Commit

Permalink
Merge pull request #11149 from Azure/v-sudkharat/MimecastSEG-3.11-ver…
Browse files Browse the repository at this point in the history
…sion-update

MimecastSEG, MimecastTTP, MimecastTTP Python-3.11-version-update
  • Loading branch information
v-atulyadav committed Sep 20, 2024
2 parents b0eca62 + 1f1eb3f commit 27305ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
],
"properties": {
"siteConfig": {
"linuxFxVersion": "Python|3.8"
"linuxFxVersion": "Python|3.11"
},
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
"clientAffinityEnabled": false
Expand Down Expand Up @@ -209,7 +209,7 @@
],
"properties": {
"AzureWebJobsStorage": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('storageAccountName'), ';EndpointSuffix=', environment().suffixes.storage, ';AccountKey=',listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName')), '2019-06-01').keys[0].value)]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "python",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('microsoft.insights/components', variables('applicationInsightsName')), '2020-02-02-preview').InstrumentationKey]",
"mimecast_email": "[concat('@Microsoft.KeyVault(SecretUri=https://', variables('functionAppName'), '.vault.azure.net/secrets/', 'mimecast-email', '/)')]",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
],
"properties": {
"siteConfig": {
"linuxFxVersion": "Python|3.8"
"linuxFxVersion": "Python|3.11"
},
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
"clientAffinityEnabled": false
Expand Down Expand Up @@ -209,7 +209,7 @@
],
"properties": {
"AzureWebJobsStorage": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('storageAccountName'), ';EndpointSuffix=', environment().suffixes.storage, ';AccountKey=',listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName')), '2019-06-01').keys[0].value)]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "python",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('microsoft.insights/components', variables('applicationInsightsName')), '2020-02-02-preview').InstrumentationKey]",
"mimecast_email": "[concat('@Microsoft.KeyVault(SecretUri=https://', variables('functionAppName'), '.vault.azure.net/secrets/', 'mimecast-email', '/)')]",
Expand Down
Binary file modified Solutions/MimecastTTP/Data Connectors/MimecastTTPAzureConn.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
],
"properties": {
"siteConfig": {
"linuxFxVersion": "Python|3.8"
"linuxFxVersion": "Python|3.11"
},
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
"clientAffinityEnabled": false
Expand All @@ -208,7 +208,7 @@
],
"properties": {
"AzureWebJobsStorage": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('storageAccountName'), ';EndpointSuffix=', environment().suffixes.storage, ';AccountKey=',listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName')), '2019-06-01').keys[0].value)]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "python",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('microsoft.insights/components', variables('applicationInsightsName')), '2020-02-02-preview').InstrumentationKey]",
"mimecast_email": "[concat('@Microsoft.KeyVault(SecretUri=https://', variables('functionAppName'), '.vault.azure.net/secrets/', 'mimecast-email', '/)')]",
Expand Down

0 comments on commit 27305ec

Please sign in to comment.