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
[Azure Load Testing] Adding disable-public-ip argument in load extension (Azure#8239)
* Adding support for publicIPDisabled
* Added test cases for public ip disabled param
* Changing version from 1.1.2 to 1.2.0 as its minor changes and not patch
* nit: condition refactoring and pushing new recordings
* added more test cases
* nit: fixing CI failures
Copy file name to clipboardExpand all lines: src/load/HISTORY.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Release History
4
4
===============
5
+
1.2.0
6
+
++++++
7
+
* Added support for disable public IP in test creation and update. This can be done by using --disable-public-ip argument in 'az load test create' and 'az load test update' commands.
8
+
5
9
1.1.1
6
10
++++++
7
11
* Fix empty response object on CLI when using 'az load test file upload'
0 commit comments