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