Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -757,7 +757,7 @@
"type": "string"
},
"name": {
"description": "The password name \"password\" or \"password2\"",
"description": "The password name \"password1\" or \"password2\"",
"enum": [
"password1",
"password2"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down