Fix StartCopyBlobOperation by removing the field - derived classes should not define a member with the same type and name as the base class (#1883)

Remove the raw response from Operation-derived class
This commit is contained in:
Victor Vazquez 2021-03-11 20:44:24 -08:00 committed by GitHub
parent 299b07e190
commit ad8528b86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,6 @@ namespace Azure { namespace Storage { namespace Blobs {
std::chrono::milliseconds period,
Azure::Core::Context& context) override;
std::unique_ptr<Azure::Core::Http::RawResponse> m_rawResponse;
std::shared_ptr<BlobClient> m_blobClient;
Models::GetBlobPropertiesResult m_pollResult;