Skip to content

Conversation

@SudhindraKovalam
Copy link
Contributor

@SudhindraKovalam SudhindraKovalam commented Dec 6, 2018

feat) Add support for the S1 SKU parameter

This checklist is used to make sure that common guidelines for a pull request are followed.

  • [x ] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • [x ] I adhere to the Command Guidelines.

options_list=['--sku', '-s'],
help='The name of the SKU.',
arg_type=get_enum_type(['S0']))
arg_type=get_enum_type(['S0', 'S1']))
Copy link
Member

Choose a reason for hiding this comment

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

Is there an enum in your SDK for this parameter? If so, you can simply pass the enum class and not have to manually update the CLI each time.

Copy link
Contributor Author

@SudhindraKovalam SudhindraKovalam Dec 6, 2018

Choose a reason for hiding this comment

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

for now, we dont, but thats a good idea, Will change this

@tjprescott
Copy link
Member

@SudhindraKovalam please get the CI green.

@SudhindraKovalam
Copy link
Contributor Author

@tjprescott got the CI to green , thanks for all your help

@tjprescott tjprescott merged commit f7eb629 into Azure:dev Dec 7, 2018
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