@azure/arm-loadtesting 1.0.2-alpha.20260304.1 → 1.0.2-alpha.20260306.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/dist/commonjs/index.js +7 -0
- package/dist/commonjs/loadTestClient.js +4 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +9 -0
- package/dist/commonjs/models/mappers.js +31 -0
- package/dist/commonjs/models/parameters.js +16 -0
- package/dist/commonjs/operations/index.js +6 -0
- package/dist/commonjs/operations/loadTests.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/quotas.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +6 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +3 -3
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_loadTestClient = require("./loadTestClient.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
LoadTestClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -61,3 +61,12 @@ var KnownManagedServiceIdentityType = /* @__PURE__ */ ((KnownManagedServiceIdent
|
|
|
61
61
|
KnownManagedServiceIdentityType2["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
62
62
|
return KnownManagedServiceIdentityType2;
|
|
63
63
|
})(KnownManagedServiceIdentityType || {});
|
|
64
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
65
|
+
0 && (module.exports = {
|
|
66
|
+
KnownActionType,
|
|
67
|
+
KnownCreatedByType,
|
|
68
|
+
KnownManagedServiceIdentityType,
|
|
69
|
+
KnownOrigin,
|
|
70
|
+
KnownResourceState,
|
|
71
|
+
KnownType
|
|
72
|
+
});
|
|
@@ -865,3 +865,34 @@ const LoadTestsDeleteHeaders = {
|
|
|
865
865
|
}
|
|
866
866
|
}
|
|
867
867
|
};
|
|
868
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
869
|
+
0 && (module.exports = {
|
|
870
|
+
CheckQuotaAvailabilityResponse,
|
|
871
|
+
EncryptionProperties,
|
|
872
|
+
EncryptionPropertiesIdentity,
|
|
873
|
+
EndpointDependency,
|
|
874
|
+
EndpointDetail,
|
|
875
|
+
ErrorAdditionalInfo,
|
|
876
|
+
ErrorDetail,
|
|
877
|
+
ErrorResponse,
|
|
878
|
+
LoadTestResource,
|
|
879
|
+
LoadTestResourcePageList,
|
|
880
|
+
LoadTestResourcePatchRequestBody,
|
|
881
|
+
LoadTestsCreateOrUpdateHeaders,
|
|
882
|
+
LoadTestsDeleteHeaders,
|
|
883
|
+
LoadTestsUpdateHeaders,
|
|
884
|
+
ManagedServiceIdentity,
|
|
885
|
+
Operation,
|
|
886
|
+
OperationDisplay,
|
|
887
|
+
OperationListResult,
|
|
888
|
+
OutboundEnvironmentEndpoint,
|
|
889
|
+
OutboundEnvironmentEndpointCollection,
|
|
890
|
+
QuotaBucketRequest,
|
|
891
|
+
QuotaBucketRequestPropertiesDimensions,
|
|
892
|
+
QuotaResource,
|
|
893
|
+
QuotaResourceList,
|
|
894
|
+
Resource,
|
|
895
|
+
SystemData,
|
|
896
|
+
TrackedResource,
|
|
897
|
+
UserAssignedIdentity
|
|
898
|
+
});
|
|
@@ -160,3 +160,19 @@ const loadTestResourcePatchRequestBody = {
|
|
|
160
160
|
parameterPath: "loadTestResourcePatchRequestBody",
|
|
161
161
|
mapper: import_mappers.LoadTestResourcePatchRequestBody
|
|
162
162
|
};
|
|
163
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
164
|
+
0 && (module.exports = {
|
|
165
|
+
$host,
|
|
166
|
+
accept,
|
|
167
|
+
apiVersion,
|
|
168
|
+
contentType,
|
|
169
|
+
loadTestName,
|
|
170
|
+
loadTestResource,
|
|
171
|
+
loadTestResourcePatchRequestBody,
|
|
172
|
+
location,
|
|
173
|
+
nextLink,
|
|
174
|
+
quotaBucketName,
|
|
175
|
+
quotaBucketRequest,
|
|
176
|
+
resourceGroupName,
|
|
177
|
+
subscriptionId
|
|
178
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operations_exports);
|
|
|
17
17
|
__reExport(operations_exports, require("./operations.js"), module.exports);
|
|
18
18
|
__reExport(operations_exports, require("./quotas.js"), module.exports);
|
|
19
19
|
__reExport(operations_exports, require("./loadTests.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./operations.js"),
|
|
23
|
+
...require("./quotas.js"),
|
|
24
|
+
...require("./loadTests.js")
|
|
25
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operationsInterfaces_exports);
|
|
|
17
17
|
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
18
18
|
__reExport(operationsInterfaces_exports, require("./quotas.js"), module.exports);
|
|
19
19
|
__reExport(operationsInterfaces_exports, require("./loadTests.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./operations.js"),
|
|
23
|
+
...require("./quotas.js"),
|
|
24
|
+
...require("./loadTests.js")
|
|
25
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for LoadTestClient.",
|
|
6
|
-
"version": "1.0.2-alpha.
|
|
6
|
+
"version": "1.0.2-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.2.0",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"rimraf": "^6.1.0",
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
43
44
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
44
45
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
45
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
46
46
|
"@azure/dev-tool": "^1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|