diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy.py b/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy.py index e54d10c3c803..169b2d00c976 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy.py +++ b/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy.py @@ -20,8 +20,7 @@ class RetentionPolicy(Model): :param days: The number of days to retain manifest before it expires. :type days: int - :ivar last_updated_time: The timestamp when the the policy was last - updated. + :ivar last_updated_time: The timestamp when the policy was last updated. :vartype last_updated_time: datetime :param status: The value that indicates whether the policy is enabled or not. Possible values include: 'enabled', 'disabled' diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy_py3.py b/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy_py3.py index bcc5c6106b7f..14e82ed4fb57 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy_py3.py +++ b/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/retention_policy_py3.py @@ -20,8 +20,7 @@ class RetentionPolicy(Model): :param days: The number of days to retain manifest before it expires. :type days: int - :ivar last_updated_time: The timestamp when the the policy was last - updated. + :ivar last_updated_time: The timestamp when the policy was last updated. :vartype last_updated_time: datetime :param status: The value that indicates whether the policy is enabled or not. Possible values include: 'enabled', 'disabled'