From 3513363b2b306f36e2e60aeeedf0f953922ec92a Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Wed, 1 Mar 2023 12:54:21 +0100
Subject: [PATCH] exclude Microsoft to remove them under NREN/RE_CUST

---
 brian_dashboard_manager/config.py | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index c4cc803..90d148a 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -39,6 +39,7 @@ DEFAULT_ORGANIZATIONS = [
         "name": "GÉANT Staff",
         "excluded_nrens": [
             "GEANT",
+            "Microsoft"
         ],
         "excluded_dashboards": [],
         "excluded_folders": {}
@@ -48,7 +49,8 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_nrens": [
             "GEANT",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -69,7 +71,8 @@ DEFAULT_ORGANIZATIONS = [
             "PSNC",
             "PIONIER",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -100,6 +103,7 @@ DEFAULT_ORGANIZATIONS = [
             "GEANT-IT",
             "PSNC",
             "PIONIER",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -119,7 +123,8 @@ DEFAULT_ORGANIZATIONS = [
             "PSNC",
             "PIONIER",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
-- 
GitLab