Archived
Camel cases and standardizes endpoint URI prefixes for execution plans (#1442)
This commit is contained in:
+1
-1
@@ -43,6 +43,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.Contracts
|
|||||||
{
|
{
|
||||||
public static readonly
|
public static readonly
|
||||||
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult> Type =
|
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult> Type =
|
||||||
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult>.Create("executionPlan/compareExecutionPlanGraph");
|
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult>.Create("queryExecutionPlan/compareExecutionPlanGraph");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -23,6 +23,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan
|
|||||||
{
|
{
|
||||||
public static readonly
|
public static readonly
|
||||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult> Type =
|
RequestType<GetExecutionPlanParams, GetExecutionPlanResult> Type =
|
||||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryexecutionplan/getexecutionplan");
|
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryExecutionPlan/getExecutionPlan");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user