SOCRadar Alerts solution v3.0.1#14522
Conversation
|
@v-maheshbh This is a follow-up to #13858 — a small version bump to 3.0.1 that fixes a Content Hub install error caused by a utcNow expression in a nested template default. Only version strings changed; playbook logic is identical. Could you please review when you have a chance? Thank you! |
|
Hi @Radargoger
Kindly ensure that the existing ZIP file is not deleted as part of this change. and I do not see any changes related to utcNow() in this PR. Thanks! |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Bumps the SOCRadar solution version to 3.0.1 and updates release notes to reflect the new release.
Changes:
- Added 3.0.1 entry to SOCRadar release notes
- Updated solution version strings from 3.0.0 to 3.0.1 in the main template and solution metadata
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Solutions/SOCRadar/ReleaseNotes.md | Adds a 3.0.1 release note entry describing the reported deployment fix. |
| Solutions/SOCRadar/Package/mainTemplate.json | Updates _solutionVersion and properties.version to 3.0.1. |
| Solutions/SOCRadar/Data/Solution_SOCRadar.json | Updates the solution metadata Version to 3.0.1. |
| "apiVersion": "2023-04-01-preview", | ||
| "location": "[parameters('workspace-location')]", | ||
| "properties": { | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "kind": "Solution", | ||
| "contentSchemaVersion": "3.0.0", | ||
| "displayName": "SOCRadar", |

Version bump to 3.0.1. Fixes a Content Hub install error caused by a utcNow expression in a nested template parameter default. No logic changes — version strings only.