Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure storage samples #3113

Merged
merged 7 commits into from
Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clang-format
  • Loading branch information
Jinming-Hu committed Nov 18, 2021
commit a34275df207416c8cd0f2132040d86a8c10943a3
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/blobs.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/blobs.hpp>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/samples/blob_sas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/blobs.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/blobs.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/files/datalake.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define _CRT_SECURE_NO_WARNINGS
#endif

#include <iostream>
#include <cstdio>
#include <iostream>
#include <stdexcept>

#include <azure/storage/files/shares.hpp>
Expand Down