File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commands/addMIConnections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { localize } from "../../localize";
99import { type AddMIConnectionsContext } from "./AddMIConnectionsContext" ;
1010
1111export class RemoteSettingsAddStep extends AzureWizardExecuteStep < AddMIConnectionsContext > {
12- public priority : number = 110 ;
12+ public priority : number = 160 ;
1313
1414 public async execute ( context : AddMIConnectionsContext ) : Promise < void > {
1515 const client = await nonNullProp ( context , 'functionapp' ) . site . createClient ( context ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { type AddMIConnectionsContext } from "./AddMIConnectionsContext";
1111import { type Connection } from "./ConnectionsListStep" ;
1212
1313export class SettingsAddBaseStep extends AzureWizardExecuteStep < AddMIConnectionsContext > {
14- public priority : number = 100 ;
14+ public priority : number = 150 ;
1515
1616 public async execute ( context : AddMIConnectionsContext ) : Promise < void > {
1717 context . roles = [ ] ;
You can’t perform that action at this time.
0 commit comments