remove batch (#1344)

This commit is contained in:
JinmingHu 2021-01-13 12:31:13 +08:00 committed by GitHub
parent 8778089305
commit 4f1c0850fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,8 +184,5 @@ namespace Azure { namespace Storage { namespace Blobs {
std::shared_ptr<Azure::Core::Http::HttpPipeline> m_pipeline;
Azure::Core::Nullable<EncryptionKey> m_customerProvidedKey;
Azure::Core::Nullable<std::string> m_encryptionScope;
private:
friend class BlobBatchClient;
};
}}} // namespace Azure::Storage::Blobs