diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/protocol/blob_rest_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/protocol/blob_rest_client.hpp index 951f70a08..fec2518df 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/protocol/blob_rest_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/protocol/blob_rest_client.hpp @@ -21,9 +21,9 @@ #include #include #include +#include #include #include -#include #include "azure/storage/blobs/dll_import_export.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp index b89f043da..b1fd22bc2 100644 --- a/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/blobs/append_blob_client.hpp" -#include +#include #include namespace Azure { namespace Storage { namespace Blobs { diff --git a/sdk/storage/azure-storage-blobs/src/blob_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_client.cpp index baf0981cc..ca2bc625b 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_client.cpp @@ -4,15 +4,15 @@ #include "azure/storage/blobs/blob_client.hpp" #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include -#include -#include -#include #include "azure/storage/blobs/append_blob_client.hpp" #include "azure/storage/blobs/block_blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp index 308650246..0980b3d32 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp @@ -4,12 +4,12 @@ #include "azure/storage/blobs/blob_container_client.hpp" #include -#include -#include +#include +#include +#include +#include +#include #include -#include -#include -#include #include "azure/storage/blobs/append_blob_client.hpp" #include "azure/storage/blobs/block_blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp index 4df05526f..5cf2601a1 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp @@ -4,12 +4,12 @@ #include "azure/storage/blobs/blob_service_client.hpp" #include -#include -#include +#include +#include +#include +#include +#include #include -#include -#include -#include #include "private/package_version.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp index dda11e03f..25d969ecb 100644 --- a/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp @@ -16,12 +16,12 @@ #endif #include -#include -#include #include -#include +#include +#include +#include +#include #include -#include namespace Azure { namespace Storage { namespace Blobs { diff --git a/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp index b42bce007..370d3a69c 100644 --- a/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp @@ -3,11 +3,11 @@ #include "azure/storage/blobs/page_blob_client.hpp" -#include -#include -#include +#include +#include +#include +#include #include -#include namespace Azure { namespace Storage { namespace Blobs { diff --git a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp index 129c5dae5..f63aed57f 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include namespace Azure { namespace Storage { namespace Blobs { namespace Models { diff --git a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp index b68c48ef5..f438def48 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include namespace Azure { namespace Storage { namespace Test { diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt index 1cce210d5..1493d36c1 100644 --- a/sdk/storage/azure-storage-common/CMakeLists.txt +++ b/sdk/storage/azure-storage-common/CMakeLists.txt @@ -33,20 +33,20 @@ set( AZURE_STORAGE_COMMON_HEADER inc/azure/storage/common/access_conditions.hpp inc/azure/storage/common/account_sas_builder.hpp - inc/azure/storage/common/concurrent_transfer.hpp - inc/azure/storage/common/constants.hpp inc/azure/storage/common/crypt.hpp inc/azure/storage/common/dll_import_export.hpp - inc/azure/storage/common/file_io.hpp - inc/azure/storage/common/reliable_stream.hpp - inc/azure/storage/common/shared_key_policy.hpp + inc/azure/storage/common/internal/concurrent_transfer.hpp + inc/azure/storage/common/internal/constants.hpp + inc/azure/storage/common/internal/file_io.hpp + inc/azure/storage/common/internal/reliable_stream.hpp + inc/azure/storage/common/internal/shared_key_policy.hpp + inc/azure/storage/common/internal/storage_per_retry_policy.hpp + inc/azure/storage/common/internal/storage_service_version_policy.hpp + inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp + inc/azure/storage/common/internal/xml_wrapper.hpp inc/azure/storage/common/storage_common.hpp inc/azure/storage/common/storage_credential.hpp inc/azure/storage/common/storage_exception.hpp - inc/azure/storage/common/storage_per_retry_policy.hpp - inc/azure/storage/common/storage_service_version_policy.hpp - inc/azure/storage/common/storage_switch_to_secondary_policy.hpp - inc/azure/storage/common/xml_wrapper.hpp ) set( diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp index ab5021de8..8d75337d6 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp @@ -9,7 +9,7 @@ #include #include -#include "azure/storage/common/constants.hpp" +#include "azure/storage/common/internal/constants.hpp" #include "azure/storage/common/storage_credential.hpp" namespace Azure { namespace Storage { namespace Sas { diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/constants.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/constants.hpp deleted file mode 100644 index 3d009f177..000000000 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/constants.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT - -#pragma once - -namespace Azure { namespace Storage { - - constexpr static const char* AccountEncryptionKey = "$account-encryption-key"; - - namespace _internal { - constexpr static const char* BlobServicePackageName = "storage-blobs"; - constexpr static const char* DatalakeServicePackageName = "storage-files-datalake"; - constexpr static const char* FileServicePackageName = "storage-files-shares"; - constexpr static const char* QueueServicePackageName = "storage-queues"; - constexpr static const char* HttpQuerySnapshot = "snapshot"; - constexpr static const char* HttpQueryVersionId = "versionid"; - constexpr static const char* StorageScope = "https://storage.azure.com/.default"; - constexpr static const char* HttpHeaderDate = "date"; - constexpr static const char* HttpHeaderXMsVersion = "x-ms-version"; - constexpr static const char* HttpHeaderRequestId = "x-ms-request-id"; - constexpr static const char* HttpHeaderClientRequestId = "x-ms-client-request-id"; - constexpr static const char* HttpHeaderContentType = "content-type"; - constexpr static const char* DefaultSasVersion = "2020-02-10"; - - constexpr int ReliableStreamRetryCount = 3; - } // namespace _internal -}} // namespace Azure::Storage diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/concurrent_transfer.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/concurrent_transfer.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp new file mode 100644 index 000000000..c1685ab2b --- /dev/null +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// SPDX-License-Identifier: MIT + +#pragma once + +namespace Azure { namespace Storage { namespace _internal { + constexpr static const char* BlobServicePackageName = "storage-blobs"; + constexpr static const char* DatalakeServicePackageName = "storage-files-datalake"; + constexpr static const char* FileServicePackageName = "storage-files-shares"; + constexpr static const char* QueueServicePackageName = "storage-queues"; + constexpr static const char* HttpQuerySnapshot = "snapshot"; + constexpr static const char* HttpQueryVersionId = "versionid"; + constexpr static const char* StorageScope = "https://storage.azure.com/.default"; + constexpr static const char* HttpHeaderDate = "date"; + constexpr static const char* HttpHeaderXMsVersion = "x-ms-version"; + constexpr static const char* HttpHeaderRequestId = "x-ms-request-id"; + constexpr static const char* HttpHeaderClientRequestId = "x-ms-client-request-id"; + constexpr static const char* HttpHeaderContentType = "content-type"; + constexpr static const char* DefaultSasVersion = "2020-02-10"; + + constexpr int ReliableStreamRetryCount = 3; +}}} // namespace Azure::Storage::_internal diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_service_version_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp similarity index 97% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/storage_service_version_policy.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp index a0026a1f3..dc6dbdd6c 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_service_version_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp @@ -8,8 +8,6 @@ #include -#include "storage_common.hpp" - namespace Azure { namespace Storage { namespace _internal { class StorageServiceVersionPolicy final : public Azure::Core::Http::Policies::HttpPolicy { diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/xml_wrapper.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp similarity index 100% rename from sdk/storage/azure-storage-common/inc/azure/storage/common/xml_wrapper.hpp rename to sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp index 51c8fe2b4..776b1c446 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp @@ -13,11 +13,13 @@ #include #include -#include "azure/storage/common/constants.hpp" -#include "azure/storage/common/storage_per_retry_policy.hpp" +#include "azure/storage/common/internal/constants.hpp" +#include "azure/storage/common/internal/storage_per_retry_policy.hpp" namespace Azure { namespace Storage { + constexpr static const char* AccountEncryptionKey = "$account-encryption-key"; + /** * @brief The algorithm used for hash. */ diff --git a/sdk/storage/azure-storage-common/src/file_io.cpp b/sdk/storage/azure-storage-common/src/file_io.cpp index 75e6f6be4..f15136599 100644 --- a/sdk/storage/azure-storage-common/src/file_io.cpp +++ b/sdk/storage/azure-storage-common/src/file_io.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/common/file_io.hpp" +#include "azure/storage/common/internal/file_io.hpp" #include diff --git a/sdk/storage/azure-storage-common/src/reliable_stream.cpp b/sdk/storage/azure-storage-common/src/reliable_stream.cpp index 2aff5006e..8611a3719 100644 --- a/sdk/storage/azure-storage-common/src/reliable_stream.cpp +++ b/sdk/storage/azure-storage-common/src/reliable_stream.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/common/reliable_stream.hpp" +#include "azure/storage/common/internal/reliable_stream.hpp" #include diff --git a/sdk/storage/azure-storage-common/src/shared_key_policy.cpp b/sdk/storage/azure-storage-common/src/shared_key_policy.cpp index 31a866394..d0d6755ff 100644 --- a/sdk/storage/azure-storage-common/src/shared_key_policy.cpp +++ b/sdk/storage/azure-storage-common/src/shared_key_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/common/shared_key_policy.hpp" +#include "azure/storage/common/internal/shared_key_policy.hpp" #include #include diff --git a/sdk/storage/azure-storage-common/src/storage_exception.cpp b/sdk/storage/azure-storage-common/src/storage_exception.cpp index 5a1fe0c1f..cda36383a 100644 --- a/sdk/storage/azure-storage-common/src/storage_exception.cpp +++ b/sdk/storage/azure-storage-common/src/storage_exception.cpp @@ -8,8 +8,8 @@ #include #include -#include "azure/storage/common/constants.hpp" -#include "azure/storage/common/xml_wrapper.hpp" +#include "azure/storage/common/internal/constants.hpp" +#include "azure/storage/common/internal/xml_wrapper.hpp" namespace Azure { namespace Storage { StorageException StorageException::CreateFromResponse( diff --git a/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp b/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp index 8903d4938..b5520ee60 100644 --- a/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp +++ b/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/common/storage_per_retry_policy.hpp" +#include "azure/storage/common/internal/storage_per_retry_policy.hpp" #include #include diff --git a/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp b/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp index ca459c8dc..4db46f786 100644 --- a/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp +++ b/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include namespace Azure { namespace Storage { namespace _internal { diff --git a/sdk/storage/azure-storage-common/src/xml_wrapper.cpp b/sdk/storage/azure-storage-common/src/xml_wrapper.cpp index c366b9bae..fc22de718 100644 --- a/sdk/storage/azure-storage-common/src/xml_wrapper.cpp +++ b/sdk/storage/azure-storage-common/src/xml_wrapper.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/common/xml_wrapper.hpp" +#include "azure/storage/common/internal/xml_wrapper.hpp" #include #include diff --git a/sdk/storage/azure-storage-common/test/test_base.hpp b/sdk/storage/azure-storage-common/test/test_base.hpp index f6847367c..2739004ab 100644 --- a/sdk/storage/azure-storage-common/test/test_base.hpp +++ b/sdk/storage/azure-storage-common/test/test_base.hpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt index 650ca1d97..4377dac43 100644 --- a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt @@ -28,8 +28,7 @@ endif() set( AZURE_STORAGE_FILES_DATALAKE_HEADER - inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp - inc/azure/storage/files/datalake/datalake_constants.hpp + inc/azure/storage/files/datalake.hpp inc/azure/storage/files/datalake/datalake_directory_client.hpp inc/azure/storage/files/datalake/datalake_file_client.hpp inc/azure/storage/files/datalake/datalake_file_system_client.hpp @@ -39,9 +38,10 @@ set( inc/azure/storage/files/datalake/datalake_responses.hpp inc/azure/storage/files/datalake/datalake_sas_builder.hpp inc/azure/storage/files/datalake/datalake_service_client.hpp - inc/azure/storage/files/datalake/datalake_utilities.hpp inc/azure/storage/files/datalake/dll_import_export.hpp - inc/azure/storage/files/datalake.hpp + inc/azure/storage/files/datalake/internal/datalake_utilities.hpp + inc/azure/storage/files/datalake/internal/datalake_constants.hpp + inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp ) set( diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_constants.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/internal/datalake_constants.hpp similarity index 97% rename from sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_constants.hpp rename to sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/internal/datalake_constants.hpp index fd1eb15b3..19102b100 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_constants.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/internal/datalake_constants.hpp @@ -1,11 +1,10 @@ - // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT #pragma once namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace _detail { - // Error codes: + constexpr static const char* ContainerAlreadyExists = "ContainerAlreadyExists"; constexpr static const char* ContainerNotFound = "ContainerNotFound"; constexpr static const char* DataLakeFilesystemNotFound = "FilesystemNotFound"; diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_utilities.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/internal/datalake_utilities.hpp similarity index 100% rename from sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_utilities.hpp rename to sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/internal/datalake_utilities.hpp diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp index b50120188..b2c830a58 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp @@ -4,14 +4,14 @@ #include "azure/storage/files/datalake/datalake_directory_client.hpp" #include -#include #include -#include +#include +#include +#include #include -#include #include "azure/storage/files/datalake/datalake_file_client.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" namespace Azure { namespace Storage { namespace Files { namespace DataLake { diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp index c489da281..ead83caa5 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp @@ -4,13 +4,13 @@ #include "azure/storage/files/datalake/datalake_file_client.hpp" #include -#include #include -#include +#include +#include #include -#include "azure/storage/files/datalake/datalake_constants.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_constants.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" namespace Azure { namespace Storage { namespace Files { namespace DataLake { diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp index 0d360a678..41e3c2d9a 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp @@ -5,19 +5,19 @@ #include #include -#include #include -#include +#include +#include +#include +#include +#include #include -#include -#include -#include -#include "azure/storage/files/datalake/datalake_constants.hpp" #include "azure/storage/files/datalake/datalake_directory_client.hpp" #include "azure/storage/files/datalake/datalake_file_client.hpp" #include "azure/storage/files/datalake/datalake_path_client.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_constants.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" #include "private/package_version.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp index 039a109b3..103ac05d8 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp @@ -4,16 +4,16 @@ #include "azure/storage/files/datalake/datalake_path_client.hpp" #include -#include #include -#include +#include +#include +#include +#include +#include #include -#include -#include -#include -#include "azure/storage/files/datalake/datalake_constants.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_constants.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" #include "private/package_version.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp index b1a1a41b8..203b65324 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp @@ -5,7 +5,7 @@ #include "azure/storage/files/datalake/datalake_path_client.hpp" #include "azure/storage/files/datalake/datalake_service_client.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace Models { diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp index 81eb46e4f..6be64b45e 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp @@ -5,17 +5,16 @@ #include #include -#include -#include +#include +#include +#include +#include +#include #include #include -#include -#include -#include #include "azure/storage/files/datalake/datalake_file_system_client.hpp" -#include "azure/storage/files/datalake/datalake_utilities.hpp" - +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" #include "private/package_version.hpp" namespace Azure { namespace Storage { namespace Files { namespace DataLake { diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp index c22d7466d..e174e8136 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp @@ -1,11 +1,11 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/storage/files/datalake/datalake_utilities.hpp" +#include "azure/storage/files/datalake/internal/datalake_utilities.hpp" #include -#include "azure/storage/files/datalake/datalake_constants.hpp" +#include "azure/storage/files/datalake/internal/datalake_constants.hpp" #include "azure/storage/files/datalake/protocol/datalake_rest_client.hpp" namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace _detail { diff --git a/sdk/storage/azure-storage-files-datalake/test/datalake_directory_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/datalake_directory_client_test.cpp index b667e21a4..22c8ea77d 100644 --- a/sdk/storage/azure-storage-files-datalake/test/datalake_directory_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/datalake_directory_client_test.cpp @@ -7,8 +7,8 @@ #include #include -#include -#include +#include +#include namespace Azure { namespace Storage { namespace Test { diff --git a/sdk/storage/azure-storage-files-datalake/test/datalake_file_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/datalake_file_client_test.cpp index 665efaab2..25fa06c9f 100644 --- a/sdk/storage/azure-storage-files-datalake/test/datalake_file_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/datalake_file_client_test.cpp @@ -11,9 +11,9 @@ #include #include -#include -#include -#include +#include +#include +#include namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace Models { diff --git a/sdk/storage/azure-storage-files-datalake/test/datalake_path_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/datalake_path_client_test.cpp index 454a3f89d..a7d6fb97c 100644 --- a/sdk/storage/azure-storage-files-datalake/test/datalake_path_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/datalake_path_client_test.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace Azure { namespace Storage { namespace Test { diff --git a/sdk/storage/azure-storage-files-datalake/test/datalake_sas_test.cpp b/sdk/storage/azure-storage-files-datalake/test/datalake_sas_test.cpp index 7aa9720f0..643c8d17c 100644 --- a/sdk/storage/azure-storage-files-datalake/test/datalake_sas_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/datalake_sas_test.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include "datalake_file_system_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp index 029d35e65..1ad87ede3 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp @@ -23,9 +23,9 @@ #include #include #include +#include #include #include -#include namespace Azure { namespace Storage { namespace Files { namespace Shares { diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp index 5416cee67..e25171a6a 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include namespace Azure { namespace Storage { namespace Sas { diff --git a/sdk/storage/azure-storage-files-shares/src/share_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_client.cpp index d4b8a60f6..63594d5cc 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_client.cpp @@ -5,12 +5,12 @@ #include #include -#include #include -#include +#include +#include +#include +#include #include -#include -#include #include "azure/storage/files/shares/share_directory_client.hpp" #include "azure/storage/files/shares/share_file_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp index f9901e46a..8cf1fc306 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp @@ -5,12 +5,12 @@ #include #include -#include #include -#include +#include +#include +#include +#include #include -#include -#include #include "azure/storage/files/shares/share_file_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp index d1a4639fa..ef25cfd53 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp @@ -7,15 +7,15 @@ #include #include #include -#include -#include #include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #include -#include -#include #include "azure/storage/files/shares/share_constants.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp index 53e832dc6..a73afb992 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp @@ -5,12 +5,12 @@ #include #include -#include -#include +#include +#include +#include +#include #include #include -#include -#include #include "azure/storage/files/shares/share_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/share_file_client_test.cpp b/sdk/storage/azure-storage-files-shares/test/share_file_client_test.cpp index 1b3a3e3c3..33dc903a0 100644 --- a/sdk/storage/azure-storage-files-shares/test/share_file_client_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/share_file_client_test.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include namespace Azure { namespace Storage { namespace Test {