-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Conversation
Can one of the admins verify this patch? |
sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/models.py
Show resolved
Hide resolved
/azp run python - storage - ci |
Pull request contains merge conflicts. |
/azp run python - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
This reverts commit 5702cb1.
sdk/storage/azure-storage-blob/azure/storage/blob/_shared/base_client.py
Show resolved
Hide resolved
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: |
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.
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?
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.
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.
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.
Confirmed that in the portal this is now referred to as "file shares" service.
Give me one minute to double check the name again ^_^ |
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.
The files samples rename LGTM
* 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
Fix for issue #8140