Skip to content

Conversation

@EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Mar 18, 2016

  1. Decouple Sql project with Commands.Storage in ASM
  2. Fix issue of several azure storage file cmdlets with useless parameter sets.
  3. Update DataMovement library reference to the one published in nuget.

@hovsepm
Copy link
Contributor

hovsepm commented Mar 19, 2016

@EmmaZhu please pull from upstream dev and resolve conflicts.

HelpMessage = "The Azure Storage Container to place the blob in.")]
[ValidateNotNull]
public AzureStorageContainer StorageContainer { get; set; }
public CloudBlobContainer StorageContainer { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

This will be a breaking change for this cmdlet. What are the differences in creating a CloudBlobContainer versus an AzureStorageContainer?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is. I've confirmed with Sql team and they've agreed with this change. Current, this parameter doesn't support pipeline, so the change won't break any piping scenarios. CloudBlobContainer can be got with Get-AzureStorageContainer cmdlet too, I've updated examples in help.

@markcowl
Copy link
Member

@EmmaZhu
Copy link
Member Author

EmmaZhu commented Mar 22, 2016

@hovsepm
Copy link
Contributor

hovsepm commented Mar 22, 2016

@EmmaZhu
Copy link
Member Author

EmmaZhu commented Mar 23, 2016

@EmmaZhu
Copy link
Member Author

EmmaZhu commented Mar 23, 2016

@markcowl
Copy link
Member

This looks great once the module publish issue is resolved.

@EmmaZhu
Copy link
Member Author

EmmaZhu commented Mar 23, 2016

The module publish issue has already been resolved by Hovsep and I've merged his change.

@markcowl
Copy link
Member

@markcowl
Copy link
Member

@EmmaZhu thanks, just verifying with a new signing job and we can merge this.

@markcowl markcowl merged commit d00cb1d into Azure:dev Mar 23, 2016
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.

4 participants