Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we really want to make this it's own pipeline as opposed to a matrix entry in the existing pipeline?
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.
We didn't want to run this step as part of every PR or CI and run just once as scheduled. Second point was to avoid msal breakage being a roadblock for any change in azure-identity side. Adding @chlowell for any additional comments.
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.
So it is similar in nature to https://github.com/Azure/azure-sdk-for-python/blob/master/eng/pipelines/templates/jobs/tests-nightly-python.yml where we are doing some validation on a schedule but not really blocking anything on it. If so do we have a plan for who will monitor the failures?
Uh oh!
There was an error while loading. Please reload this page.
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.
Right, we want to catch a breaking change (from the perspective of our expectations) in MSAL's dev branch before it ships. There's no need to run this on our PRs, or more often than daily. It's another nightly job and I'm happy to get email when it fails, as I do for the nightly live run.