diff --git a/Tasks/AzureRmWebAppDeploymentV3/task.json b/Tasks/AzureRmWebAppDeploymentV3/task.json
index bedc674a02ff..34539cd6f765 100644
--- a/Tasks/AzureRmWebAppDeploymentV3/task.json
+++ b/Tasks/AzureRmWebAppDeploymentV3/task.json
@@ -17,7 +17,7 @@
"version": {
"Major": 3,
"Minor": 4,
- "Patch": 17
+ "Patch": 18
},
"releaseNotes": "What's new in Version 3.0:
Supports File Transformations (XDT)
Supports Variable Substitutions(XML, JSON)
Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
"minimumAgentVersion": "2.104.1",
diff --git a/Tasks/AzureRmWebAppDeploymentV3/task.loc.json b/Tasks/AzureRmWebAppDeploymentV3/task.loc.json
index 7b8c3b5c57ba..cd591c9abb3e 100644
--- a/Tasks/AzureRmWebAppDeploymentV3/task.loc.json
+++ b/Tasks/AzureRmWebAppDeploymentV3/task.loc.json
@@ -17,7 +17,7 @@
"version": {
"Major": 3,
"Minor": 4,
- "Patch": 17
+ "Patch": 18
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.json b/Tasks/AzureRmWebAppDeploymentV4/task.json
index 097d91217a52..497dca3e58df 100644
--- a/Tasks/AzureRmWebAppDeploymentV4/task.json
+++ b/Tasks/AzureRmWebAppDeploymentV4/task.json
@@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 3,
- "Patch": 16
+ "Patch": 17
},
"releaseNotes": "What's new in version 4.* (preview)
Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)
Supports App Service Environments
Improved UI for discovering different App service types supported by the task
Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only
Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
"minimumAgentVersion": "2.104.1",
diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json
index e57e233f599a..db8f75591141 100644
--- a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json
+++ b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json
@@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 3,
- "Patch": 16
+ "Patch": 17
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
diff --git a/Tasks/Common/azure-arm-rest/azure-arm-app-service-kudu.ts b/Tasks/Common/azure-arm-rest/azure-arm-app-service-kudu.ts
index e83a12466cf4..f51d425d77cd 100644
--- a/Tasks/Common/azure-arm-rest/azure-arm-app-service-kudu.ts
+++ b/Tasks/Common/azure-arm-rest/azure-arm-app-service-kudu.ts
@@ -390,7 +390,6 @@ export class Kudu {
httpRequest.method = 'POST';
httpRequest.uri = this._client.getRequestUri(`/api/command`);
httpRequest.headers = {
- 'Content-Type': 'multipart/form-data',
'If-Match': '*'
};
httpRequest.body = JSON.stringify({