Skip to content
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

Changelog update for file/datalake service for beta.5 #978

Merged
merged 4 commits into from
Nov 13, 2020

Conversation

katmsft
Copy link
Member

@katmsft katmsft commented Nov 13, 2020

No description provided.

@ahsonkhan ahsonkhan added the Storage Storage Service (Queues, Blobs, Files) label Nov 13, 2020
@ahsonkhan ahsonkhan added this to the [2020] November milestone Nov 13, 2020
@ahsonkhan
Copy link
Contributor

ahsonkhan commented Nov 13, 2020

Please apply the appropriate label, milestone, and self-assign PRs :)

@ahsonkhan
Copy link
Contributor

ahsonkhan commented Nov 13, 2020

In case you missed it from the other PR, here are the relevant commits between the previous release and master, for reviewers to look through:
ef4b7c5...97af13d

@katmsft
Copy link
Member Author

katmsft commented Nov 13, 2020

In case you missed it from the other PR, here are the relevant commits between the previous release and master, for reviewers to look through:
ef4b7c5...97af13d

This is a nice view. However, I don't think test-related changes are relevant in the changelog.

sdk/storage/azure-storage-files-datalake/CHANGELOG.md Outdated Show resolved Hide resolved
sdk/storage/azure-storage-files-datalake/CHANGELOG.md Outdated Show resolved Hide resolved
* Move header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`
* Moved header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`
* Moved returning model types and related functions in `Azure::Storage::Files::DataLake` to `Azure::Storage::Files::DataLake::Models`, and other code into `Azure::Storage::Files::DataLake::Details`.
* Renamed `Azure::Storage::Files::DataLake::ServiceClient` to `Azure::Storage::Files::DataLake::DataLakeServiceClient`.
Copy link
Contributor

Choose a reason for hiding this comment

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

It's interesting that we settled on this, i.e. adding a redundant name to the type.

I suspected callers to do DataLake::ServiceClient and now that would look like: DataLake::DataLakeServiceClient.

It's fine though. If the user cares, they can move ::DataLake into the using. I just don't know to which types we would add such prefixes. Definitely, not all of them, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

The original thought of calling everything ServiceClient was to avoid duplication. However, it is also true that by looking at ServiceClient, customer not knowing the service type is weird.
I'm leaning towards duplication for clarity, but not strongly.

sdk/storage/azure-storage-files-shares/CHANGELOG.md Outdated Show resolved Hide resolved
sdk/storage/azure-storage-files-shares/CHANGELOG.md Outdated Show resolved Hide resolved
sdk/storage/azure-storage-files-shares/CHANGELOG.md Outdated Show resolved Hide resolved
@katmsft
Copy link
Member Author

katmsft commented Nov 13, 2020

/azp run cpp - storage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@ahsonkhan ahsonkhan left a comment

Choose a reason for hiding this comment

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

Other than that, looks good.

@katmsft katmsft merged commit a96f4c6 into Azure:master Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants