Skip to content

adding params to escape symbols in az cli - #80

Merged
aksm-ms merged 4 commits into
masterfrom
users/aksm/escape-az-cli-params
Nov 6, 2020
Merged

adding params to escape symbols in az cli#80
aksm-ms merged 4 commits into
masterfrom
users/aksm/escape-az-cli-params

Conversation

@aksm-ms

@aksm-ms aksm-ms commented Nov 4, 2020

Copy link
Copy Markdown
Contributor

#42

Comment thread src/main.ts Outdated
}

async function executeAzCliCommand(command: string, silent?: boolean, options: any = {}) {
async function executeAzCliCommand(command: string, silent?: boolean, options: any = {}, parameters: any = []) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having both options and parameters might be confusing. parameters seems like Az cli arguments to me and options refer to execOptions. Can we update this ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"parameters" must be renamed to arguments?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made changes

@aksm-ms aksm-ms self-assigned this Nov 6, 2020
@aksm-ms
aksm-ms merged commit e7b230d into master Nov 6, 2020
aksm-ms added a commit that referenced this pull request Nov 6, 2020
* adding params to escape symbols in az cli

* addressed review comments
aksm-ms added a commit that referenced this pull request Nov 6, 2020
* adding params to escape symbols in az cli

* addressed review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants