Update header names (#2580)

* Update header names

* cl
This commit is contained in:
Victor Vazquez 2021-07-08 18:39:25 -05:00 committed by GitHub
parent 1ac0aecd07
commit eabfb523d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 11 deletions

View File

@ -7,12 +7,12 @@
### Breaking Changes
- Removed `SHA256`, `SHA384`, and `SHA512` hashing classes by making them internal since the end user doesn't need them.
- Renamed header `single_page.hpp` to `get_page_results_options.hpp`.
### Key Bugs Fixed
### Fixed
## 4.0.0-beta.3 (2021-06-08)
No breaking changes or new features added. Includes only implementation enhancements.

View File

@ -28,8 +28,8 @@ endif()
set(
AZURE_KEYVAULT_COMMON_HEADER
inc/azure/keyvault/common/internal/get_page_results_options.hpp
inc/azure/keyvault/common/internal/keyvault_pipeline.hpp
inc/azure/keyvault/common/internal/single_page.hpp
)
set(

View File

@ -15,6 +15,7 @@
- Removed access to `Iv` field member from `EncryptParameters` and `DecryptParameters`.
- Removed `Encrypt(EncryptionAlgorithm, std::vector, context)`.
- Removed `Decrypt(DecryptAlgorithm, std::vector, context)`.
- Renamed header `list_keys_single_page_result.hpp` to `list_keys_result.hpp`.
### Key Bugs Fixed

View File

@ -58,7 +58,7 @@ set(
inc/azure/keyvault/keys/key_properties.hpp
inc/azure/keyvault/keys/key_type.hpp
inc/azure/keyvault/keys/key_vault_key.hpp
inc/azure/keyvault/keys/list_keys_single_page_result.hpp
inc/azure/keyvault/keys/list_keys_result.hpp
inc/azure/keyvault/keys/recover_deleted_key_operation.hpp
)
@ -103,7 +103,7 @@ set(
src/key_request_parameters.cpp
src/key_type.cpp
src/key_vault_key.cpp
src/list_keys_single_page_result.cpp
src/list_keys_result.cpp
src/recover_deleted_key_operation.cpp
)

View File

@ -32,5 +32,5 @@
#include "azure/keyvault/keys/key_properties.hpp"
#include "azure/keyvault/keys/key_type.hpp"
#include "azure/keyvault/keys/key_vault_key.hpp"
#include "azure/keyvault/keys/list_keys_single_page_result.hpp"
#include "azure/keyvault/keys/list_keys_result.hpp"
#include "azure/keyvault/keys/recover_deleted_key_operation.hpp"

View File

@ -17,7 +17,7 @@
#include "azure/keyvault/keys/key_create_options.hpp"
#include "azure/keyvault/keys/key_type.hpp"
#include "azure/keyvault/keys/key_vault_key.hpp"
#include "azure/keyvault/keys/list_keys_single_page_result.hpp"
#include "azure/keyvault/keys/list_keys_result.hpp"
#include "azure/keyvault/keys/recover_deleted_key_operation.hpp"
#include <functional>

View File

@ -12,7 +12,7 @@
#include <azure/core/http/http.hpp>
#include <azure/core/paged_response.hpp>
#include <azure/keyvault/common/internal/single_page.hpp>
#include <azure/keyvault/common/internal/get_page_results_options.hpp>
#include "azure/keyvault/keys/deleted_key.hpp"
#include "azure/keyvault/keys/json_web_key.hpp"

View File

@ -5,7 +5,7 @@
#include <azure/core/http/http.hpp>
#include <azure/core/http/policies/policy.hpp>
#include <azure/keyvault/common/internal/single_page.hpp>
#include <azure/keyvault/common/internal/get_page_results_options.hpp>
#include "azure/keyvault/keys/key_client.hpp"
#include "private/key_backup.hpp"

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "azure/keyvault/keys/list_keys_single_page_result.hpp"
#include "azure/keyvault/keys/list_keys_result.hpp"
#include "azure/keyvault/keys/key_client.hpp"
#include "private/key_constants.hpp"
#include "private/key_serializers.hpp"

View File

@ -14,7 +14,7 @@
#include "azure/keyvault/keys/deleted_key.hpp"
#include "azure/keyvault/keys/import_key_options.hpp"
#include "azure/keyvault/keys/key_vault_key.hpp"
#include "azure/keyvault/keys/list_keys_single_page_result.hpp"
#include "azure/keyvault/keys/list_keys_result.hpp"
#include <string>

View File

@ -34,7 +34,7 @@ stages:
parameters:
ServiceDirectory: keyvault
CtestRegex: "azure-security-keyvault.*-unittest"
LiveTestCtestRegex: "Remote"
LiveTestCtestRegex: "azure-security-keyvault.*-livetest"
LiveTestTimeoutInMinutes: 120
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
Artifacts: