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

[Storage] File SDK rename #8164

Merged
merged 30 commits into from
Oct 25, 2019
Merged

Conversation

annatisch
Copy link
Member

Fix for issue #8140

@annatisch annatisch added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Oct 23, 2019
@adxsdk6
Copy link

adxsdk6 commented Oct 23, 2019

Can one of the admins verify this patch?

@annatisch
Copy link
Member Author

/azp run python - storage - ci

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@annatisch
Copy link
Member Author

/azp run python - storage - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@annatisch annatisch marked this pull request as ready for review October 24, 2019 16:24
README.md Show resolved Hide resolved
sdk/storage/azure-storage-file-share/HISTORY.md Outdated Show resolved Hide resolved
@annatisch annatisch requested a review from johanste October 24, 2019 17:51
@annatisch
Copy link
Member Author

@scbedd and @lmazuel - I would really appreciate your eyes over this PR given that it will be a new package :)

this client represents interaction with a specific file (which need not exist yet). It provides operations to
upload, download, create, delete, and copy a file.

For details on path naming restrictions, see [Naming and Referencing Shares, Directories, Files, and Metadata](https://docs.microsoft.com/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata).

## Examples
The following sections provide several code snippets covering some of the most common Storage File tasks, including:
The following sections provide several code snippets covering some of the most common Storage File Share tasks, including:
Copy link
Member

Choose a reason for hiding this comment

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

Should the description of the examples include the term "Share"? Or should we stay true to the service name? What are the other languages doing here?

Copy link
Member Author

@annatisch annatisch Oct 24, 2019

Choose a reason for hiding this comment

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

I've tried to insert the name "Share" when discussing the service, to try and connect with the new "ShareServiceClient" naming, which doesn't contain the term "File" at all....

Will ask around re what other languages are doing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Confirmed that in the portal this is now referred to as "file shares" service.

@xiafu-msft
Copy link
Contributor

Give me one minute to double check the name again ^_^

Copy link
Member

@kristapratico kristapratico left a comment

Choose a reason for hiding this comment

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

The files samples rename LGTM

@annatisch annatisch merged commit a020509 into Azure:master Oct 25, 2019
fengzhou-msft pushed a commit that referenced this pull request Nov 5, 2019
* Renamed package dir

* Renamed namespace dir

* Some packaging updates

* Renamed ShareServiceClient

* Renamed _share_service_client

* Renamed ShareDirectoryClient

* Renamed ShareFileClient

* Updated namespace references

* Some fixes

* Other repo components

* Synced shared models

* More repo components

* Pylint fix

* Updated user agent

* Unique share names

* Revert "Unique share names"

This reverts commit 5702cb1.

* Classmethod return types

* Updated release notes

* Merge fix

* Updated namespace references

* Updated readme

* Manual sample merge

* Updated samples

* Merge fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants