Skip to content

Commit

Permalink
Prepare for API review and release (Azure#18961)
Browse files Browse the repository at this point in the history
* Prepare for API review and release

* Update sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py

Co-authored-by: Sean Kane <[email protected]>

Co-authored-by: Sean Kane <[email protected]>
  • Loading branch information
2 people authored and rakshith91 committed Jun 1, 2021
1 parent 8b450f0 commit 696253a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/attestation/azure-security-attestation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b3 (2021-05-12)
## 1.0.0b3 (2021-06-08)

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ~azure.core.pipeline.AsyncPipelineClient pipeline: If omitted, the standard pipeline is used.
:keyword ~azure.core.pipeline.transport.AsyncHttpTransport transport: If omitted, the standard pipeline is used.
:keyword list[~azure.core.pipeline.policies.AsyncHTTPPolicy] policies: If omitted, the standard pipeline is used.
For additional client creation configuration options, please see https://aka.ms/azsdk/python/options.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Mixed Reality Authentication Service client library for Python
# Azure Attestation Service client library for Python

## Setup

Expand Down

0 comments on commit 696253a

Please sign in to comment.