-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* restructure storage samples * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Victor Vazquez <[email protected]> * u * u2 * fix link * clang-format Co-authored-by: Victor Vazquez <[email protected]>
- Loading branch information
1 parent
a831b4b
commit 1b814a8
Showing
21 changed files
with
273 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# SPDX-License-Identifier: MIT | ||
|
||
cmake_minimum_required (VERSION 3.13) | ||
|
||
add_executable(blob-getting-started blob_getting_started.cpp) | ||
target_link_libraries(blob-getting-started PRIVATE azure-storage-blobs) | ||
|
||
add_executable(blob-list-operation blob_list_operation.cpp) | ||
target_link_libraries(blob-list-operation PRIVATE azure-storage-blobs) | ||
|
||
add_executable(blob-sas blob_sas.cpp) | ||
target_link_libraries(blob-sas PRIVATE azure-storage-blobs) | ||
|
||
add_executable(transactional-checksum transactional_checksum.cpp) | ||
target_link_libraries(transactional-checksum PRIVATE azure-storage-blobs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.