Skip to content

Commit

Permalink
add public ssh key to network virtual appliance (#14988)
Browse files Browse the repository at this point in the history
  • Loading branch information
litchiyangMSFT authored Jun 29, 2021
1 parent 85f9b90 commit d7cf7af
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,11 @@
"maximum": 4294967295,
"description": "VirtualAppliance ASN."
},
"sshPublicKey": {
"type": "string",
"readOnly": false,
"description": "Public key for SSH login."
},
"virtualApplianceNics": {
"type": "array",
"readOnly": true,
Expand Down

0 comments on commit d7cf7af

Please sign in to comment.