Skip to content

Move ARM storage account management cmdlets to a new project. #377

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

Merged
merged 14 commits into from
May 19, 2015

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented May 8, 2015

Move ARM storage account management cmdlets to a new project.

@azurecla
Copy link

azurecla commented May 8, 2015

Hi @EmmaZhu, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (emmazhu). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@@ -17,7 +17,7 @@
using Microsoft.Azure.Management.Storage;
using System;

namespace Microsoft.Azure.Commands.Compute
namespace Microsoft.Azure.Commands.Management.Storage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any other options?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean other options for namespace? We decided to use this namespace after discussed with Mark and according to his suggestion..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, saw that. But what do you think of this namespace? It seems to me it's a bit confusing to put Commands and Management together, whereas the latter one usually means management library.

It seems to me the outlier is the Storage Data cmdlets, which shall be in a specialized namespace, not the Storage Management ones.

@markcowl Thoughts?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@huangpf , can you reply in the mail thread I just forward to you? We can discuss and make a decision in the mail thread.
BTW, maybe next time you can raise your concern earlier before I sent the PR...:-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you may know most of the time it's clearer to directly look at the code. :-)

@huangpf
Copy link
Contributor

huangpf commented May 14, 2015

LGTM, with some minor comments that are just for your information. Thanks.

@@ -0,0 +1,36 @@
using System.Reflection;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add copyright headers to all cs files

@markcowl
Copy link
Member

@azuresdkci retest this please

stankovski added a commit that referenced this pull request May 19, 2015
Move ARM storage account management cmdlets to a new project.
@stankovski stankovski merged commit a323cc6 into Azure:dev May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants