Skip to content

Commit

Permalink
Merge pull request #3265 from Microsoft/users/hiyada/AzureRGStrings
Browse files Browse the repository at this point in the history
Users/hiyada/azure rg strings
  • Loading branch information
hiyadav authored Dec 19, 2016
2 parents 2931ea9 + dbb75c2 commit 9b10840
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 1,
"Patch": 4
"Patch": 5
},
"demands": [
"azureps"
Expand Down Expand Up @@ -96,7 +96,7 @@
"defaultValue": "",
"required": false,
"properties": {
"editorExtension": "ms.vss-distributed-task-input-editor.parameters-grid"
"editorExtension": "ms.vss-services-azure.parameters-grid"
},
"helpMarkDown": "Additional parameters to pass to PowerShell. Can be either ordinal or named parameters."
}
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShell/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 1,
"Patch": 4
"Patch": 5
},
"demands": [
"azureps"
Expand Down Expand Up @@ -96,7 +96,7 @@
"defaultValue": "",
"required": false,
"properties": {
"editorExtension": "ms.vss-distributed-task-input-editor.parameters-grid"
"editorExtension": "ms.vss-services-azure.parameters-grid"
},
"helpMarkDown": "ms-resource:loc.input.help.ScriptArguments"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"loc.group.displayName.AdvancedDeploymentOptions": "Advanced Deployment Options",
"loc.group.displayName.output": "Output",
"loc.input.label.ConnectedServiceNameSelector": "Azure Connection Type",
"loc.input.label.ConnectedServiceName": "Azure RM Subscription",
"loc.input.label.ConnectedServiceName": "Azure Subscription",
"loc.input.help.ConnectedServiceName": "Select the Azure Resource Manager subscription for the deployment.",
"loc.input.label.ConnectedServiceNameClassic": "Azure Classic Subscription",
"loc.input.help.ConnectedServiceNameClassic": "Select the Azure Classic subscription for the deployment.",
Expand All @@ -27,7 +27,7 @@
"loc.input.label.csmParametersFile": "Template Parameters",
"loc.input.help.csmParametersFile": "Specify the path for the parameters file for the Azure Resource Manager Template.",
"loc.input.label.overrideParameters": "Override Template Parameters",
"loc.input.help.overrideParameters": "Specify the template parameters to override like, <br>storageName fabrikam adminUsername $(vmusername) -adminPassword (ConvertTo-SecureString -String '$(password)' -AsPlainText -Force) azureKeyVaultName $(fabrikamFibre).",
"loc.input.help.overrideParameters": "Specify the template parameters to override like, <br>-storageName fabrikam -adminUsername $(vmusername) -adminPassword (ConvertTo-SecureString -String '$(password)' -AsPlainText -Force) -azureKeyVaultName $(fabrikamFibre).",
"loc.input.label.deploymentMode": "Deployment Mode",
"loc.input.help.deploymentMode": "Incremental mode handles deployments as incremental updates to the resource group . It leaves unchanged resources that exist in the resource group but are not specified in the template. \n\n Complete mode deletes resources that are not in your template. \n\n Validate mode enables you to find problems with the template before creating actual resources. \n\n By default, Incremental mode is used.",
"loc.input.label.enableDeploymentPrerequisites": "Enable Deployment Prerequisites",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/DeployAzureResourceGroup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"name": "ConnectedServiceName",
"type": "connectedService:AzureRM",
"label": "Azure RM Subscription",
"label": "Azure Subscription",
"defaultValue": "",
"required": true,
"groupName": "AzureDetails",
Expand Down Expand Up @@ -188,9 +188,9 @@
"defaultValue": "",
"required": false,
"groupName": "Template",
"helpMarkDown": "Specify the template parameters to override like, <br>storageName fabrikam adminUsername $(vmusername) -adminPassword (ConvertTo-SecureString -String '$(password)' -AsPlainText -Force) azureKeyVaultName $(fabrikamFibre).",
"helpMarkDown": "Specify the template parameters to override like, <br>-storageName fabrikam -adminUsername $(vmusername) -adminPassword (ConvertTo-SecureString -String '$(password)' -AsPlainText -Force) -azureKeyVaultName $(fabrikamFibre).",
"properties": {
"editorExtension": "ms.vss-distributed-task-input-editor.parameters-grid"
"editorExtension": "ms.vss-services-azure.parameters-grid"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"groupName": "Template",
"helpMarkDown": "ms-resource:loc.input.help.overrideParameters",
"properties": {
"editorExtension": "ms.vss-distributed-task-input-editor.parameters-grid"
"editorExtension": "ms.vss-services-azure.parameters-grid"
}
},
{
Expand Down

0 comments on commit 9b10840

Please sign in to comment.