-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update New-AzureRmStorageAccount.md #5702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
blueww
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to also change the help of other cmdlets get/Set/New/Update-AzureRmStorageAccount, to make they are aligned. But consider other cmdlets will use an exist account name (which should already be lower case), and this cmdlet will input a new account name, fix this cmdlet help will be more important.
|
@blueww Thanks for pointing that out - I have updated all the help files in storage to use lower case syntax in StorageAccountName. |
|
The storage cmdlets help change looks good to me. Someone else might need to review the test change. |
Description
Fix issue where accountname cannot be uppercase.
Checklist
CONTRIBUTING.mdplatyPSmodule