Skip to content

Commit 61e87df

Browse files
committed
change the catagory for azure plugin
1 parent 9543b54 commit 61e87df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,6 @@ module.exports = {
940940
'lbHttpsOnly' : require(__dirname + '/plugins/azure/loadbalancer/lbHttpsOnly.js'),
941941
'lbNoInstances' : require(__dirname + '/plugins/azure/loadbalancer/lbNoInstances.js'),
942942
'lbHasTags' : require(__dirname + '/plugins/azure/loadbalancer/lbHasTags.js'),
943-
'applicationGatewayHasTags' : require(__dirname + '/plugins/azure/loadbalancer/applicationGatewayHasTags.js'),
944943
'lbLogAnalyticsEnabled' : require(__dirname + '/plugins/azure/loadbalancer/lbLogAnalyticsEnabled.js'),
945944

946945
'kvRecoveryEnabled' : require(__dirname + '/plugins/azure/keyvaults/kvRecoveryEnabled.js'),
@@ -976,6 +975,7 @@ module.exports = {
976975

977976
'agWafEnabled' : require(__dirname + '/plugins/azure/applicationGateway/agWafEnabled'),
978977
'agPreventionModeEnabled' : require(__dirname + '/plugins/azure/applicationGateway/agPreventionModeEnabled.js'),
978+
'applicationGatewayHasTags' : require(__dirname + '/plugins/azure/applicationGateway/applicationGatewayHasTags.js'),
979979
'subscriptionHasTags' : require(__dirname + '/plugins/azure/subscription/subscriptionHasTags.js'),
980980

981981
'rgHasTags' : require(__dirname + '/plugins/azure/resourceGroup/rgHasTags.js'),

plugins/azure/loadbalancer/applicationGatewayHasTags.js renamed to plugins/azure/applicationGateway/applicationGatewayHasTags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const helpers = require('../../../helpers/azure');
33

44
module.exports = {
55
title: 'Application Gateway Has Tags',
6-
category: 'Load Balancer',
7-
domain: 'Availability',
6+
category: 'Application Gateway',
7+
domain: 'Network Access Control',
88
description: 'Ensures that Microsoft Azure Application Gateway has tags associated.',
99
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.',
1010
recommended_action: 'Modify application gateways and add tags.',

plugins/azure/loadbalancer/applicationGatewayHasTags.spec.js renamed to plugins/azure/applicationGateway/applicationGatewayHasTags.spec.js

File renamed without changes.

0 commit comments

Comments
 (0)