@azure/arm-azurestackhci 4.0.0-alpha.20260304.1 → 4.0.0-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.
- package/dist/commonjs/azureStackHCIClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +43 -0
- package/dist/commonjs/models/mappers.js +145 -0
- package/dist/commonjs/models/parameters.js +41 -0
- package/dist/commonjs/operations/arcSettings.js +4 -0
- package/dist/commonjs/operations/clusters.js +4 -0
- package/dist/commonjs/operations/deploymentSettings.js +4 -0
- package/dist/commonjs/operations/edgeDevices.js +4 -0
- package/dist/commonjs/operations/extensions.js +4 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/offers.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/publishers.js +4 -0
- package/dist/commonjs/operations/securitySettings.js +4 -0
- package/dist/commonjs/operations/skus.js +4 -0
- package/dist/commonjs/operations/updateRuns.js +4 -0
- package/dist/commonjs/operations/updateSummariesOperations.js +4 -0
- package/dist/commonjs/operations/updates.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +5 -5
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_azureStackHCIClient = require("./azureStackHCIClient.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
|
+
AzureStackHCIClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -411,3 +411,46 @@ var KnownDeviceState = /* @__PURE__ */ ((KnownDeviceState2) => {
|
|
|
411
411
|
KnownDeviceState2["Processing"] = "Processing";
|
|
412
412
|
return KnownDeviceState2;
|
|
413
413
|
})(KnownDeviceState || {});
|
|
414
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
415
|
+
0 && (module.exports = {
|
|
416
|
+
KnownAccessLevel,
|
|
417
|
+
KnownActionType,
|
|
418
|
+
KnownArcExtensionState,
|
|
419
|
+
KnownArcSettingAggregateState,
|
|
420
|
+
KnownAvailabilityType,
|
|
421
|
+
KnownClusterNodeType,
|
|
422
|
+
KnownComplianceAssignmentType,
|
|
423
|
+
KnownComplianceStatus,
|
|
424
|
+
KnownConnectivityStatus,
|
|
425
|
+
KnownCreatedByType,
|
|
426
|
+
KnownDeploymentMode,
|
|
427
|
+
KnownDeviceKind,
|
|
428
|
+
KnownDeviceState,
|
|
429
|
+
KnownDiagnosticLevel,
|
|
430
|
+
KnownEceSecrets,
|
|
431
|
+
KnownExtensionAggregateState,
|
|
432
|
+
KnownExtensionManagedBy,
|
|
433
|
+
KnownHealthState,
|
|
434
|
+
KnownImdsAttestation,
|
|
435
|
+
KnownLogCollectionJobType,
|
|
436
|
+
KnownLogCollectionStatus,
|
|
437
|
+
KnownManagedServiceIdentityType,
|
|
438
|
+
KnownNodeArcState,
|
|
439
|
+
KnownNodeExtensionState,
|
|
440
|
+
KnownOemActivation,
|
|
441
|
+
KnownOperationType,
|
|
442
|
+
KnownOrigin,
|
|
443
|
+
KnownProvisioningState,
|
|
444
|
+
KnownRebootRequirement,
|
|
445
|
+
KnownRemoteSupportType,
|
|
446
|
+
KnownServiceName,
|
|
447
|
+
KnownSeverity,
|
|
448
|
+
KnownSoftwareAssuranceIntent,
|
|
449
|
+
KnownSoftwareAssuranceStatus,
|
|
450
|
+
KnownState,
|
|
451
|
+
KnownStatus,
|
|
452
|
+
KnownStatusLevelTypes,
|
|
453
|
+
KnownUpdateRunPropertiesState,
|
|
454
|
+
KnownUpdateSummariesPropertiesState,
|
|
455
|
+
KnownWindowsServerSubscription
|
|
456
|
+
});
|
|
@@ -5429,3 +5429,148 @@ let discriminators = {
|
|
|
5429
5429
|
"ProxyResource.EdgeDevice": EdgeDevice,
|
|
5430
5430
|
"EdgeDevice.HCI": HciEdgeDevice
|
|
5431
5431
|
};
|
|
5432
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
5433
|
+
0 && (module.exports = {
|
|
5434
|
+
ArcConnectivityProperties,
|
|
5435
|
+
ArcIdentityResponse,
|
|
5436
|
+
ArcSetting,
|
|
5437
|
+
ArcSettingList,
|
|
5438
|
+
ArcSettingsPatch,
|
|
5439
|
+
Cluster,
|
|
5440
|
+
ClusterDesiredProperties,
|
|
5441
|
+
ClusterIdentityResponse,
|
|
5442
|
+
ClusterList,
|
|
5443
|
+
ClusterNode,
|
|
5444
|
+
ClusterPatch,
|
|
5445
|
+
ClusterReportedProperties,
|
|
5446
|
+
ClustersConfigureRemoteSupportHeaders,
|
|
5447
|
+
ClustersTriggerLogCollectionHeaders,
|
|
5448
|
+
DefaultExtensionDetails,
|
|
5449
|
+
DeploymentCluster,
|
|
5450
|
+
DeploymentConfiguration,
|
|
5451
|
+
DeploymentData,
|
|
5452
|
+
DeploymentSecuritySettings,
|
|
5453
|
+
DeploymentSetting,
|
|
5454
|
+
DeploymentSettingAdapterPropertyOverrides,
|
|
5455
|
+
DeploymentSettingHostNetwork,
|
|
5456
|
+
DeploymentSettingIntents,
|
|
5457
|
+
DeploymentSettingListResult,
|
|
5458
|
+
DeploymentSettingStorageAdapterIPInfo,
|
|
5459
|
+
DeploymentSettingStorageNetworks,
|
|
5460
|
+
DeploymentSettingVirtualSwitchConfigurationOverrides,
|
|
5461
|
+
DeploymentSettingsCreateOrUpdateHeaders,
|
|
5462
|
+
DeploymentSettingsDeleteHeaders,
|
|
5463
|
+
DeploymentStep,
|
|
5464
|
+
DeviceConfiguration,
|
|
5465
|
+
EceActionStatus,
|
|
5466
|
+
EceDeploymentSecrets,
|
|
5467
|
+
EceReportedProperties,
|
|
5468
|
+
EdgeDevice,
|
|
5469
|
+
EdgeDeviceListResult,
|
|
5470
|
+
EdgeDeviceProperties,
|
|
5471
|
+
EdgeDevicesCreateOrUpdateHeaders,
|
|
5472
|
+
EdgeDevicesDeleteHeaders,
|
|
5473
|
+
EdgeDevicesValidateHeaders,
|
|
5474
|
+
ErrorAdditionalInfo,
|
|
5475
|
+
ErrorDetail,
|
|
5476
|
+
ErrorResponse,
|
|
5477
|
+
Extension,
|
|
5478
|
+
ExtensionInstanceView,
|
|
5479
|
+
ExtensionInstanceViewStatus,
|
|
5480
|
+
ExtensionList,
|
|
5481
|
+
ExtensionPatch,
|
|
5482
|
+
ExtensionPatchParameters,
|
|
5483
|
+
ExtensionProfile,
|
|
5484
|
+
ExtensionUpgradeParameters,
|
|
5485
|
+
HciEdgeDevice,
|
|
5486
|
+
HciEdgeDeviceAdapterPropertyOverrides,
|
|
5487
|
+
HciEdgeDeviceArcExtension,
|
|
5488
|
+
HciEdgeDeviceHostNetwork,
|
|
5489
|
+
HciEdgeDeviceIntents,
|
|
5490
|
+
HciEdgeDeviceProperties,
|
|
5491
|
+
HciEdgeDeviceStorageAdapterIPInfo,
|
|
5492
|
+
HciEdgeDeviceStorageNetworks,
|
|
5493
|
+
HciEdgeDeviceVirtualSwitchConfigurationOverrides,
|
|
5494
|
+
HciNetworkProfile,
|
|
5495
|
+
HciNicDetail,
|
|
5496
|
+
HciOsProfile,
|
|
5497
|
+
HciReportedProperties,
|
|
5498
|
+
HciValidationFailureDetail,
|
|
5499
|
+
InfrastructureNetwork,
|
|
5500
|
+
IpPools,
|
|
5501
|
+
IsolatedVmAttestationConfiguration,
|
|
5502
|
+
LogCollectionError,
|
|
5503
|
+
LogCollectionProperties,
|
|
5504
|
+
LogCollectionRequest,
|
|
5505
|
+
LogCollectionRequestProperties,
|
|
5506
|
+
LogCollectionSession,
|
|
5507
|
+
NetworkController,
|
|
5508
|
+
NicDetail,
|
|
5509
|
+
Observability,
|
|
5510
|
+
Offer,
|
|
5511
|
+
OfferList,
|
|
5512
|
+
Operation,
|
|
5513
|
+
OperationDisplay,
|
|
5514
|
+
OperationListResult,
|
|
5515
|
+
OptionalServices,
|
|
5516
|
+
PackageVersionInfo,
|
|
5517
|
+
PasswordCredential,
|
|
5518
|
+
PerNodeExtensionState,
|
|
5519
|
+
PerNodeRemoteSupportSession,
|
|
5520
|
+
PerNodeState,
|
|
5521
|
+
PhysicalNodes,
|
|
5522
|
+
PrecheckResult,
|
|
5523
|
+
PrecheckResultTags,
|
|
5524
|
+
ProxyResource,
|
|
5525
|
+
Publisher,
|
|
5526
|
+
PublisherList,
|
|
5527
|
+
QosPolicyOverrides,
|
|
5528
|
+
RawCertificateData,
|
|
5529
|
+
RemoteSupportNodeSettings,
|
|
5530
|
+
RemoteSupportProperties,
|
|
5531
|
+
RemoteSupportRequest,
|
|
5532
|
+
RemoteSupportRequestProperties,
|
|
5533
|
+
ReportedProperties,
|
|
5534
|
+
Resource,
|
|
5535
|
+
SbeCredentials,
|
|
5536
|
+
SbeDeploymentInfo,
|
|
5537
|
+
SbeDeploymentPackageInfo,
|
|
5538
|
+
SbePartnerInfo,
|
|
5539
|
+
SbePartnerProperties,
|
|
5540
|
+
ScaleUnits,
|
|
5541
|
+
SdnIntegration,
|
|
5542
|
+
SecurityComplianceStatus,
|
|
5543
|
+
SecuritySetting,
|
|
5544
|
+
SecuritySettingListResult,
|
|
5545
|
+
SecuritySettingsCreateOrUpdateHeaders,
|
|
5546
|
+
SecuritySettingsDeleteHeaders,
|
|
5547
|
+
ServiceConfiguration,
|
|
5548
|
+
Sku,
|
|
5549
|
+
SkuList,
|
|
5550
|
+
SkuMappings,
|
|
5551
|
+
SoftwareAssuranceChangeRequest,
|
|
5552
|
+
SoftwareAssuranceChangeRequestProperties,
|
|
5553
|
+
SoftwareAssuranceProperties,
|
|
5554
|
+
Step,
|
|
5555
|
+
Storage,
|
|
5556
|
+
SwitchDetail,
|
|
5557
|
+
SwitchExtension,
|
|
5558
|
+
SystemData,
|
|
5559
|
+
TrackedResource,
|
|
5560
|
+
Update,
|
|
5561
|
+
UpdateList,
|
|
5562
|
+
UpdatePrerequisite,
|
|
5563
|
+
UpdateRun,
|
|
5564
|
+
UpdateRunList,
|
|
5565
|
+
UpdateRunsDeleteHeaders,
|
|
5566
|
+
UpdateSummaries,
|
|
5567
|
+
UpdateSummariesDeleteHeaders,
|
|
5568
|
+
UpdateSummariesList,
|
|
5569
|
+
UpdatesDeleteHeaders,
|
|
5570
|
+
UpdatesPostHeaders,
|
|
5571
|
+
UploadCertificateRequest,
|
|
5572
|
+
UserAssignedIdentity,
|
|
5573
|
+
ValidateRequest,
|
|
5574
|
+
ValidateResponse,
|
|
5575
|
+
discriminators
|
|
5576
|
+
});
|
|
@@ -351,3 +351,44 @@ const updateProperties = {
|
|
|
351
351
|
parameterPath: "updateProperties",
|
|
352
352
|
mapper: import_mappers.Update
|
|
353
353
|
};
|
|
354
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
355
|
+
0 && (module.exports = {
|
|
356
|
+
$host,
|
|
357
|
+
accept,
|
|
358
|
+
apiVersion,
|
|
359
|
+
arcSetting,
|
|
360
|
+
arcSetting1,
|
|
361
|
+
arcSettingName,
|
|
362
|
+
cluster,
|
|
363
|
+
cluster1,
|
|
364
|
+
clusterName,
|
|
365
|
+
contentType,
|
|
366
|
+
deploymentSettingsName,
|
|
367
|
+
edgeDeviceName,
|
|
368
|
+
expand,
|
|
369
|
+
extension,
|
|
370
|
+
extension1,
|
|
371
|
+
extensionName,
|
|
372
|
+
extensionUpgradeParameters,
|
|
373
|
+
logCollectionRequest,
|
|
374
|
+
nextLink,
|
|
375
|
+
offerName,
|
|
376
|
+
publisherName,
|
|
377
|
+
remoteSupportRequest,
|
|
378
|
+
resource,
|
|
379
|
+
resource1,
|
|
380
|
+
resource2,
|
|
381
|
+
resourceGroupName,
|
|
382
|
+
resourceUri,
|
|
383
|
+
securitySettingsName,
|
|
384
|
+
skuName,
|
|
385
|
+
softwareAssuranceChangeRequest,
|
|
386
|
+
subscriptionId,
|
|
387
|
+
updateLocationProperties,
|
|
388
|
+
updateName,
|
|
389
|
+
updateProperties,
|
|
390
|
+
updateRunName,
|
|
391
|
+
updateRunsProperties,
|
|
392
|
+
uploadCertificateRequest,
|
|
393
|
+
validateRequest
|
|
394
|
+
});
|
|
@@ -27,3 +27,19 @@ __reExport(operations_exports, require("./skus.js"), module.exports);
|
|
|
27
27
|
__reExport(operations_exports, require("./updateRuns.js"), module.exports);
|
|
28
28
|
__reExport(operations_exports, require("./updateSummariesOperations.js"), module.exports);
|
|
29
29
|
__reExport(operations_exports, require("./updates.js"), module.exports);
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
...require("./arcSettings.js"),
|
|
33
|
+
...require("./clusters.js"),
|
|
34
|
+
...require("./deploymentSettings.js"),
|
|
35
|
+
...require("./edgeDevices.js"),
|
|
36
|
+
...require("./extensions.js"),
|
|
37
|
+
...require("./offers.js"),
|
|
38
|
+
...require("./operations.js"),
|
|
39
|
+
...require("./publishers.js"),
|
|
40
|
+
...require("./securitySettings.js"),
|
|
41
|
+
...require("./skus.js"),
|
|
42
|
+
...require("./updateRuns.js"),
|
|
43
|
+
...require("./updateSummariesOperations.js"),
|
|
44
|
+
...require("./updates.js")
|
|
45
|
+
});
|
|
@@ -27,3 +27,19 @@ __reExport(operationsInterfaces_exports, require("./skus.js"), module.exports);
|
|
|
27
27
|
__reExport(operationsInterfaces_exports, require("./updateRuns.js"), module.exports);
|
|
28
28
|
__reExport(operationsInterfaces_exports, require("./updateSummariesOperations.js"), module.exports);
|
|
29
29
|
__reExport(operationsInterfaces_exports, require("./updates.js"), module.exports);
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
...require("./arcSettings.js"),
|
|
33
|
+
...require("./clusters.js"),
|
|
34
|
+
...require("./deploymentSettings.js"),
|
|
35
|
+
...require("./edgeDevices.js"),
|
|
36
|
+
...require("./extensions.js"),
|
|
37
|
+
...require("./offers.js"),
|
|
38
|
+
...require("./operations.js"),
|
|
39
|
+
...require("./publishers.js"),
|
|
40
|
+
...require("./securitySettings.js"),
|
|
41
|
+
...require("./skus.js"),
|
|
42
|
+
...require("./updateRuns.js"),
|
|
43
|
+
...require("./updateSummariesOperations.js"),
|
|
44
|
+
...require("./updates.js")
|
|
45
|
+
});
|
|
@@ -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 AzureStackHCIClient.",
|
|
6
|
-
"version": "4.0.0-alpha.
|
|
6
|
+
"version": "4.0.0-alpha.20260306.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.7.2",
|
|
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,10 +40,10 @@
|
|
|
40
40
|
"rimraf": "^6.1.0",
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
|
-
"@azure-tools/test-
|
|
44
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
43
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
45
44
|
"@azure/dev-tool": "^1.0.0",
|
|
46
|
-
"@azure-tools/test-
|
|
45
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
46
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
49
49
|
"bugs": {
|