Skip to content

Commit af317cd

Browse files
author
hiyadav
committed
change in helpText
1 parent 8aab043 commit af317cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"loc.input.help.csmParametersFile": "Specify the path for the parameters file for the Azure Resource Manager Template.",
2626
"loc.input.label.overrideParameters": "Override Template Parameters",
2727
"loc.input.label.deploymentMode": "Deployment Mode",
28-
"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. Complete mode deletes resources that are not in your template. \n\n By default, incremental mode is used. \n\n Validate mode enables you to find problems with the template before creating actual resources.",
28+
"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.",
2929
"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).",
3030
"loc.input.label.enableDeploymentPrerequisitesForCreate": "Enable Deployment Prerequisites",
3131
"loc.input.help.enableDeploymentPrerequisitesForCreate": "Enabling this option configures Windows Remote Management (WinRM) listener over HTTPS protocol on port 5986, using a self-signed certificate. This configuration is required for performing deployment operation on Azure machines. If the target Virtual Machines are backed by a Load balancer, ensure Inbound NAT rules are configured for target port (5986).",

Tasks/DeployAzureResourceGroup/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"label": "Deployment Mode",
172172
"defaultValue": "Incremental",
173173
"required": true,
174-
"helpMarkDown": "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. Complete mode deletes resources that are not in your template. \n\n By default, incremental mode is used. \n\n Validate mode enables you to find problems with the template before creating actual resources.",
174+
"helpMarkDown": "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.",
175175
"options": {
176176
"Validation": "Validation Only",
177177
"Incremental" : "Incremental",

0 commit comments

Comments
 (0)