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
Fixing the Audience in the load testing apis | Adding the retries for patch test | Securty issue to update the shell commands (#131)
* Update README.md
* Refactor cloud token scopes to use TaskParameters
* Add token scopes for Azure management
* Simplify token retrieval in AuthenticatorService
Refactor getTokenAPI to simplify command arguments.
* Update AzCliUtility.js
* Refactor httpClientRetries for improved readability
* Refactor getTaskParameters and update subscription logic
* Refactor token scopes to use enums
* Refactor token scopes in TaskParameters interface
* Simplify token retrieval in getTokenAPI
Refactor getTokenAPI to simplify command arguments.
* Refactor execAz function to accept token scope
* Refactor httpClientRetries for improved error handling
* Refactor subscription parameter retrieval methods
* Refactor test stubs for AzCliUtility calls
* Increase timeout for deleteFileAPI test
* Add conditional for installing dependencies on main branch
* correcting UTs.
* fixing installation step.
* updating redme.
* printing the platform
* account show is not working in the cmd.
* changed back to true.
* changing js too.
* change.
* updating function name and removing console.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,13 @@ For using any credentials like Azure Service Principal in your workflow, add the
54
54
with:
55
55
creds: ${{ secrets.AZURE_CREDENTIALS }}
56
56
```
57
-
57
+
58
+
## Breaking changes
59
+
60
+
All minor versions under `1.1` (e.g., `1.1.x`) will stop working due to a breaking change.
61
+
To ensure continued compatibility, we recommend switching to the `v1` tag, which we will continue to support.
62
+
We are also bumping the minor version to `1.2.1`. If you prefer to pin to a specific version, please update your workflows to use `1.2.1`.
63
+
58
64
## Azure Load Testing Action
59
65
60
66
This section describes the Azure Load Testing GitHub action. You can use this action by referencing `azure/load-testing@v1` action in your workflow. The action runs on Windows, Linux, and Mac runners.
header[UtilModels_1.correlationHeader]=correlationId;// even if we put console.debug its printing along with the logs, so lets just go ahead with the differentiation with azdo, so we can search the timeframe for azdo in correlationid and resource filter.
backOffTimeForRetry+=60;// extra 60 seconds for patch, basically this happens when the service didnot handle some of the external service dependencies, and the external can take time to recover.
throw{message: (err&&err.error&&err.error.message) ? err.error.message : (0,CommonUtils_1.errorCorrection)(httpResponse)};// throwing as message to catch it as err.message
0 commit comments