-
Notifications
You must be signed in to change notification settings - Fork 4k
Fixed the storage cmdlets alias not in resource mode bug #1391
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
Can one of the admins verify this patch? |
Hi @blueww, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@azuresdkci add to whitelist |
@@ -8,6 +8,9 @@ | |||
<Component Id="cmp0761C025FCF8EF027A5BC23C72777C52" Guid="*"> | |||
<File Id="fil80798000B169AC6D62DD8331A55CF6FF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Azure.Storage\Azure.Storage.psd1" /> | |||
</Component> | |||
<Component Id="cmpCC0D4240D3640D2D425852E0F2A4D31E" Guid="*"> |
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.
This change should not be added - the shortcut should not be added to ASM cmdlets
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 a script to define cmdlet aliases.Is there any particular reason that we cannot call script when loading a module?
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.
Fixed the storage cmdlets alias not in resource mode bug
Fixed the storage cmdlets alias not in resource mode bug