Skip to content

Commit

Permalink
FS-Azure/MLRegistriesTags
Browse files Browse the repository at this point in the history
  • Loading branch information
fatima99s committed Jul 14, 2024
1 parent 3ef6768 commit 2038205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/azure/machinelearning/mlRegistryHasTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module.exports = {
title: 'Machine Learning Registry Has Tags',
category: 'AI & ML',
domain: 'Machine Learning',
severity: 'High',
severity: 'Low',
description: 'Ensures that Azure Machine Learning registries 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 Machine Learning registry and add tags.',
link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',
apis: ['machineLearning:listRegistries'],
realtime_triggers: ['microsoftmachinelearningservices:registries:write','microsoftmachinelearningservices:registries:delete'],
realtime_triggers: ['microsoftmachinelearningservices:registries:write','microsoftmachinelearningservices:registries:delete', 'microsoftresources:tags:write'],

run: function(cache, settings, callback) {
const results = [];
Expand Down

0 comments on commit 2038205

Please sign in to comment.