Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit f13dff8

Browse files
committed
Sync with dev branch
2 parents 30845b0 + 1fe4ab9 commit f13dff8

File tree

1 file changed

+8
-0
lines changed
  • Microsoft.WindowsAzure.Storage/includes/was

1 file changed

+8
-0
lines changed

Microsoft.WindowsAzure.Storage/includes/was/core.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,11 @@ namespace azure { namespace storage {
408408
}
409409

410410
/// <summary>
411+
<<<<<<< HEAD
411412
/// Sets the account key for the credentials.
413+
=======
414+
/// Sets the accounts for the credentials.
415+
>>>>>>> 1fe4ab9dafa5add45f454d05fc11f8482367828e
412416
/// </summary>
413417
/// <param name="account_key">A string containing the Base64-encoded account access key.</param>
414418
void set_account_key(const utility::string_t& account_key)
@@ -417,7 +421,11 @@ namespace azure { namespace storage {
417421
}
418422

419423
/// <summary>
424+
<<<<<<< HEAD
420425
/// Sets the account key for the credentials.
426+
=======
427+
/// Sets the accounts for the credentials.
428+
>>>>>>> 1fe4ab9dafa5add45f454d05fc11f8482367828e
421429
/// </summary>
422430
/// <param name="account_key">An array of bytes that represent the account access key.</param>
423431
void set_account_key(std::vector<uint8_t> account_key)

0 commit comments

Comments
 (0)