move some headers to internal directory (#2381)
* move some headers to internal * move some headers to internal * fix build error * fix more
This commit is contained in:
parent
c8a525ec74
commit
af52a49bbe
@ -21,9 +21,9 @@
|
||||
#include <azure/core/nullable.hpp>
|
||||
#include <azure/core/response.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/internal/xml_wrapper.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_exception.hpp>
|
||||
#include <azure/storage/common/xml_wrapper.hpp>
|
||||
|
||||
#include "azure/storage/blobs/dll_import_export.hpp"
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
#include "azure/storage/blobs/append_blob_client.hpp"
|
||||
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Blobs {
|
||||
|
||||
@ -4,15 +4,15 @@
|
||||
#include "azure/storage/blobs/blob_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/reliable_stream.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/internal/reliable_stream.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#include "azure/storage/blobs/append_blob_client.hpp"
|
||||
#include "azure/storage/blobs/block_blob_client.hpp"
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
#include "azure/storage/blobs/blob_container_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#include "azure/storage/blobs/append_blob_client.hpp"
|
||||
#include "azure/storage/blobs/block_blob_client.hpp"
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
#include "azure/storage/blobs/blob_service_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#include "private/package_version.hpp"
|
||||
|
||||
|
||||
@ -16,12 +16,12 @@
|
||||
#endif
|
||||
|
||||
#include <azure/core/io/body_stream.hpp>
|
||||
#include <azure/storage/common/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/internal/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Blobs {
|
||||
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
|
||||
#include "azure/storage/blobs/page_blob_client.hpp"
|
||||
|
||||
#include <azure/storage/common/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/internal/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Blobs {
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
#include <azure/core/cryptography/hash.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Blobs { namespace Models {
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#include <azure/core/cryptography/hash.hpp>
|
||||
#include <azure/storage/blobs/blob_lease_client.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Test {
|
||||
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#include <azure/core/datetime.hpp>
|
||||
#include <azure/core/nullable.hpp>
|
||||
|
||||
#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 {
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
@ -8,8 +8,6 @@
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
|
||||
#include "storage_common.hpp"
|
||||
|
||||
namespace Azure { namespace Storage { namespace _internal {
|
||||
|
||||
class StorageServiceVersionPolicy final : public Azure::Core::Http::Policies::HttpPolicy {
|
||||
@ -13,11 +13,13 @@
|
||||
#include <azure/core/case_insensitive_containers.hpp>
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
|
||||
#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.
|
||||
*/
|
||||
|
||||
@ -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 <azure/core/platform.hpp>
|
||||
|
||||
|
||||
@ -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 <azure/core/http/http.hpp>
|
||||
|
||||
|
||||
@ -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 <algorithm>
|
||||
#include <cctype>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/core/internal/json/json.hpp>
|
||||
|
||||
#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(
|
||||
|
||||
@ -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 <azure/core/datetime.hpp>
|
||||
#include <azure/core/platform.hpp>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace _internal {
|
||||
|
||||
|
||||
@ -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 <limits>
|
||||
#include <stdexcept>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <azure/core/datetime.hpp>
|
||||
#include <azure/core/etag.hpp>
|
||||
#include <azure/core/io/body_stream.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -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";
|
||||
@ -4,14 +4,14 @@
|
||||
#include "azure/storage/files/datalake/datalake_directory_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#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 {
|
||||
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
#include "azure/storage/files/datalake/datalake_file_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
|
||||
#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 {
|
||||
|
||||
|
||||
@ -5,19 +5,19 @@
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/blobs/protocol/blob_rest_client.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#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"
|
||||
|
||||
|
||||
@ -4,16 +4,16 @@
|
||||
#include "azure/storage/files/datalake/datalake_path_client.hpp"
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#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"
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -5,17 +5,16 @@
|
||||
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/blobs/protocol/blob_rest_client.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_switch_to_secondary_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_credential.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_switch_to_secondary_policy.hpp>
|
||||
|
||||
#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 {
|
||||
|
||||
@ -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 <azure/storage/common/crypt.hpp>
|
||||
|
||||
#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 {
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#include <thread>
|
||||
|
||||
#include <azure/identity/client_secret_credential.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/files/datalake/datalake_utilities.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/files/datalake/internal/datalake_utilities.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Test {
|
||||
|
||||
|
||||
@ -11,9 +11,9 @@
|
||||
|
||||
#include <azure/identity/client_secret_credential.hpp>
|
||||
#include <azure/storage/blobs.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/files/datalake/datalake_utilities.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/files/datalake/internal/datalake_utilities.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace Models {
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#include <thread>
|
||||
|
||||
#include <azure/identity/client_secret_credential.hpp>
|
||||
#include <azure/storage/files/datalake/datalake_utilities.hpp>
|
||||
#include <azure/storage/files/datalake/internal/datalake_utilities.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Test {
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
#include <azure/identity/client_secret_credential.hpp>
|
||||
#include <azure/storage/blobs/blob_sas_builder.hpp>
|
||||
#include <azure/storage/files/datalake/datalake_sas_builder.hpp>
|
||||
#include <azure/storage/files/datalake/datalake_utilities.hpp>
|
||||
#include <azure/storage/files/datalake/internal/datalake_utilities.hpp>
|
||||
|
||||
#include "datalake_file_system_client_test.hpp"
|
||||
|
||||
|
||||
@ -23,9 +23,9 @@
|
||||
#include <azure/core/nullable.hpp>
|
||||
#include <azure/core/response.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/internal/xml_wrapper.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_exception.hpp>
|
||||
#include <azure/storage/common/xml_wrapper.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Files { namespace Shares {
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include <azure/core/nullable.hpp>
|
||||
#include <azure/storage/common/account_sas_builder.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Sas {
|
||||
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
|
||||
#include <azure/core/credentials/credentials.hpp>
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
|
||||
#include "azure/storage/files/shares/share_directory_client.hpp"
|
||||
#include "azure/storage/files/shares/share_file_client.hpp"
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
|
||||
#include <azure/core/credentials/credentials.hpp>
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
|
||||
#include "azure/storage/files/shares/share_file_client.hpp"
|
||||
|
||||
|
||||
@ -7,15 +7,15 @@
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/core/internal/io/null_body_stream.hpp>
|
||||
#include <azure/core/io/body_stream.hpp>
|
||||
#include <azure/storage/common/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/reliable_stream.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/concurrent_transfer.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/internal/reliable_stream.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
|
||||
#include "azure/storage/files/shares/share_constants.hpp"
|
||||
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
|
||||
#include <azure/core/credentials/credentials.hpp>
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/storage/common/constants.hpp>
|
||||
#include <azure/storage/common/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/constants.hpp>
|
||||
#include <azure/storage/common/internal/shared_key_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/internal/storage_service_version_policy.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
#include <azure/storage/common/storage_credential.hpp>
|
||||
#include <azure/storage/common/storage_per_retry_policy.hpp>
|
||||
#include <azure/storage/common/storage_service_version_policy.hpp>
|
||||
|
||||
#include "azure/storage/files/shares/share_client.hpp"
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
#include <azure/core/cryptography/hash.hpp>
|
||||
#include <azure/storage/common/crypt.hpp>
|
||||
#include <azure/storage/common/file_io.hpp>
|
||||
#include <azure/storage/common/internal/file_io.hpp>
|
||||
#include <azure/storage/common/storage_common.hpp>
|
||||
|
||||
namespace Azure { namespace Storage { namespace Test {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user