From 888d9320c1332c7ed40b56179d6bbdf1902857a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:43:50 +0000 Subject: [PATCH 1/2] Initial plan From 903a955e425072042f93a30bbbdd1debbc86516f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:46:58 +0000 Subject: [PATCH 2/2] Fix typo: PSBoundParamters -> PSBoundParameters in Context.cs comment Co-authored-by: teresaritorto <19995250+teresaritorto@users.noreply.github.com> --- powershell/resources/runtime/csharp/client/Context.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/resources/runtime/csharp/client/Context.cs b/powershell/resources/runtime/csharp/client/Context.cs index 82ff28b553a..3c331956296 100644 --- a/powershell/resources/runtime/csharp/client/Context.cs +++ b/powershell/resources/runtime/csharp/client/Context.cs @@ -20,7 +20,7 @@ namespace Microsoft.Rest.ClientRuntime /// The IContext Interface defines the communication mechanism for input customization. /// /// - /// In the context, we will have client, pipeline, PSBoundParamters, default EventListener, Cancellation. + /// In the context, we will have client, pipeline, PSBoundParameters, default EventListener, Cancellation. /// public interface IContext {