Skip to content
Open
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
8 changes: 4 additions & 4 deletions source/tasks/DeployTenant/TenantedDeployV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"label": "Deploy to Environment",
"defaultValue": "",
"required": true,
"helpMarkDown": "The "
"helpMarkDown": "The environment to deploy to. This must be the name of the environment, not the id."
},
{
"name": "DeployForTenants",
"type": "multiline",
"label": "Tenant(s)",
"defaultValue": "",
"required": false,
"helpMarkDown": "Deploy the release for this list of tenants. Wildcard '*' will deploy to all tenants currently able to deploy to the above provided environment."
"helpMarkDown": "Deploy the release for this list of tenants. Wildcard '*' will deploy to all tenants currently able to deploy to the above-provided environment."
},
{
"name": "DeployForTenantTags",
Expand All @@ -87,7 +87,7 @@
"label": "Values for prompted variables",
"defaultValue": "",
"required": false,
"helpMarkDown": "Variable values to pass to the the deployment, use syntax `variable: value`"
"helpMarkDown": "Variable values to pass to the deployment, use syntax `variable: value`"
},
{
"name": "UseGuidedFailure",
Expand Down Expand Up @@ -119,4 +119,4 @@
"target": "index.js"
}
}
}
}