Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{db-up} Fix issue 942: Add more arguments for down #2090

Merged
merged 3 commits into from
Aug 13, 2020

Conversation

Juliehzl
Copy link
Contributor

@Juliehzl Juliehzl commented Jul 29, 2020


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

Fix issue #942

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 S173 milestone Jul 29, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Jul 29, 2020

db-up

if namespace.resource_group_name is None:
namespace.resource_group_name = _get_value(db_type, namespace, 'resource_group_name', 'group')
remove_config_value(db_type, 'group')
if namespace.server_name is None and not namespace.delete_group:
Copy link
Member

@jsntcy jsntcy Jul 30, 2020

Choose a reason for hiding this comment

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

Will you delete group if user specifies resource group? #Closed

Copy link
Member

@jsntcy jsntcy left a comment

Choose a reason for hiding this comment

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

:shipit:

@yonzhan yonzhan modified the milestones: S173, S174 Aug 1, 2020
@Juliehzl Juliehzl merged commit 44ed22a into Azure:master Aug 13, 2020
@Juliehzl Juliehzl deleted the db-up branch August 13, 2020 02:59
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.

3 participants