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:
parent
cdef9ee418
commit
0b7201d6cc
@ -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()`.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user