-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding solution for Jamf Push connector #11703
adding solution for Jamf Push connector #11703
Conversation
Hello @idoshabi07, Please add the missing table in custom tables folder which are mentioned in KQL validation failure |
"AppId": "[[parameters('auth').appId]", | ||
"ServicePrincipalId": "[[parameters('auth').servicePrincipalId]" | ||
}, | ||
"request": {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this property needed.
can we remove this as it is empty.
it is causing an arm ttk failure for empty bracket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this i'm getting an error when packaging
f595256
to
40d90af
Compare
add new tables for KQL Verification |
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present:
Guidance <- remove section before submitting
Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:
Thank you for your contribution to the Microsoft Sentinel Github repo.
Change(s):
Reason for Change(s):
Version updated:
Testing Completed:
Note: If updating a detection, you must update the version field.
Checked that the validations are passing and have addressed any issues that are present:
Note: Let us know if you have tried fixing the validation error and need help.