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
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
[load] CLI changes for the CICD improvements. (Azure#8546)
* changes.
* check-point tests for ref-ids.
* updates.
* correcting all the new tests.
* pf-criteria-tests addition.
* app components tests.
* changes for app-components.
* small chgange in the reeturn.
* few changes.
* pr comments and updating the tests.
* pr-comments.
* pr-comments.
* updating resource-id for app-components.
* pr comments.
* adding version changes.
* pr comments.
* changes for errors.
* few changes for tests.
* running tests and pre-push commands.
* updating recordings with masked secrets.
* indentation in version change.
* changes for build failure.
* trying to resolve pipeline error.
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
@@ -3,6 +3,10 @@
3
3
Release History
4
4
===============
5
5
6
+
1.7.0
7
+
++++++
8
+
* Add support for metrics reference identity. Metrics reference identity can be set using `--metrics-reference-identity` argument in 'az load test create' and 'az load test update' commands. Metrics reference identity set in YAML config file under key `referenceIdentities` with `kind` as `Metrics` will also be honoured.
"metrics_reference_identity", argtypes.metrics_reference_identity, help="The identity that will be used to access the metrics. This will be defaulted to SystemAssigned if not given."
"key_vault_reference_identity", argtypes.key_vault_reference_identity, help="The identity that will be used to access the key vault. Provide `null` or `None` to use the system assigned identity of the load test resource."
50
53
)
54
+
c.argument(
55
+
"metrics_reference_identity", argtypes.metrics_reference_identity, help="The identity that will be used to access the metrics. Provide `null` or `None` to use the system assigned identity of the load test resource."
0 commit comments