mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[azure-security-attestation-cpp] Update to 1.0.0-beta.2 (#24651)
## 1.0.0-beta.2 (2022-05-10) ### Breaking Changes - Renamed `AttestationOpenIdMetadata` type to `OpenIdMetadata`. - Renamed `AttestationSigningCertificateResult` type to `TokenValidationCertificateResult` to more accurately reflect the purpose of the type. - Removed the `AttestationTokenBase` class and moved its contents to the `AttestationToken` class. - Empty `AttestationToken` types are now represented with `AttestationToken<void>` rather than `AttestationToken<>` to more idiomatically express the idea of a nullable attestation token. - Renamed `RuntimeClaims` field to `RunTimeClaims` to align with `InitTimeClaims` type name; standardized spelling of `InitTimeClaims`. - Changed input parameter to `AttestTpm` to be `AttestTpmOptions` instead of `std::string`. - Changed output parameter of `AttestTpm` to be `TpmAttestationResult` instead of `std::string`. - Renamed `AttestationTokenValidationOptions::ValidationTimeSlack` to `AttestationTokenValidationOptions::TimeValidationSlack` to improve consistency with other attestation SDKs. - Removed the unused `AttestationValidationCollateral` API. - Renamed `AttestOptions` to `AttestEnclaveOptions` - Renamed `TokenValidationOptions` field in various API Options structures to be `TokenValidationOptionsOverride` to better reflect the semantics of the field. - Renamed `PolicyCertificate` types to `IsolatedMode`. - `PolicyCertificateModificationResult` becomes `IsolatedModeCertificateModificationResult` - `PolicyCertificateListResult` becomes `IsolatedModeCertificateListResult` - `GetPolicyManagementCertificateOptions` becomes `GetIsolatedModeCertificatesOptions` - `AddPolicyManagementCertificatesOptions` becomes `AddIsolatedModeCertificatesOptions` - `RemovePolicyManagementCertificatesOptions` becomes `RemoveIsolatedModeCertificatesOptions` - `AttestationAdministrationClient::GetPolicyManagementCertificates` becomes `AttestationAdministrationClient::GetIsolatedModeCertificates`. - `AttestationAdministrationClient::AddPolicyManagementCertificate` becomes `AttestationAdministrationClient::AddIsolatedModeCertificate`. - `AttestationAdministrationClient::RemovePolicyManagementCertificate` becomes `AttestationAdministrationClient::RemoveIsolatedModeCertificate`. - Removed `ClientVersion` API from `AttestationClient` and `AttestationAdministrationClient` ### Other Changes - Added `Endpoint` property to `AttestationClient` and `AttestationAdministrationClient`
This commit is contained in:
parent
6a2c904768
commit
e9ac4bd503
@ -1,14 +1,13 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-attestation_1.0.0-beta.1
|
||||
SHA512 bb408ffa209c6d6416836296472f391d3418d6768f74d3fcf7962f93a991319f4f53b8588b2e82b2b366c060ad71cd1a2ad4a5515f19db97e5e5ef4bd222b926
|
||||
REF azure-security-attestation_1.0.0-beta.2
|
||||
SHA512 5a7e4ef8740f277e388d6d1d75a40723208c1b806ae8b8f7ba9c476259f6c968c08cbd8604321018acf659871b3411aed6be40a041141057978b6bb102338846
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}/sdk/attestation/azure-security-attestation/
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-security-attestation-cpp",
|
||||
"version-semver": "1.0.0-beta.1",
|
||||
"version-semver": "1.0.0-beta.2",
|
||||
"description": [
|
||||
"Microsoft Azure Attestation Service SDK for C++",
|
||||
"This library provides API access to the Microsoft Azure Attestation service."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e69adb1c996c0ae3b5bde53d32f619c51d0b95a5",
|
||||
"version-semver": "1.0.0-beta.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9b6b2e71b9d94791a1481a40367fc5ec5607b8aa",
|
||||
"version-semver": "1.0.0-beta.1",
|
||||
|
@ -337,7 +337,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-attestation-cpp": {
|
||||
"baseline": "1.0.0-beta.1",
|
||||
"baseline": "1.0.0-beta.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-certificates-cpp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user