Skip to content

Commit 76b3bfe

Browse files
correcting versioning number for major set to 1 to 1.2.1
1 parent 8bc6883 commit 76b3bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ versioning properties:
10521052
- **scheme** - Generate new version number for distribution. `Latest` or `Source` are two possible values.
10531053
- **major** - Specifies the major version under which to generate the latest version. Only applicable when the `scheme` is set to `Latest`. For example, in a gallery with the following versions published: 0.1.1, 0.1.2, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 2.0.0, 2.0.1, 2.1.0
10541054
- With major not set or major set to 2, The `Latest` scheme generates version 2.1.1
1055-
- With major set to 1, the Latest scheme generates version 1.1.2
1055+
- With major set to 1, the Latest scheme generates version 1.2.1
10561056
- With major set to 0, the Latest scheme generates version 0.1.3
10571057

10581058
### Distribute: VHD

0 commit comments

Comments
 (0)