-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[Batch] upgrade azure batch API version to 2024-02-01 #28784
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
Changes from all commits
949e643
8302d74
00462cd
6d2b8a7
58282ed
3344700
345743b
0c2a0e4
91fb637
fdb0d83
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 |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| # exclusions for the batch module | ||
|
|
||
| batch pool create: | ||
| parameters: | ||
| enable_cross_zone_upgrade: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| max_batch_instance_percent: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| max_unhealthy_instance_percent: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| max_unhealthy_upgraded_instance_percent: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| os_rolling_upgrade_deferral: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| pause_time_between_batches: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| prioritize_unhealthy_instances: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| rollback_failed_instances_on_policy_breach: | ||
| rule_exclusions: | ||
| - option_length_too_long | ||
| use_rolling_upgrade_policy: | ||
| rule_exclusions: | ||
| - option_length_too_long |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
Why don't you add help messages for these new parameters?
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.
I find those arguments have default help message from our python SDK which are already good enough so omitting here.