diff --git a/lib/services/computeManagement2/lib/models/index.d.ts b/lib/services/computeManagement2/lib/models/index.d.ts index c6d5f5fde1..cb532ad55e 100644 --- a/lib/services/computeManagement2/lib/models/index.d.ts +++ b/lib/services/computeManagement2/lib/models/index.d.ts @@ -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.

For Linux VMs, the certificate file is placed under the - * /var/lib/waagent directory, with the file name .crt for - * the X509 certificate file and .prv for private key. - * Both of these files are .pem formatted. + * /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. */ export interface VaultCertificate { certificateUrl?: string; diff --git a/lib/services/computeManagement2/lib/models/vaultCertificate.js b/lib/services/computeManagement2/lib/models/vaultCertificate.js index f71b456d6a..d7a1d07d60 100644 --- a/lib/services/computeManagement2/lib/models/vaultCertificate.js +++ b/lib/services/computeManagement2/lib/models/vaultCertificate.js @@ -31,9 +31,9 @@ class VaultCertificate { * be added. The specified certificate store is implicitly in the * LocalMachine account.

For Linux VMs, the certificate file is * placed under the /var/lib/waagent directory, with the file name - * .crt for the X509 certificate file and - * .prv for private key. Both of these files are .pem - * formatted. + * <UppercaseThumbprint>.crt for the X509 certificate file and + * <UppercaseThumbprint>.prv for private key. Both of these files are + * .pem formatted. */ constructor() { }