diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-05-01-preview/containerregistry_scopemap.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-05-01-preview/containerregistry_scopemap.json index 6448536e23eb..e8f88ebe77bb 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-05-01-preview/containerregistry_scopemap.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-05-01-preview/containerregistry_scopemap.json @@ -572,7 +572,7 @@ } }, "actions": { - "description": "The list of scoped permissions for registry artifacts.\r\nE.g. repositories/repository-name/pull, \r\nrepositories/repository-name/delete", + "description": "The list of scoped permissions for registry artifacts.\r\nE.g. repositories/repository-name/content/read,\r\nrepositories/repository-name/metadata/write", "type": "array", "items": { "type": "string" @@ -757,7 +757,7 @@ "type": "string" }, "name": { - "description": "The password name \"password\" or \"password2\"", + "description": "The password name \"password1\" or \"password2\"", "enum": [ "password1", "password2" @@ -844,7 +844,7 @@ "type": "string" }, "name": { - "description": "Specifies name of the password which should be regenerated if any -- password or password2.", + "description": "Specifies name of the password which should be regenerated if any -- password1 or password2.", "enum": [ "password1", "password2" @@ -939,7 +939,7 @@ "type": "string", "maxLength": 50, "minLength": 5, - "pattern": "^[a-zA-Z0-9-]*$", + "pattern": "^[a-zA-Z0-9-_]*$", "x-ms-parameter-location": "method" }, "TokenNameParameter": {