fix: [microsoft-azure-appid] Correct type
parent
044365242d
commit
d4845c59fe
|
@ -97,6 +97,6 @@
|
|||
"azure-application-id"
|
||||
],
|
||||
"name": "List of Azure Applicaiton IDs",
|
||||
"type": "azure-application-ids",
|
||||
"type": "string",
|
||||
"version": 20221201
|
||||
}
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue