diff --git a/packages/@azure/arm-compute/lib/models/index.ts b/packages/@azure/arm-compute/lib/models/index.ts
index 01706c8588b0..1e3f8189e9ba 100644
--- a/packages/@azure/arm-compute/lib/models/index.ts
+++ b/packages/@azure/arm-compute/lib/models/index.ts
@@ -1361,9 +1361,9 @@ export interface 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.
*/
certificateStore?: string;
}