Update description to fit in Description column (#8633)

This commit is contained in:
Arvind Ranasaria
2019-12-11 10:41:00 -08:00
committed by GitHub
parent 698b4fce41
commit bbb7a67bd2
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export class AzCliTool extends ToolBase {
}
get description(): string {
return localize('resourceDeployment.AzCLIDescription', "A tool for managing Azure resources");
return localize('resourceDeployment.AzCLIDescription', "Manages Azure resources");
}
get type(): ToolType {

View File

@@ -28,7 +28,7 @@ export class AzdataTool extends ToolBase {
}
get description(): string {
return localize('resourceDeployment.AzdataDescription', "A utility to bootstrap and manage the Big Data Cluster");
return localize('resourceDeployment.AzdataDescription', "Bootstraps and manages the Big Data Cluster");
}
get type(): ToolType {

View File

@@ -21,7 +21,7 @@ export class DockerTool extends ToolBase {
}
get description(): string {
return localize('resourceDeployment.DockerDescription', "A utility to package and run an application in isolated containers");
return localize('resourceDeployment.DockerDescription', "Packages and runs applications in isolated containers");
}
get type(): ToolType {

View File

@@ -24,7 +24,7 @@ export class KubeCtlTool extends ToolBase {
}
get description(): string {
return localize('resourceDeployment.KubeCtlDescription', "A tool to run commands against Kubernetes clusters");
return localize('resourceDeployment.KubeCtlDescription', "Runs commands against Kubernetes clusters");
}
get type(): ToolType {