diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json index 6224c550f040..12d60e46ee19 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json @@ -1264,7 +1264,7 @@ } }, "OperationServiceSpecificationDefinition": { - "description": "The definition of Azure Monitoring metrics list.", + "description": "The definition of Azure Monitoring list.", "type": "object", "properties": { "metricSpecifications": { @@ -1570,6 +1570,7 @@ "properties": { "status": { "description": "The value that indicates whether the policy is enabled or not.", + "default": "disabled", "enum": [ "enabled", "disabled" @@ -1588,6 +1589,7 @@ "properties": { "type": { "description": "The type of trust policy.", + "default": "Notary", "enum": [ "Notary" ], @@ -1599,6 +1601,7 @@ }, "status": { "description": "The value that indicates whether the policy is enabled or not.", + "default": "disabled", "enum": [ "enabled", "disabled" @@ -1617,7 +1620,8 @@ "properties": { "days": { "format": "int32", - "description": "The number of days to retain manifest before it expires.", + "description": "The number of days to retain an untagged manifest after which it gets purged.", + "default": 7, "type": "integer" }, "lastUpdatedTime": { @@ -1628,6 +1632,7 @@ }, "status": { "description": "The value that indicates whether the policy is enabled or not.", + "default": "disabled", "enum": [ "enabled", "disabled"