mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update description to fit in Description column (#8633)
This commit is contained in:
@@ -24,7 +24,7 @@ export class AzCliTool extends ToolBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get description(): string {
|
get description(): string {
|
||||||
return localize('resourceDeployment.AzCLIDescription', "A tool for managing Azure resources");
|
return localize('resourceDeployment.AzCLIDescription', "Manages Azure resources");
|
||||||
}
|
}
|
||||||
|
|
||||||
get type(): ToolType {
|
get type(): ToolType {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export class AzdataTool extends ToolBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get description(): string {
|
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 {
|
get type(): ToolType {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export class DockerTool extends ToolBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get description(): string {
|
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 {
|
get type(): ToolType {
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export class KubeCtlTool extends ToolBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get description(): string {
|
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 {
|
get type(): ToolType {
|
||||||
|
|||||||
Reference in New Issue
Block a user