-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Build azure #13532
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
base: master
Are you sure you want to change the base?
Build azure #13532
Conversation
…validation Changed workspace and workspace-location parameters from defaultValue to minLength validation to ensure required values are provided during deployment.
|
The |
|
@prajval-um, the issue with the |
jlheard
left a comment
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 KQL validation checks are failing. Please take a look.
- Change author from "Microsoft - support@microsoft.com" to "Cisco Duo - support@duosecurity.com" - Add activity logs to solution description alongside existing log types (authentication, administrator, telephony, offline enrollment, Trust Monitor) - Update parser display name from "CiscoDuoSecurity Data Parser" to "Parser for CiscoDuo" - Update parser resource name from "CiscoDuoSecurity Data Parser" to "CiscoDuo" - Fix workspace-location output
Required items, please complete
Change(s):
locationandworkspace-locationfrom the selected Log Analytics workspace, preventing emptylocationduring Azure portal installation.workspaceandworkspace-location(minLength: 1) to prevent deployments with empty values.3.1.0:_solutionVersionand “template version …” strings)Version)3.1.0entry)Solutions/CiscoDuoSecurity/Package/3.1.0.zipto include updated createUiDefinition.json and mainTemplate.json.Reason for Change(s):
locationparameter (location selection hidden in UI), causing ARM validation failure:The provided value for the template parameter 'location' is not valid. Length of the value should be greater than or equal to '1'.locationis always passed (derived from the selected workspace), aligning portal behavior with expected deployment requirements.Version Updated:
Detections/Analytic Rule templatesYAML (no detection YAML changes).3.1.0.Testing Completed:
az deployment group validateagainst RGexistingciscoduoconnectorusing Solutions/CiscoDuoSecurity/Package/testParameters.json.az deployment group what-ifagainst RGexistingciscoduoconnectorusing the same parameters (after ensuring workspace is onboarded to Sentinel).https://github.com/Azure/Azure-Sentinel/tree/master/Solutions
https://github.com/Azure/Azure-Sentinel/blob/master/Tools/Create-Azure-Sentinel-Solution/V3/README.md
Checked that the validations are passing and have addressed any issues that are present:
az deployment group validate).az deployment group what-if).3.1.0.zipartifact.