Skip to content

Commit 077e11c

Browse files
Merge pull request #4810 from Microsoft/users/subraman/appservicemanage
updated display name
2 parents e9732f6 + fc87853 commit 077e11c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"loc.friendlyName": "Azure App Service Manage (PREVIEW)",
2+
"loc.friendlyName": "Azure App Service Manage",
33
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=831573)",
44
"loc.description": "Start, Stop, Restart, Slot swap or Install site extensions for an Azure App Service",
55
"loc.instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManage/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "f045e430-8704-11e6-968f-e717e6411619",
33
"name": "AzureAppServiceManage",
4-
"friendlyName": "Azure App Service Manage (PREVIEW)",
4+
"friendlyName": "Azure App Service Manage",
55
"description": "Start, Stop, Restart, Slot swap or Install site extensions for an Azure App Service",
66
"author": "Microsoft Corporation",
77
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=831573)",
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 11
20+
"Patch": 12
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": 11
20+
"Patch": 12
2121
},
2222
"minimumAgentVersion": "1.102.0",
2323
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)