From c514f7df0ea000a7101a23a508b6958e01a452ba Mon Sep 17 00:00:00 2001 From: Chaitanya Kulkarni Date: Thu, 15 Aug 2024 15:48:27 -0700 Subject: [PATCH] Fix goospec syntax (#251) --- packaging/googet/google-compute-engine-sysprep.goospec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/googet/google-compute-engine-sysprep.goospec b/packaging/googet/google-compute-engine-sysprep.goospec index fa6347fe..4ee7c328 100644 --- a/packaging/googet/google-compute-engine-sysprep.goospec +++ b/packaging/googet/google-compute-engine-sysprep.goospec @@ -22,7 +22,7 @@ "path": "sysprep/sysprep_uninstall.ps1" }, "releaseNotes": [ - "3.20.0 - Remove MTLS MDS certificates from certificate store and disk during sysprep. + "3.20.0 - Remove MTLS MDS certificates from certificate store and disk during sysprep.", "3.19.0 - Migrating MTU & Firewall rule modifications to use PowerShell cmdlets instead of netsh for Win10/2016 and above.", "3.18.0 - Updated activate_instance.ps1 to skip setting KMS and activation, if any known GCE Windows BYOL license is attached.", "3.17.0 - Add Windows Server 2022 KMS client keys",