Skip to content

Commit

Permalink
[Storage] Remove Preview for -enable-hierarchical-namespace (#11639)
Browse files Browse the repository at this point in the history
* remove preview

* update history
  • Loading branch information
Juliehzl authored Dec 29, 2019
1 parent c2ea1e6 commit 206efd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Release History
* Fix `vm create` failure in Azure Stack profile.
* vm monitor metrics tail/list-definitions: support query metric and list definitions for a vm.

**Storage**

* `az storage account create`: Remove preview flag for --enable-hierarchical-namespace parameter

2.0.78
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/storage/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
options_list=['--enable-hierarchical-namespace', '--hns'],
help=" Allow the blob service to exhibit filesystem semantics. This property can be enabled only "
"when storage account kind is StorageV2.",
min_api='2018-02-01', is_preview=True)
min_api='2018-02-01')

with self.argument_context('storage account update', resource_type=ResourceType.MGMT_STORAGE) as c:
c.register_common_storage_account_options()
Expand Down

0 comments on commit 206efd0

Please sign in to comment.