Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rishky-msft committed Feb 2, 2023
1 parent 92f37a3 commit 09b2155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/firewall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export class FireWallFeature extends SqlOpsFeature<any> {

let handleFirewallRule = (errorCode: number, errorMessage: string, connectionTypeId: string): Thenable<azdata.HandleFirewallRuleResponse> => {
let params: HandleFirewallRuleParams = { errorCode: errorCode, errorMessage: errorMessage, connectionTypeId: connectionTypeId };
//let response: azdata.HandleFirewallRuleResponse = {result: true, ipAddress: "10.11.12.132", errorMessage: ""};
//return Promise.resolve(123).then((val) => {return response;})
return client.sendRequest(HandleFirewallRuleRequest.type, params);
};

Expand Down

0 comments on commit 09b2155

Please sign in to comment.