@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.
@@ -125,3 +125,7 @@ class DevSpacesManagementClient extends coreClient.ServiceClient {
125
125
  operations;
126
126
  controllers;
127
127
  }
128
+ // Annotate the CommonJS export names for ESM import in node:
129
+ 0 && (module.exports = {
130
+ DevSpacesManagementClient
131
+ });
@@ -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
+ });
@@ -40,3 +40,7 @@ class LroImpl {
40
40
  });
41
41
  }
42
42
  }
43
+ // Annotate the CommonJS export names for ESM import in node:
44
+ 0 && (module.exports = {
45
+ LroImpl
46
+ });
@@ -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
+ });
@@ -87,3 +87,7 @@ const getContainerHostMappingOperationSpec = {
87
87
  mediaType: "json",
88
88
  serializer
89
89
  };
90
+ // Annotate the CommonJS export names for ESM import in node:
91
+ 0 && (module.exports = {
92
+ ContainerHostMappingsImpl
93
+ });
@@ -554,3 +554,7 @@ const listNextOperationSpec = {
554
554
  headerParameters: [Parameters.accept],
555
555
  serializer
556
556
  };
557
+ // Annotate the CommonJS export names for ESM import in node:
558
+ 0 && (module.exports = {
559
+ ControllersImpl
560
+ });
@@ -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
+ });
@@ -139,3 +139,7 @@ const listNextOperationSpec = {
139
139
  headerParameters: [Parameters.accept],
140
140
  serializer
141
141
  };
142
+ // Annotate the CommonJS export names for ESM import in node:
143
+ 0 && (module.exports = {
144
+ OperationsImpl
145
+ });
@@ -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.20260303.2",
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.0-alpha <1.23.0-alphb",
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-utils-vitest": "^2.0.1",
43
+ "@azure-tools/test-recorder": "^4.1.1",
44
44
  "@azure/dev-tool": "^1.0.0",
45
- "@azure-tools/test-recorder": "^4.1.1"
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",