From 959cf1a9eede4810e7ec29e1ed2d7d59b0644bd0 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 16 Mar 2021 06:05:53 +0000 Subject: [PATCH] CodeGen from PR 13435 in Azure/azure-rest-api-specs Merge fd2358219481d9f4ef6543ca8ff5cdac5db7e1d3 into 7e7622058576795b3e20412f43333ae4c2217e2c --- .../azure/mgmt/attestation/models/_models.py | 3 +-- .../azure/mgmt/attestation/models/_models_py3.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models.py b/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models.py index 3abd6f8522fd0..ced924861e89d 100644 --- a/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models.py +++ b/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models.py @@ -651,8 +651,7 @@ class SystemData(Model): 'ManagedIdentity', 'Key' :type last_modified_by_type: str or ~azure.mgmt.attestation.models.CreatedByType - :param last_modified_at: The type of identity that last modified the - resource. + :param last_modified_at: The timestamp of resource last modification (UTC) :type last_modified_at: datetime """ diff --git a/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models_py3.py b/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models_py3.py index 2ed412b14b174..bd40593dd097a 100644 --- a/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models_py3.py +++ b/sdk/attestation/azure-mgmt-attestation/azure/mgmt/attestation/models/_models_py3.py @@ -651,8 +651,7 @@ class SystemData(Model): 'ManagedIdentity', 'Key' :type last_modified_by_type: str or ~azure.mgmt.attestation.models.CreatedByType - :param last_modified_at: The type of identity that last modified the - resource. + :param last_modified_at: The timestamp of resource last modification (UTC) :type last_modified_at: datetime """