From 3734b26a390048157b517cf9dad829ba22bbe00b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:08:13 +0000 Subject: [PATCH 1/2] Initial plan From a722085c24d294de16fbc5a67441a4bcbd58c8c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:11:09 +0000 Subject: [PATCH 2/2] Add copyright header to CertificateInstallationTests.cs Co-authored-by: nchapagain001 <165215502+nchapagain001@users.noreply.github.com> --- .../CertificateInstallationTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VirtualClient/VirtualClient.Dependencies.UnitTests/CertificateInstallationTests.cs b/src/VirtualClient/VirtualClient.Dependencies.UnitTests/CertificateInstallationTests.cs index 3ea6197f6a..606bb112ec 100644 --- a/src/VirtualClient/VirtualClient.Dependencies.UnitTests/CertificateInstallationTests.cs +++ b/src/VirtualClient/VirtualClient.Dependencies.UnitTests/CertificateInstallationTests.cs @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + namespace VirtualClient.Dependencies { using System;