Hi Omkar Jadhav
To publish a new version of a Microsoft Sentinel solution, you need to make specific updates to the JSON and related project files.
Here are some steps:
- Version Number: Update the version number in the configuration files to reflect the new version. This version number should match the latest approved package version in GitHub.
- Package File: Ensure that the package file (zip) uploaded corresponds to the new version number. The package must include the updated
createUiDefinition.json
andmainTemplate.json
files. - Plan Configuration: In the plan setup, ensure that the version number is updated to the new version you are deploying. This is crucial for the correct listing and functioning of the solution in the Azure Marketplace.
- Technical Configuration: When creating or updating the plan, make sure to upload the matching package zip file that contains the updated files and reflects the new version number.
Kindly refer below link: publish-sentinel-solutions
Thank You.