Skip to content

Commit 5ff7ac1

Browse files
author
Ajay Kumar Yadav
authored
Merge pull request #5500 from Microsoft/users/ajya/kuduUrlModifiedM123
Kudu deploy URL modified M123
2 parents 771e652 + 58a7646 commit 5ff7ac1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Tasks/AzureAppServiceManage/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 16
20+
"Patch": 17
2121
},
2222
"minimumAgentVersion": "1.102.0",
2323
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManage/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 16
20+
"Patch": 17
2121
},
2222
"minimumAgentVersion": "1.102.0",
2323
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/AzureRmWebAppDeployment/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 17
19+
"Patch": 18
2020
},
2121
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.",
2222
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeployment/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 17
19+
"Patch": 18
2020
},
2121
"releaseNotes": "ms-resource:loc.releaseNotes",
2222
"minimumAgentVersion": "2.104.1",

Tasks/Common/azurerest-common/kududeploymentstatusutility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function getUpdateHistoryRequest(webAppPublishKuduUrl: string, isDeployme
7070
};
7171

7272
var webAppHostUrl = webAppPublishKuduUrl.split(':')[0];
73-
var requestUrl = "https://" + encodeURIComponent(webAppHostUrl) + "/deployments/" + encodeURIComponent(deploymentId);
73+
var requestUrl = "https://" + encodeURIComponent(webAppHostUrl) + "/api/deployments/" + encodeURIComponent(deploymentId);
7474

7575
var requestDetails = {
7676
"requestBody": requestBody,

0 commit comments

Comments
 (0)