Skip to content

Conversation

@fengzhou-msft
Copy link
Member


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

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@yonzhan yonzhan added this to the S168 milestone Apr 13, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Apr 13, 2020

add to S168

c.argument('storage_account_name', help='Storage account name to create. Default value is "dbstorage" as prefix, followed by random digits and letters.')
c.argument('storage_account_sku_name', options_list=['--storage-account-sku'], arg_type=get_enum_type(['Standard_LRS', 'Standard_ZRS', 'Standard_GRS', 'Standard_RAGRS', 'Premium_LRS']), default='Standard_GRS', help='Storage account SKU.')
c.argument('vnet_address_prefix', default='10.139', help='The vnet address prefix.')
c.argument('custom_virtual_network_id', options_list=['--vnet'], arg_group='Custom VNET', help='Virtual network name or resource ID.')
Copy link
Member

Choose a reason for hiding this comment

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

do you want to comment them out for future each pick up?

Copy link
Member Author

Choose a reason for hiding this comment

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

We can rely on this PR to put them back, keep it clean for this release.

Copy link
Contributor

@arrownj arrownj left a comment

Choose a reason for hiding this comment

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

Is there any special reason for remove/rename these parameters ? And it seems to be a BREAKING CHANGE pr.

@fengzhou-msft
Copy link
Member Author

Is there any special reason for remove/rename these parameters ? And it seems to be a BREAKING CHANGE pr.

Parameters removal is requested by service team as they are still in private preview. Renaming is to align the names with Powershell and also make options shorter.

Copy link

@mvvsubbu mvvsubbu left a comment

Choose a reason for hiding this comment

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

Looks good

@fengzhou-msft fengzhou-msft merged commit 7690447 into Azure:master Apr 14, 2020
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.

5 participants