Skip to content

Commit

Permalink
Change priority (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
motm32 committed Sep 14, 2023
1 parent 171a189 commit e1e620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serviceconnector/src/createLinker/LinkerCreateStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createLinkerClient } from "../linkerClient";
import { ICreateLinkerContext } from "./ICreateLinkerContext";

export class LinkerCreateStep extends AzureWizardExecuteStep<ICreateLinkerContext>{
public priority: number = 10;
public priority: number = 850;

public async execute(context: ICreateLinkerContext): Promise<void> {
const client = await createLinkerClient(context);
Expand Down

0 comments on commit e1e620b

Please sign in to comment.