File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
===============
5
5
6
+ 1.0.0b1
7
+ +++++++++++++++
8
+ * Update module documentation.
9
+
6
10
0.1.3
7
11
+++++++++++++++
8
12
* Update SDK
Original file line number Diff line number Diff line change 9
9
from knack .help_files import helps # pylint: disable=unused-import
10
10
11
11
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
+
12
21
helps ['sig show-community' ] = """
13
22
type: command
14
23
short-summary: Get a gallery that has been community (preview).
Original file line number Diff line number Diff line change 1
1
{
2
- "azext.isExperimental " : true ,
2
+ "azext.isPreview " : true ,
3
3
"azext.minCliCoreVersion" : " 2.3.0"
4
4
}
Original file line number Diff line number Diff line change 16
16
17
17
# TODO: Confirm this is the right version number you want and it matches your
18
18
# HISTORY.rst entry.
19
- VERSION = '0.1.3 '
19
+ VERSION = '1.0.0b1 '
20
20
21
21
# The full list of classifiers is available at
22
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments