@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.
- package/dist/commonjs/deviceUpdate.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +17 -0
- package/dist/commonjs/models/mappers.js +50 -0
- package/dist/commonjs/models/parameters.js +23 -0
- package/dist/commonjs/operations/accounts.js +4 -0
- package/dist/commonjs/operations/index.js +9 -0
- package/dist/commonjs/operations/instances.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/privateEndpointConnectionProxies.js +4 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +4 -0
- package/dist/commonjs/operations/privateLinkResources.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +9 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +2 -2
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_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
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -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
|
+
});
|
|
@@ -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
|
+
});
|
|
@@ -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.
|
|
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",
|