@azure/arm-azurestack 3.0.0-alpha.20260304.1 → 3.0.0-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/azureStackManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/models/index.js +9 -0
- package/dist/commonjs/models/mappers.js +38 -0
- package/dist/commonjs/models/parameters.js +21 -0
- package/dist/commonjs/operations/cloudManifestFile.js +4 -0
- package/dist/commonjs/operations/customerSubscriptions.js +4 -0
- package/dist/commonjs/operations/index.js +9 -0
- package/dist/commonjs/operations/linkedSubscriptions.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/products.js +4 -0
- package/dist/commonjs/operations/registrations.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +9 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +5 -5
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_azureStackManagementClient = require("./azureStackManagementClient.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
|
+
AzureStackManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
|
@@ -66,3 +66,12 @@ var KnownLocation = /* @__PURE__ */ ((KnownLocation2) => {
|
|
|
66
66
|
KnownLocation2["Global"] = "global";
|
|
67
67
|
return KnownLocation2;
|
|
68
68
|
})(KnownLocation || {});
|
|
69
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
70
|
+
0 && (module.exports = {
|
|
71
|
+
KnownCategory,
|
|
72
|
+
KnownCompatibilityIssue,
|
|
73
|
+
KnownComputeRole,
|
|
74
|
+
KnownCreatedByType,
|
|
75
|
+
KnownLocation,
|
|
76
|
+
KnownOperatingSystem
|
|
77
|
+
});
|
|
@@ -1297,3 +1297,41 @@ const LinkedSubscription = {
|
|
|
1297
1297
|
}
|
|
1298
1298
|
}
|
|
1299
1299
|
};
|
|
1300
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1301
|
+
0 && (module.exports = {
|
|
1302
|
+
ActivationKeyResult,
|
|
1303
|
+
CloudManifestFileDeploymentData,
|
|
1304
|
+
CloudManifestFileProperties,
|
|
1305
|
+
CloudManifestFileResponse,
|
|
1306
|
+
Compatibility,
|
|
1307
|
+
CustomerSubscription,
|
|
1308
|
+
CustomerSubscriptionList,
|
|
1309
|
+
DataDiskImage,
|
|
1310
|
+
DeviceConfiguration,
|
|
1311
|
+
Display,
|
|
1312
|
+
ErrorDetails,
|
|
1313
|
+
ErrorResponse,
|
|
1314
|
+
ExtendedProduct,
|
|
1315
|
+
ExtendedProductProperties,
|
|
1316
|
+
IconUris,
|
|
1317
|
+
LinkedSubscription,
|
|
1318
|
+
LinkedSubscriptionParameter,
|
|
1319
|
+
LinkedSubscriptionsList,
|
|
1320
|
+
MarketplaceProductLogUpdate,
|
|
1321
|
+
Operation,
|
|
1322
|
+
OperationList,
|
|
1323
|
+
OsDiskImage,
|
|
1324
|
+
Product,
|
|
1325
|
+
ProductLink,
|
|
1326
|
+
ProductList,
|
|
1327
|
+
ProductLog,
|
|
1328
|
+
ProductProperties,
|
|
1329
|
+
Registration,
|
|
1330
|
+
RegistrationList,
|
|
1331
|
+
RegistrationParameter,
|
|
1332
|
+
Resource,
|
|
1333
|
+
SystemData,
|
|
1334
|
+
TrackedResource,
|
|
1335
|
+
VirtualMachineExtensionProductProperties,
|
|
1336
|
+
VirtualMachineProductProperties
|
|
1337
|
+
});
|
|
@@ -192,3 +192,24 @@ const resource = {
|
|
|
192
192
|
parameterPath: "resource",
|
|
193
193
|
mapper: import_mappers.LinkedSubscriptionParameter
|
|
194
194
|
};
|
|
195
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
196
|
+
0 && (module.exports = {
|
|
197
|
+
$host,
|
|
198
|
+
accept,
|
|
199
|
+
apiVersion,
|
|
200
|
+
contentType,
|
|
201
|
+
customerCreationParameters,
|
|
202
|
+
customerSubscriptionName,
|
|
203
|
+
deviceConfiguration,
|
|
204
|
+
linkedSubscriptionName,
|
|
205
|
+
marketplaceProductLogUpdate,
|
|
206
|
+
nextLink,
|
|
207
|
+
productName,
|
|
208
|
+
registrationName,
|
|
209
|
+
resource,
|
|
210
|
+
resourceGroup,
|
|
211
|
+
subscriptionId,
|
|
212
|
+
token,
|
|
213
|
+
verificationVersion,
|
|
214
|
+
versionCreationDate
|
|
215
|
+
});
|
|
@@ -20,3 +20,12 @@ __reExport(operations_exports, require("./customerSubscriptions.js"), module.exp
|
|
|
20
20
|
__reExport(operations_exports, require("./products.js"), module.exports);
|
|
21
21
|
__reExport(operations_exports, require("./registrations.js"), module.exports);
|
|
22
22
|
__reExport(operations_exports, require("./linkedSubscriptions.js"), module.exports);
|
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
24
|
+
0 && (module.exports = {
|
|
25
|
+
...require("./operations.js"),
|
|
26
|
+
...require("./cloudManifestFile.js"),
|
|
27
|
+
...require("./customerSubscriptions.js"),
|
|
28
|
+
...require("./products.js"),
|
|
29
|
+
...require("./registrations.js"),
|
|
30
|
+
...require("./linkedSubscriptions.js")
|
|
31
|
+
});
|
|
@@ -20,3 +20,12 @@ __reExport(operationsInterfaces_exports, require("./customerSubscriptions.js"),
|
|
|
20
20
|
__reExport(operationsInterfaces_exports, require("./products.js"), module.exports);
|
|
21
21
|
__reExport(operationsInterfaces_exports, require("./registrations.js"), module.exports);
|
|
22
22
|
__reExport(operationsInterfaces_exports, require("./linkedSubscriptions.js"), module.exports);
|
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
24
|
+
0 && (module.exports = {
|
|
25
|
+
...require("./operations.js"),
|
|
26
|
+
...require("./cloudManifestFile.js"),
|
|
27
|
+
...require("./customerSubscriptions.js"),
|
|
28
|
+
...require("./products.js"),
|
|
29
|
+
...require("./registrations.js"),
|
|
30
|
+
...require("./linkedSubscriptions.js")
|
|
31
|
+
});
|
|
@@ -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 AzureStackManagementClient.",
|
|
6
|
-
"version": "3.0.0-alpha.
|
|
6
|
+
"version": "3.0.0-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
|
|
12
12
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
13
13
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
14
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
14
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
15
15
|
"tslib": "^2.8.1"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"rimraf": "^6.1.0",
|
|
38
38
|
"typescript": "~5.9.3",
|
|
39
39
|
"vitest": "^4.0.8",
|
|
40
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
41
40
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
42
|
-
"@azure-tools/test-
|
|
43
|
-
"@azure/dev-tool": "^1.0.0"
|
|
41
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
42
|
+
"@azure/dev-tool": "^1.0.0",
|
|
43
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestack/arm-azurestack",
|
|
46
46
|
"repository": "github:Azure/azure-sdk-for-js",
|