From d4845c59feb803a8bc2ab85fab3deafa9d4843ae Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Thu, 1 Dec 2022 13:38:11 +0000 Subject: [PATCH 1/2] fix: [microsoft-azure-appid] Correct type --- lists/microsoft-azure-appid/list.json | 2 +- tools/generate-microsoft-azure-appid.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/microsoft-azure-appid/list.json b/lists/microsoft-azure-appid/list.json index 97024fa..8c34a28 100644 --- a/lists/microsoft-azure-appid/list.json +++ b/lists/microsoft-azure-appid/list.json @@ -97,6 +97,6 @@ "azure-application-id" ], "name": "List of Azure Applicaiton IDs", - "type": "azure-application-ids", + "type": "string", "version": 20221201 } diff --git a/tools/generate-microsoft-azure-appid.py b/tools/generate-microsoft-azure-appid.py index a84fdfd..cd5d47b 100644 --- a/tools/generate-microsoft-azure-appid.py +++ b/tools/generate-microsoft-azure-appid.py @@ -13,7 +13,7 @@ def process(url, dst): 'name': 'List of Azure Applicaiton IDs', 'version': get_version(), 'description': 'List of Azure Application IDs (https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in)', - 'type': 'azure-application-ids', + 'type': 'string', 'list': [], 'matching_attributes': ["azure-application-id"] } From 3c8294ebc469a6e63d08ca66e4aeda48006e189d Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Thu, 1 Dec 2022 13:42:01 +0000 Subject: [PATCH 2/2] fix: [microsoft-azure-appid] Remove azure-application-id from schema --- schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 64e24f5..7092f0e 100644 --- a/schema.json +++ b/schema.json @@ -28,8 +28,7 @@ "substring", "hostname", "cidr", - "regex", - "azure-application-ids" + "regex" ], "type": "string" },