From 092cc7b9bec4e32dcf1e654ca3c777d9e558b2b5 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Tue, 6 Jul 2021 09:31:14 -0700 Subject: [PATCH] Removed body_type from AttestationToken --- .../azure/security/attestation/_models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/azure/security/attestation/_models.py b/sdk/attestation/azure-security-attestation/azure/security/attestation/_models.py index 602faa67b5a6..0c2ebdc58f70 100644 --- a/sdk/attestation/azure-security-attestation/azure/security/attestation/_models.py +++ b/sdk/attestation/azure-security-attestation/azure/security/attestation/_models.py @@ -468,8 +468,6 @@ class AttestationToken(object): :keyword str signing_certificate: If specified, the PEM encoded certificate used to sign the token. :keyword str token: If no body or signer is provided, the string representation of the token. - :keyword Type body_type: The underlying type of the body of the 'token' parameter, - used to deserialize the underlying body when parsing the token. If the `signing_key` and `signing_certificate` properties are not specified, the token created is unsecured.