Skip to content

Commit

Permalink
Fixing bug: Deployment is displayed as eployment (#3632)
Browse files Browse the repository at this point in the history
* Fixing bug: Deployment is displayed as eployment

* Increasing the version

* adding loc files
  • Loading branch information
aydey authored and sachinma committed Feb 16, 2017
1 parent d539c24 commit 634a113
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"loc.instanceNameFormat": "Azure Deployment:$(action) action on $(resourceGroupName)",
"loc.group.displayName.AzureDetails": "Azure Details",
"loc.group.displayName.Template": "Template",
"loc.group.displayName.AdvancedDeploymentOptions": "Advanced eployment options for virtual machines",
"loc.group.displayName.AdvancedDeploymentOptions": "Advanced deployment options for virtual machines",
"loc.input.label.ConnectedServiceName": "Azure subscription",
"loc.input.help.ConnectedServiceName": "Select the Azure Resource Manager subscription for the deployment.",
"loc.input.label.action": "Action",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceGroupDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand All @@ -32,7 +32,7 @@
},
{
"name": "AdvancedDeploymentOptions",
"displayName": "Advanced eployment options for virtual machines",
"displayName": "Advanced deployment options for virtual machines",
"isExpanded": true,
"visibleRule": "action = Create Or Update Resource Group || action = Select Resource Group"
}
Expand Down
2 changes: 1 addition & 1 deletion 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": 0,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down

0 comments on commit 634a113

Please sign in to comment.