diff --git a/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go b/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go index 8ab53a369144..cf551f2a5e17 100644 --- a/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go +++ b/services/containerregistry/mgmt/2019-05-01/containerregistry/models.go @@ -2024,7 +2024,7 @@ type OperationPropertiesDefinition struct { ServiceSpecification *OperationServiceSpecificationDefinition `json:"serviceSpecification,omitempty"` } -// OperationServiceSpecificationDefinition the definition of Azure Monitoring metrics list. +// OperationServiceSpecificationDefinition the definition of Azure Monitoring list. type OperationServiceSpecificationDefinition struct { // MetricSpecifications - A list of Azure Monitoring metrics definition. MetricSpecifications *[]OperationMetricSpecificationDefinition `json:"metricSpecifications,omitempty"` @@ -3022,7 +3022,7 @@ func (r Resource) MarshalJSON() ([]byte, error) { // RetentionPolicy the retention policy for a container registry. type RetentionPolicy struct { - // Days - The number of days to retain manifest before it expires. + // Days - The number of days to retain an untagged manifest after which it gets purged. Days *int32 `json:"days,omitempty"` // LastUpdatedTime - READ-ONLY; The timestamp when the policy was last updated. LastUpdatedTime *date.Time `json:"lastUpdatedTime,omitempty"` diff --git a/services/containerregistry/mgmt/2019-06-01-preview/containerregistry/models.go b/services/containerregistry/mgmt/2019-06-01-preview/containerregistry/models.go index f63f572b0722..f3c40cb85d90 100644 --- a/services/containerregistry/mgmt/2019-06-01-preview/containerregistry/models.go +++ b/services/containerregistry/mgmt/2019-06-01-preview/containerregistry/models.go @@ -2051,7 +2051,7 @@ type OperationPropertiesDefinition struct { ServiceSpecification *OperationServiceSpecificationDefinition `json:"serviceSpecification,omitempty"` } -// OperationServiceSpecificationDefinition the definition of Azure Monitoring metrics list. +// OperationServiceSpecificationDefinition the definition of Azure Monitoring list. type OperationServiceSpecificationDefinition struct { // MetricSpecifications - A list of Azure Monitoring metrics definition. MetricSpecifications *[]OperationMetricSpecificationDefinition `json:"metricSpecifications,omitempty"` @@ -3066,7 +3066,7 @@ func (r Resource) MarshalJSON() ([]byte, error) { // RetentionPolicy the retention policy for a container registry. type RetentionPolicy struct { - // Days - The number of days to retain manifest before it expires. + // Days - The number of days to retain an untagged manifest after which it gets purged. Days *int32 `json:"days,omitempty"` // LastUpdatedTime - READ-ONLY; The timestamp when the policy was last updated. LastUpdatedTime *date.Time `json:"lastUpdatedTime,omitempty"`