@azure/arm-devspaces 2.1.2-alpha.20260303.2 → 2.1.2-alpha.20260305.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/devSpacesManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +6 -0
- package/dist/commonjs/models/mappers.js +21 -0
- package/dist/commonjs/models/parameters.js +16 -0
- package/dist/commonjs/operations/containerHostMappings.js +4 -0
- package/dist/commonjs/operations/controllers.js +4 -0
- package/dist/commonjs/operations/index.js +6 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +6 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
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_devSpacesManagementClient = require("./devSpacesManagementClient.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
|
+
DevSpacesManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -40,3 +40,9 @@ var KnownSkuTier = /* @__PURE__ */ ((KnownSkuTier2) => {
|
|
|
40
40
|
KnownSkuTier2["Standard"] = "Standard";
|
|
41
41
|
return KnownSkuTier2;
|
|
42
42
|
})(KnownSkuTier || {});
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
KnownProvisioningState,
|
|
46
|
+
KnownSkuName,
|
|
47
|
+
KnownSkuTier
|
|
48
|
+
});
|
|
@@ -453,3 +453,24 @@ let discriminators = {
|
|
|
453
453
|
OrchestratorSpecificConnectionDetails,
|
|
454
454
|
"OrchestratorSpecificConnectionDetails.Kubernetes": KubernetesConnectionDetails
|
|
455
455
|
};
|
|
456
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
457
|
+
0 && (module.exports = {
|
|
458
|
+
ContainerHostMapping,
|
|
459
|
+
Controller,
|
|
460
|
+
ControllerConnectionDetails,
|
|
461
|
+
ControllerConnectionDetailsList,
|
|
462
|
+
ControllerList,
|
|
463
|
+
ControllerUpdateParameters,
|
|
464
|
+
DevSpacesErrorResponse,
|
|
465
|
+
ErrorDetails,
|
|
466
|
+
KubernetesConnectionDetails,
|
|
467
|
+
ListConnectionDetailsParameters,
|
|
468
|
+
OrchestratorSpecificConnectionDetails,
|
|
469
|
+
Resource,
|
|
470
|
+
ResourceProviderOperationDefinition,
|
|
471
|
+
ResourceProviderOperationDisplay,
|
|
472
|
+
ResourceProviderOperationList,
|
|
473
|
+
Sku,
|
|
474
|
+
TrackedResource,
|
|
475
|
+
discriminators
|
|
476
|
+
});
|
|
@@ -153,3 +153,19 @@ const listConnectionDetailsParameters = {
|
|
|
153
153
|
parameterPath: "listConnectionDetailsParameters",
|
|
154
154
|
mapper: import_mappers.ListConnectionDetailsParameters
|
|
155
155
|
};
|
|
156
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
157
|
+
0 && (module.exports = {
|
|
158
|
+
$host,
|
|
159
|
+
accept,
|
|
160
|
+
apiVersion,
|
|
161
|
+
containerHostMapping,
|
|
162
|
+
contentType,
|
|
163
|
+
controller,
|
|
164
|
+
controllerUpdateParameters,
|
|
165
|
+
listConnectionDetailsParameters,
|
|
166
|
+
location,
|
|
167
|
+
name,
|
|
168
|
+
nextLink,
|
|
169
|
+
resourceGroupName,
|
|
170
|
+
subscriptionId
|
|
171
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operations_exports);
|
|
|
17
17
|
__reExport(operations_exports, require("./containerHostMappings.js"), module.exports);
|
|
18
18
|
__reExport(operations_exports, require("./operations.js"), module.exports);
|
|
19
19
|
__reExport(operations_exports, require("./controllers.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./containerHostMappings.js"),
|
|
23
|
+
...require("./operations.js"),
|
|
24
|
+
...require("./controllers.js")
|
|
25
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operationsInterfaces_exports);
|
|
|
17
17
|
__reExport(operationsInterfaces_exports, require("./containerHostMappings.js"), module.exports);
|
|
18
18
|
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
19
19
|
__reExport(operationsInterfaces_exports, require("./controllers.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./containerHostMappings.js"),
|
|
23
|
+
...require("./operations.js"),
|
|
24
|
+
...require("./controllers.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 DevSpacesManagementClient.",
|
|
6
|
-
"version": "2.1.2-alpha.
|
|
6
|
+
"version": "2.1.2-alpha.20260305.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
|
"typescript": "~5.9.3",
|
|
41
41
|
"vitest": "^4.0.8",
|
|
42
42
|
"@azure-tools/test-credential": "^2.1.2",
|
|
43
|
-
"@azure-tools/test-
|
|
43
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
44
44
|
"@azure/dev-tool": "^1.0.0",
|
|
45
|
-
"@azure-tools/test-
|
|
45
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devspaces/arm-devspaces",
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|