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/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" }, 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"] }