Fix build error in landing page example (#2602)

This commit is contained in:
JinmingHu 2021-07-14 07:03:08 +08:00 committed by GitHub
parent c16ce55b18
commit 83a3a0a749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,8 +99,7 @@ int main()
try
{
auto sharedKeyCredential = std::make_shared<StorageSharedKeyCredential>(
StorageSharedKeyCredential(accountName, accountKey));
auto sharedKeyCredential = std::make_shared<StorageSharedKeyCredential>(accountName, accountKey);
auto blockBlobClient = BlockBlobClient(endpointUrl, sharedKeyCredential);