Skip to content

Commit 7a90575

Browse files
authored
AzureRmWebAppDeployment description update (#4808)
* Fix for Azure App servicve task build (#4803) * Updated the patch version * updated the description
1 parent a769403 commit 7a90575

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/AzureRmWebAppDeployment/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Azure App Service Deploy",
33
"loc.helpMarkDown": "[More Information](https://aka.ms/azurermwebdeployreadme)",
4-
"loc.description": "Update Azure App Service using Web Deploy / Kudu REST APIs",
4+
"loc.description": "Update Azure Web App Services, Web App On Linux , Function Apps, Mobile Apps using Web Deploy / Kudu REST APIs",
55
"loc.instanceNameFormat": "Azure App Service Deploy: $(WebAppName)",
66
"loc.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.",
77
"loc.group.displayName.FileTransformsAndVariableSubstitution": "File Transforms & Variable Substitution Options",

Tasks/AzureRmWebAppDeployment/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "497D490F-EEA7-4F2B-AB94-48D9C1ACDCB1",
33
"name": "AzureRmWebAppDeployment",
44
"friendlyName": "Azure App Service Deploy",
5-
"description": "Update Azure App Service using Web Deploy / Kudu REST APIs",
5+
"description": "Update Azure Web App Services, Web App On Linux , Function Apps, Mobile Apps using Web Deploy / Kudu REST APIs",
66
"helpMarkDown": "[More Information](https://aka.ms/azurermwebdeployreadme)",
77
"category": "Deploy",
88
"visibility": [
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 10
19+
"Patch": 12
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",
@@ -485,4 +485,4 @@
485485
"AutoParameterizationMessage": "ConnectionString attributes in Web.config is parameterized by default. Note that the transformation has no effect on connectionString attributes as the value is overridden during deployment by 'Parameters.xml or 'SetParameters.xml' files. You can disable the auto-parameterization by setting /p:AutoParameterizationWebConfigConnectionStrings=False during MSBuild package generation.",
486486
"UnsupportedAppType": "App type '%s' not supported in Web.config generation. Valid values for '-appType' are: 'python_Bottle', 'python_Django', 'python_Flask' and 'node'"
487487
}
488-
}
488+
}

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": 10
19+
"Patch": 12
2020
},
2121
"releaseNotes": "ms-resource:loc.releaseNotes",
2222
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)