Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def register_common_storage_account_options(self):
min_api='2017-06-01',
help='Generate and assign a new Storage Account Identity for this storage account for use '
'with key management services like Azure KeyVault.')
self.argument('access_tier', arg_type=get_enum_type([tier for tier in t_access_tier if tier != 'Cold']),
self.argument('access_tier', arg_type=get_enum_type(t_access_tier),
help='Required for storage accounts where kind = BlobStorage. '
'The access tier is used for billing. The "Premium" access tier is the default value for '
'premium block blobs storage account type and it cannot be changed for '
Expand Down
Loading