-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data-plane] refresh load-testing-rest sdk #31029
base: main
Are you sure you want to change the base?
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
|
||
import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this file is newly added instead of moving from outside of generated folder ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this package was released when emitter was not fully ready
sdk/loadtesting/load-testing-rest/src/getTestRunCompletionPoller.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
…l2119/azure-sdk-for-js into refresh-load-testing-rest
generate-test: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
output-folder: ../ | ||
source-code-folder-path: ./src | ||
input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/loadtestservice/data-plane/Microsoft.LoadTestService/stable/2022-11-01/loadtestservice.json | ||
input-file: https://github.com/Azure/azure-rest-api-specs/blob/3e27c70e7c02c07b458bc0e94716c3d82d3fdd19/specification/loadtestservice/data-plane/Microsoft.LoadTestService/stable/2022-11-01/loadtestservice.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need check
@@ -1,14 +1,9 @@ | |||
# Release History | |||
|
|||
## 1.0.1 (Unreleased) | |||
## 1.0.1 (2024-12-16) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 1.0.1 (2024-12-16) | |
## 2.0.0 (2024-12-16) |
I think we should bump major version for it.
@@ -11,12 +11,10 @@ urlFragment: load-testing-javascript | |||
|
|||
These sample programs show how to use the JavaScript client libraries for Azure Load Testing rest in some common scenarios. | |||
|
|||
| **File Name** | **Description** | | |||
| ----------------------------------------------------------- | -------------------------- | | |||
| [createAppComponent.js][createappcomponent] | creates and run a loadtest | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are those missing?
#30680