Skip to content

Commit

Permalink
GA stack HCI (Azure#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoxing-ms authored Feb 2, 2021
1 parent 178ea75 commit c625914
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/stack-hci/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.1.2
++++++
* GA stack-hci extension

0.1.1
++++++
* Upgrade api-version to 2020-10-01
Expand Down
1 change: 0 additions & 1 deletion src/stack-hci/azext_stack_hci/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.3.1"
}
3 changes: 1 addition & 2 deletions src/stack-hci/azext_stack_hci/generated/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def load_command_table(self, _):
operations_tmpl='azext_stack_hci.vendored_sdks.azurestackhci.operations._cluster_operations#ClusterOperations.{}',
client_factory=cf_cluster)

with self.command_group('stack-hci cluster', stack_hci_cluster, client_factory=cf_cluster,
is_experimental=True) as g:
with self.command_group('stack-hci cluster', stack_hci_cluster, client_factory=cf_cluster) as g:
g.custom_command('list', 'stack_hci_cluster_list')
g.custom_show_command('show', 'stack_hci_cluster_show')
g.custom_command('create', 'stack_hci_cluster_create')
Expand Down
2 changes: 1 addition & 1 deletion src/stack-hci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '0.1.1'
VERSION = '0.1.2'
try:
from .manual.version import VERSION
except ImportError:
Expand Down

0 comments on commit c625914

Please sign in to comment.