Skip to content

Commit e10c0d9

Browse files
authored
{image-gallery} Patch version for updated doc (#8600)
* update version * add help message for azdev style
1 parent 51f8d99 commit e10c0d9

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

src/image-gallery/HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b1
7+
+++++++++++++++
8+
* Update module documentation.
9+
610
0.1.3
711
+++++++++++++++
812
* Update SDK

src/image-gallery/azext_image_gallery/_help.py

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
from knack.help_files import helps # pylint: disable=unused-import
1010

1111

12+
helps['sig create'] = """
13+
type: command
14+
short-summary: Create a Shared Image Gallery.
15+
examples:
16+
- name: Create a Shared Image Gallery.
17+
text: |
18+
az sig create --resource-group MyResourceGroup --gallery-name MyGallery
19+
"""
20+
1221
helps['sig show-community'] = """
1322
type: command
1423
short-summary: Get a gallery that has been community (preview).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"azext.isExperimental": true,
2+
"azext.isPreview": true,
33
"azext.minCliCoreVersion": "2.3.0"
44
}

src/image-gallery/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '0.1.3'
19+
VERSION = '1.0.0b1'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)