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

Suppress deployment log generated by Azure CLI #10783

Merged

Conversation

blackchoey
Copy link
Contributor

Azure CLI will print the content of deployment manifest during deployment. There's feedback that we shouldn't print that, so remove the logs.

@blackchoey
Copy link
Contributor Author

Hi @shyama1208 could you help review this pull request? Thank you!

@@ -94,7 +94,7 @@ export default class Util {
]
} else if (tl.osType() === Constants.osTypeWindows) {
cmds = [
{ path: `pip`, arg: `install ${Constants.iotedgedev}==${version}`, execOption: Constants.execSyncSilentOption },
{ path: `pip`, arg: `install ${Constants.iotedgedev}~=${version}`, execOption: Constants.execSyncSilentOption },
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 change for?

@shyama1208 shyama1208 merged commit 724eaf3 into microsoft:master Jul 11, 2019
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.

None yet

2 participants