@azure/arm-commitmentplans 2.0.0-alpha.20260303.1 → 2.0.0-alpha.20260304.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/azureMLCommitmentPlansManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/models/index.js +6 -0
- package/dist/commonjs/models/mappers.js +25 -0
- package/dist/commonjs/models/parameters.js +16 -0
- package/dist/commonjs/operations/commitmentAssociations.js +4 -0
- package/dist/commonjs/operations/commitmentPlans.js +4 -0
- package/dist/commonjs/operations/index.js +8 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/skus.js +4 -0
- package/dist/commonjs/operations/usageHistory.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +8 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +3 -3
|
@@ -129,3 +129,7 @@ class AzureMLCommitmentPlansManagementClient extends coreClient.ServiceClient {
|
|
|
129
129
|
commitmentPlans;
|
|
130
130
|
usageHistory;
|
|
131
131
|
}
|
|
132
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
133
|
+
0 && (module.exports = {
|
|
134
|
+
AzureMLCommitmentPlansManagementClient
|
|
135
|
+
});
|
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_azureMLCommitmentPlansManagementClient = require("./azureMLCommitmentPlansManagementClient.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
|
+
AzureMLCommitmentPlansManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
|
@@ -38,3 +38,9 @@ var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuR
|
|
|
38
38
|
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
39
39
|
return KnownResourceSkuRestrictionsReasonCode2;
|
|
40
40
|
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
KnownResourceSkuRestrictionsReasonCode,
|
|
44
|
+
KnownResourceSkuRestrictionsType,
|
|
45
|
+
KnownSkuCapacityScaleType
|
|
46
|
+
});
|
|
@@ -783,3 +783,28 @@ const CommitmentPlan = {
|
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
};
|
|
786
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
787
|
+
0 && (module.exports = {
|
|
788
|
+
CatalogSku,
|
|
789
|
+
CommitmentAssociation,
|
|
790
|
+
CommitmentAssociationListResult,
|
|
791
|
+
CommitmentAssociationProperties,
|
|
792
|
+
CommitmentPlan,
|
|
793
|
+
CommitmentPlanListResult,
|
|
794
|
+
CommitmentPlanPatchPayload,
|
|
795
|
+
CommitmentPlanProperties,
|
|
796
|
+
MoveCommitmentAssociationRequest,
|
|
797
|
+
OperationDisplayInfo,
|
|
798
|
+
OperationEntity,
|
|
799
|
+
OperationEntityListResult,
|
|
800
|
+
PlanQuantity,
|
|
801
|
+
PlanUsageHistory,
|
|
802
|
+
PlanUsageHistoryListResult,
|
|
803
|
+
Resource,
|
|
804
|
+
ResourceSku,
|
|
805
|
+
SkuCapability,
|
|
806
|
+
SkuCapacity,
|
|
807
|
+
SkuCost,
|
|
808
|
+
SkuListResult,
|
|
809
|
+
SkuRestrictions
|
|
810
|
+
});
|
|
@@ -149,3 +149,19 @@ const patchPayload = {
|
|
|
149
149
|
parameterPath: "patchPayload",
|
|
150
150
|
mapper: import_mappers.CommitmentPlanPatchPayload
|
|
151
151
|
};
|
|
152
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
153
|
+
0 && (module.exports = {
|
|
154
|
+
$host,
|
|
155
|
+
accept,
|
|
156
|
+
apiVersion,
|
|
157
|
+
commitmentAssociationName,
|
|
158
|
+
commitmentPlanName,
|
|
159
|
+
contentType,
|
|
160
|
+
createOrUpdatePayload,
|
|
161
|
+
movePayload,
|
|
162
|
+
nextLink,
|
|
163
|
+
patchPayload,
|
|
164
|
+
resourceGroupName,
|
|
165
|
+
skipToken,
|
|
166
|
+
subscriptionId
|
|
167
|
+
});
|
|
@@ -19,3 +19,11 @@ __reExport(operations_exports, require("./skus.js"), module.exports);
|
|
|
19
19
|
__reExport(operations_exports, require("./commitmentAssociations.js"), module.exports);
|
|
20
20
|
__reExport(operations_exports, require("./commitmentPlans.js"), module.exports);
|
|
21
21
|
__reExport(operations_exports, require("./usageHistory.js"), module.exports);
|
|
22
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
23
|
+
0 && (module.exports = {
|
|
24
|
+
...require("./operations.js"),
|
|
25
|
+
...require("./skus.js"),
|
|
26
|
+
...require("./commitmentAssociations.js"),
|
|
27
|
+
...require("./commitmentPlans.js"),
|
|
28
|
+
...require("./usageHistory.js")
|
|
29
|
+
});
|
|
@@ -19,3 +19,11 @@ __reExport(operationsInterfaces_exports, require("./skus.js"), module.exports);
|
|
|
19
19
|
__reExport(operationsInterfaces_exports, require("./commitmentAssociations.js"), module.exports);
|
|
20
20
|
__reExport(operationsInterfaces_exports, require("./commitmentPlans.js"), module.exports);
|
|
21
21
|
__reExport(operationsInterfaces_exports, require("./usageHistory.js"), module.exports);
|
|
22
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
23
|
+
0 && (module.exports = {
|
|
24
|
+
...require("./operations.js"),
|
|
25
|
+
...require("./skus.js"),
|
|
26
|
+
...require("./commitmentAssociations.js"),
|
|
27
|
+
...require("./commitmentPlans.js"),
|
|
28
|
+
...require("./usageHistory.js")
|
|
29
|
+
});
|
|
@@ -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 AzureMLCommitmentPlansManagementClient.",
|
|
6
|
-
"version": "2.0.0-alpha.
|
|
6
|
+
"version": "2.0.0-alpha.20260304.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"typescript": "~5.9.3",
|
|
39
39
|
"vitest": "^4.0.8",
|
|
40
40
|
"@azure-tools/test-credential": "^2.1.2",
|
|
41
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
41
42
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
42
|
-
"@azure/dev-tool": "^1.0.0"
|
|
43
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
43
|
+
"@azure/dev-tool": "^1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-commitmentplans",
|
|
46
46
|
"repository": "github:Azure/azure-sdk-for-js",
|