-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Adding 2024-08-01 For Microsoft ToolchainOrchestrator From Private Spec Repo #30930
Changes from 1 commit
fa3e89d
a586c83
85b2bfb
45aa6b8
189baea
81006b6
e01b217
22cbd1f
c849a8f
d0d8e8c
b2c5360
b9fa877
62e18df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,9 @@ suppressions: | |
- code: AvoidAdditionalProperties | ||
from: toolchainOrchestrator.json | ||
reason: Service design forces behavior | ||
- code: EnumInsteadOfBoolean | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add specific paths instead of ignoring for whole file. |
||
from: toolchainOrchestrator.json | ||
reason: This is a clear scenario for a boolean and will not have more than 2 values in the future. | ||
``` | ||
|
||
### Tag: package-2024-04-01-preview | ||
|
@@ -54,4 +57,7 @@ suppressions: | |
- code: AvoidAdditionalProperties | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add specific paths instead of ignoring for whole file. |
||
from: toolchainOrchestrator.json | ||
reason: Service design forces behavior | ||
- code: EnumInsteadOfBoolean | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add specific paths instead of ignoring for whole file. |
||
from: toolchainOrchestrator.json | ||
reason: This is a clear scenario for a boolean and will not have more than 2 values in the future. | ||
``` |
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 specific paths instead of ignoring for whole file.