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

Feature/storage/sas client derived #30147

Merged
merged 7 commits into from
Aug 11, 2022

Conversation

amnguye
Copy link
Member

@amnguye amnguye commented Jul 27, 2022

Resolves #29742

Also there was a bug in ShareClient and DataLakeFileSystemClient's API GetParentServiceClient would return an service client with a URL that persisted the container name. I resolved those as well and updated the changelogs.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Jul 27, 2022
@amnguye
Copy link
Member Author

amnguye commented Jul 27, 2022

TODO: reduce unnecessary tests that are redundant

DONE

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@amnguye amnguye marked this pull request as ready for review July 28, 2022 17:21
@amnguye
Copy link
Member Author

amnguye commented Aug 5, 2022

TODO: remove permissions test, because I overlooked that we publicly allow setting the raw string permissions. (but do not remove the GetChildClient or GetParentClient tests)

DONE

@amnguye amnguye merged commit c7e4a35 into Azure:main Aug 11, 2022
sofiar-msft pushed a commit to sofiar-msft/azure-sdk-for-net that referenced this pull request Dec 7, 2022
* WIP - Moved Account SAS test to separate SAS tests; Added Get File
Share, Datalake, and Queue
Storage Client to Client tests; moved SAS test helpers to shared tests folder

* Add Account SAS blob tests

* Updated Common change log and reverted back recording test settings

* Remove redundant tests, added tests for GetBlobBatchClient

* PR Comments; Removed unnecessary raw permissions tests; Added missing blockblob tests
@amnguye amnguye deleted the feature/storage/sas-client-derived branch July 31, 2023 16:49
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.

[BUG] GetBlobClient or any GetStorageClient causes SAS to be parsed and reordered
3 participants