From 0ae4b8cab0a529f1fb25ba7dc73bad2cee85bcca Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 26 May 2021 10:47:33 -0700 Subject: [PATCH 1/3] Prepare for API review and release --- sdk/attestation/azure-security-attestation/CHANGELOG.md | 2 +- .../azure/security/attestation/aio/_client_async.py | 6 +++--- .../azure-security-attestation/swagger/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index adee03f0565e..d5317b117dc1 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b3 (2021-05-12) +## 1.0.0b3 (2021-06-08) ### Features Added diff --git a/sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py b/sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py index 88d717a20aee..af567eb2f2bd 100644 --- a/sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py +++ b/sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py @@ -46,9 +46,9 @@ class AttestationClient(object): :param str instance_url: base url of the service :param credential: Credentials for the caller used to interact with the service. :type credential: :class:`~azure.core.credentials_async.AsyncTokenCredential` - :keyword AsyncPipelineClient pipeline: If omitted, the standard pipeline is used. - :keyword AsyncHttpTransport transport: If omitted, the standard pipeline is used. - :keyword list[AsyncHTTPPolicy] policies: If omitted, the standard pipeline is used. + :keyword ~AsyncPipelineClient pipeline: If omitted, the standard pipeline is used. + :keyword ~AsyncHttpTransport transport: If omitted, the standard pipeline is used. + :keyword list[~AsyncHTTPPolicy] policies: If omitted, the standard pipeline is used. For additional client creation configuration options, please see https://aka.ms/azsdk/python/options. diff --git a/sdk/attestation/azure-security-attestation/swagger/README.md b/sdk/attestation/azure-security-attestation/swagger/README.md index bb5c0a5021cc..daecd90524d9 100644 --- a/sdk/attestation/azure-security-attestation/swagger/README.md +++ b/sdk/attestation/azure-security-attestation/swagger/README.md @@ -1,4 +1,4 @@ -# Azure Mixed Reality Authentication Service client library for Python +# Azure Attestation Service client library for Python ## Setup From 79ebf7dfc3fa070ca0f8e2b3ac62c1d9e1f6ef77 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 2 Jun 2021 10:28:37 -0700 Subject: [PATCH 2/3] Prepare for release, 2nd try --- sdk/attestation/azure-security-attestation/CHANGELOG.md | 2 +- .../azure/security/attestation/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index d5317b117dc1..3b6d3fa8341e 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b3 (2021-06-08) +## 1.0.0b4 (2021-06-08) ### Features Added diff --git a/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py b/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py index 9c0a682a433e..5684f6e3fbce 100644 --- a/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py +++ b/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py @@ -4,4 +4,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b3" +VERSION = "1.0.0b4" From a3a7aef351358c3fde6ca0df204d0fe45c507080 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 2 Jun 2021 10:28:37 -0700 Subject: [PATCH 3/3] Prepare for release, 2nd try --- sdk/attestation/azure-security-attestation/CHANGELOG.md | 2 +- .../azure/security/attestation/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index d5317b117dc1..3b6d3fa8341e 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b3 (2021-06-08) +## 1.0.0b4 (2021-06-08) ### Features Added diff --git a/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py b/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py index 9c0a682a433e..5684f6e3fbce 100644 --- a/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py +++ b/sdk/attestation/azure-security-attestation/azure/security/attestation/_version.py @@ -4,4 +4,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b3" +VERSION = "1.0.0b4"