ValimailEnforce v3.0.1 - Company name misspelled#14368
Open
gborbollal wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Fixes a misspelling of the Valimail publisher name so the correct company name appears in the Microsoft Sentinel connector UI, and bumps the solution/package version accordingly.
Changes:
- Corrected
"publisher"fromValimmailtoValimailin connector UI configuration. - Bumped solution/package version references from
3.0.0to3.0.1. - Updated solution release notes for
3.0.1.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| Solutions/ValimailEnforce/ReleaseNotes.md | Adds a 3.0.1 entry describing the publisher-name typo fix. |
| Solutions/ValimailEnforce/Package/mainTemplate.json | Updates packaged template metadata/version and fixes the publisher string in packaged connector UI config. |
| Solutions/ValimailEnforce/Data Connectors/ValimailEnforceEventLogs_ccp/ValimailEnforceEventLogs_connectorDefinition.json | Fixes the publisher display name shown in the connector configuration UI. |
Comment on lines
+1
to
+5
| | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
| |-------------|--------------------------------|---------------------------------------------| | ||
| | 3.0.0 | 22-04-2026 | Initial Solution Release | | ||
| |-------------|--------------------------------|---------------------------------------------| | ||
| | 3.0.1 | 28-05-2026 | Fix company name: Valimail instead Valimmail| |
| "_email": "[variables('email')]", | ||
| "_solutionName": "ValimailEnforce", | ||
| "_solutionVersion": "3.0.0", | ||
| "_solutionVersion": "3.0.1", |
| "_solutionId": "[variables('solutionId')]", | ||
| "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", | ||
| "dataConnectorCCPVersion": "3.0.0", | ||
| "dataConnectorCCPVersion": "3.0.1", |
| "id": "ValimailEnforceEventsConnector", | ||
| "title": "Valimail Enforce Configuration Events", | ||
| "publisher": "Valimmail", | ||
| "publisher": "Valimail", |
| "id": "ValimailEnforceEventsConnector", | ||
| "title": "Valimail Enforce Configuration Events", | ||
| "publisher": "Valimmail", | ||
| "publisher": "Valimail", |
Comment on lines
+1
to
+4
| | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
| |-------------|--------------------------------|-----------------------------------------------------| | ||
| | 3.0.1 | 28-05-2026 | Fix company name: use Valimail instead of Valimmail | | ||
| | 3.0.0 | 22-04-2026 | Initial Solution Release | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: