From 2bb0fa80e261a89c947b445ea5f58d0467449094 Mon Sep 17 00:00:00 2001 From: Jared Ondricek <90368810+jondricek@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:34:35 -0500 Subject: [PATCH] Update allowed values for platforms again --- app/config/allowed-values.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/app/config/allowed-values.json b/app/config/allowed-values.json index 442a983c..dfa30588 100644 --- a/app/config/allowed-values.json +++ b/app/config/allowed-values.json @@ -13,13 +13,10 @@ "macOS", "Windows", "Network", - "Office 365", - "Azure AD", "SaaS", "IaaS", - "Google Workspace", "Containers", - "Identity as a Service", + "Identity Provider", "Office Suite" ] }, @@ -161,12 +158,10 @@ "macOS", "Windows", "Network", - "Office 365", - "Azure AD", "IaaS", "SaaS", "Containers", - "Identity as a Service", + "Identity Provider", "Office Suite" ] }, @@ -235,15 +230,12 @@ "allowedValues": [ "Containers", "Windows", - "Azure AD", "Linux", "macOS", "IaaS", "SaaS", - "Office 365", - "Google Workspace", "Network", - "Identity as a Service", + "Identity Provider", "Office Suite" ] },