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.
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
[Reporting/Config] allow string representations of duration settings #74202
[Reporting/Config] allow string representations of duration settings #74202
Changes from 8 commits
6ecd79f
0472d45
a432276
ff00738
ce6eccb
a40626b
88af5e2
2fd26c5
4273afc
2157889
f35ce37
43f5ce0
477ce75
618ae45
7aecbdc
7b221f5
7afa565
1d6f4f9
05debe2
2bb2566
556c71c
0d0f298
a2fab88
7515e09
bfcf1d8
5319844
2fdaf88
d9bed34
89c0b89
d06391e
5bc26d9
79aef77
5fdcdea
e5f6a51
729d1e7
a5138e4
494fd05
3134289
a09f956
e78fae2
7956662
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
defaultValue has to be a value that satisfies both schemas, so it must be a number.
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.
That's odd, seems like it should just need to satisfy one
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.
This test runs the same code as the "lowercase" test right below. It was only passing because of the an odd way the stub function worked.