@Yaron Kaikov ,
The version number for an Azure compute gallery image follows a specific format that includes four integer values separated by periods. The format is: {Major}.{Minor}.{Build}.{Revision}.
- The Major value is increased when you make incompatible API changes.
- The Minor value is incremented when you add functionality in a backwards-compatible manner.
- The Build value is incremented when you make backwards-compatible bug fixes.
- The Revision value is incremented when you make changes to the image that do not affect the API or functionality, such as updating documentation or modifying the build process.
For example, a valid version number for an Azure compute gallery image might be 1.0.0.0. This indicates that the image is the first version, with no minor or build updates and no revision
updates.
It's essential to follow this versioning scheme when creating an Azure compute gallery image, as it will allow users of the image to understand the level of compatibility and the nature of any changes made.