-
Notifications
You must be signed in to change notification settings - Fork 4k
Improve diagnostics extension command #1614
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
Conversation
…e ServiceName a mandatory parameter. 2) Add the missing -Role parameter
…agnosticsExtension should remove the extension for all roles.
…t diagnostics extension
…gx file as config file
…optional parameters. And make StorageContext optional parameter as well.
…elated parameters as optional parameters
…osticsExtension can take an array of configuration and update multi roles with different configurations
I don't believe I'm the bfung you're looking for, there are some simple fixes I could suggest, but perhaps they've been caught by the build? ;) |
@bfung, didn't noticed the alias points to you by mistake. Looks like the failure is because one of the record file is not "Copy Always". |
… at github build step.
int wadCfgBeginIndex = config.IndexOf("<WadCfg>"); | ||
if (wadCfgBeginIndex == -1) | ||
{ | ||
throw new ArgumentException("Cannot find the WadCfg element in the config."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add all text strings for the exceptions to the resources and reference it from there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add all text strings for the exceptions to the resources and reference it from there.
Thanks! Done.
Improve diagnostics extension command
This code change has gone through internal code review. Reviewer: @bfung, @rapandit
And the changes including: