-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add support for vm boot diagnostic profile #136
Conversation
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.
Small changes needed. Rest looks good.
That's actually exactly how my first commit of this PR looked like :D |
One question @hebelsan. Did you test this PR by checking if this works as expected? |
@rishabh-11 yes, I've tested it manually. |
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.
can you add a validation for the diagnostics profile? If it is enabled, the storageURI
cannot be empty, right?
If storageURI us not specified azure managed storage will be used, which is actually the preferred option. |
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.
/lgtm
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #104
Release note: