From aed60c2b1619f1045241f74ecf003d8d7e4d7f4a Mon Sep 17 00:00:00 2001 From: AkhtarAmir <31914988+AkhtarAmir@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:28:47 +0500 Subject: [PATCH] Update plugins/azure/synapse/synapseWorkspaceHasTags.js Co-authored-by: alphadev4 <113519745+alphadev4@users.noreply.github.com> --- plugins/azure/synapse/synapseWorkspaceHasTags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/azure/synapse/synapseWorkspaceHasTags.js b/plugins/azure/synapse/synapseWorkspaceHasTags.js index a063e7f788..c9e6b35c01 100644 --- a/plugins/azure/synapse/synapseWorkspaceHasTags.js +++ b/plugins/azure/synapse/synapseWorkspaceHasTags.js @@ -6,7 +6,7 @@ module.exports = { category: 'AI & ML', domain: 'Machine Learning', severity: 'Low', - description: 'Ensures that Azure Synapse workspace has tags associated.', + description: 'Ensures that Azure Synapse workspaces have tags associated.', more_info: 'Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage.', recommended_action: 'Modify Synapse workspace and add tags.', link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',