From 6d89558b5c661865439a216e2857ad2e54631f76 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 3 Jun 2019 06:31:29 +0000 Subject: [PATCH] Generated from bf91f4a8d5aec0afe9865dfe037103b103b6dcf2 typo: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry Double word "the" --- .../mgmt/2019-05-01/containerregistry/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go b/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go index b3c82ba96704..f80d7bba7341 100644 --- a/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go +++ b/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go @@ -3024,7 +3024,7 @@ func (r Resource) MarshalJSON() ([]byte, error) { type RetentionPolicy struct { // Days - The number of days to retain manifest before it expires. Days *int32 `json:"days,omitempty"` - // LastUpdatedTime - READ-ONLY; The timestamp when the the policy was last updated. + // LastUpdatedTime - READ-ONLY; The timestamp when the policy was last updated. LastUpdatedTime *date.Time `json:"lastUpdatedTime,omitempty"` // Status - The value that indicates whether the policy is enabled or not. Possible values include: 'Enabled', 'Disabled' Status PolicyStatus `json:"status,omitempty"`