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:
JinmingHu 2021-06-03 10:42:57 +08:00 committed by GitHub
parent c8a525ec74
commit af52a49bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 140 additions and 147 deletions

View File

@ -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"

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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(

View File

@ -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 {

View File

@ -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

View File

@ -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

View File

@ -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 {

View File

@ -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.
*/

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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(

View File

@ -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>

View File

@ -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 {

View File

@ -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>

View File

@ -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>

View File

@ -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(

View File

@ -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";

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 {