-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Migrate Additional V11 Test Classes #4491
Migrate Additional V11 Test Classes #4491
Conversation
* SAS implementation * Fixed some minor formatting issues * Fixed checkstyle problems and test issue
Removes RawClients from Storage Blobs
@@ -336,7 +337,7 @@ | |||
* @return | |||
* A reactive response containing the information of the cleared pages. | |||
*/ | |||
public Flux<PageRange> getPageRanges(BlobRange blobRange) { | |||
public Mono<Response<PageList>> getPageRanges(BlobRange blobRange) { |
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.
We may want to undo these changes (and any others made to listing operation return types). The PagedFlux changes are in PR, and this will just be one more conflict that we know the winner of already.
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.
Discussed to deal with merge.
Fixes #4321
Migrates and turns on DownloadResponseTest, HelperTest, ProgressReporterTest, and RetryTest. Additionally fixes scoping issue on SAS classes and cleanups linting issues related to their scoping change.