@azure-rest/load-testing 1.0.1 → 1.1.0-alpha.20250324.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +91 -107
- package/dist/browser/azureLoadTesting.d.ts +10 -4
- package/dist/browser/azureLoadTesting.d.ts.map +1 -1
- package/dist/browser/azureLoadTesting.js +28 -11
- package/dist/browser/azureLoadTesting.js.map +1 -1
- package/dist/browser/clientDefinitions.d.ts +164 -84
- package/dist/browser/clientDefinitions.d.ts.map +1 -1
- package/dist/browser/clientDefinitions.js.map +1 -1
- package/dist/browser/getFileValidationPoller.d.ts +2 -2
- package/dist/browser/getFileValidationPoller.d.ts.map +1 -1
- package/dist/browser/getFileValidationPoller.js.map +1 -1
- package/dist/browser/getTestProfileRunCompletionPoller.d.ts +11 -0
- package/dist/browser/getTestProfileRunCompletionPoller.d.ts.map +1 -0
- package/dist/browser/getTestProfileRunCompletionPoller.js +127 -0
- package/dist/browser/getTestProfileRunCompletionPoller.js.map +1 -0
- package/dist/browser/getTestRunCompletionPoller.d.ts +2 -2
- package/dist/browser/getTestRunCompletionPoller.d.ts.map +1 -1
- package/dist/browser/getTestRunCompletionPoller.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/isUnexpected.d.ts +44 -27
- package/dist/browser/isUnexpected.d.ts.map +1 -1
- package/dist/browser/isUnexpected.js +52 -32
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +545 -220
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +844 -207
- package/dist/browser/outputModels.d.ts.map +1 -1
- package/dist/browser/outputModels.js.map +1 -1
- package/dist/browser/paginateHelper.d.ts +27 -2
- package/dist/browser/paginateHelper.d.ts.map +1 -1
- package/dist/browser/paginateHelper.js +98 -1
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +327 -123
- package/dist/browser/parameters.d.ts.map +1 -1
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/pollingHelper.d.ts +2 -1
- package/dist/browser/pollingHelper.d.ts.map +1 -1
- package/dist/browser/pollingHelper.js +7 -0
- package/dist/browser/pollingHelper.js.map +1 -1
- package/dist/browser/responses.d.ts +464 -239
- package/dist/browser/responses.d.ts.map +1 -1
- package/dist/browser/responses.js.map +1 -1
- package/dist/browser/util/LROUtil.d.ts +2 -1
- package/dist/browser/util/LROUtil.d.ts.map +1 -1
- package/dist/browser/util/LROUtil.js +13 -0
- package/dist/browser/util/LROUtil.js.map +1 -1
- package/dist/commonjs/azureLoadTesting.d.ts +10 -4
- package/dist/commonjs/azureLoadTesting.d.ts.map +1 -1
- package/dist/commonjs/azureLoadTesting.js +28 -11
- package/dist/commonjs/azureLoadTesting.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +164 -84
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -1
- package/dist/commonjs/clientDefinitions.js.map +1 -1
- package/dist/commonjs/getFileValidationPoller.d.ts +2 -2
- package/dist/commonjs/getFileValidationPoller.d.ts.map +1 -1
- package/dist/commonjs/getFileValidationPoller.js.map +1 -1
- package/dist/commonjs/getTestProfileRunCompletionPoller.d.ts +11 -0
- package/dist/commonjs/getTestProfileRunCompletionPoller.d.ts.map +1 -0
- package/dist/commonjs/getTestProfileRunCompletionPoller.js +130 -0
- package/dist/commonjs/getTestProfileRunCompletionPoller.js.map +1 -0
- package/dist/commonjs/getTestRunCompletionPoller.d.ts +2 -2
- package/dist/commonjs/getTestRunCompletionPoller.d.ts.map +1 -1
- package/dist/commonjs/getTestRunCompletionPoller.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/isUnexpected.d.ts +44 -27
- package/dist/commonjs/isUnexpected.d.ts.map +1 -1
- package/dist/commonjs/isUnexpected.js +52 -32
- package/dist/commonjs/isUnexpected.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +545 -220
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +844 -207
- package/dist/commonjs/outputModels.d.ts.map +1 -1
- package/dist/commonjs/outputModels.js.map +1 -1
- package/dist/commonjs/paginateHelper.d.ts +27 -2
- package/dist/commonjs/paginateHelper.d.ts.map +1 -1
- package/dist/commonjs/paginateHelper.js +99 -2
- package/dist/commonjs/paginateHelper.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +327 -123
- package/dist/commonjs/parameters.d.ts.map +1 -1
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/pollingHelper.d.ts +2 -1
- package/dist/commonjs/pollingHelper.d.ts.map +1 -1
- package/dist/commonjs/pollingHelper.js +7 -0
- package/dist/commonjs/pollingHelper.js.map +1 -1
- package/dist/commonjs/responses.d.ts +464 -239
- package/dist/commonjs/responses.d.ts.map +1 -1
- package/dist/commonjs/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/util/LROUtil.d.ts +2 -1
- package/dist/commonjs/util/LROUtil.d.ts.map +1 -1
- package/dist/commonjs/util/LROUtil.js +14 -0
- package/dist/commonjs/util/LROUtil.js.map +1 -1
- package/dist/esm/azureLoadTesting.d.ts +10 -4
- package/dist/esm/azureLoadTesting.d.ts.map +1 -1
- package/dist/esm/azureLoadTesting.js +28 -11
- package/dist/esm/azureLoadTesting.js.map +1 -1
- package/dist/esm/clientDefinitions.d.ts +164 -84
- package/dist/esm/clientDefinitions.d.ts.map +1 -1
- package/dist/esm/clientDefinitions.js.map +1 -1
- package/dist/esm/getFileValidationPoller.d.ts +2 -2
- package/dist/esm/getFileValidationPoller.d.ts.map +1 -1
- package/dist/esm/getFileValidationPoller.js.map +1 -1
- package/dist/esm/getTestProfileRunCompletionPoller.d.ts +11 -0
- package/dist/esm/getTestProfileRunCompletionPoller.d.ts.map +1 -0
- package/dist/esm/getTestProfileRunCompletionPoller.js +127 -0
- package/dist/esm/getTestProfileRunCompletionPoller.js.map +1 -0
- package/dist/esm/getTestRunCompletionPoller.d.ts +2 -2
- package/dist/esm/getTestRunCompletionPoller.d.ts.map +1 -1
- package/dist/esm/getTestRunCompletionPoller.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/isUnexpected.d.ts +44 -27
- package/dist/esm/isUnexpected.d.ts.map +1 -1
- package/dist/esm/isUnexpected.js +52 -32
- package/dist/esm/isUnexpected.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +545 -220
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +844 -207
- package/dist/esm/outputModels.d.ts.map +1 -1
- package/dist/esm/outputModels.js.map +1 -1
- package/dist/esm/paginateHelper.d.ts +27 -2
- package/dist/esm/paginateHelper.d.ts.map +1 -1
- package/dist/esm/paginateHelper.js +98 -1
- package/dist/esm/paginateHelper.js.map +1 -1
- package/dist/esm/parameters.d.ts +327 -123
- package/dist/esm/parameters.d.ts.map +1 -1
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/pollingHelper.d.ts +2 -1
- package/dist/esm/pollingHelper.d.ts.map +1 -1
- package/dist/esm/pollingHelper.js +7 -0
- package/dist/esm/pollingHelper.js.map +1 -1
- package/dist/esm/responses.d.ts +464 -239
- package/dist/esm/responses.d.ts.map +1 -1
- package/dist/esm/responses.js.map +1 -1
- package/dist/esm/util/LROUtil.d.ts +2 -1
- package/dist/esm/util/LROUtil.d.ts.map +1 -1
- package/dist/esm/util/LROUtil.js +13 -0
- package/dist/esm/util/LROUtil.js.map +1 -1
- package/dist/react-native/azureLoadTesting.d.ts +10 -4
- package/dist/react-native/azureLoadTesting.d.ts.map +1 -1
- package/dist/react-native/azureLoadTesting.js +28 -11
- package/dist/react-native/azureLoadTesting.js.map +1 -1
- package/dist/react-native/clientDefinitions.d.ts +164 -84
- package/dist/react-native/clientDefinitions.d.ts.map +1 -1
- package/dist/react-native/clientDefinitions.js.map +1 -1
- package/dist/react-native/getFileValidationPoller.d.ts +2 -2
- package/dist/react-native/getFileValidationPoller.d.ts.map +1 -1
- package/dist/react-native/getFileValidationPoller.js.map +1 -1
- package/dist/react-native/getTestProfileRunCompletionPoller.d.ts +11 -0
- package/dist/react-native/getTestProfileRunCompletionPoller.d.ts.map +1 -0
- package/dist/react-native/getTestProfileRunCompletionPoller.js +127 -0
- package/dist/react-native/getTestProfileRunCompletionPoller.js.map +1 -0
- package/dist/react-native/getTestRunCompletionPoller.d.ts +2 -2
- package/dist/react-native/getTestRunCompletionPoller.d.ts.map +1 -1
- package/dist/react-native/getTestRunCompletionPoller.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/isUnexpected.d.ts +44 -27
- package/dist/react-native/isUnexpected.d.ts.map +1 -1
- package/dist/react-native/isUnexpected.js +52 -32
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +545 -220
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +844 -207
- package/dist/react-native/outputModels.d.ts.map +1 -1
- package/dist/react-native/outputModels.js.map +1 -1
- package/dist/react-native/paginateHelper.d.ts +27 -2
- package/dist/react-native/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/paginateHelper.js +98 -1
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +327 -123
- package/dist/react-native/parameters.d.ts.map +1 -1
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/pollingHelper.d.ts +2 -1
- package/dist/react-native/pollingHelper.d.ts.map +1 -1
- package/dist/react-native/pollingHelper.js +7 -0
- package/dist/react-native/pollingHelper.js.map +1 -1
- package/dist/react-native/responses.d.ts +464 -239
- package/dist/react-native/responses.d.ts.map +1 -1
- package/dist/react-native/responses.js.map +1 -1
- package/dist/react-native/util/LROUtil.d.ts +2 -1
- package/dist/react-native/util/LROUtil.d.ts.map +1 -1
- package/dist/react-native/util/LROUtil.js +13 -0
- package/dist/react-native/util/LROUtil.js.map +1 -1
- package/package.json +23 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n TestOutput,\n ErrorResponseBodyOutput,\n TestsListOutput,\n FileInfoOutput,\n FileInfoListOutput,\n TestAppComponentsOutput,\n TestServerMetricConfigOutput,\n TestRunOutput,\n TestRunsListOutput,\n MetricNamespaceCollectionOutput,\n MetricDefinitionCollectionOutput,\n MetricsOutput,\n DimensionValueListOutput,\n TestRunAppComponentsOutput,\n TestRunServerMetricConfigOutput,\n} from \"./outputModels.js\";\n\n/** Create a new test or update an existing test. */\nexport interface TestCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\n/** Create a new test or update an existing test. */\nexport interface TestCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: TestOutput;\n}\n\nexport interface TestCreateOrUpdateDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Create a new test or update an existing test. */\nexport interface TestCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestCreateOrUpdateDefaultHeaders;\n}\n\n/** Delete a test by its name. */\nexport interface TestDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\nexport interface TestDeleteDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete a test by its name. */\nexport interface TestDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestDeleteDefaultHeaders;\n}\n\n/** Get load test details by test name */\nexport interface TestGet200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\nexport interface TestGetDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get load test details by test name */\nexport interface TestGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestGetDefaultHeaders;\n}\n\n/** Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. */\nexport interface TestList200Response extends HttpResponse {\n status: \"200\";\n body: TestsListOutput;\n}\n\nexport interface TestListDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. */\nexport interface TestListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestListDefaultHeaders;\n}\n\n/** Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream. */\nexport interface TestUploadFile201Response extends HttpResponse {\n status: \"201\";\n body: FileInfoOutput;\n}\n\nexport interface TestUploadFileDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream. */\nexport interface TestUploadFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestUploadFileDefaultHeaders;\n}\n\n/** Get test file by the file name. */\nexport interface TestGetFile200Response extends HttpResponse {\n status: \"200\";\n body: FileInfoOutput;\n}\n\nexport interface TestGetFileDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get test file by the file name. */\nexport interface TestGetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestGetFileDefaultHeaders;\n}\n\n/** Delete file by the file name for a test */\nexport interface TestDeleteFile204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\nexport interface TestDeleteFileDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete file by the file name for a test */\nexport interface TestDeleteFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestDeleteFileDefaultHeaders;\n}\n\n/** Get all test files. */\nexport interface TestListFiles200Response extends HttpResponse {\n status: \"200\";\n body: FileInfoListOutput;\n}\n\nexport interface TestListFilesDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get all test files. */\nexport interface TestListFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestListFilesDefaultHeaders;\n}\n\n/** Associate an app component (collection of azure resources) to a test */\nexport interface TestCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\n/** Associate an app component (collection of azure resources) to a test */\nexport interface TestCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestAppComponentsOutput;\n}\n\nexport interface TestCreateOrUpdateAppComponentsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Associate an app component (collection of azure resources) to a test */\nexport interface TestCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** Get associated app component (collection of azure resources) for the given test. */\nexport interface TestListAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\nexport interface TestListAppComponentsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get associated app component (collection of azure resources) for the given test. */\nexport interface TestListAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestListAppComponentsDefaultHeaders;\n}\n\n/** Configure server metrics for a test */\nexport interface TestCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricConfigOutput;\n}\n\n/** Configure server metrics for a test */\nexport interface TestCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestServerMetricConfigOutput;\n}\n\nexport interface TestCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Configure server metrics for a test */\nexport interface TestCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** List server metrics configuration for the given test. */\nexport interface TestListServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricConfigOutput;\n}\n\nexport interface TestListServerMetricsConfigDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List server metrics configuration for the given test. */\nexport interface TestListServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestListServerMetricsConfigDefaultHeaders;\n}\n\n/** Delete a test run by its name. */\nexport interface TestRunDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\nexport interface TestRunDeleteDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Delete a test run by its name. */\nexport interface TestRunDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunDeleteDefaultHeaders;\n}\n\n/** Create and start a new test run with the given name. */\nexport interface TestRunCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\n/** Create and start a new test run with the given name. */\nexport interface TestRunCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: TestRunOutput;\n}\n\nexport interface TestRunCreateOrUpdateDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Create and start a new test run with the given name. */\nexport interface TestRunCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunCreateOrUpdateDefaultHeaders;\n}\n\n/** Get test run details by name. */\nexport interface TestRunGet200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface TestRunGetDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get test run details by name. */\nexport interface TestRunGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunGetDefaultHeaders;\n}\n\n/** Get test run file by file name. */\nexport interface TestRunGetFile200Response extends HttpResponse {\n status: \"200\";\n body: FileInfoOutput;\n}\n\nexport interface TestRunGetFileDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get test run file by file name. */\nexport interface TestRunGetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunGetFileDefaultHeaders;\n}\n\n/** Get all test runs with given filters */\nexport interface TestRunList200Response extends HttpResponse {\n status: \"200\";\n body: TestRunsListOutput;\n}\n\nexport interface TestRunListDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get all test runs with given filters */\nexport interface TestRunListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListDefaultHeaders;\n}\n\n/** Stop test run by name. */\nexport interface TestRunStop200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface TestRunStopDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Stop test run by name. */\nexport interface TestRunStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunStopDefaultHeaders;\n}\n\n/** List the metric namespaces for a load test run. */\nexport interface TestRunListMetricNamespaces200Response extends HttpResponse {\n status: \"200\";\n body: MetricNamespaceCollectionOutput;\n}\n\nexport interface TestRunListMetricNamespacesDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List the metric namespaces for a load test run. */\nexport interface TestRunListMetricNamespacesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListMetricNamespacesDefaultHeaders;\n}\n\n/** List the metric definitions for a load test run. */\nexport interface TestRunListMetricDefinitions200Response extends HttpResponse {\n status: \"200\";\n body: MetricDefinitionCollectionOutput;\n}\n\nexport interface TestRunListMetricDefinitionsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List the metric definitions for a load test run. */\nexport interface TestRunListMetricDefinitionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListMetricDefinitionsDefaultHeaders;\n}\n\n/** List the metric values for a load test run. */\nexport interface TestRunListMetrics200Response extends HttpResponse {\n status: \"200\";\n body: MetricsOutput;\n}\n\nexport interface TestRunListMetricsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List the metric values for a load test run. */\nexport interface TestRunListMetricsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListMetricsDefaultHeaders;\n}\n\n/** List the dimension values for the given metric dimension name. */\nexport interface TestRunListMetricDimensionValues200Response extends HttpResponse {\n status: \"200\";\n body: DimensionValueListOutput;\n}\n\nexport interface TestRunListMetricDimensionValuesDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List the dimension values for the given metric dimension name. */\nexport interface TestRunListMetricDimensionValuesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListMetricDimensionValuesDefaultHeaders;\n}\n\n/** Associate an app component (collection of azure resources) to a test run */\nexport interface TestRunCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\n/** Associate an app component (collection of azure resources) to a test run */\nexport interface TestRunCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface TestRunCreateOrUpdateAppComponentsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Associate an app component (collection of azure resources) to a test run */\nexport interface TestRunCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** Get associated app component (collection of azure resources) for the given test run. */\nexport interface TestRunListAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface TestRunListAppComponentsDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Get associated app component (collection of azure resources) for the given test run. */\nexport interface TestRunListAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListAppComponentsDefaultHeaders;\n}\n\n/** Configure server metrics for a test run */\nexport interface TestRunCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricConfigOutput;\n}\n\n/** Configure server metrics for a test run */\nexport interface TestRunCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestRunServerMetricConfigOutput;\n}\n\nexport interface TestRunCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Configure server metrics for a test run */\nexport interface TestRunCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** List server metrics configuration for the given test run. */\nexport interface TestRunListServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricConfigOutput;\n}\n\nexport interface TestRunListServerMetricsConfigDefaultHeaders {\n /** The error code for specific error that occurred. */\n \"x-ms-error-code\"?: string;\n}\n\n/** List server metrics configuration for the given test run. */\nexport interface TestRunListServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseBodyOutput;\n headers: RawHttpHeaders & TestRunListServerMetricsConfigDefaultHeaders;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport type {\n TestOutput,\n PagedTestOutput,\n TestFileInfoOutput,\n PagedTestFileInfoOutput,\n TestAppComponentsOutput,\n TestServerMetricsConfigurationOutput,\n TestProfileOutput,\n PagedTestProfileOutput,\n TestRunOutput,\n PagedTestRunOutput,\n TestRunFileInfoOutput,\n MetricNamespaceCollectionOutput,\n MetricDefinitionCollectionOutput,\n MetricsOutput,\n DimensionValueListOutput,\n TestRunAppComponentsOutput,\n TestRunServerMetricsConfigurationOutput,\n TestProfileRunOutput,\n PagedTestProfileRunOutput,\n TriggerOutput,\n PagedTriggerOutput,\n NotificationRuleOutput,\n PagedNotificationRuleOutput,\n} from \"./outputModels.js\";\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateTest201Response extends HttpResponse {\n status: \"201\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateTestDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTest204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTests200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestOutput;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestsDefaultHeaders;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationUploadTestFile201Response extends HttpResponse {\n status: \"201\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationUploadTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTestFile200Response extends HttpResponse {\n status: \"200\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestFileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTestFile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTestFiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig200Response\n extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig201Response\n extends HttpResponse {\n status: \"201\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile200Response\n extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile201Response\n extends HttpResponse {\n status: \"201\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileAdministrationDeleteTestProfile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationDeleteTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationGetTestProfile200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationGetTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationListTestProfiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileOutput;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationListTestProfilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunGetTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateTestRun201Response extends HttpResponse {\n status: \"201\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateTestRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestRunDeleteTestRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunDeleteTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListTestRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestRunOutput;\n}\n\nexport interface LoadTestRunListTestRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListTestRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListTestRunsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRunFile200Response extends HttpResponse {\n status: \"200\";\n body: TestRunFileInfoOutput;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunStop200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricNamespaces200Response extends HttpResponse {\n status: \"200\";\n body: MetricNamespaceCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricNamespacesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDefinitions200Response extends HttpResponse {\n status: \"200\";\n body: MetricDefinitionCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDefinitionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetrics200Response extends HttpResponse {\n status: \"200\";\n body: MetricsOutput;\n}\n\nexport interface LoadTestRunListMetricsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDimensionValues200Response extends HttpResponse {\n status: \"200\";\n body: DimensionValueListOutput;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDimensionValuesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationGetTestProfileRun200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationGetTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun200Response\n extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun201Response\n extends HttpResponse {\n status: \"201\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileRunAdministrationDeleteTestProfileRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationStop200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationListTestProfileRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationListTestProfileRunsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationGetTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationGetTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger201Response extends HttpResponse {\n status: \"201\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TriggerAdministrationDeleteTrigger204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationDeleteTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationListTrigger200Response extends HttpResponse {\n status: \"200\";\n body: PagedTriggerOutput;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationListTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationGetNotificationRule200Response extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationGetNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule200Response\n extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule201Response\n extends HttpResponse {\n status: \"201\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders &\n NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface NotificationRuleAdministrationDeleteNotificationRule204Response\n extends HttpResponse {\n status: \"204\";\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationListNotificationRule200Response\n extends HttpResponse {\n status: \"200\";\n body: PagedNotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationListNotificationRuleDefaultHeaders;\n}\n"]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { AbortSignalLike } from "@azure/abort-controller";
|
|
2
|
-
import type { TestRunOutput } from "../outputModels.js";
|
|
2
|
+
import type { TestRunOutput, TestProfileRunOutput } from "../outputModels.js";
|
|
3
3
|
export declare function sleep(ms: number, signal: AbortSignalLike): Promise<void>;
|
|
4
4
|
export declare function isTestRunInProgress(testRunOutput: TestRunOutput): boolean;
|
|
5
|
+
export declare function isTestProfileRunInProgress(testProfileRunOutput: TestProfileRunOutput): boolean;
|
|
5
6
|
//# sourceMappingURL=LROUtil.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LROUtil.d.ts","sourceRoot":"","sources":["../../../src/util/LROUtil.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LROUtil.d.ts","sourceRoot":"","sources":["../../../src/util/LROUtil.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D,OAAO,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAI9E,wBAAgB,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAyBxE;AAED,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAiBzE;AAED,wBAAgB,0BAA0B,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,OAAO,CAU9F"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { AbortError } from "@azure/abort-controller";
|
|
2
4
|
const REJECTED_ERR = new AbortError("The polling was aborted.");
|
|
3
5
|
export function sleep(ms, signal) {
|
|
@@ -39,4 +41,15 @@ export function isTestRunInProgress(testRunOutput) {
|
|
|
39
41
|
return false;
|
|
40
42
|
}
|
|
41
43
|
}
|
|
44
|
+
export function isTestProfileRunInProgress(testProfileRunOutput) {
|
|
45
|
+
switch (testProfileRunOutput.status) {
|
|
46
|
+
case "ACCEPTED":
|
|
47
|
+
case "NOTSTARTED":
|
|
48
|
+
case "EXECUTING":
|
|
49
|
+
case "CANCELLING":
|
|
50
|
+
return true;
|
|
51
|
+
default:
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
42
55
|
//# sourceMappingURL=LROUtil.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LROUtil.js","sourceRoot":"","sources":["../../../src/util/LROUtil.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LROUtil.js","sourceRoot":"","sources":["../../../src/util/LROUtil.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,MAAM,YAAY,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,CAAC;AAEhE,MAAM,UAAU,KAAK,CAAC,EAAU,EAAE,MAAuB;IACvD,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC3C,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,MAAM,CAAC,YAAY,CAAC,CAAC;YACrB,OAAO;QACT,CAAC;QAED,MAAM,EAAE,GAAG,UAAU,CAAC,GAAG,EAAE;YACzB,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YAE7C,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;gBACnB,MAAM,CAAC,YAAY,CAAC,CAAC;gBACrB,OAAO;YACT,CAAC;YAED,OAAO,EAAE,CAAC;QACZ,CAAC,EAAE,EAAE,CAAC,CAAC;QAEP,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;QAE1D,SAAS,OAAO;YACd,YAAY,CAAC,EAAE,CAAC,CAAC;YACjB,MAAM,CAAC,YAAY,CAAC,CAAC;QACvB,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,aAA4B;IAC9D,QAAQ,aAAa,CAAC,MAAM,EAAE,CAAC;QAC7B,KAAK,UAAU,CAAC;QAChB,KAAK,YAAY,CAAC;QAClB,KAAK,cAAc,CAAC;QACpB,KAAK,aAAa,CAAC;QACnB,KAAK,aAAa,CAAC;QACnB,KAAK,YAAY,CAAC;QAClB,KAAK,WAAW,CAAC;QACjB,KAAK,UAAU,CAAC;QAChB,KAAK,gBAAgB,CAAC;QACtB,KAAK,eAAe,CAAC;QACrB,KAAK,YAAY;YACf,OAAO,IAAI,CAAC;QACd;YACE,OAAO,KAAK,CAAC;IACjB,CAAC;AACH,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,oBAA0C;IACnF,QAAQ,oBAAoB,CAAC,MAAM,EAAE,CAAC;QACpC,KAAK,UAAU,CAAC;QAChB,KAAK,YAAY,CAAC;QAClB,KAAK,WAAW,CAAC;QACjB,KAAK,YAAY;YACf,OAAO,IAAI,CAAC;QACd;YACE,OAAO,KAAK,CAAC;IACjB,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport { AbortError } from \"@azure/abort-controller\";\nimport type { TestRunOutput, TestProfileRunOutput } from \"../outputModels.js\";\n\nconst REJECTED_ERR = new AbortError(\"The polling was aborted.\");\n\nexport function sleep(ms: number, signal: AbortSignalLike): Promise<void> {\n return new Promise<void>((resolve, reject) => {\n if (signal.aborted) {\n reject(REJECTED_ERR);\n return;\n }\n\n const id = setTimeout(() => {\n signal.removeEventListener(\"abort\", onAbort);\n\n if (signal.aborted) {\n reject(REJECTED_ERR);\n return;\n }\n\n resolve();\n }, ms);\n\n signal.addEventListener(\"abort\", onAbort, { once: true });\n\n function onAbort(): void {\n clearTimeout(id);\n reject(REJECTED_ERR);\n }\n });\n}\n\nexport function isTestRunInProgress(testRunOutput: TestRunOutput): boolean {\n switch (testRunOutput.status) {\n case \"ACCEPTED\":\n case \"NOTSTARTED\":\n case \"PROVISIONING\":\n case \"PROVISIONED\":\n case \"CONFIGURING\":\n case \"CONFIGURED\":\n case \"EXECUTING\":\n case \"EXECUTED\":\n case \"DEPROVISIONING\":\n case \"DEPROVISIONED\":\n case \"CANCELLING\":\n return true;\n default:\n return false;\n }\n}\n\nexport function isTestProfileRunInProgress(testProfileRunOutput: TestProfileRunOutput): boolean {\n switch (testProfileRunOutput.status) {\n case \"ACCEPTED\":\n case \"NOTSTARTED\":\n case \"EXECUTING\":\n case \"CANCELLING\":\n return true;\n default:\n return false;\n }\n}\n"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/load-testing",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.1",
|
|
5
|
+
"version": "1.1.0-alpha.20250324.1",
|
|
6
6
|
"description": "This package contains Microsoft Azure LoadTestingClient client library.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
"LICENSE"
|
|
27
27
|
],
|
|
28
28
|
"//sampleConfiguration": {
|
|
29
|
-
"productName": "Azure Load Testing
|
|
29
|
+
"productName": "Azure Load Testing",
|
|
30
30
|
"productSlugs": [
|
|
31
|
-
"azure"
|
|
31
|
+
"azure",
|
|
32
|
+
"azure-load-testing"
|
|
32
33
|
],
|
|
33
34
|
"requiredResources": {
|
|
34
|
-
"Azure
|
|
35
|
+
"Azure Load Testing Resource": "https://learn.microsoft.com/azure/load-testing/"
|
|
35
36
|
}
|
|
36
37
|
},
|
|
37
38
|
"engines": {
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
48
49
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
49
50
|
"execute:samples": "echo skipped",
|
|
50
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
51
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
51
52
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
52
53
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
53
54
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
63
64
|
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
64
65
|
"unit-test:node": "dev-tool run test:vitest",
|
|
65
|
-
"update-snippets": "
|
|
66
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
66
67
|
},
|
|
67
68
|
"sideEffects": false,
|
|
68
69
|
"autoPublish": false,
|
|
@@ -72,27 +73,27 @@
|
|
|
72
73
|
"@azure/core-auth": "^1.9.0",
|
|
73
74
|
"@azure/core-lro": "^2.7.2",
|
|
74
75
|
"@azure/core-paging": "^1.6.2",
|
|
75
|
-
"@azure/core-rest-pipeline": "^1.
|
|
76
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
76
77
|
"@azure/core-util": "^1.11.0",
|
|
77
|
-
"@azure/logger": "^1.1.
|
|
78
|
+
"@azure/logger": "^1.1.4",
|
|
78
79
|
"tslib": "^2.8.1"
|
|
79
80
|
},
|
|
80
81
|
"devDependencies": {
|
|
81
82
|
"@azure-tools/test-credential": "^2.0.0",
|
|
82
|
-
"@azure-tools/test-recorder": "
|
|
83
|
-
"@azure-tools/test-utils-vitest": "
|
|
84
|
-
"@azure/dev-tool": "
|
|
85
|
-
"@azure/
|
|
86
|
-
"@azure/
|
|
83
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
84
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
85
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
86
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
87
|
+
"@azure/identity": "^4.6.0",
|
|
87
88
|
"@types/node": "^18.0.0",
|
|
88
|
-
"@vitest/browser": "^
|
|
89
|
-
"@vitest/coverage-istanbul": "^
|
|
89
|
+
"@vitest/browser": "^3.0.9",
|
|
90
|
+
"@vitest/coverage-istanbul": "^3.0.9",
|
|
90
91
|
"autorest": "latest",
|
|
91
92
|
"dotenv": "^16.0.0",
|
|
92
93
|
"eslint": "^9.9.0",
|
|
93
|
-
"playwright": "^1.
|
|
94
|
-
"typescript": "~5.
|
|
95
|
-
"vitest": "^
|
|
94
|
+
"playwright": "^1.50.1",
|
|
95
|
+
"typescript": "~5.8.2",
|
|
96
|
+
"vitest": "^3.0.9"
|
|
96
97
|
},
|
|
97
98
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/README.md",
|
|
98
99
|
"//metadata": {
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"browser": "./dist/browser/index.js",
|
|
111
112
|
"type": "module",
|
|
112
113
|
"tshy": {
|
|
114
|
+
"project": "./tsconfig.src.json",
|
|
113
115
|
"exports": {
|
|
114
116
|
"./package.json": "./package.json",
|
|
115
117
|
".": "./src/index.ts"
|
|
@@ -122,8 +124,7 @@
|
|
|
122
124
|
"browser",
|
|
123
125
|
"react-native"
|
|
124
126
|
],
|
|
125
|
-
"selfLink": false
|
|
126
|
-
"project": "./tsconfig.src.json"
|
|
127
|
+
"selfLink": false
|
|
127
128
|
},
|
|
128
129
|
"exports": {
|
|
129
130
|
"./package.json": "./package.json",
|
|
@@ -145,5 +146,6 @@
|
|
|
145
146
|
"default": "./dist/commonjs/index.js"
|
|
146
147
|
}
|
|
147
148
|
}
|
|
148
|
-
}
|
|
149
|
+
},
|
|
150
|
+
"react-native": "./dist/react-native/index.js"
|
|
149
151
|
}
|