This commit is contained in:
azure-sdk 2022-10-18 23:42:52 +00:00
Родитель 0ecc9bf981
Коммит d57e4c5a78
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -3,12 +3,12 @@ title: Azure Attestation client library for Java
keywords: Azure, java, SDK, API, azure-security-attestation, attestation
author: azure-sdk-write-attestation
ms.author: azure-sdk-write-attestation
ms.date: 09/13/2022
ms.date: 10/18/2022
ms.topic: reference
ms.devlang: java
ms.service: attestation
---
# Azure Attestation client library for Java - version 1.1.6
# Azure Attestation client library for Java - version 1.1.7
Microsoft Azure Attestation (preview) is a unified solution for remotely verifying the trustworthiness of a platform and integrity of the binaries running inside it. The service supports attestation of the platforms backed by Trusted Platform Modules (TPMs) alongside the ability to attest to the state of Trusted Execution Environments (TEEs) such as Intel® Software Guard Extensions (SGX) enclaves and Virtualization-based Security (VBS) enclaves.
@ -28,7 +28,7 @@ Azure Attestation receives evidence from compute entities, turns them into a set
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-attestation_1.1.6/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-attestation_1.1.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```
@ -333,7 +333,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[style-guide-msft]: /style-guide/capitalization
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azure_attestation]: /azure/attestation
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.6/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.7/sdk/identity/azure-identity
[maven]: https://maven.apache.org/
[azure_subscription]: https://azure.microsoft.com/
[azure_cli]: /cli/azure

Просмотреть файл

@ -1,6 +1,6 @@
{
"Name": "azure-security-attestation",
"Version": "1.1.6",
"Version": "1.1.7",
"DevVersion": null,
"DirectoryPath": "sdk/attestation/azure-security-attestation",
"ServiceDirectory": "attestation",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-attestation",
"ReleaseStatus": "2022-09-08"
"ReleaseStatus": "2022-10-17"
}