You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[az][load] bug fixes on kvrefid splitcsv & terminal state (#8297)
* [az][load] bug fixes on kvrefid splitcsv & terminal state
* [az][load] bug fixes on kvrefid splitcsv & terminal state
* refactor for pylint R0912, version bump
* update HISTORY text
* add terminal state for aio
Copy file name to clipboardExpand all lines: src/load/HISTORY.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Release History
4
4
===============
5
+
1.3.1
6
+
++++++
7
+
* Bug fix for `splitAllCSVs` not being honoured from config file due to CLI argument being set as false by default leading to configuration not being selected from the config file.
8
+
* Bug fix for `keyVaultReferenceIdentity` not being honoured from config file as the key being looked up while YAML parsing was incorrect.
9
+
* Change 'VALIDATION_FAILED' to 'VALIDATION_FAILURE' as a terminal status for File Validation.
10
+
* Add 'NOT_VALIDATED' as a terminal status for File Validation in Async IO.
11
+
5
12
1.3.0
6
13
++++++
7
14
* Add support for autostop criteria. Autostop error rate and time window in seconds can be set using `--autostop-error-rate` and `--autostop-time-window` arguments in 'az load test create' and 'az load test update' commands. Autostop can be disabled by using `--autostop disable` in 'az load test create' and 'az load test update' commands. Autostop criteria set in YAML config file will now also be honoured.
0 commit comments