Fix minor nit to storage common change log by specifying full namespace (#2130)

We don't have to block the beta.10 release for this change, it can be merged and fixed up after the release.

That is, this can be merged **after** https://dev.azure.com/azure-sdk/internal/_build/results?buildId=846565&view=results is successful.
This commit is contained in:
Ahson Khan 2021-04-16 02:20:26 -07:00 committed by GitHub
parent cdef9ee418
commit 0b7201d6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
- Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly.
- `BlobServiceClient::ListBlobContainers()`.
- `BlobServiceClient::FindBlobsByTags()`.
- `BlobContainerClinet::ListBlobs()`.
- `BlobContainerClient::ListBlobs()`.
- `BlobContainerClient::ListBlobsByHierarchy()`.
- `PageBlobClient::GetPageRanges()`.
- `PageBlobClient::GetPageRangesDiff()`.

View File

@ -5,7 +5,7 @@
### New Features
- Added server timeout support.
- Added `PagedResponse<T>` for returning paginated collections.
- Added `Azure::PagedResponse<T>` for returning paginated collections.
### Breaking Changes