fix: [microsoft-azure-appid] Correct type

pull/241/head
Jakub Onderka 2022-12-01 13:38:11 +00:00 committed by GitHub
parent 044365242d
commit d4845c59fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -97,6 +97,6 @@
"azure-application-id"
],
"name": "List of Azure Applicaiton IDs",
"type": "azure-application-ids",
"type": "string",
"version": 20221201
}

View File

@ -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"]
}