Merge pull request #241 from JakubOnderka/patch-1
fix: [microsoft-azure-appid] Correct typepull/243/head
commit
38186c0fbb
|
@ -97,6 +97,6 @@
|
|||
"azure-application-id"
|
||||
],
|
||||
"name": "List of Azure Applicaiton IDs",
|
||||
"type": "azure-application-ids",
|
||||
"type": "string",
|
||||
"version": 20221201
|
||||
}
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
"substring",
|
||||
"hostname",
|
||||
"cidr",
|
||||
"regex",
|
||||
"azure-application-ids"
|
||||
"regex"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -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