Skip to content
Closed
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
6 changes: 3 additions & 3 deletions packages/@azure/arm-compute/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,9 @@ export interface 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.
*/
certificateStore?: string;
}
Expand Down