Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing bug: Deployment is displayed as eployment #3632

Merged
merged 3 commits into from
Feb 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also update the task version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the patch number.

"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