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

vm extension: support 'set' and 'list' #326

Merged
merged 2 commits into from
May 25, 2016
Merged

vm extension: support 'set' and 'list' #326

merged 2 commits into from
May 25, 2016

Conversation

yugangw-msft
Copy link
Contributor

No description provided.

@@ -62,3 +62,6 @@ src/build

# Auxiliary files
command_coverage.txt

#Test artifacts
private_config.json
Copy link
Member

Choose a reason for hiding this comment

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

What is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Extension_set tests will create this file and feed it to the command. Though tests will delete it after done, but I still exclude it just in case people use ctrl+c to stop the test run.

@yugangw-msft
Copy link
Contributor Author

/CC: @johanste, @BurtBiel, @derekbekoe

if os.path.exists(string_or_file):
with open(string_or_file, 'r') as f:
content = f.read()
return content
Copy link
Contributor

Choose a reason for hiding this comment

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

we have a copy of this in _actions. If we could factor them, that would be great

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i will do it.

@BurtBiel
Copy link
Contributor

:shipit:

@yugangw-msft yugangw-msft merged commit cb204b1 into Azure:master May 25, 2016
@yugangw-msft yugangw-msft deleted the extset branch June 1, 2016 04:22
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