diff --git a/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/ExecutionPlanComparisonRequest.cs b/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/ExecutionPlanComparisonRequest.cs index 80ff1b29..3bb20fa6 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/ExecutionPlanComparisonRequest.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/ExecutionPlanComparisonRequest.cs @@ -43,6 +43,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.Contracts { public static readonly RequestType Type = - RequestType.Create("executionPlan/compareExecutionPlanGraph"); + RequestType.Create("queryExecutionPlan/compareExecutionPlanGraph"); } } diff --git a/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/GetExecutionPlanRequest.cs b/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/GetExecutionPlanRequest.cs index c02f283a..bc729bf4 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/GetExecutionPlanRequest.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/Contracts/GetExecutionPlanRequest.cs @@ -23,6 +23,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan { public static readonly RequestType Type = - RequestType.Create("queryexecutionplan/getexecutionplan"); + RequestType.Create("queryExecutionPlan/getExecutionPlan"); } }