[Storage][Queue] rename MessagesClient dequeue() to receiveMessages() #5102
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Storage
Storage Service (Queues, Blobs, Files)
Since the current function doesn't remove the messages. See discussion at Azure/azure-sdk-for-java#4457
There's a field from the response named
dequeueCount
. If we rename the method, we'd also need a better name for that field and use autorest trasnformation to rename it.We should go with
result types for the four operations: Item
.NET has
we should go with these
edited: fix issue link
Edited: add review feedback
edited: consistency decision: use -
Item
suffixThe text was updated successfully, but these errors were encountered: