-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Commvault Integration with Microsoft Azure Sentinel - V.1.0 #8915
Conversation
@@ -0,0 +1,15 @@ | |||
{ | |||
"publisherId": "azuresentinel", |
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.
Please change the publisherID to "CommvaultSecurityIQ", then repackage the solution.
} | ||
}, | ||
"variables": { | ||
"location": "[[resourceGroup().location]", |
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.
Please change the "location" to this value "[parameters('workspace-location')]"
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.
I've made the required changes and pushed them to the PR.
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.
The SolutionValidations is failing, can you please take a look?
@@ -0,0 +1,15 @@ | |||
{ | |||
"publisherId": "CommvaultSecurityIQ", |
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.
This needs to be in lowercase.
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.
Made the changes and pushed it to the PR, all the validations are passing now, Thanks!
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.
looks good.
Change(s):
Created the Commvault Integration Solution that features the following:
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: