@azure/arm-deviceupdate 1.2.2-alpha.20260303.2 → 1.2.2-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.
@@ -169,3 +169,7 @@ const checkNameAvailabilityOperationSpec = {
169
169
  mediaType: "json",
170
170
  serializer
171
171
  };
172
+ // Annotate the CommonJS export names for ESM import in node:
173
+ 0 && (module.exports = {
174
+ DeviceUpdate
175
+ });
@@ -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_deviceUpdate = require("./deviceUpdate.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
+ DeviceUpdate,
32
+ getContinuationToken,
33
+ ...require("./models/index.js"),
34
+ ...require("./operationsInterfaces/index.js")
35
+ });
@@ -37,3 +37,7 @@ function createLroSpec(inputs) {
37
37
  }
38
38
  };
39
39
  }
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ createLroSpec
43
+ });
@@ -116,3 +116,20 @@ var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
116
116
  KnownActionType2["Internal"] = "Internal";
117
117
  return KnownActionType2;
118
118
  })(KnownActionType || {});
119
+ // Annotate the CommonJS export names for ESM import in node:
120
+ 0 && (module.exports = {
121
+ KnownActionType,
122
+ KnownAuthenticationType,
123
+ KnownCheckNameAvailabilityReason,
124
+ KnownCreatedByType,
125
+ KnownGroupIdProvisioningState,
126
+ KnownManagedServiceIdentityType,
127
+ KnownOrigin,
128
+ KnownPrivateEndpointConnectionProvisioningState,
129
+ KnownPrivateEndpointConnectionProxyProvisioningState,
130
+ KnownPrivateEndpointServiceConnectionStatus,
131
+ KnownProvisioningState,
132
+ KnownPublicNetworkAccess,
133
+ KnownRole,
134
+ KnownSku
135
+ });
@@ -1454,3 +1454,53 @@ const PrivateEndpointConnectionProxiesDeleteHeaders = {
1454
1454
  }
1455
1455
  }
1456
1456
  };
1457
+ // Annotate the CommonJS export names for ESM import in node:
1458
+ 0 && (module.exports = {
1459
+ Account,
1460
+ AccountList,
1461
+ AccountUpdate,
1462
+ AccountsDeleteHeaders,
1463
+ CheckNameAvailabilityRequest,
1464
+ CheckNameAvailabilityResponse,
1465
+ ConnectionDetails,
1466
+ DiagnosticStorageProperties,
1467
+ Encryption,
1468
+ ErrorAdditionalInfo,
1469
+ ErrorDetail,
1470
+ ErrorResponse,
1471
+ GroupConnectivityInformation,
1472
+ GroupInformation,
1473
+ GroupInformationProperties,
1474
+ Instance,
1475
+ InstanceList,
1476
+ InstancesDeleteHeaders,
1477
+ IotHubSettings,
1478
+ Location,
1479
+ ManagedServiceIdentity,
1480
+ Operation,
1481
+ OperationDisplay,
1482
+ OperationListResult,
1483
+ PrivateEndpoint,
1484
+ PrivateEndpointConnection,
1485
+ PrivateEndpointConnectionListResult,
1486
+ PrivateEndpointConnectionProxiesDeleteHeaders,
1487
+ PrivateEndpointConnectionProxy,
1488
+ PrivateEndpointConnectionProxyListResult,
1489
+ PrivateEndpointConnectionProxyProperties,
1490
+ PrivateEndpointConnectionsDeleteHeaders,
1491
+ PrivateEndpointUpdate,
1492
+ PrivateLinkResourceListResult,
1493
+ PrivateLinkResourceProperties,
1494
+ PrivateLinkServiceConnection,
1495
+ PrivateLinkServiceConnectionState,
1496
+ PrivateLinkServiceProxy,
1497
+ PrivateLinkServiceProxyRemotePrivateEndpointConnection,
1498
+ ProxyResource,
1499
+ RemotePrivateEndpoint,
1500
+ RemotePrivateEndpointConnection,
1501
+ Resource,
1502
+ SystemData,
1503
+ TagUpdate,
1504
+ TrackedResource,
1505
+ UserAssignedIdentity
1506
+ });
@@ -207,3 +207,26 @@ const privateEndpointUpdate = {
207
207
  parameterPath: "privateEndpointUpdate",
208
208
  mapper: import_mappers.PrivateEndpointUpdate
209
209
  };
