last quotes (#5271)

* mroe quotes

* dssf

* sqa
This commit is contained in:
George Arama 2024-01-16 12:31:47 -08:00 committed by GitHub
parent b43d53bb23
commit 0f73c3958c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 18 additions and 19 deletions

View File

@ -3,7 +3,7 @@
#pragma once
#include "azure/core/azure_assert.hpp"
#include <azure/core/azure_assert.hpp>
#include <memory>
#include <stdexcept>

View File

@ -2,8 +2,8 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
#pragma once
#include <azure/data/tables/internal/xml_wrapper.hpp>
#include <azure/data/tables/models.hpp>
#include "azure/data/tables/internal/xml_wrapper.hpp"
#include "azure/data/tables/models.hpp"
#include <cstdint>
#include <memory>

View File

@ -3,15 +3,16 @@
#pragma once
#include "azure/data/tables/credentials/shared_key_credential.hpp"
#include "azure/data/tables/models.hpp"
#include "azure/data/tables/transactions.hpp"
#include <azure/core/credentials/credentials.hpp>
#include <azure/core/http/http.hpp>
#include <azure/core/http/policies/policy.hpp>
#include <azure/core/internal/http/pipeline.hpp>
#include <azure/core/internal/json/json.hpp>
#include <azure/core/response.hpp>
#include <azure/data/tables/credentials/shared_key_credential.hpp>
#include <azure/data/tables/models.hpp>
#include <azure/data/tables/transactions.hpp>
#include <cstdint>
#include <memory>

View File

@ -3,9 +3,10 @@
#pragma once
#include "azure/data/tables/models.hpp"
#include <azure/core/url.hpp>
#include <azure/core/uuid.hpp>
#include <azure/data/tables/models.hpp>
namespace Azure { namespace Data { namespace Tables {
/**

View File

@ -14,7 +14,7 @@
#define WARMUP 100
#define ROUNDS 1000
#include <azure/data/tables.hpp>
#include "azure/data/tables.hpp"
#include <iostream>

View File

@ -12,4 +12,4 @@
#define max(x, y) small
#define min(x, y) small
#include <azure/data/tables.hpp>
#include "azure/data/tables.hpp"

View File

@ -2,11 +2,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "azure/data/tables/internal/serializers.hpp"
#include "azure/data/tables/tables_clients.hpp"
#include "test/ut/test_base.hpp"
#include <azure/data/tables/internal/serializers.hpp>
#include <azure/data/tables/tables_clients.hpp>
namespace Azure { namespace Data { namespace Test {
class SerializersTest : public Azure::Storage::Test::StorageTest {

View File

@ -2,12 +2,11 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "azure/data/tables/models.hpp"
#include "azure/data/tables/tables_clients.hpp"
#include "azure/data/tables/transactions.hpp"
#include "test/ut/test_base.hpp"
#include <azure/data/tables/models.hpp>
#include <azure/data/tables/tables_clients.hpp>
#include <azure/data/tables/transactions.hpp>
namespace Azure { namespace Data { namespace Test {
enum class AuthType
{

View File

@ -2,11 +2,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "azure/data/tables/tables_clients.hpp"
#include "azure/data/tables/transactions.hpp"
#include "test/ut/test_base.hpp"
#include <azure/data/tables/tables_clients.hpp>
#include <azure/data/tables/transactions.hpp>
namespace Azure { namespace Data { namespace Test {
class TransactionsBodyTest : public Azure::Storage::Test::StorageTest {