We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f22d68 commit cfb8fe9Copy full SHA for cfb8fe9
src/image-gallery/azext_image_gallery/_params.py
@@ -24,7 +24,7 @@ def load_arguments(self, _):
24
options_list=['--gallery-image-version', '-e'],
25
help='The name of the gallery image version to be created. Needs to follow semantic version name pattern: '
26
'The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. '
27
- 'Format: <MajorVersion>.<MinorVersion>.<Patch>', id_part='child_name_3'
+ 'Format: `<MajorVersion>.<MinorVersion>.<Patch>`', id_part='child_name_3'
28
)
29
30
marker_type = CLIArgumentType(
0 commit comments