Skip to content
Merged
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
7 changes: 4 additions & 3 deletions src/storage-preview/azext_storage_preview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ def register_common_storage_account_options(self):
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(t_access_tier),
help='The access tier used for billing StandardBlob accounts. Cannot be set for StandardLRS, '
'StandardGRS, StandardRAGRS, or PremiumLRS account types. It is required for '
'StandardBlob accounts during creation')
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 '
'the premium block blobs storage account type.')

if t_encryption_services:
encryption_choices = list(
Expand Down