Skip to content

Commit

Permalink
loc changes for #4092
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasd1990 committed Apr 27, 2017
1 parent 34ce780 commit 5a82eae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"loc.input.label.project": "Team project",
"loc.input.help.project": "Specify the Team Project which has the Deployment Group defined in it​",
"loc.input.label.deploymentGroupName": "Deployment Group",
"loc.input.help.deploymentGroupName": "Specify the Deployment Group against which the Agent(s) will be registered",
"loc.input.help.deploymentGroupName": "Specify the Deployment Group against which the Agent(s) will be registered. For more guidance, refer to [Deployment Groups](https://aka.ms/832442)",
"loc.input.label.copyAzureVMTags": "Copy Azure VM tags to agents",
"loc.input.help.copyAzureVMTags": "Choose if the tags configured on the Azure VM need to be copied to the corresponding Deployment Group agent. <br><br>​By default all Azure tags will be copied following the format “Key: Value”. Example: An Azure Tag “Role : Web” would be copied as-is to the Agent machine. <br><br>For more information on how tag Azure resources refer to [link](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags​)",
"loc.input.label.outputVariable": "VM details for WinRM",
Expand Down
17 changes: 12 additions & 5 deletions Tasks/AzureResourceGroupDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 0
"Patch": 1
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down Expand Up @@ -175,7 +175,7 @@
"groupName": "AdvancedDeploymentOptions",
"options": {
"None": "None",
"ConfigureVMwithWinRM": "Configure with WinRM",
"ConfigureVMwithWinRM": "Configure with WinRM agent",
"ConfigureVMWithDGAgent": "Configure with Deployment Group agent"
},
"helpMarkDown": "ms-resource:loc.input.help.enableDeploymentPrerequisites"
Expand All @@ -187,7 +187,10 @@
"groupName": "AdvancedDeploymentOptions",
"visibleRule": "enableDeploymentPrerequisites = ConfigureVMWithDGAgent",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.deploymentGroupEndpoint"
"helpMarkDown": "ms-resource:loc.input.help.deploymentGroupEndpoint",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "project",
Expand All @@ -196,17 +199,21 @@
"groupName": "AdvancedDeploymentOptions",
"visibleRule": "enableDeploymentPrerequisites = ConfigureVMWithDGAgent",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.project"
"helpMarkDown": "ms-resource:loc.input.help.project",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "deploymentGroupName",
"type": "pickList",
"label": "ms-resource:loc.input.label.deploymentGroupName",
"groupName": "AdvancedDeploymentOptions",
"visibleRule": "enableDeploymentPrerequisites = ConfigureVMWithDGAgent",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.deploymentGroupName",
"properties": {
"DisableManageLink": "True"
"EditableOptions": "True"
}
},
{
Expand Down

0 comments on commit 5a82eae

Please sign in to comment.