210
+ // Annotate the CommonJS export names for ESM import in node:
211
+ 0 && (module.exports = {
212
+ $host,
213
+ accept,
214
+ account,
215
+ accountName,
216
+ accountUpdatePayload,
217
+ apiVersion,
218
+ contentType,
219
+ groupId,
220
+ instance,
221
+ instanceName,
222
+ nextLink,
223
+ privateEndpointConnection,
224
+ privateEndpointConnectionName,
225
+ privateEndpointConnectionProxy,
226
+ privateEndpointConnectionProxyId,
227
+ privateEndpointUpdate,
228
+ request,
229
+ resourceGroupName,
230
+ subscriptionId,
231
+ tagUpdatePayload
232
+ });
@@ -609,3 +609,7 @@ const listByResourceGroupNextOperationSpec = {
609
609
  headerParameters: [Parameters.accept],
610
610
  serializer
611
611
  };
612
+ // Annotate the CommonJS export names for ESM import in node:
613
+ 0 && (module.exports = {
614
+ AccountsImpl
615
+ });
@@ -20,3 +20,12 @@ __reExport(operations_exports, require("./privateEndpointConnections.js"), modul
20
20
  __reExport(operations_exports, require("./privateLinkResources.js"), module.exports);
21
21
  __reExport(operations_exports, require("./privateEndpointConnectionProxies.js"), module.exports);
22
22
  __reExport(operations_exports, require("./operations.js"), module.exports);
23
+ // Annotate the CommonJS export names for ESM import in node:
24
+ 0 && (module.exports = {
25
+ ...require("./accounts.js"),
26
+ ...require("./instances.js"),
27
+ ...require("./privateEndpointConnections.js"),
28
+ ...require("./privateLinkResources.js"),
29
+ ...require("./privateEndpointConnectionProxies.js"),
30
+ ...require("./operations.js")
31
+ });
@@ -485,3 +485,7 @@ const listByAccountNextOperationSpec = {
485
485
  headerParameters: [Parameters.accept],
486
486
  serializer
487
487
  };
488
+ // Annotate the CommonJS export names for ESM import in node:
489
+ 0 && (module.exports = {
490
+ InstancesImpl
491
+ });
@@ -142,3 +142,7 @@ const listNextOperationSpec = {
142
142
  headerParameters: [Parameters.accept],
143
143
  serializer
144
144
  };
145
+ // Annotate the CommonJS export names for ESM import in node:
146
+ 0 && (module.exports = {
147
+ OperationsImpl
148
+ });
@@ -460,3 +460,7 @@ const deleteOperationSpec = {
460
460
  headerParameters: [Parameters.accept],
461
461
  serializer
462
462
  };
463
+ // Annotate the CommonJS export names for ESM import in node:
464
+ 0 && (module.exports = {
465
+ PrivateEndpointConnectionProxiesImpl
466
+ });
@@ -372,3 +372,7 @@ const deleteOperationSpec = {
372
372
  headerParameters: [Parameters.accept],
373
373
  serializer
374
374
  };
375
+ // Annotate the CommonJS export names for ESM import in node:
376
+ 0 && (module.exports = {
377
+ PrivateEndpointConnectionsImpl
378
+ });
@@ -162,3 +162,7 @@ const getOperationSpec = {
162
162
  headerParameters: [Parameters.accept],
163
163
  serializer
164
164
  };
165
+ // Annotate the CommonJS export names for ESM import in node:
166
+ 0 && (module.exports = {
167
+ PrivateLinkResourcesImpl
168
+ });
@@ -20,3 +20,12 @@ __reExport(operationsInterfaces_exports, require("./privateEndpointConnections.j
20
20
  __reExport(operationsInterfaces_exports, require("./privateLinkResources.js"), module.exports);
21
21
  __reExport(operationsInterfaces_exports, require("./privateEndpointConnectionProxies.js"), module.exports);
22
22
  __reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
23
+ // Annotate the CommonJS export names for ESM import in node:
24
+ 0 && (module.exports = {
25
+ ...require("./accounts.js"),
26
+ ...require("./instances.js"),
27
+ ...require("./privateEndpointConnections.js"),
28
+ ...require("./privateLinkResources.js"),
29
+ ...require("./privateEndpointConnectionProxies.js"),
30
+ ...require("./operations.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 DeviceUpdate.",
6
- "version": "1.2.2-alpha.20260303.2",
6
+ "version": "1.2.2-alpha.20260304.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -41,8 +41,8 @@
41
41
  "typescript": "~5.9.3",
42
42
  "vitest": "^4.0.8",
43
43
  "@azure-tools/test-credential": "^2.1.2",
44
- "@azure-tools/test-utils-vitest": "^2.0.1",
45
44
  "@azure-tools/test-recorder": "^4.1.1",
45
+ "@azure-tools/test-utils-vitest": "^2.0.1",
46
46
  "@azure/dev-tool": "^1.0.0"
47
47
  },
48
48
  "repository": "github:Azure/azure-sdk-for-js",