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 @@ -1464,7 +1464,8 @@
},
"password": {
"type": "string",
"description": "The password for the private registry."
"description": "The password for the private registry.",
"x-ms-secret": true
},
"identity": {
"type": "string",
Expand Down Expand Up @@ -1874,7 +1875,8 @@
},
"password": {
"type": "string",
"description": "The password to start the exec command."
"description": "The password to start the exec command.",
"x-ms-secret": true
}
}
},
Expand All @@ -1888,7 +1890,8 @@
},
"password": {
"type": "string",
"description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri."
"description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.",
"x-ms-secret": true
}
}
},
Expand Down