From 1afcdedbda1fdda675ae3cf87ce946ceea7e3d11 Mon Sep 17 00:00:00 2001 From: Harsha Nalluru Date: Tue, 19 Mar 2024 17:15:50 -0700 Subject: [PATCH 1/2] [Perf] Unmark "private" --- sdk/test-utils/perf/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/test-utils/perf/package.json b/sdk/test-utils/perf/package.json index c3eb360a700b..3e14d678c75f 100644 --- a/sdk/test-utils/perf/package.json +++ b/sdk/test-utils/perf/package.json @@ -56,7 +56,6 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/test-utils/perf/README.md", "sideEffects": false, - "private": true, "dependencies": { "@azure/abort-controller": "^2.0.0", "@azure/core-client": "^1.3.1", From 7c5398530d820285a8ae964e1bda31480879ee89 Mon Sep 17 00:00:00 2001 From: Harsha Nalluru Date: Tue, 19 Mar 2024 17:20:15 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md (#28982) ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --- sdk/test-utils/perf/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/test-utils/perf/CHANGELOG.md b/sdk/test-utils/perf/CHANGELOG.md index b918035cbf5a..2a7fa5afbe22 100644 --- a/sdk/test-utils/perf/CHANGELOG.md +++ b/sdk/test-utils/perf/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0 (2024-03-14) +## 1.0.0 (2024-03-20) This marks the initial release of the `@azure-tools/test-perf` library to npm, providing a robust test utility framework that assists with the performance testing of Azure SDKs for JS/TS.