@azure/arm-serialconsole 2.1.2-alpha.20260304.1 → 2.1.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.
@@ -24,3 +24,9 @@ module.exports = __toCommonJS(src_exports);
24
24
  __reExport(src_exports, require("./models/index.js"), module.exports);
25
25
  var import_microsoftSerialConsoleClient = require("./microsoftSerialConsoleClient.js");
26
26
  __reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
27
+ // Annotate the CommonJS export names for ESM import in node:
28
+ 0 && (module.exports = {
29
+ MicrosoftSerialConsoleClient,
30
+ ...require("./models/index.js"),
31
+ ...require("./operationsInterfaces/index.js")
32
+ });
@@ -242,3 +242,7 @@ const enableConsoleOperationSpec = {
242
242
  headerParameters: [Parameters.accept],
243
243
  serializer
244
244
  };
245
+ // Annotate the CommonJS export names for ESM import in node:
246
+ 0 && (module.exports = {
247
+ MicrosoftSerialConsoleClient
248
+ });
@@ -315,3 +315,20 @@ const SerialPort = {
315
315
  }
316
316
  }
317
317
  };
318
+ // Annotate the CommonJS export names for ESM import in node:
319
+ 0 && (module.exports = {
320
+ CloudError,
321
+ CloudErrorBody,
322
+ DisableSerialConsoleResult,
323
+ EnableSerialConsoleResult,
324
+ GetSerialConsoleSubscriptionNotFound,
325
+ ProxyResource,
326
+ Resource,
327
+ SerialConsoleOperations,
328
+ SerialConsoleOperationsValueItem,
329
+ SerialConsoleOperationsValueItemDisplay,
330
+ SerialConsoleStatus,
331
+ SerialPort,
332
+ SerialPortConnectResult,
333
+ SerialPortListResult
334
+ });
@@ -151,3 +151,18 @@ const parameters = {
151
151
  parameterPath: "parameters",
152
152
  mapper: import_mappers.SerialPort
153
153
  };
154
+ // Annotate the CommonJS export names for ESM import in node:
155
+ 0 && (module.exports = {
156
+ $host,
157
+ accept,
158
+ apiVersion,
159
+ contentType,
160
+ defaultParam,
161
+ parameters,
162
+ parentResource,
163
+ parentResourceType,
164
+ resourceGroupName,
165
+ resourceProviderNamespace,
166
+ serialPort,
167
+ subscriptionId
168
+ });
@@ -15,3 +15,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
15
15
  var operations_exports = {};
16
16
  module.exports = __toCommonJS(operations_exports);
17
17
  __reExport(operations_exports, require("./serialPorts.js"), module.exports);
18
+ // Annotate the CommonJS export names for ESM import in node:
19
+ 0 && (module.exports = {
20
+ ...require("./serialPorts.js")
21
+ });
@@ -313,3 +313,7 @@ const connectOperationSpec = {
313
313
  headerParameters: [Parameters.accept],
314
314
  serializer
315
315
  };
316
+ // Annotate the CommonJS export names for ESM import in node:
317
+ 0 && (module.exports = {
318
+ SerialPortsImpl
319
+ });
@@ -15,3 +15,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
15
15
  var operationsInterfaces_exports = {};
16
16
  module.exports = __toCommonJS(operationsInterfaces_exports);
17
17
  __reExport(operationsInterfaces_exports, require("./serialPorts.js"), module.exports);
18
+ // Annotate the CommonJS export names for ESM import in node:
19
+ 0 && (module.exports = {
20
+ ...require("./serialPorts.js")
21
+ });
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MicrosoftSerialConsoleClient.",
6
- "version": "2.1.2-alpha.20260304.1",
6
+ "version": "2.1.2-alpha.20260306.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
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
- "@azure/core-rest-pipeline": ">=1.23.0-alpha <1.23.0-alphb",
13
+ "@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
14
14
  "tslib": "^2.8.1"
15
15
  },
16
16
  "keywords": [
@@ -35,8 +35,8 @@
35
35
  "rimraf": "^6.1.0",
36
36
  "typescript": "~5.9.3",
37
37
  "vitest": "^4.0.8",
38
- "@azure-tools/test-credential": "^2.1.2",
39
38
  "@azure-tools/test-recorder": "^4.1.1",
39
+ "@azure-tools/test-credential": "^2.1.2",
40
40
  "@azure-tools/test-utils-vitest": "^2.0.1",
41
41
  "@azure/dev-tool": "^1.0.0"
42
42
  },