Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR compute/resource-manager] fixes for reference documentation #4640

Closed
Closed
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions lib/services/computeManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1189,9 +1189,10 @@ export interface LinuxConfiguration {
* certificate store on the Virtual Machine to which the certificate should be
* added. The specified certificate store is implicitly in the LocalMachine
* account. <br><br>For Linux VMs, the certificate file is placed under the
* /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for
* the X509 certificate file and <UppercaseThumbprint>.prv for private key.
* Both of these files are .pem formatted.
* /var/lib/waagent directory, with the file name
* &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and
* &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are
* .pem formatted.
*/
export interface VaultCertificate {
certificateUrl?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class VaultCertificate {
* be added. The specified certificate store is implicitly in the
* LocalMachine account. <br><br>For Linux VMs, the certificate file is
* placed under the /var/lib/waagent directory, with the file name
* <UppercaseThumbprint>.crt for the X509 certificate file and
* <UppercaseThumbprint>.prv for private key. Both of these files are .pem
* formatted.
* &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and
* &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are
* .pem formatted.
*/
constructor() {
}
Expand Down