@azure/arm-azurestackhci 4.0.0 → 4.1.0-beta.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/README.md +1 -1
- package/dist/browser/api/arcSettings/operations.js +19 -15
- package/dist/browser/api/arcSettings/operations.js.map +1 -1
- package/dist/browser/api/azureStackHCIContext.js +1 -1
- package/dist/browser/api/azureStackHCIContext.js.map +1 -1
- package/dist/browser/api/clusterJobs/index.d.ts +3 -0
- package/dist/browser/api/clusterJobs/index.js +4 -0
- package/dist/browser/api/clusterJobs/index.js.map +1 -0
- package/dist/browser/api/clusterJobs/operations.d.ts +28 -0
- package/dist/browser/api/clusterJobs/operations.js +140 -0
- package/dist/browser/api/clusterJobs/operations.js.map +1 -0
- package/dist/browser/api/clusterJobs/options.d.ts +18 -0
- package/dist/browser/api/clusterJobs/options.js +4 -0
- package/dist/browser/api/clusterJobs/options.js.map +1 -0
- package/dist/browser/api/clusters/index.d.ts +2 -2
- package/dist/browser/api/clusters/index.js +1 -1
- package/dist/browser/api/clusters/index.js.map +1 -1
- package/dist/browser/api/clusters/operations.d.ts +6 -2
- package/dist/browser/api/clusters/operations.js +65 -22
- package/dist/browser/api/clusters/operations.js.map +1 -1
- package/dist/browser/api/clusters/options.d.ts +5 -0
- package/dist/browser/api/clusters/options.js.map +1 -1
- package/dist/browser/api/deploymentSettings/operations.js +11 -7
- package/dist/browser/api/deploymentSettings/operations.js.map +1 -1
- package/dist/browser/api/devicePools/index.d.ts +3 -0
- package/dist/browser/api/devicePools/index.js +4 -0
- package/dist/browser/api/devicePools/index.js.map +1 -0
- package/dist/browser/api/devicePools/operations.d.ts +44 -0
- package/dist/browser/api/devicePools/operations.js +268 -0
- package/dist/browser/api/devicePools/operations.js.map +1 -0
- package/dist/browser/api/devicePools/options.d.ts +36 -0
- package/dist/browser/api/devicePools/options.js +4 -0
- package/dist/browser/api/devicePools/options.js.map +1 -0
- package/dist/browser/api/edgeDeviceJobs/operations.js +11 -7
- package/dist/browser/api/edgeDeviceJobs/operations.js.map +1 -1
- package/dist/browser/api/edgeDevices/operations.js +13 -9
- package/dist/browser/api/edgeDevices/operations.js.map +1 -1
- package/dist/browser/api/edgeMachineJobs/index.d.ts +3 -0
- package/dist/browser/api/edgeMachineJobs/index.js +4 -0
- package/dist/browser/api/edgeMachineJobs/index.js.map +1 -0
- package/dist/browser/api/edgeMachineJobs/operations.d.ts +28 -0
- package/dist/browser/api/edgeMachineJobs/operations.js +140 -0
- package/dist/browser/api/edgeMachineJobs/operations.js.map +1 -0
- package/dist/browser/api/edgeMachineJobs/options.d.ts +18 -0
- package/dist/browser/api/edgeMachineJobs/options.js +4 -0
- package/dist/browser/api/edgeMachineJobs/options.js.map +1 -0
- package/dist/browser/api/edgeMachines/index.d.ts +3 -0
- package/dist/browser/api/edgeMachines/index.js +4 -0
- package/dist/browser/api/edgeMachines/index.js.map +1 -0
- package/dist/browser/api/edgeMachines/operations.d.ts +36 -0
- package/dist/browser/api/edgeMachines/operations.js +200 -0
- package/dist/browser/api/edgeMachines/operations.js.map +1 -0
- package/dist/browser/api/edgeMachines/options.d.ts +26 -0
- package/dist/browser/api/edgeMachines/options.js +4 -0
- package/dist/browser/api/edgeMachines/options.js.map +1 -0
- package/dist/browser/api/extensions/operations.js +15 -11
- package/dist/browser/api/extensions/operations.js.map +1 -1
- package/dist/browser/api/kubernetesVersions/index.d.ts +3 -0
- package/dist/browser/api/kubernetesVersions/index.js +4 -0
- package/dist/browser/api/kubernetesVersions/index.js.map +1 -0
- package/dist/browser/api/kubernetesVersions/operations.d.ts +10 -0
- package/dist/browser/api/kubernetesVersions/operations.js +41 -0
- package/dist/browser/api/kubernetesVersions/operations.js.map +1 -0
- package/dist/browser/api/kubernetesVersions/options.d.ts +5 -0
- package/dist/browser/api/kubernetesVersions/options.js +4 -0
- package/dist/browser/api/kubernetesVersions/options.js.map +1 -0
- package/dist/browser/api/offers/operations.js +13 -5
- package/dist/browser/api/offers/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +7 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/osImages/index.d.ts +3 -0
- package/dist/browser/api/osImages/index.js +4 -0
- package/dist/browser/api/osImages/index.js.map +1 -0
- package/dist/browser/api/osImages/operations.d.ts +14 -0
- package/dist/browser/api/osImages/operations.js +65 -0
- package/dist/browser/api/osImages/operations.js.map +1 -0
- package/dist/browser/api/osImages/options.d.ts +8 -0
- package/dist/browser/api/osImages/options.js +4 -0
- package/dist/browser/api/osImages/options.js.map +1 -0
- package/dist/browser/api/ownershipVouchers/index.d.ts +3 -0
- package/dist/browser/api/ownershipVouchers/index.js +4 -0
- package/dist/browser/api/ownershipVouchers/index.js.map +1 -0
- package/dist/browser/api/ownershipVouchers/operations.d.ts +9 -0
- package/dist/browser/api/ownershipVouchers/operations.js +36 -0
- package/dist/browser/api/ownershipVouchers/operations.js.map +1 -0
- package/dist/browser/api/ownershipVouchers/options.d.ts +5 -0
- package/dist/browser/api/ownershipVouchers/options.js +4 -0
- package/dist/browser/api/ownershipVouchers/options.js.map +1 -0
- package/dist/browser/api/platformUpdates/index.d.ts +3 -0
- package/dist/browser/api/platformUpdates/index.js +4 -0
- package/dist/browser/api/platformUpdates/index.js.map +1 -0
- package/dist/browser/api/platformUpdates/operations.d.ts +14 -0
- package/dist/browser/api/platformUpdates/operations.js +65 -0
- package/dist/browser/api/platformUpdates/operations.js.map +1 -0
- package/dist/browser/api/platformUpdates/options.d.ts +8 -0
- package/dist/browser/api/platformUpdates/options.js +4 -0
- package/dist/browser/api/platformUpdates/options.js.map +1 -0
- package/dist/browser/api/publishers/index.d.ts +3 -0
- package/dist/browser/api/publishers/index.js +4 -0
- package/dist/browser/api/publishers/index.js.map +1 -0
- package/dist/browser/api/publishers/operations.d.ts +14 -0
- package/dist/browser/api/publishers/operations.js +67 -0
- package/dist/browser/api/publishers/operations.js.map +1 -0
- package/dist/browser/api/publishers/options.d.ts +8 -0
- package/dist/browser/api/publishers/options.js +4 -0
- package/dist/browser/api/publishers/options.js.map +1 -0
- package/dist/browser/api/securitySettings/operations.js +11 -7
- package/dist/browser/api/securitySettings/operations.js.map +1 -1
- package/dist/browser/api/skus/operations.js +7 -3
- package/dist/browser/api/skus/operations.js.map +1 -1
- package/dist/browser/api/updateContents/index.d.ts +3 -0
- package/dist/browser/api/updateContents/index.js +4 -0
- package/dist/browser/api/updateContents/index.js.map +1 -0
- package/dist/browser/api/updateContents/operations.d.ts +14 -0
- package/dist/browser/api/updateContents/operations.js +65 -0
- package/dist/browser/api/updateContents/operations.js.map +1 -0
- package/dist/browser/api/updateContents/options.d.ts +8 -0
- package/dist/browser/api/updateContents/options.js +4 -0
- package/dist/browser/api/updateContents/options.js.map +1 -0
- package/dist/browser/api/updateRuns/operations.js +10 -6
- package/dist/browser/api/updateRuns/operations.js.map +1 -1
- package/dist/browser/api/updateSummaries/operations.js +10 -6
- package/dist/browser/api/updateSummaries/operations.js.map +1 -1
- package/dist/browser/api/updateSummariesOperationGroup/index.d.ts +3 -0
- package/dist/browser/api/updateSummariesOperationGroup/index.js +4 -0
- package/dist/browser/api/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/browser/api/updateSummariesOperationGroup/operations.d.ts +14 -0
- package/dist/browser/api/updateSummariesOperationGroup/operations.js +71 -0
- package/dist/browser/api/updateSummariesOperationGroup/operations.js.map +1 -0
- package/dist/browser/api/updateSummariesOperationGroup/options.d.ts +12 -0
- package/dist/browser/api/updateSummariesOperationGroup/options.js +4 -0
- package/dist/browser/api/updateSummariesOperationGroup/options.js.map +1 -0
- package/dist/browser/api/updates/index.d.ts +2 -2
- package/dist/browser/api/updates/index.js +1 -1
- package/dist/browser/api/updates/index.js.map +1 -1
- package/dist/browser/api/updates/operations.d.ts +5 -1
- package/dist/browser/api/updates/operations.js +43 -8
- package/dist/browser/api/updates/operations.js.map +1 -1
- package/dist/browser/api/updates/options.d.ts +5 -0
- package/dist/browser/api/updates/options.js.map +1 -1
- package/dist/browser/api/validatedSolutionRecipes/operations.js +7 -3
- package/dist/browser/api/validatedSolutionRecipes/operations.js.map +1 -1
- package/dist/browser/azureStackHCIClient.d.ts +33 -0
- package/dist/browser/azureStackHCIClient.js +44 -0
- package/dist/browser/azureStackHCIClient.js.map +1 -1
- package/dist/browser/classic/clusterJobs/index.d.ts +32 -0
- package/dist/browser/classic/clusterJobs/index.js +34 -0
- package/dist/browser/classic/clusterJobs/index.js.map +1 -0
- package/dist/browser/classic/clusters/index.d.ts +8 -2
- package/dist/browser/classic/clusters/index.js +10 -1
- package/dist/browser/classic/clusters/index.js.map +1 -1
- package/dist/browser/classic/devicePools/index.d.ts +52 -0
- package/dist/browser/classic/devicePools/index.js +62 -0
- package/dist/browser/classic/devicePools/index.js.map +1 -0
- package/dist/browser/classic/edgeMachineJobs/index.d.ts +32 -0
- package/dist/browser/classic/edgeMachineJobs/index.js +34 -0
- package/dist/browser/classic/edgeMachineJobs/index.js.map +1 -0
- package/dist/browser/classic/edgeMachines/index.d.ts +40 -0
- package/dist/browser/classic/edgeMachines/index.js +44 -0
- package/dist/browser/classic/edgeMachines/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +11 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/kubernetesVersions/index.d.ts +11 -0
- package/dist/browser/classic/kubernetesVersions/index.js +14 -0
- package/dist/browser/classic/kubernetesVersions/index.js.map +1 -0
- package/dist/browser/classic/osImages/index.d.ts +13 -0
- package/dist/browser/classic/osImages/index.js +15 -0
- package/dist/browser/classic/osImages/index.js.map +1 -0
- package/dist/browser/classic/ownershipVouchers/index.d.ts +10 -0
- package/dist/browser/classic/ownershipVouchers/index.js +14 -0
- package/dist/browser/classic/ownershipVouchers/index.js.map +1 -0
- package/dist/browser/classic/platformUpdates/index.d.ts +13 -0
- package/dist/browser/classic/platformUpdates/index.js +15 -0
- package/dist/browser/classic/platformUpdates/index.js.map +1 -0
- package/dist/browser/classic/publishers/index.d.ts +13 -0
- package/dist/browser/classic/publishers/index.js +15 -0
- package/dist/browser/classic/publishers/index.js.map +1 -0
- package/dist/browser/classic/updateContents/index.d.ts +13 -0
- package/dist/browser/classic/updateContents/index.js +15 -0
- package/dist/browser/classic/updateContents/index.js.map +1 -0
- package/dist/browser/classic/updateSummariesOperationGroup/index.d.ts +22 -0
- package/dist/browser/classic/updateSummariesOperationGroup/index.js +32 -0
- package/dist/browser/classic/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/browser/classic/updates/index.d.ts +7 -1
- package/dist/browser/classic/updates/index.js +10 -1
- package/dist/browser/classic/updates/index.js.map +1 -1
- package/dist/browser/index.d.ts +16 -5
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1572 -99
- package/dist/browser/models/models.js +1884 -202
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +39 -6
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/arcSettings/index.js +1 -0
- package/dist/commonjs/api/arcSettings/index.js.map +1 -1
- package/dist/commonjs/api/arcSettings/operations.js +20 -15
- package/dist/commonjs/api/arcSettings/operations.js.map +3 -3
- package/dist/commonjs/api/arcSettings/options.js +1 -0
- package/dist/commonjs/api/arcSettings/options.js.map +1 -1
- package/dist/commonjs/api/azureStackHCIContext.js +2 -1
- package/dist/commonjs/api/azureStackHCIContext.js.map +2 -2
- package/dist/commonjs/api/clusterJobs/index.d.ts +3 -0
- package/dist/commonjs/api/clusterJobs/index.js +34 -0
- package/dist/commonjs/api/clusterJobs/index.js.map +7 -0
- package/dist/commonjs/api/clusterJobs/operations.d.ts +28 -0
- package/dist/commonjs/api/clusterJobs/operations.js +199 -0
- package/dist/commonjs/api/clusterJobs/operations.js.map +7 -0
- package/dist/commonjs/api/clusterJobs/options.d.ts +18 -0
- package/dist/commonjs/api/clusterJobs/options.js +16 -0
- package/dist/commonjs/api/clusterJobs/options.js.map +7 -0
- package/dist/commonjs/api/clusters/index.d.ts +2 -2
- package/dist/commonjs/api/clusters/index.js +3 -0
- package/dist/commonjs/api/clusters/index.js.map +3 -3
- package/dist/commonjs/api/clusters/operations.d.ts +6 -2
- package/dist/commonjs/api/clusters/operations.js +74 -21
- package/dist/commonjs/api/clusters/operations.js.map +3 -3
- package/dist/commonjs/api/clusters/options.d.ts +5 -0
- package/dist/commonjs/api/clusters/options.js +1 -0
- package/dist/commonjs/api/clusters/options.js.map +2 -2
- package/dist/commonjs/api/deploymentSettings/index.js +1 -0
- package/dist/commonjs/api/deploymentSettings/index.js.map +1 -1
- package/dist/commonjs/api/deploymentSettings/operations.js +12 -7
- package/dist/commonjs/api/deploymentSettings/operations.js.map +3 -3
- package/dist/commonjs/api/deploymentSettings/options.js +1 -0
- package/dist/commonjs/api/deploymentSettings/options.js.map +1 -1
- package/dist/commonjs/api/devicePools/index.d.ts +3 -0
- package/dist/commonjs/api/devicePools/index.js +42 -0
- package/dist/commonjs/api/devicePools/index.js.map +7 -0
- package/dist/commonjs/api/devicePools/operations.d.ts +44 -0
- package/dist/commonjs/api/devicePools/operations.js +369 -0
- package/dist/commonjs/api/devicePools/operations.js.map +7 -0
- package/dist/commonjs/api/devicePools/options.d.ts +36 -0
- package/dist/commonjs/api/devicePools/options.js +16 -0
- package/dist/commonjs/api/devicePools/options.js.map +7 -0
- package/dist/commonjs/api/edgeDeviceJobs/index.js +1 -0
- package/dist/commonjs/api/edgeDeviceJobs/index.js.map +1 -1
- package/dist/commonjs/api/edgeDeviceJobs/operations.js +12 -7
- package/dist/commonjs/api/edgeDeviceJobs/operations.js.map +3 -3
- package/dist/commonjs/api/edgeDeviceJobs/options.js +1 -0
- package/dist/commonjs/api/edgeDeviceJobs/options.js.map +1 -1
- package/dist/commonjs/api/edgeDevices/index.js +1 -0
- package/dist/commonjs/api/edgeDevices/index.js.map +1 -1
- package/dist/commonjs/api/edgeDevices/operations.js +14 -9
- package/dist/commonjs/api/edgeDevices/operations.js.map +3 -3
- package/dist/commonjs/api/edgeDevices/options.js +1 -0
- package/dist/commonjs/api/edgeDevices/options.js.map +1 -1
- package/dist/commonjs/api/edgeMachineJobs/index.d.ts +3 -0
- package/dist/commonjs/api/edgeMachineJobs/index.js +34 -0
- package/dist/commonjs/api/edgeMachineJobs/index.js.map +7 -0
- package/dist/commonjs/api/edgeMachineJobs/operations.d.ts +28 -0
- package/dist/commonjs/api/edgeMachineJobs/operations.js +199 -0
- package/dist/commonjs/api/edgeMachineJobs/operations.js.map +7 -0
- package/dist/commonjs/api/edgeMachineJobs/options.d.ts +18 -0
- package/dist/commonjs/api/edgeMachineJobs/options.js +16 -0
- package/dist/commonjs/api/edgeMachineJobs/options.js.map +7 -0
- package/dist/commonjs/api/edgeMachines/index.d.ts +3 -0
- package/dist/commonjs/api/edgeMachines/index.js +38 -0
- package/dist/commonjs/api/edgeMachines/index.js.map +7 -0
- package/dist/commonjs/api/edgeMachines/operations.d.ts +36 -0
- package/dist/commonjs/api/edgeMachines/operations.js +283 -0
- package/dist/commonjs/api/edgeMachines/operations.js.map +7 -0
- package/dist/commonjs/api/edgeMachines/options.d.ts +26 -0
- package/dist/commonjs/api/edgeMachines/options.js +16 -0
- package/dist/commonjs/api/edgeMachines/options.js.map +7 -0
- package/dist/commonjs/api/extensions/index.js +1 -0
- package/dist/commonjs/api/extensions/index.js.map +1 -1
- package/dist/commonjs/api/extensions/operations.js +16 -11
- package/dist/commonjs/api/extensions/operations.js.map +3 -3
- package/dist/commonjs/api/extensions/options.js +1 -0
- package/dist/commonjs/api/extensions/options.js.map +1 -1
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/kubernetesVersions/index.d.ts +3 -0
- package/dist/commonjs/api/kubernetesVersions/index.js +28 -0
- package/dist/commonjs/api/kubernetesVersions/index.js.map +7 -0
- package/dist/commonjs/api/kubernetesVersions/operations.d.ts +10 -0
- package/dist/commonjs/api/kubernetesVersions/operations.js +78 -0
- package/dist/commonjs/api/kubernetesVersions/operations.js.map +7 -0
- package/dist/commonjs/api/kubernetesVersions/options.d.ts +5 -0
- package/dist/commonjs/api/kubernetesVersions/options.js +16 -0
- package/dist/commonjs/api/kubernetesVersions/options.js.map +7 -0
- package/dist/commonjs/api/offers/index.js +1 -0
- package/dist/commonjs/api/offers/index.js.map +1 -1
- package/dist/commonjs/api/offers/operations.js +14 -5
- package/dist/commonjs/api/offers/operations.js.map +3 -3
- package/dist/commonjs/api/offers/options.js +1 -0
- package/dist/commonjs/api/offers/options.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +7 -2
- package/dist/commonjs/api/operations/operations.js.map +3 -3
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/osImages/index.d.ts +3 -0
- package/dist/commonjs/api/osImages/index.js +30 -0
- package/dist/commonjs/api/osImages/index.js.map +7 -0
- package/dist/commonjs/api/osImages/operations.d.ts +14 -0
- package/dist/commonjs/api/osImages/operations.js +111 -0
- package/dist/commonjs/api/osImages/operations.js.map +7 -0
- package/dist/commonjs/api/osImages/options.d.ts +8 -0
- package/dist/commonjs/api/osImages/options.js +16 -0
- package/dist/commonjs/api/osImages/options.js.map +7 -0
- package/dist/commonjs/api/ownershipVouchers/index.d.ts +3 -0
- package/dist/commonjs/api/ownershipVouchers/index.js +28 -0
- package/dist/commonjs/api/ownershipVouchers/index.js.map +7 -0
- package/dist/commonjs/api/ownershipVouchers/operations.d.ts +9 -0
- package/dist/commonjs/api/ownershipVouchers/operations.js +73 -0
- package/dist/commonjs/api/ownershipVouchers/operations.js.map +7 -0
- package/dist/commonjs/api/ownershipVouchers/options.d.ts +5 -0
- package/dist/commonjs/api/ownershipVouchers/options.js +16 -0
- package/dist/commonjs/api/ownershipVouchers/options.js.map +7 -0
- package/dist/commonjs/api/platformUpdates/index.d.ts +3 -0
- package/dist/commonjs/api/platformUpdates/index.js +30 -0
- package/dist/commonjs/api/platformUpdates/index.js.map +7 -0
- package/dist/commonjs/api/platformUpdates/operations.d.ts +14 -0
- package/dist/commonjs/api/platformUpdates/operations.js +111 -0
- package/dist/commonjs/api/platformUpdates/operations.js.map +7 -0
- package/dist/commonjs/api/platformUpdates/options.d.ts +8 -0
- package/dist/commonjs/api/platformUpdates/options.js +16 -0
- package/dist/commonjs/api/platformUpdates/options.js.map +7 -0
- package/dist/commonjs/api/publishers/index.d.ts +3 -0
- package/dist/commonjs/api/publishers/index.js +30 -0
- package/dist/commonjs/api/publishers/index.js.map +7 -0
- package/dist/commonjs/api/publishers/operations.d.ts +14 -0
- package/dist/commonjs/api/publishers/operations.js +113 -0
- package/dist/commonjs/api/publishers/operations.js.map +7 -0
- package/dist/commonjs/api/publishers/options.d.ts +8 -0
- package/dist/commonjs/api/publishers/options.js +16 -0
- package/dist/commonjs/api/publishers/options.js.map +7 -0
- package/dist/commonjs/api/securitySettings/index.js +1 -0
- package/dist/commonjs/api/securitySettings/index.js.map +1 -1
- package/dist/commonjs/api/securitySettings/operations.js +12 -7
- package/dist/commonjs/api/securitySettings/operations.js.map +3 -3
- package/dist/commonjs/api/securitySettings/options.js +1 -0
- package/dist/commonjs/api/securitySettings/options.js.map +1 -1
- package/dist/commonjs/api/skus/index.js +1 -0
- package/dist/commonjs/api/skus/index.js.map +1 -1
- package/dist/commonjs/api/skus/operations.js +8 -3
- package/dist/commonjs/api/skus/operations.js.map +3 -3
- package/dist/commonjs/api/skus/options.js +1 -0
- package/dist/commonjs/api/skus/options.js.map +1 -1
- package/dist/commonjs/api/updateContents/index.d.ts +3 -0
- package/dist/commonjs/api/updateContents/index.js +30 -0
- package/dist/commonjs/api/updateContents/index.js.map +7 -0
- package/dist/commonjs/api/updateContents/operations.d.ts +14 -0
- package/dist/commonjs/api/updateContents/operations.js +111 -0
- package/dist/commonjs/api/updateContents/operations.js.map +7 -0
- package/dist/commonjs/api/updateContents/options.d.ts +8 -0
- package/dist/commonjs/api/updateContents/options.js +16 -0
- package/dist/commonjs/api/updateContents/options.js.map +7 -0
- package/dist/commonjs/api/updateRuns/index.js +1 -0
- package/dist/commonjs/api/updateRuns/index.js.map +1 -1
- package/dist/commonjs/api/updateRuns/operations.js +11 -6
- package/dist/commonjs/api/updateRuns/operations.js.map +3 -3
- package/dist/commonjs/api/updateRuns/options.js +1 -0
- package/dist/commonjs/api/updateRuns/options.js.map +1 -1
- package/dist/commonjs/api/updateSummaries/index.js +1 -0
- package/dist/commonjs/api/updateSummaries/index.js.map +1 -1
- package/dist/commonjs/api/updateSummaries/operations.js +11 -6
- package/dist/commonjs/api/updateSummaries/operations.js.map +3 -3
- package/dist/commonjs/api/updateSummaries/options.js +1 -0
- package/dist/commonjs/api/updateSummaries/options.js.map +1 -1
- package/dist/commonjs/api/updateSummariesOperationGroup/index.d.ts +3 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/index.js +30 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/operations.d.ts +14 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/operations.js +111 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/operations.js.map +7 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/options.d.ts +12 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/options.js +16 -0
- package/dist/commonjs/api/updateSummariesOperationGroup/options.js.map +7 -0
- package/dist/commonjs/api/updates/index.d.ts +2 -2
- package/dist/commonjs/api/updates/index.js +3 -0
- package/dist/commonjs/api/updates/index.js.map +3 -3
- package/dist/commonjs/api/updates/operations.d.ts +5 -1
- package/dist/commonjs/api/updates/operations.js +53 -8
- package/dist/commonjs/api/updates/operations.js.map +3 -3
- package/dist/commonjs/api/updates/options.d.ts +5 -0
- package/dist/commonjs/api/updates/options.js +1 -0
- package/dist/commonjs/api/updates/options.js.map +2 -2
- package/dist/commonjs/api/validatedSolutionRecipes/index.js +1 -0
- package/dist/commonjs/api/validatedSolutionRecipes/index.js.map +1 -1
- package/dist/commonjs/api/validatedSolutionRecipes/operations.js +8 -3
- package/dist/commonjs/api/validatedSolutionRecipes/operations.js.map +3 -3
- package/dist/commonjs/api/validatedSolutionRecipes/options.js +1 -0
- package/dist/commonjs/api/validatedSolutionRecipes/options.js.map +1 -1
- package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
- package/dist/commonjs/azureStackHCIClient.js +45 -0
- package/dist/commonjs/azureStackHCIClient.js.map +3 -3
- package/dist/commonjs/classic/arcSettings/index.js +1 -0
- package/dist/commonjs/classic/arcSettings/index.js.map +1 -1
- package/dist/commonjs/classic/clusterJobs/index.d.ts +32 -0
- package/dist/commonjs/classic/clusterJobs/index.js +72 -0
- package/dist/commonjs/classic/clusterJobs/index.js.map +7 -0
- package/dist/commonjs/classic/clusters/index.d.ts +8 -2
- package/dist/commonjs/classic/clusters/index.js +16 -0
- package/dist/commonjs/classic/clusters/index.js.map +3 -3
- package/dist/commonjs/classic/deploymentSettings/index.js +1 -0
- package/dist/commonjs/classic/deploymentSettings/index.js.map +1 -1
- package/dist/commonjs/classic/devicePools/index.d.ts +52 -0
- package/dist/commonjs/classic/devicePools/index.js +86 -0
- package/dist/commonjs/classic/devicePools/index.js.map +7 -0
- package/dist/commonjs/classic/edgeDeviceJobs/index.js +1 -0
- package/dist/commonjs/classic/edgeDeviceJobs/index.js.map +1 -1
- package/dist/commonjs/classic/edgeDevices/index.js +1 -0
- package/dist/commonjs/classic/edgeDevices/index.js.map +1 -1
- package/dist/commonjs/classic/edgeMachineJobs/index.d.ts +32 -0
- package/dist/commonjs/classic/edgeMachineJobs/index.js +72 -0
- package/dist/commonjs/classic/edgeMachineJobs/index.js.map +7 -0
- package/dist/commonjs/classic/edgeMachines/index.d.ts +40 -0
- package/dist/commonjs/classic/edgeMachines/index.js +68 -0
- package/dist/commonjs/classic/edgeMachines/index.js.map +7 -0
- package/dist/commonjs/classic/extensions/index.js +1 -0
- package/dist/commonjs/classic/extensions/index.js.map +1 -1
- package/dist/commonjs/classic/index.d.ts +11 -0
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/kubernetesVersions/index.d.ts +11 -0
- package/dist/commonjs/classic/kubernetesVersions/index.js +38 -0
- package/dist/commonjs/classic/kubernetesVersions/index.js.map +7 -0
- package/dist/commonjs/classic/offers/index.js +1 -0
- package/dist/commonjs/classic/offers/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/osImages/index.d.ts +13 -0
- package/dist/commonjs/classic/osImages/index.js +39 -0
- package/dist/commonjs/classic/osImages/index.js.map +7 -0
- package/dist/commonjs/classic/ownershipVouchers/index.d.ts +10 -0
- package/dist/commonjs/classic/ownershipVouchers/index.js +38 -0
- package/dist/commonjs/classic/ownershipVouchers/index.js.map +7 -0
- package/dist/commonjs/classic/platformUpdates/index.d.ts +13 -0
- package/dist/commonjs/classic/platformUpdates/index.js +39 -0
- package/dist/commonjs/classic/platformUpdates/index.js.map +7 -0
- package/dist/commonjs/classic/publishers/index.d.ts +13 -0
- package/dist/commonjs/classic/publishers/index.js +39 -0
- package/dist/commonjs/classic/publishers/index.js.map +7 -0
- package/dist/commonjs/classic/securitySettings/index.js +1 -0
- package/dist/commonjs/classic/securitySettings/index.js.map +1 -1
- package/dist/commonjs/classic/skus/index.js +1 -0
- package/dist/commonjs/classic/skus/index.js.map +1 -1
- package/dist/commonjs/classic/updateContents/index.d.ts +13 -0
- package/dist/commonjs/classic/updateContents/index.js +39 -0
- package/dist/commonjs/classic/updateContents/index.js.map +7 -0
- package/dist/commonjs/classic/updateRuns/index.js +1 -0
- package/dist/commonjs/classic/updateRuns/index.js.map +1 -1
- package/dist/commonjs/classic/updateSummaries/index.js +1 -0
- package/dist/commonjs/classic/updateSummaries/index.js.map +1 -1
- package/dist/commonjs/classic/updateSummariesOperationGroup/index.d.ts +22 -0
- package/dist/commonjs/classic/updateSummariesOperationGroup/index.js +56 -0
- package/dist/commonjs/classic/updateSummariesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/classic/updates/index.d.ts +7 -1
- package/dist/commonjs/classic/updates/index.js +10 -0
- package/dist/commonjs/classic/updates/index.js.map +3 -3
- package/dist/commonjs/classic/validatedSolutionRecipes/index.js +1 -0
- package/dist/commonjs/classic/validatedSolutionRecipes/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +16 -5
- package/dist/commonjs/index.js +43 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +43 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +1572 -99
- package/dist/commonjs/models/models.js +1980 -226
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +70 -36
- package/dist/commonjs/restorePollerHelpers.js.map +4 -4
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/arcSettings/index.js +4 -24
- package/dist/esm/api/arcSettings/index.js.map +1 -7
- package/dist/esm/api/arcSettings/operations.js +282 -391
- package/dist/esm/api/arcSettings/operations.js.map +1 -7
- package/dist/esm/api/arcSettings/options.js +4 -0
- package/dist/esm/api/arcSettings/options.js.map +1 -7
- package/dist/esm/api/azureStackHCIContext.js +20 -17
- package/dist/esm/api/azureStackHCIContext.js.map +1 -7
- package/dist/esm/api/clusterJobs/index.d.ts +3 -0
- package/dist/esm/api/clusterJobs/index.js +4 -0
- package/dist/esm/api/clusterJobs/index.js.map +1 -0
- package/dist/esm/api/clusterJobs/operations.d.ts +28 -0
- package/dist/esm/api/clusterJobs/operations.js +140 -0
- package/dist/esm/api/clusterJobs/operations.js.map +1 -0
- package/dist/esm/api/clusterJobs/options.d.ts +18 -0
- package/dist/esm/api/clusterJobs/options.js +4 -0
- package/dist/esm/api/clusterJobs/options.js.map +1 -0
- package/dist/esm/api/clusters/index.d.ts +2 -2
- package/dist/esm/api/clusters/index.js +4 -28
- package/dist/esm/api/clusters/index.js.map +1 -7
- package/dist/esm/api/clusters/operations.d.ts +6 -2
- package/dist/esm/api/clusters/operations.js +415 -491
- package/dist/esm/api/clusters/operations.js.map +1 -7
- package/dist/esm/api/clusters/options.d.ts +5 -0
- package/dist/esm/api/clusters/options.js +4 -0
- package/dist/esm/api/clusters/options.js.map +1 -7
- package/dist/esm/api/deploymentSettings/index.js +4 -7
- package/dist/esm/api/deploymentSettings/index.js.map +1 -7
- package/dist/esm/api/deploymentSettings/operations.js +121 -159
- package/dist/esm/api/deploymentSettings/operations.js.map +1 -7
- package/dist/esm/api/deploymentSettings/options.js +4 -0
- package/dist/esm/api/deploymentSettings/options.js.map +1 -7
- package/dist/esm/api/devicePools/index.d.ts +3 -0
- package/dist/esm/api/devicePools/index.js +4 -0
- package/dist/esm/api/devicePools/index.js.map +1 -0
- package/dist/esm/api/devicePools/operations.d.ts +44 -0
- package/dist/esm/api/devicePools/operations.js +268 -0
- package/dist/esm/api/devicePools/operations.js.map +1 -0
- package/dist/esm/api/devicePools/options.d.ts +36 -0
- package/dist/esm/api/devicePools/options.js +4 -0
- package/dist/esm/api/devicePools/options.js.map +1 -0
- package/dist/esm/api/edgeDeviceJobs/index.js +4 -7
- package/dist/esm/api/edgeDeviceJobs/index.js.map +1 -7
- package/dist/esm/api/edgeDeviceJobs/operations.js +117 -142
- package/dist/esm/api/edgeDeviceJobs/operations.js.map +1 -7
- package/dist/esm/api/edgeDeviceJobs/options.js +4 -0
- package/dist/esm/api/edgeDeviceJobs/options.js.map +1 -7
- package/dist/esm/api/edgeDevices/index.js +4 -8
- package/dist/esm/api/edgeDevices/index.js.map +1 -7
- package/dist/esm/api/edgeDevices/operations.js +143 -176
- package/dist/esm/api/edgeDevices/operations.js.map +1 -7
- package/dist/esm/api/edgeDevices/options.js +4 -0
- package/dist/esm/api/edgeDevices/options.js.map +1 -7
- package/dist/esm/api/edgeMachineJobs/index.d.ts +3 -0
- package/dist/esm/api/edgeMachineJobs/index.js +4 -0
- package/dist/esm/api/edgeMachineJobs/index.js.map +1 -0
- package/dist/esm/api/edgeMachineJobs/operations.d.ts +28 -0
- package/dist/esm/api/edgeMachineJobs/operations.js +140 -0
- package/dist/esm/api/edgeMachineJobs/operations.js.map +1 -0
- package/dist/esm/api/edgeMachineJobs/options.d.ts +18 -0
- package/dist/esm/api/edgeMachineJobs/options.js +4 -0
- package/dist/esm/api/edgeMachineJobs/options.js.map +1 -0
- package/dist/esm/api/edgeMachines/index.d.ts +3 -0
- package/dist/esm/api/edgeMachines/index.js +4 -0
- package/dist/esm/api/edgeMachines/index.js.map +1 -0
- package/dist/esm/api/edgeMachines/operations.d.ts +36 -0
- package/dist/esm/api/edgeMachines/operations.js +200 -0
- package/dist/esm/api/edgeMachines/operations.js.map +1 -0
- package/dist/esm/api/edgeMachines/options.d.ts +26 -0
- package/dist/esm/api/edgeMachines/options.js +4 -0
- package/dist/esm/api/edgeMachines/options.js.map +1 -0
- package/dist/esm/api/extensions/index.js +4 -9
- package/dist/esm/api/extensions/index.js.map +1 -7
- package/dist/esm/api/extensions/operations.js +205 -275
- package/dist/esm/api/extensions/operations.js.map +1 -7
- package/dist/esm/api/extensions/options.js +4 -0
- package/dist/esm/api/extensions/options.js.map +1 -7
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/kubernetesVersions/index.d.ts +3 -0
- package/dist/esm/api/kubernetesVersions/index.js +4 -0
- package/dist/esm/api/kubernetesVersions/index.js.map +1 -0
- package/dist/esm/api/kubernetesVersions/operations.d.ts +10 -0
- package/dist/esm/api/kubernetesVersions/operations.js +41 -0
- package/dist/esm/api/kubernetesVersions/operations.js.map +1 -0
- package/dist/esm/api/kubernetesVersions/options.d.ts +5 -0
- package/dist/esm/api/kubernetesVersions/options.js +4 -0
- package/dist/esm/api/kubernetesVersions/options.js.map +1 -0
- package/dist/esm/api/offers/index.js +4 -6
- package/dist/esm/api/offers/index.js.map +1 -7
- package/dist/esm/api/offers/operations.js +89 -121
- package/dist/esm/api/offers/operations.js.map +1 -7
- package/dist/esm/api/offers/options.js +4 -0
- package/dist/esm/api/offers/options.js.map +1 -7
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +29 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/osImages/index.d.ts +3 -0
- package/dist/esm/api/osImages/index.js +4 -0
- package/dist/esm/api/osImages/index.js.map +1 -0
- package/dist/esm/api/osImages/operations.d.ts +14 -0
- package/dist/esm/api/osImages/operations.js +65 -0
- package/dist/esm/api/osImages/operations.js.map +1 -0
- package/dist/esm/api/osImages/options.d.ts +8 -0
- package/dist/esm/api/osImages/options.js +4 -0
- package/dist/esm/api/osImages/options.js.map +1 -0
- package/dist/esm/api/ownershipVouchers/index.d.ts +3 -0
- package/dist/esm/api/ownershipVouchers/index.js +4 -0
- package/dist/esm/api/ownershipVouchers/index.js.map +1 -0
- package/dist/esm/api/ownershipVouchers/operations.d.ts +9 -0
- package/dist/esm/api/ownershipVouchers/operations.js +36 -0
- package/dist/esm/api/ownershipVouchers/operations.js.map +1 -0
- package/dist/esm/api/ownershipVouchers/options.d.ts +5 -0
- package/dist/esm/api/ownershipVouchers/options.js +4 -0
- package/dist/esm/api/ownershipVouchers/options.js.map +1 -0
- package/dist/esm/api/platformUpdates/index.d.ts +3 -0
- package/dist/esm/api/platformUpdates/index.js +4 -0
- package/dist/esm/api/platformUpdates/index.js.map +1 -0
- package/dist/esm/api/platformUpdates/operations.d.ts +14 -0
- package/dist/esm/api/platformUpdates/operations.js +65 -0
- package/dist/esm/api/platformUpdates/operations.js.map +1 -0
- package/dist/esm/api/platformUpdates/options.d.ts +8 -0
- package/dist/esm/api/platformUpdates/options.js +4 -0
- package/dist/esm/api/platformUpdates/options.js.map +1 -0
- package/dist/esm/api/publishers/index.d.ts +3 -0
- package/dist/esm/api/publishers/index.js +4 -0
- package/dist/esm/api/publishers/index.js.map +1 -0
- package/dist/esm/api/publishers/operations.d.ts +14 -0
- package/dist/esm/api/publishers/operations.js +67 -0
- package/dist/esm/api/publishers/operations.js.map +1 -0
- package/dist/esm/api/publishers/options.d.ts +8 -0
- package/dist/esm/api/publishers/options.js +4 -0
- package/dist/esm/api/publishers/options.js.map +1 -0
- package/dist/esm/api/securitySettings/index.js +4 -7
- package/dist/esm/api/securitySettings/index.js.map +1 -7
- package/dist/esm/api/securitySettings/operations.js +121 -159
- package/dist/esm/api/securitySettings/operations.js.map +1 -7
- package/dist/esm/api/securitySettings/options.js +4 -0
- package/dist/esm/api/securitySettings/options.js.map +1 -7
- package/dist/esm/api/skus/index.js +4 -5
- package/dist/esm/api/skus/index.js.map +1 -7
- package/dist/esm/api/skus/operations.js +63 -88
- package/dist/esm/api/skus/operations.js.map +1 -7
- package/dist/esm/api/skus/options.js +4 -0
- package/dist/esm/api/skus/options.js.map +1 -7
- package/dist/esm/api/updateContents/index.d.ts +3 -0
- package/dist/esm/api/updateContents/index.js +4 -0
- package/dist/esm/api/updateContents/index.js.map +1 -0
- package/dist/esm/api/updateContents/operations.d.ts +14 -0
- package/dist/esm/api/updateContents/operations.js +65 -0
- package/dist/esm/api/updateContents/operations.js.map +1 -0
- package/dist/esm/api/updateContents/options.d.ts +8 -0
- package/dist/esm/api/updateContents/options.js +4 -0
- package/dist/esm/api/updateContents/options.js.map +1 -0
- package/dist/esm/api/updateRuns/index.js +4 -7
- package/dist/esm/api/updateRuns/index.js.map +1 -7
- package/dist/esm/api/updateRuns/operations.js +120 -160
- package/dist/esm/api/updateRuns/operations.js.map +1 -7
- package/dist/esm/api/updateRuns/options.js +4 -0
- package/dist/esm/api/updateRuns/options.js.map +1 -7
- package/dist/esm/api/updateSummaries/index.js +4 -7
- package/dist/esm/api/updateSummaries/index.js.map +1 -7
- package/dist/esm/api/updateSummaries/operations.js +113 -144
- package/dist/esm/api/updateSummaries/operations.js.map +1 -7
- package/dist/esm/api/updateSummaries/options.js +4 -0
- package/dist/esm/api/updateSummaries/options.js.map +1 -7
- package/dist/esm/api/updateSummariesOperationGroup/index.d.ts +3 -0
- package/dist/esm/api/updateSummariesOperationGroup/index.js +4 -0
- package/dist/esm/api/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/esm/api/updateSummariesOperationGroup/operations.d.ts +14 -0
- package/dist/esm/api/updateSummariesOperationGroup/operations.js +71 -0
- package/dist/esm/api/updateSummariesOperationGroup/operations.js.map +1 -0
- package/dist/esm/api/updateSummariesOperationGroup/options.d.ts +12 -0
- package/dist/esm/api/updateSummariesOperationGroup/options.js +4 -0
- package/dist/esm/api/updateSummariesOperationGroup/options.js.map +1 -0
- package/dist/esm/api/updates/index.d.ts +2 -2
- package/dist/esm/api/updates/index.js +4 -8
- package/dist/esm/api/updates/index.js.map +1 -7
- package/dist/esm/api/updates/operations.d.ts +5 -1
- package/dist/esm/api/updates/operations.js +188 -195
- package/dist/esm/api/updates/operations.js.map +1 -7
- package/dist/esm/api/updates/options.d.ts +5 -0
- package/dist/esm/api/updates/options.js +4 -0
- package/dist/esm/api/updates/options.js.map +1 -7
- package/dist/esm/api/validatedSolutionRecipes/index.js +4 -5
- package/dist/esm/api/validatedSolutionRecipes/index.js.map +1 -7
- package/dist/esm/api/validatedSolutionRecipes/operations.js +58 -75
- package/dist/esm/api/validatedSolutionRecipes/operations.js.map +1 -7
- package/dist/esm/api/validatedSolutionRecipes/options.js +4 -0
- package/dist/esm/api/validatedSolutionRecipes/options.js.map +1 -7
- package/dist/esm/azureStackHCIClient.d.ts +33 -0
- package/dist/esm/azureStackHCIClient.js +112 -65
- package/dist/esm/azureStackHCIClient.js.map +1 -7
- package/dist/esm/classic/arcSettings/index.js +52 -108
- package/dist/esm/classic/arcSettings/index.js.map +1 -7
- package/dist/esm/classic/clusterJobs/index.d.ts +32 -0
- package/dist/esm/classic/clusterJobs/index.js +34 -0
- package/dist/esm/classic/clusterJobs/index.js.map +1 -0
- package/dist/esm/classic/clusters/index.d.ts +8 -2
- package/dist/esm/classic/clusters/index.js +87 -151
- package/dist/esm/classic/clusters/index.js.map +1 -7
- package/dist/esm/classic/deploymentSettings/index.js +30 -68
- package/dist/esm/classic/deploymentSettings/index.js.map +1 -7
- package/dist/esm/classic/devicePools/index.d.ts +52 -0
- package/dist/esm/classic/devicePools/index.js +62 -0
- package/dist/esm/classic/devicePools/index.js.map +1 -0
- package/dist/esm/classic/edgeDeviceJobs/index.js +30 -49
- package/dist/esm/classic/edgeDeviceJobs/index.js.map +1 -7
- package/dist/esm/classic/edgeDevices/index.js +38 -38
- package/dist/esm/classic/edgeDevices/index.js.map +1 -7
- package/dist/esm/classic/edgeMachineJobs/index.d.ts +32 -0
- package/dist/esm/classic/edgeMachineJobs/index.js +34 -0
- package/dist/esm/classic/edgeMachineJobs/index.js.map +1 -0
- package/dist/esm/classic/edgeMachines/index.d.ts +40 -0
- package/dist/esm/classic/edgeMachines/index.js +44 -0
- package/dist/esm/classic/edgeMachines/index.js.map +1 -0
- package/dist/esm/classic/extensions/index.js +48 -141
- package/dist/esm/classic/extensions/index.js.map +1 -7
- package/dist/esm/classic/index.d.ts +11 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/kubernetesVersions/index.d.ts +11 -0
- package/dist/esm/classic/kubernetesVersions/index.js +14 -0
- package/dist/esm/classic/kubernetesVersions/index.js.map +1 -0
- package/dist/esm/classic/offers/index.js +12 -12
- package/dist/esm/classic/offers/index.js.map +1 -7
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/osImages/index.d.ts +13 -0
- package/dist/esm/classic/osImages/index.js +15 -0
- package/dist/esm/classic/osImages/index.js.map +1 -0
- package/dist/esm/classic/ownershipVouchers/index.d.ts +10 -0
- package/dist/esm/classic/ownershipVouchers/index.js +14 -0
- package/dist/esm/classic/ownershipVouchers/index.js.map +1 -0
- package/dist/esm/classic/platformUpdates/index.d.ts +13 -0
- package/dist/esm/classic/platformUpdates/index.js +15 -0
- package/dist/esm/classic/platformUpdates/index.js.map +1 -0
- package/dist/esm/classic/publishers/index.d.ts +13 -0
- package/dist/esm/classic/publishers/index.js +15 -0
- package/dist/esm/classic/publishers/index.js.map +1 -0
- package/dist/esm/classic/securitySettings/index.js +30 -62
- package/dist/esm/classic/securitySettings/index.js.map +1 -7
- package/dist/esm/classic/skus/index.js +11 -11
- package/dist/esm/classic/skus/index.js.map +1 -7
- package/dist/esm/classic/updateContents/index.d.ts +13 -0
- package/dist/esm/classic/updateContents/index.js +15 -0
- package/dist/esm/classic/updateContents/index.js.map +1 -0
- package/dist/esm/classic/updateRuns/index.js +21 -43
- package/dist/esm/classic/updateRuns/index.js.map +1 -7
- package/dist/esm/classic/updateSummaries/index.js +21 -21
- package/dist/esm/classic/updateSummaries/index.js.map +1 -7
- package/dist/esm/classic/updateSummariesOperationGroup/index.d.ts +22 -0
- package/dist/esm/classic/updateSummariesOperationGroup/index.js +32 -0
- package/dist/esm/classic/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/esm/classic/updates/index.d.ts +7 -1
- package/dist/esm/classic/updates/index.js +40 -31
- package/dist/esm/classic/updates/index.js.map +1 -7
- package/dist/esm/classic/validatedSolutionRecipes/index.js +12 -15
- package/dist/esm/classic/validatedSolutionRecipes/index.js.map +1 -7
- package/dist/esm/index.d.ts +16 -5
- package/dist/esm/index.js +7 -113
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +4 -108
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +1572 -99
- package/dist/esm/models/models.js +5969 -3830
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +171 -161
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +122 -98
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.js +86 -68
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/dist/react-native/api/arcSettings/operations.js +19 -15
- package/dist/react-native/api/arcSettings/operations.js.map +1 -1
- package/dist/react-native/api/azureStackHCIContext.js +1 -1
- package/dist/react-native/api/azureStackHCIContext.js.map +1 -1
- package/dist/react-native/api/clusterJobs/index.d.ts +3 -0
- package/dist/react-native/api/clusterJobs/index.js +4 -0
- package/dist/react-native/api/clusterJobs/index.js.map +1 -0
- package/dist/react-native/api/clusterJobs/operations.d.ts +28 -0
- package/dist/react-native/api/clusterJobs/operations.js +140 -0
- package/dist/react-native/api/clusterJobs/operations.js.map +1 -0
- package/dist/react-native/api/clusterJobs/options.d.ts +18 -0
- package/dist/react-native/api/clusterJobs/options.js +4 -0
- package/dist/react-native/api/clusterJobs/options.js.map +1 -0
- package/dist/react-native/api/clusters/index.d.ts +2 -2
- package/dist/react-native/api/clusters/index.js +1 -1
- package/dist/react-native/api/clusters/index.js.map +1 -1
- package/dist/react-native/api/clusters/operations.d.ts +6 -2
- package/dist/react-native/api/clusters/operations.js +65 -22
- package/dist/react-native/api/clusters/operations.js.map +1 -1
- package/dist/react-native/api/clusters/options.d.ts +5 -0
- package/dist/react-native/api/clusters/options.js.map +1 -1
- package/dist/react-native/api/deploymentSettings/operations.js +11 -7
- package/dist/react-native/api/deploymentSettings/operations.js.map +1 -1
- package/dist/react-native/api/devicePools/index.d.ts +3 -0
- package/dist/react-native/api/devicePools/index.js +4 -0
- package/dist/react-native/api/devicePools/index.js.map +1 -0
- package/dist/react-native/api/devicePools/operations.d.ts +44 -0
- package/dist/react-native/api/devicePools/operations.js +268 -0
- package/dist/react-native/api/devicePools/operations.js.map +1 -0
- package/dist/react-native/api/devicePools/options.d.ts +36 -0
- package/dist/react-native/api/devicePools/options.js +4 -0
- package/dist/react-native/api/devicePools/options.js.map +1 -0
- package/dist/react-native/api/edgeDeviceJobs/operations.js +11 -7
- package/dist/react-native/api/edgeDeviceJobs/operations.js.map +1 -1
- package/dist/react-native/api/edgeDevices/operations.js +13 -9
- package/dist/react-native/api/edgeDevices/operations.js.map +1 -1
- package/dist/react-native/api/edgeMachineJobs/index.d.ts +3 -0
- package/dist/react-native/api/edgeMachineJobs/index.js +4 -0
- package/dist/react-native/api/edgeMachineJobs/index.js.map +1 -0
- package/dist/react-native/api/edgeMachineJobs/operations.d.ts +28 -0
- package/dist/react-native/api/edgeMachineJobs/operations.js +140 -0
- package/dist/react-native/api/edgeMachineJobs/operations.js.map +1 -0
- package/dist/react-native/api/edgeMachineJobs/options.d.ts +18 -0
- package/dist/react-native/api/edgeMachineJobs/options.js +4 -0
- package/dist/react-native/api/edgeMachineJobs/options.js.map +1 -0
- package/dist/react-native/api/edgeMachines/index.d.ts +3 -0
- package/dist/react-native/api/edgeMachines/index.js +4 -0
- package/dist/react-native/api/edgeMachines/index.js.map +1 -0
- package/dist/react-native/api/edgeMachines/operations.d.ts +36 -0
- package/dist/react-native/api/edgeMachines/operations.js +200 -0
- package/dist/react-native/api/edgeMachines/operations.js.map +1 -0
- package/dist/react-native/api/edgeMachines/options.d.ts +26 -0
- package/dist/react-native/api/edgeMachines/options.js +4 -0
- package/dist/react-native/api/edgeMachines/options.js.map +1 -0
- package/dist/react-native/api/extensions/operations.js +15 -11
- package/dist/react-native/api/extensions/operations.js.map +1 -1
- package/dist/react-native/api/kubernetesVersions/index.d.ts +3 -0
- package/dist/react-native/api/kubernetesVersions/index.js +4 -0
- package/dist/react-native/api/kubernetesVersions/index.js.map +1 -0
- package/dist/react-native/api/kubernetesVersions/operations.d.ts +10 -0
- package/dist/react-native/api/kubernetesVersions/operations.js +41 -0
- package/dist/react-native/api/kubernetesVersions/operations.js.map +1 -0
- package/dist/react-native/api/kubernetesVersions/options.d.ts +5 -0
- package/dist/react-native/api/kubernetesVersions/options.js +4 -0
- package/dist/react-native/api/kubernetesVersions/options.js.map +1 -0
- package/dist/react-native/api/offers/operations.js +13 -5
- package/dist/react-native/api/offers/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +7 -3
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/osImages/index.d.ts +3 -0
- package/dist/react-native/api/osImages/index.js +4 -0
- package/dist/react-native/api/osImages/index.js.map +1 -0
- package/dist/react-native/api/osImages/operations.d.ts +14 -0
- package/dist/react-native/api/osImages/operations.js +65 -0
- package/dist/react-native/api/osImages/operations.js.map +1 -0
- package/dist/react-native/api/osImages/options.d.ts +8 -0
- package/dist/react-native/api/osImages/options.js +4 -0
- package/dist/react-native/api/osImages/options.js.map +1 -0
- package/dist/react-native/api/ownershipVouchers/index.d.ts +3 -0
- package/dist/react-native/api/ownershipVouchers/index.js +4 -0
- package/dist/react-native/api/ownershipVouchers/index.js.map +1 -0
- package/dist/react-native/api/ownershipVouchers/operations.d.ts +9 -0
- package/dist/react-native/api/ownershipVouchers/operations.js +36 -0
- package/dist/react-native/api/ownershipVouchers/operations.js.map +1 -0
- package/dist/react-native/api/ownershipVouchers/options.d.ts +5 -0
- package/dist/react-native/api/ownershipVouchers/options.js +4 -0
- package/dist/react-native/api/ownershipVouchers/options.js.map +1 -0
- package/dist/react-native/api/platformUpdates/index.d.ts +3 -0
- package/dist/react-native/api/platformUpdates/index.js +4 -0
- package/dist/react-native/api/platformUpdates/index.js.map +1 -0
- package/dist/react-native/api/platformUpdates/operations.d.ts +14 -0
- package/dist/react-native/api/platformUpdates/operations.js +65 -0
- package/dist/react-native/api/platformUpdates/operations.js.map +1 -0
- package/dist/react-native/api/platformUpdates/options.d.ts +8 -0
- package/dist/react-native/api/platformUpdates/options.js +4 -0
- package/dist/react-native/api/platformUpdates/options.js.map +1 -0
- package/dist/react-native/api/publishers/index.d.ts +3 -0
- package/dist/react-native/api/publishers/index.js +4 -0
- package/dist/react-native/api/publishers/index.js.map +1 -0
- package/dist/react-native/api/publishers/operations.d.ts +14 -0
- package/dist/react-native/api/publishers/operations.js +67 -0
- package/dist/react-native/api/publishers/operations.js.map +1 -0
- package/dist/react-native/api/publishers/options.d.ts +8 -0
- package/dist/react-native/api/publishers/options.js +4 -0
- package/dist/react-native/api/publishers/options.js.map +1 -0
- package/dist/react-native/api/securitySettings/operations.js +11 -7
- package/dist/react-native/api/securitySettings/operations.js.map +1 -1
- package/dist/react-native/api/skus/operations.js +7 -3
- package/dist/react-native/api/skus/operations.js.map +1 -1
- package/dist/react-native/api/updateContents/index.d.ts +3 -0
- package/dist/react-native/api/updateContents/index.js +4 -0
- package/dist/react-native/api/updateContents/index.js.map +1 -0
- package/dist/react-native/api/updateContents/operations.d.ts +14 -0
- package/dist/react-native/api/updateContents/operations.js +65 -0
- package/dist/react-native/api/updateContents/operations.js.map +1 -0
- package/dist/react-native/api/updateContents/options.d.ts +8 -0
- package/dist/react-native/api/updateContents/options.js +4 -0
- package/dist/react-native/api/updateContents/options.js.map +1 -0
- package/dist/react-native/api/updateRuns/operations.js +10 -6
- package/dist/react-native/api/updateRuns/operations.js.map +1 -1
- package/dist/react-native/api/updateSummaries/operations.js +10 -6
- package/dist/react-native/api/updateSummaries/operations.js.map +1 -1
- package/dist/react-native/api/updateSummariesOperationGroup/index.d.ts +3 -0
- package/dist/react-native/api/updateSummariesOperationGroup/index.js +4 -0
- package/dist/react-native/api/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/react-native/api/updateSummariesOperationGroup/operations.d.ts +14 -0
- package/dist/react-native/api/updateSummariesOperationGroup/operations.js +71 -0
- package/dist/react-native/api/updateSummariesOperationGroup/operations.js.map +1 -0
- package/dist/react-native/api/updateSummariesOperationGroup/options.d.ts +12 -0
- package/dist/react-native/api/updateSummariesOperationGroup/options.js +4 -0
- package/dist/react-native/api/updateSummariesOperationGroup/options.js.map +1 -0
- package/dist/react-native/api/updates/index.d.ts +2 -2
- package/dist/react-native/api/updates/index.js +1 -1
- package/dist/react-native/api/updates/index.js.map +1 -1
- package/dist/react-native/api/updates/operations.d.ts +5 -1
- package/dist/react-native/api/updates/operations.js +43 -8
- package/dist/react-native/api/updates/operations.js.map +1 -1
- package/dist/react-native/api/updates/options.d.ts +5 -0
- package/dist/react-native/api/updates/options.js.map +1 -1
- package/dist/react-native/api/validatedSolutionRecipes/operations.js +7 -3
- package/dist/react-native/api/validatedSolutionRecipes/operations.js.map +1 -1
- package/dist/react-native/azureStackHCIClient.d.ts +33 -0
- package/dist/react-native/azureStackHCIClient.js +44 -0
- package/dist/react-native/azureStackHCIClient.js.map +1 -1
- package/dist/react-native/classic/clusterJobs/index.d.ts +32 -0
- package/dist/react-native/classic/clusterJobs/index.js +34 -0
- package/dist/react-native/classic/clusterJobs/index.js.map +1 -0
- package/dist/react-native/classic/clusters/index.d.ts +8 -2
- package/dist/react-native/classic/clusters/index.js +10 -1
- package/dist/react-native/classic/clusters/index.js.map +1 -1
- package/dist/react-native/classic/devicePools/index.d.ts +52 -0
- package/dist/react-native/classic/devicePools/index.js +62 -0
- package/dist/react-native/classic/devicePools/index.js.map +1 -0
- package/dist/react-native/classic/edgeMachineJobs/index.d.ts +32 -0
- package/dist/react-native/classic/edgeMachineJobs/index.js +34 -0
- package/dist/react-native/classic/edgeMachineJobs/index.js.map +1 -0
- package/dist/react-native/classic/edgeMachines/index.d.ts +40 -0
- package/dist/react-native/classic/edgeMachines/index.js +44 -0
- package/dist/react-native/classic/edgeMachines/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +11 -0
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/kubernetesVersions/index.d.ts +11 -0
- package/dist/react-native/classic/kubernetesVersions/index.js +14 -0
- package/dist/react-native/classic/kubernetesVersions/index.js.map +1 -0
- package/dist/react-native/classic/osImages/index.d.ts +13 -0
- package/dist/react-native/classic/osImages/index.js +15 -0
- package/dist/react-native/classic/osImages/index.js.map +1 -0
- package/dist/react-native/classic/ownershipVouchers/index.d.ts +10 -0
- package/dist/react-native/classic/ownershipVouchers/index.js +14 -0
- package/dist/react-native/classic/ownershipVouchers/index.js.map +1 -0
- package/dist/react-native/classic/platformUpdates/index.d.ts +13 -0
- package/dist/react-native/classic/platformUpdates/index.js +15 -0
- package/dist/react-native/classic/platformUpdates/index.js.map +1 -0
- package/dist/react-native/classic/publishers/index.d.ts +13 -0
- package/dist/react-native/classic/publishers/index.js +15 -0
- package/dist/react-native/classic/publishers/index.js.map +1 -0
- package/dist/react-native/classic/updateContents/index.d.ts +13 -0
- package/dist/react-native/classic/updateContents/index.js +15 -0
- package/dist/react-native/classic/updateContents/index.js.map +1 -0
- package/dist/react-native/classic/updateSummariesOperationGroup/index.d.ts +22 -0
- package/dist/react-native/classic/updateSummariesOperationGroup/index.js +32 -0
- package/dist/react-native/classic/updateSummariesOperationGroup/index.js.map +1 -0
- package/dist/react-native/classic/updates/index.d.ts +7 -1
- package/dist/react-native/classic/updates/index.js +10 -1
- package/dist/react-native/classic/updates/index.js.map +1 -1
- package/dist/react-native/index.d.ts +16 -5
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +1572 -99
- package/dist/react-native/models/models.js +1884 -202
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +39 -6
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/package.json +203 -5
|
@@ -1,86 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
_validatedSolutionRecipeListResultDeserializer
|
|
5
|
-
} from "../../models/models.js";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { errorResponseDeserializer, validatedSolutionRecipeDeserializer, _validatedSolutionRecipeListResultDeserializer, } from "../../models/models.js";
|
|
6
4
|
import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
|
|
7
5
|
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
8
6
|
import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
|
|
9
|
-
function _listBySubscriptionLocationResourceSend(context, location, options = {
|
|
10
|
-
|
|
7
|
+
export function _listBySubscriptionLocationResourceSend(context, location, options = {
|
|
8
|
+
requestOptions: {},
|
|
11
9
|
}) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
{
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return context.path(path).get({
|
|
24
|
-
...operationOptionsToRequestParameters(options),
|
|
25
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
26
|
-
});
|
|
10
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes{?api%2Dversion}", {
|
|
11
|
+
subscriptionId: context.subscriptionId,
|
|
12
|
+
location: location,
|
|
13
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01-preview",
|
|
14
|
+
}, {
|
|
15
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
16
|
+
});
|
|
17
|
+
return context.path(path).get({
|
|
18
|
+
...operationOptionsToRequestParameters(options),
|
|
19
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
20
|
+
});
|
|
27
21
|
}
|
|
28
|
-
async function _listBySubscriptionLocationResourceDeserialize(result) {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
22
|
+
export async function _listBySubscriptionLocationResourceDeserialize(result) {
|
|
23
|
+
const expectedStatuses = ["200"];
|
|
24
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
25
|
+
const error = createRestError(result);
|
|
26
|
+
error.details = errorResponseDeserializer(result.body);
|
|
27
|
+
throw error;
|
|
28
|
+
}
|
|
29
|
+
return _validatedSolutionRecipeListResultDeserializer(result.body);
|
|
36
30
|
}
|
|
37
|
-
|
|
38
|
-
|
|
31
|
+
/** List all validated solution recipes. */
|
|
32
|
+
export function listBySubscriptionLocationResource(context, location, options = {
|
|
33
|
+
requestOptions: {},
|
|
39
34
|
}) {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-02-01" }
|
|
46
|
-
);
|
|
35
|
+
return buildPagedAsyncIterator(context, () => _listBySubscriptionLocationResourceSend(context, location, options), _listBySubscriptionLocationResourceDeserialize, ["200"], {
|
|
36
|
+
itemName: "value",
|
|
37
|
+
nextLinkName: "nextLink",
|
|
38
|
+
apiVersion: context.apiVersion ?? "2026-04-01-preview",
|
|
39
|
+
});
|
|
47
40
|
}
|
|
48
|
-
function _getSend(context, location, validatedSolutionRecipeName, options = { requestOptions: {} }) {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
{
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
return context.path(path).get({
|
|
62
|
-
...operationOptionsToRequestParameters(options),
|
|
63
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
64
|
-
});
|
|
41
|
+
export function _getSend(context, location, validatedSolutionRecipeName, options = { requestOptions: {} }) {
|
|
42
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes/{validatedSolutionRecipeName}{?api%2Dversion}", {
|
|
43
|
+
subscriptionId: context.subscriptionId,
|
|
44
|
+
location: location,
|
|
45
|
+
validatedSolutionRecipeName: validatedSolutionRecipeName,
|
|
46
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01-preview",
|
|
47
|
+
}, {
|
|
48
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
49
|
+
});
|
|
50
|
+
return context.path(path).get({
|
|
51
|
+
...operationOptionsToRequestParameters(options),
|
|
52
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
53
|
+
});
|
|
65
54
|
}
|
|
66
|
-
async function _getDeserialize(result) {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
55
|
+
export async function _getDeserialize(result) {
|
|
56
|
+
const expectedStatuses = ["200"];
|
|
57
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
58
|
+
const error = createRestError(result);
|
|
59
|
+
error.details = errorResponseDeserializer(result.body);
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
return validatedSolutionRecipeDeserializer(result.body);
|
|
74
63
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
64
|
+
/** Get a validated solution recipe. */
|
|
65
|
+
export async function get(context, location, validatedSolutionRecipeName, options = { requestOptions: {} }) {
|
|
66
|
+
const result = await _getSend(context, location, validatedSolutionRecipeName, options);
|
|
67
|
+
return _getDeserialize(result);
|
|
78
68
|
}
|
|
79
|
-
|
|
80
|
-
_getDeserialize,
|
|
81
|
-
_getSend,
|
|
82
|
-
_listBySubscriptionLocationResourceDeserialize,
|
|
83
|
-
_listBySubscriptionLocationResourceSend,
|
|
84
|
-
get,
|
|
85
|
-
listBySubscriptionLocationResource
|
|
86
|
-
};
|
|
69
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/azurestackhci/arm-azurestackhci/src/api/validatedSolutionRecipes/operations.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureStackHCIContext as Client } from \"../index.js\";\nimport type {\n ValidatedSolutionRecipe,\n _ValidatedSolutionRecipeListResult,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n validatedSolutionRecipeDeserializer,\n _validatedSolutionRecipeListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams,\n ValidatedSolutionRecipesGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listBySubscriptionLocationResourceSend(\n context: Client,\n location: string,\n options: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listBySubscriptionLocationResourceDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ValidatedSolutionRecipeListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return _validatedSolutionRecipeListResultDeserializer(result.body);\n}\n\n/** List all validated solution recipes. */\nexport function listBySubscriptionLocationResource(\n context: Client,\n location: string,\n options: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<ValidatedSolutionRecipe> {\n return buildPagedAsyncIterator(\n context,\n () => _listBySubscriptionLocationResourceSend(context, location, options),\n _listBySubscriptionLocationResourceDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2026-02-01\" },\n );\n}\n\nexport function _getSend(\n context: Client,\n location: string,\n validatedSolutionRecipeName: string,\n options: ValidatedSolutionRecipesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes/{validatedSolutionRecipeName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n validatedSolutionRecipeName: validatedSolutionRecipeName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<ValidatedSolutionRecipe> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return validatedSolutionRecipeDeserializer(result.body);\n}\n\n/** Get a validated solution recipe. */\nexport async function get(\n context: Client,\n location: string,\n validatedSolutionRecipeName: string,\n options: ValidatedSolutionRecipesGetOptionalParams = { requestOptions: {} },\n): Promise<ValidatedSolutionRecipe> {\n const result = await _getSend(context, location, validatedSolutionRecipeName, options);\n return _getDeserialize(result);\n}\n"],
|
|
5
|
-
"mappings": "AAQA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP,SAAS,+BAA+B;AACxC,SAAS,yBAAyB;AAMlC,SAAS,iBAAiB,2CAA2C;AAE9D,SAAS,wCACd,SACA,UACA,UAAoF;AAAA,EAClF,gBAAgB,CAAC;AACnB,GACkB;AAClB,QAAM,OAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,IACzC;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,IAAI;AAAA,IAC5B,GAAG,oCAAoC,OAAO;AAAA,IAC9C,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,EAC5E,CAAC;AACH;AAEA,eAAsB,+CACpB,QAC6C;AAC7C,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,QAAQ,gBAAgB,MAAM;AACpC,UAAM,UAAU,0BAA0B,OAAO,IAAI;AAErD,UAAM;AAAA,EACR;AAEA,SAAO,+CAA+C,OAAO,IAAI;AACnE;AAGO,SAAS,mCACd,SACA,UACA,UAAoF;AAAA,EAClF,gBAAgB,CAAC;AACnB,GACqD;AACrD,SAAO;AAAA,IACL;AAAA,IACA,MAAM,wCAAwC,SAAS,UAAU,OAAO;AAAA,IACxE;AAAA,IACA,CAAC,KAAK;AAAA,IACN,EAAE,UAAU,SAAS,cAAc,YAAY,YAAY,QAAQ,cAAc,aAAa;AAAA,EAChG;AACF;AAEO,SAAS,SACd,SACA,UACA,6BACA,UAAqD,EAAE,gBAAgB,CAAC,EAAE,GACxD;AAClB,QAAM,OAAO;AAAA,IACX;AAAA,IACA;AAAA,MACE,gBAAgB,QAAQ;AAAA,MACxB;AAAA,MACA;AAAA,MACA,iBAAiB,QAAQ,cAAc;AAAA,IACzC;AAAA,IACA;AAAA,MACE,eAAe,SAAS,gBAAgB;AAAA,IAC1C;AAAA,EACF;AACA,SAAO,QAAQ,KAAK,IAAI,EAAE,IAAI;AAAA,IAC5B,GAAG,oCAAoC,OAAO;AAAA,IAC9C,SAAS,EAAE,QAAQ,oBAAoB,GAAG,QAAQ,gBAAgB,QAAQ;AAAA,EAC5E,CAAC;AACH;AAEA,eAAsB,gBACpB,QACkC;AAClC,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,UAAM,QAAQ,gBAAgB,MAAM;AACpC,UAAM,UAAU,0BAA0B,OAAO,IAAI;AAErD,UAAM;AAAA,EACR;AAEA,SAAO,oCAAoC,OAAO,IAAI;AACxD;AAGA,eAAsB,IACpB,SACA,UACA,6BACA,UAAqD,EAAE,gBAAgB,CAAC,EAAE,GACxC;AAClC,QAAM,SAAS,MAAM,SAAS,SAAS,UAAU,6BAA6B,OAAO;AACrF,SAAO,gBAAgB,MAAM;AAC/B;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/validatedSolutionRecipes/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureStackHCIContext as Client } from \"../index.js\";\nimport type {\n ValidatedSolutionRecipe,\n _ValidatedSolutionRecipeListResult,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n validatedSolutionRecipeDeserializer,\n _validatedSolutionRecipeListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams,\n ValidatedSolutionRecipesGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listBySubscriptionLocationResourceSend(\n context: Client,\n location: string,\n options: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n \"api%2Dversion\": context.apiVersion ?? \"2026-04-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listBySubscriptionLocationResourceDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ValidatedSolutionRecipeListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return _validatedSolutionRecipeListResultDeserializer(result.body);\n}\n\n/** List all validated solution recipes. */\nexport function listBySubscriptionLocationResource(\n context: Client,\n location: string,\n options: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<ValidatedSolutionRecipe> {\n return buildPagedAsyncIterator(\n context,\n () => _listBySubscriptionLocationResourceSend(context, location, options),\n _listBySubscriptionLocationResourceDeserialize,\n [\"200\"],\n {\n itemName: \"value\",\n nextLinkName: \"nextLink\",\n apiVersion: context.apiVersion ?? \"2026-04-01-preview\",\n },\n );\n}\n\nexport function _getSend(\n context: Client,\n location: string,\n validatedSolutionRecipeName: string,\n options: ValidatedSolutionRecipesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes/{validatedSolutionRecipeName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n validatedSolutionRecipeName: validatedSolutionRecipeName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-04-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<ValidatedSolutionRecipe> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return validatedSolutionRecipeDeserializer(result.body);\n}\n\n/** Get a validated solution recipe. */\nexport async function get(\n context: Client,\n location: string,\n validatedSolutionRecipeName: string,\n options: ValidatedSolutionRecipesGetOptionalParams = { requestOptions: {} },\n): Promise<ValidatedSolutionRecipe> {\n const result = await _getSend(context, location, validatedSolutionRecipeName, options);\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": [],
|
|
4
|
-
"sourcesContent": [],
|
|
5
|
-
"mappings": "",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/validatedSolutionRecipes/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ValidatedSolutionRecipesGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1,16 +1,27 @@
|
|
|
1
1
|
import type { AzureStackHCIClientOptionalParams } from "./api/index.js";
|
|
2
2
|
import type { ArcSettingsOperations } from "./classic/arcSettings/index.js";
|
|
3
|
+
import type { ClusterJobsOperations } from "./classic/clusterJobs/index.js";
|
|
3
4
|
import type { ClustersOperations } from "./classic/clusters/index.js";
|
|
4
5
|
import type { DeploymentSettingsOperations } from "./classic/deploymentSettings/index.js";
|
|
6
|
+
import type { DevicePoolsOperations } from "./classic/devicePools/index.js";
|
|
5
7
|
import type { EdgeDeviceJobsOperations } from "./classic/edgeDeviceJobs/index.js";
|
|
6
8
|
import type { EdgeDevicesOperations } from "./classic/edgeDevices/index.js";
|
|
9
|
+
import type { EdgeMachineJobsOperations } from "./classic/edgeMachineJobs/index.js";
|
|
10
|
+
import type { EdgeMachinesOperations } from "./classic/edgeMachines/index.js";
|
|
7
11
|
import type { ExtensionsOperations } from "./classic/extensions/index.js";
|
|
12
|
+
import type { KubernetesVersionsOperations } from "./classic/kubernetesVersions/index.js";
|
|
8
13
|
import type { OffersOperations } from "./classic/offers/index.js";
|
|
9
14
|
import type { OperationsOperations } from "./classic/operations/index.js";
|
|
15
|
+
import type { OsImagesOperations } from "./classic/osImages/index.js";
|
|
16
|
+
import type { OwnershipVouchersOperations } from "./classic/ownershipVouchers/index.js";
|
|
17
|
+
import type { PlatformUpdatesOperations } from "./classic/platformUpdates/index.js";
|
|
18
|
+
import type { PublishersOperations } from "./classic/publishers/index.js";
|
|
10
19
|
import type { SecuritySettingsOperations } from "./classic/securitySettings/index.js";
|
|
11
20
|
import type { SkusOperations } from "./classic/skus/index.js";
|
|
21
|
+
import type { UpdateContentsOperations } from "./classic/updateContents/index.js";
|
|
12
22
|
import type { UpdateRunsOperations } from "./classic/updateRuns/index.js";
|
|
13
23
|
import type { UpdateSummariesOperations } from "./classic/updateSummaries/index.js";
|
|
24
|
+
import type { UpdateSummariesOperationGroupOperations } from "./classic/updateSummariesOperationGroup/index.js";
|
|
14
25
|
import type { UpdatesOperations } from "./classic/updates/index.js";
|
|
15
26
|
import type { ValidatedSolutionRecipesOperations } from "./classic/validatedSolutionRecipes/index.js";
|
|
16
27
|
import type { TokenCredential } from "@azure/core-auth";
|
|
@@ -24,8 +35,20 @@ export declare class AzureStackHCIClient {
|
|
|
24
35
|
constructor(credential: TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
|
|
25
36
|
/** The operation groups for updateSummaries */
|
|
26
37
|
readonly updateSummaries: UpdateSummariesOperations;
|
|
38
|
+
/** The operation groups for devicePools */
|
|
39
|
+
readonly devicePools: DevicePoolsOperations;
|
|
40
|
+
/** The operation groups for clusterJobs */
|
|
41
|
+
readonly clusterJobs: ClusterJobsOperations;
|
|
42
|
+
/** The operation groups for ownershipVouchers */
|
|
43
|
+
readonly ownershipVouchers: OwnershipVouchersOperations;
|
|
44
|
+
/** The operation groups for edgeMachineJobs */
|
|
45
|
+
readonly edgeMachineJobs: EdgeMachineJobsOperations;
|
|
46
|
+
/** The operation groups for edgeMachines */
|
|
47
|
+
readonly edgeMachines: EdgeMachinesOperations;
|
|
27
48
|
/** The operation groups for validatedSolutionRecipes */
|
|
28
49
|
readonly validatedSolutionRecipes: ValidatedSolutionRecipesOperations;
|
|
50
|
+
/** The operation groups for updateSummariesOperationGroup */
|
|
51
|
+
readonly updateSummariesOperationGroup: UpdateSummariesOperationGroupOperations;
|
|
29
52
|
/** The operation groups for updates */
|
|
30
53
|
readonly updates: UpdatesOperations;
|
|
31
54
|
/** The operation groups for updateRuns */
|
|
@@ -34,6 +57,8 @@ export declare class AzureStackHCIClient {
|
|
|
34
57
|
readonly skus: SkusOperations;
|
|
35
58
|
/** The operation groups for securitySettings */
|
|
36
59
|
readonly securitySettings: SecuritySettingsOperations;
|
|
60
|
+
/** The operation groups for publishers */
|
|
61
|
+
readonly publishers: PublishersOperations;
|
|
37
62
|
/** The operation groups for extensions */
|
|
38
63
|
readonly extensions: ExtensionsOperations;
|
|
39
64
|
/** The operation groups for edgeDevices */
|
|
@@ -50,5 +75,13 @@ export declare class AzureStackHCIClient {
|
|
|
50
75
|
readonly arcSettings: ArcSettingsOperations;
|
|
51
76
|
/** The operation groups for operations */
|
|
52
77
|
readonly operations: OperationsOperations;
|
|
78
|
+
/** The operation groups for updateContents */
|
|
79
|
+
readonly updateContents: UpdateContentsOperations;
|
|
80
|
+
/** The operation groups for osImages */
|
|
81
|
+
readonly osImages: OsImagesOperations;
|
|
82
|
+
/** The operation groups for platformUpdates */
|
|
83
|
+
readonly platformUpdates: PlatformUpdatesOperations;
|
|
84
|
+
/** The operation groups for kubernetesVersions */
|
|
85
|
+
readonly kubernetesVersions: KubernetesVersionsOperations;
|
|
53
86
|
}
|
|
54
87
|
//# sourceMappingURL=azureStackHCIClient.d.ts.map
|
|
@@ -1,82 +1,129 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { createAzureStackHCI } from "./api/index.js";
|
|
2
4
|
import { _getArcSettingsOperations } from "./classic/arcSettings/index.js";
|
|
5
|
+
import { _getClusterJobsOperations } from "./classic/clusterJobs/index.js";
|
|
3
6
|
import { _getClustersOperations } from "./classic/clusters/index.js";
|
|
4
7
|
import { _getDeploymentSettingsOperations } from "./classic/deploymentSettings/index.js";
|
|
8
|
+
import { _getDevicePoolsOperations } from "./classic/devicePools/index.js";
|
|
5
9
|
import { _getEdgeDeviceJobsOperations } from "./classic/edgeDeviceJobs/index.js";
|
|
6
10
|
import { _getEdgeDevicesOperations } from "./classic/edgeDevices/index.js";
|
|
11
|
+
import { _getEdgeMachineJobsOperations } from "./classic/edgeMachineJobs/index.js";
|
|
12
|
+
import { _getEdgeMachinesOperations } from "./classic/edgeMachines/index.js";
|
|
7
13
|
import { _getExtensionsOperations } from "./classic/extensions/index.js";
|
|
14
|
+
import { _getKubernetesVersionsOperations } from "./classic/kubernetesVersions/index.js";
|
|
8
15
|
import { _getOffersOperations } from "./classic/offers/index.js";
|
|
9
16
|
import { _getOperationsOperations } from "./classic/operations/index.js";
|
|
17
|
+
import { _getOsImagesOperations } from "./classic/osImages/index.js";
|
|
18
|
+
import { _getOwnershipVouchersOperations } from "./classic/ownershipVouchers/index.js";
|
|
19
|
+
import { _getPlatformUpdatesOperations } from "./classic/platformUpdates/index.js";
|
|
20
|
+
import { _getPublishersOperations } from "./classic/publishers/index.js";
|
|
10
21
|
import { _getSecuritySettingsOperations } from "./classic/securitySettings/index.js";
|
|
11
22
|
import { _getSkusOperations } from "./classic/skus/index.js";
|
|
23
|
+
import { _getUpdateContentsOperations } from "./classic/updateContents/index.js";
|
|
12
24
|
import { _getUpdateRunsOperations } from "./classic/updateRuns/index.js";
|
|
13
25
|
import { _getUpdateSummariesOperations } from "./classic/updateSummaries/index.js";
|
|
26
|
+
import { _getUpdateSummariesOperationGroupOperations } from "./classic/updateSummariesOperationGroup/index.js";
|
|
14
27
|
import { _getUpdatesOperations } from "./classic/updates/index.js";
|
|
15
28
|
import { _getValidatedSolutionRecipesOperations } from "./classic/validatedSolutionRecipes/index.js";
|
|
16
|
-
class AzureStackHCIClient {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
export class AzureStackHCIClient {
|
|
30
|
+
_client;
|
|
31
|
+
/** The pipeline used by this client to make requests */
|
|
32
|
+
pipeline;
|
|
33
|
+
/** Azure Stack HCI service */
|
|
34
|
+
constructor(credential, subscriptionIdOrOptions, options) {
|
|
35
|
+
let subscriptionId;
|
|
36
|
+
if (typeof subscriptionIdOrOptions === "string") {
|
|
37
|
+
subscriptionId = subscriptionIdOrOptions;
|
|
38
|
+
}
|
|
39
|
+
else if (typeof subscriptionIdOrOptions === "object") {
|
|
40
|
+
options = subscriptionIdOrOptions;
|
|
41
|
+
}
|
|
42
|
+
options = options ?? {};
|
|
43
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
44
|
+
const userAgentPrefix = prefixFromOptions
|
|
45
|
+
? `${prefixFromOptions} azsdk-js-client`
|
|
46
|
+
: `azsdk-js-client`;
|
|
47
|
+
this._client = createAzureStackHCI(credential, subscriptionId ?? "", {
|
|
48
|
+
...options,
|
|
49
|
+
userAgentOptions: { userAgentPrefix },
|
|
50
|
+
});
|
|
51
|
+
this.pipeline = this._client.pipeline;
|
|
52
|
+
this.updateSummaries = _getUpdateSummariesOperations(this._client);
|
|
53
|
+
this.devicePools = _getDevicePoolsOperations(this._client);
|
|
54
|
+
this.clusterJobs = _getClusterJobsOperations(this._client);
|
|
55
|
+
this.ownershipVouchers = _getOwnershipVouchersOperations(this._client);
|
|
56
|
+
this.edgeMachineJobs = _getEdgeMachineJobsOperations(this._client);
|
|
57
|
+
this.edgeMachines = _getEdgeMachinesOperations(this._client);
|
|
58
|
+
this.validatedSolutionRecipes = _getValidatedSolutionRecipesOperations(this._client);
|
|
59
|
+
this.updateSummariesOperationGroup = _getUpdateSummariesOperationGroupOperations(this._client);
|
|
60
|
+
this.updates = _getUpdatesOperations(this._client);
|
|
61
|
+
this.updateRuns = _getUpdateRunsOperations(this._client);
|
|
62
|
+
this.skus = _getSkusOperations(this._client);
|
|
63
|
+
this.securitySettings = _getSecuritySettingsOperations(this._client);
|
|
64
|
+
this.publishers = _getPublishersOperations(this._client);
|
|
65
|
+
this.extensions = _getExtensionsOperations(this._client);
|
|
66
|
+
this.edgeDevices = _getEdgeDevicesOperations(this._client);
|
|
67
|
+
this.edgeDeviceJobs = _getEdgeDeviceJobsOperations(this._client);
|
|
68
|
+
this.deploymentSettings = _getDeploymentSettingsOperations(this._client);
|
|
69
|
+
this.clusters = _getClustersOperations(this._client);
|
|
70
|
+
this.offers = _getOffersOperations(this._client);
|
|
71
|
+
this.arcSettings = _getArcSettingsOperations(this._client);
|
|
72
|
+
this.operations = _getOperationsOperations(this._client);
|
|
73
|
+
this.updateContents = _getUpdateContentsOperations(this._client);
|
|
74
|
+
this.osImages = _getOsImagesOperations(this._client);
|
|
75
|
+
this.platformUpdates = _getPlatformUpdatesOperations(this._client);
|
|
76
|
+
this.kubernetesVersions = _getKubernetesVersionsOperations(this._client);
|
|
27
77
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
operations;
|
|
78
|
+
/** The operation groups for updateSummaries */
|
|
79
|
+
updateSummaries;
|
|
80
|
+
/** The operation groups for devicePools */
|
|
81
|
+
devicePools;
|
|
82
|
+
/** The operation groups for clusterJobs */
|
|
83
|
+
clusterJobs;
|
|
84
|
+
/** The operation groups for ownershipVouchers */
|
|
85
|
+
ownershipVouchers;
|
|
86
|
+
/** The operation groups for edgeMachineJobs */
|
|
87
|
+
edgeMachineJobs;
|
|
88
|
+
/** The operation groups for edgeMachines */
|
|
89
|
+
edgeMachines;
|
|
90
|
+
/** The operation groups for validatedSolutionRecipes */
|
|
91
|
+
validatedSolutionRecipes;
|
|
92
|
+
/** The operation groups for updateSummariesOperationGroup */
|
|
93
|
+
updateSummariesOperationGroup;
|
|
94
|
+
/** The operation groups for updates */
|
|
95
|
+
updates;
|
|
96
|
+
/** The operation groups for updateRuns */
|
|
97
|
+
updateRuns;
|
|
98
|
+
/** The operation groups for skus */
|
|
99
|
+
skus;
|
|
100
|
+
/** The operation groups for securitySettings */
|
|
101
|
+
securitySettings;
|
|
102
|
+
/** The operation groups for publishers */
|
|
103
|
+
publishers;
|
|
104
|
+
/** The operation groups for extensions */
|
|
105
|
+
extensions;
|
|
106
|
+
/** The operation groups for edgeDevices */
|
|
107
|
+
edgeDevices;
|
|
108
|
+
/** The operation groups for edgeDeviceJobs */
|
|
109
|
+
edgeDeviceJobs;
|
|
110
|
+
/** The operation groups for deploymentSettings */
|
|
111
|
+
deploymentSettings;
|
|
112
|
+
/** The operation groups for clusters */
|
|
113
|
+
clusters;
|
|
114
|
+
/** The operation groups for offers */
|
|
115
|
+
offers;
|
|
116
|
+
/** The operation groups for arcSettings */
|
|
117
|
+
arcSettings;
|
|
118
|
+
/** The operation groups for operations */
|
|
119
|
+
operations;
|
|
120
|
+
/** The operation groups for updateContents */
|
|
121
|
+
updateContents;
|
|
122
|
+
/** The operation groups for osImages */
|
|
123
|
+
osImages;
|
|
124
|
+
/** The operation groups for platformUpdates */
|
|
125
|
+
platformUpdates;
|
|
126
|
+
/** The operation groups for kubernetesVersions */
|
|
127
|
+
kubernetesVersions;
|
|
79
128
|
}
|
|
80
|
-
|
|
81
|
-
AzureStackHCIClient
|
|
82
|
-
};
|
|
129
|
+
//# sourceMappingURL=azureStackHCIClient.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/azurestackhci/arm-azurestackhci/src/azureStackHCIClient.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureStackHCIContext, AzureStackHCIClientOptionalParams } from \"./api/index.js\";\nimport { createAzureStackHCI } from \"./api/index.js\";\nimport type { ArcSettingsOperations } from \"./classic/arcSettings/index.js\";\nimport { _getArcSettingsOperations } from \"./classic/arcSettings/index.js\";\nimport type { ClustersOperations } from \"./classic/clusters/index.js\";\nimport { _getClustersOperations } from \"./classic/clusters/index.js\";\nimport type { DeploymentSettingsOperations } from \"./classic/deploymentSettings/index.js\";\nimport { _getDeploymentSettingsOperations } from \"./classic/deploymentSettings/index.js\";\nimport type { EdgeDeviceJobsOperations } from \"./classic/edgeDeviceJobs/index.js\";\nimport { _getEdgeDeviceJobsOperations } from \"./classic/edgeDeviceJobs/index.js\";\nimport type { EdgeDevicesOperations } from \"./classic/edgeDevices/index.js\";\nimport { _getEdgeDevicesOperations } from \"./classic/edgeDevices/index.js\";\nimport type { ExtensionsOperations } from \"./classic/extensions/index.js\";\nimport { _getExtensionsOperations } from \"./classic/extensions/index.js\";\nimport type { OffersOperations } from \"./classic/offers/index.js\";\nimport { _getOffersOperations } from \"./classic/offers/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { SecuritySettingsOperations } from \"./classic/securitySettings/index.js\";\nimport { _getSecuritySettingsOperations } from \"./classic/securitySettings/index.js\";\nimport type { SkusOperations } from \"./classic/skus/index.js\";\nimport { _getSkusOperations } from \"./classic/skus/index.js\";\nimport type { UpdateRunsOperations } from \"./classic/updateRuns/index.js\";\nimport { _getUpdateRunsOperations } from \"./classic/updateRuns/index.js\";\nimport type { UpdateSummariesOperations } from \"./classic/updateSummaries/index.js\";\nimport { _getUpdateSummariesOperations } from \"./classic/updateSummaries/index.js\";\nimport type { UpdatesOperations } from \"./classic/updates/index.js\";\nimport { _getUpdatesOperations } from \"./classic/updates/index.js\";\nimport type { ValidatedSolutionRecipesOperations } from \"./classic/validatedSolutionRecipes/index.js\";\nimport { _getValidatedSolutionRecipesOperations } from \"./classic/validatedSolutionRecipes/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { AzureStackHCIClientOptionalParams } from \"./api/azureStackHCIContext.js\";\n\nexport class AzureStackHCIClient {\n private _client: AzureStackHCIContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: AzureStackHCIClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: AzureStackHCIClientOptionalParams,\n );\n /** Azure Stack HCI service */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | AzureStackHCIClientOptionalParams,\n options?: AzureStackHCIClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAzureStackHCI(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.updateSummaries = _getUpdateSummariesOperations(this._client);\n this.validatedSolutionRecipes = _getValidatedSolutionRecipesOperations(this._client);\n this.updates = _getUpdatesOperations(this._client);\n this.updateRuns = _getUpdateRunsOperations(this._client);\n this.skus = _getSkusOperations(this._client);\n this.securitySettings = _getSecuritySettingsOperations(this._client);\n this.extensions = _getExtensionsOperations(this._client);\n this.edgeDevices = _getEdgeDevicesOperations(this._client);\n this.edgeDeviceJobs = _getEdgeDeviceJobsOperations(this._client);\n this.deploymentSettings = _getDeploymentSettingsOperations(this._client);\n this.clusters = _getClustersOperations(this._client);\n this.offers = _getOffersOperations(this._client);\n this.arcSettings = _getArcSettingsOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for updateSummaries */\n public readonly updateSummaries: UpdateSummariesOperations;\n /** The operation groups for validatedSolutionRecipes */\n public readonly validatedSolutionRecipes: ValidatedSolutionRecipesOperations;\n /** The operation groups for updates */\n public readonly updates: UpdatesOperations;\n /** The operation groups for updateRuns */\n public readonly updateRuns: UpdateRunsOperations;\n /** The operation groups for skus */\n public readonly skus: SkusOperations;\n /** The operation groups for securitySettings */\n public readonly securitySettings: SecuritySettingsOperations;\n /** The operation groups for extensions */\n public readonly extensions: ExtensionsOperations;\n /** The operation groups for edgeDevices */\n public readonly edgeDevices: EdgeDevicesOperations;\n /** The operation groups for edgeDeviceJobs */\n public readonly edgeDeviceJobs: EdgeDeviceJobsOperations;\n /** The operation groups for deploymentSettings */\n public readonly deploymentSettings: DeploymentSettingsOperations;\n /** The operation groups for clusters */\n public readonly clusters: ClustersOperations;\n /** The operation groups for offers */\n public readonly offers: OffersOperations;\n /** The operation groups for arcSettings */\n public readonly arcSettings: ArcSettingsOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"],
|
|
5
|
-
"mappings": "AAIA,SAAS,2BAA2B;AAEpC,SAAS,iCAAiC;AAE1C,SAAS,8BAA8B;AAEvC,SAAS,wCAAwC;AAEjD,SAAS,oCAAoC;AAE7C,SAAS,iCAAiC;AAE1C,SAAS,gCAAgC;AAEzC,SAAS,4BAA4B;AAErC,SAAS,gCAAgC;AAEzC,SAAS,sCAAsC;AAE/C,SAAS,0BAA0B;AAEnC,SAAS,gCAAgC;AAEzC,SAAS,qCAAqC;AAE9C,SAAS,6BAA6B;AAEtC,SAAS,8CAA8C;AAMhD,MAAM,oBAAoB;AAAA,EACvB;AAAA;AAAA,EAEQ;AAAA;AAAA,EAShB,YACE,YACA,yBACA,SACA;AACA,QAAI;AAEJ,QAAI,OAAO,4BAA4B,UAAU;AAC/C,uBAAiB;AAAA,IACnB,WAAW,OAAO,4BAA4B,UAAU;AACtD,gBAAU;AAAA,IACZ;AAEA,cAAU,WAAW,CAAC;AACtB,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,UAAU,oBAAoB,YAAY,kBAAkB,IAAI;AAAA,MACnE,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,kBAAkB,8BAA8B,KAAK,OAAO;AACjE,SAAK,2BAA2B,uCAAuC,KAAK,OAAO;AACnF,SAAK,UAAU,sBAAsB,KAAK,OAAO;AACjD,SAAK,aAAa,yBAAyB,KAAK,OAAO;AACvD,SAAK,OAAO,mBAAmB,KAAK,OAAO;AAC3C,SAAK,mBAAmB,+BAA+B,KAAK,OAAO;AACnE,SAAK,aAAa,yBAAyB,KAAK,OAAO;AACvD,SAAK,cAAc,0BAA0B,KAAK,OAAO;AACzD,SAAK,iBAAiB,6BAA6B,KAAK,OAAO;AAC/D,SAAK,qBAAqB,iCAAiC,KAAK,OAAO;AACvE,SAAK,WAAW,uBAAuB,KAAK,OAAO;AACnD,SAAK,SAAS,qBAAqB,KAAK,OAAO;AAC/C,SAAK,cAAc,0BAA0B,KAAK,OAAO;AACzD,SAAK,aAAa,yBAAyB,KAAK,OAAO;AAAA,EACzD;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAClB;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"azureStackHCIClient.js","sourceRoot":"","sources":["../../src/azureStackHCIClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureStackHCIContext, AzureStackHCIClientOptionalParams } from \"./api/index.js\";\nimport { createAzureStackHCI } from \"./api/index.js\";\nimport type { ArcSettingsOperations } from \"./classic/arcSettings/index.js\";\nimport { _getArcSettingsOperations } from \"./classic/arcSettings/index.js\";\nimport type { ClusterJobsOperations } from \"./classic/clusterJobs/index.js\";\nimport { _getClusterJobsOperations } from \"./classic/clusterJobs/index.js\";\nimport type { ClustersOperations } from \"./classic/clusters/index.js\";\nimport { _getClustersOperations } from \"./classic/clusters/index.js\";\nimport type { DeploymentSettingsOperations } from \"./classic/deploymentSettings/index.js\";\nimport { _getDeploymentSettingsOperations } from \"./classic/deploymentSettings/index.js\";\nimport type { DevicePoolsOperations } from \"./classic/devicePools/index.js\";\nimport { _getDevicePoolsOperations } from \"./classic/devicePools/index.js\";\nimport type { EdgeDeviceJobsOperations } from \"./classic/edgeDeviceJobs/index.js\";\nimport { _getEdgeDeviceJobsOperations } from \"./classic/edgeDeviceJobs/index.js\";\nimport type { EdgeDevicesOperations } from \"./classic/edgeDevices/index.js\";\nimport { _getEdgeDevicesOperations } from \"./classic/edgeDevices/index.js\";\nimport type { EdgeMachineJobsOperations } from \"./classic/edgeMachineJobs/index.js\";\nimport { _getEdgeMachineJobsOperations } from \"./classic/edgeMachineJobs/index.js\";\nimport type { EdgeMachinesOperations } from \"./classic/edgeMachines/index.js\";\nimport { _getEdgeMachinesOperations } from \"./classic/edgeMachines/index.js\";\nimport type { ExtensionsOperations } from \"./classic/extensions/index.js\";\nimport { _getExtensionsOperations } from \"./classic/extensions/index.js\";\nimport type { KubernetesVersionsOperations } from \"./classic/kubernetesVersions/index.js\";\nimport { _getKubernetesVersionsOperations } from \"./classic/kubernetesVersions/index.js\";\nimport type { OffersOperations } from \"./classic/offers/index.js\";\nimport { _getOffersOperations } from \"./classic/offers/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { OsImagesOperations } from \"./classic/osImages/index.js\";\nimport { _getOsImagesOperations } from \"./classic/osImages/index.js\";\nimport type { OwnershipVouchersOperations } from \"./classic/ownershipVouchers/index.js\";\nimport { _getOwnershipVouchersOperations } from \"./classic/ownershipVouchers/index.js\";\nimport type { PlatformUpdatesOperations } from \"./classic/platformUpdates/index.js\";\nimport { _getPlatformUpdatesOperations } from \"./classic/platformUpdates/index.js\";\nimport type { PublishersOperations } from \"./classic/publishers/index.js\";\nimport { _getPublishersOperations } from \"./classic/publishers/index.js\";\nimport type { SecuritySettingsOperations } from \"./classic/securitySettings/index.js\";\nimport { _getSecuritySettingsOperations } from \"./classic/securitySettings/index.js\";\nimport type { SkusOperations } from \"./classic/skus/index.js\";\nimport { _getSkusOperations } from \"./classic/skus/index.js\";\nimport type { UpdateContentsOperations } from \"./classic/updateContents/index.js\";\nimport { _getUpdateContentsOperations } from \"./classic/updateContents/index.js\";\nimport type { UpdateRunsOperations } from \"./classic/updateRuns/index.js\";\nimport { _getUpdateRunsOperations } from \"./classic/updateRuns/index.js\";\nimport type { UpdateSummariesOperations } from \"./classic/updateSummaries/index.js\";\nimport { _getUpdateSummariesOperations } from \"./classic/updateSummaries/index.js\";\nimport type { UpdateSummariesOperationGroupOperations } from \"./classic/updateSummariesOperationGroup/index.js\";\nimport { _getUpdateSummariesOperationGroupOperations } from \"./classic/updateSummariesOperationGroup/index.js\";\nimport type { UpdatesOperations } from \"./classic/updates/index.js\";\nimport { _getUpdatesOperations } from \"./classic/updates/index.js\";\nimport type { ValidatedSolutionRecipesOperations } from \"./classic/validatedSolutionRecipes/index.js\";\nimport { _getValidatedSolutionRecipesOperations } from \"./classic/validatedSolutionRecipes/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { AzureStackHCIClientOptionalParams } from \"./api/azureStackHCIContext.js\";\n\nexport class AzureStackHCIClient {\n private _client: AzureStackHCIContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: AzureStackHCIClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: AzureStackHCIClientOptionalParams,\n );\n /** Azure Stack HCI service */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | AzureStackHCIClientOptionalParams,\n options?: AzureStackHCIClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAzureStackHCI(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.updateSummaries = _getUpdateSummariesOperations(this._client);\n this.devicePools = _getDevicePoolsOperations(this._client);\n this.clusterJobs = _getClusterJobsOperations(this._client);\n this.ownershipVouchers = _getOwnershipVouchersOperations(this._client);\n this.edgeMachineJobs = _getEdgeMachineJobsOperations(this._client);\n this.edgeMachines = _getEdgeMachinesOperations(this._client);\n this.validatedSolutionRecipes = _getValidatedSolutionRecipesOperations(this._client);\n this.updateSummariesOperationGroup = _getUpdateSummariesOperationGroupOperations(this._client);\n this.updates = _getUpdatesOperations(this._client);\n this.updateRuns = _getUpdateRunsOperations(this._client);\n this.skus = _getSkusOperations(this._client);\n this.securitySettings = _getSecuritySettingsOperations(this._client);\n this.publishers = _getPublishersOperations(this._client);\n this.extensions = _getExtensionsOperations(this._client);\n this.edgeDevices = _getEdgeDevicesOperations(this._client);\n this.edgeDeviceJobs = _getEdgeDeviceJobsOperations(this._client);\n this.deploymentSettings = _getDeploymentSettingsOperations(this._client);\n this.clusters = _getClustersOperations(this._client);\n this.offers = _getOffersOperations(this._client);\n this.arcSettings = _getArcSettingsOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n this.updateContents = _getUpdateContentsOperations(this._client);\n this.osImages = _getOsImagesOperations(this._client);\n this.platformUpdates = _getPlatformUpdatesOperations(this._client);\n this.kubernetesVersions = _getKubernetesVersionsOperations(this._client);\n }\n\n /** The operation groups for updateSummaries */\n public readonly updateSummaries: UpdateSummariesOperations;\n /** The operation groups for devicePools */\n public readonly devicePools: DevicePoolsOperations;\n /** The operation groups for clusterJobs */\n public readonly clusterJobs: ClusterJobsOperations;\n /** The operation groups for ownershipVouchers */\n public readonly ownershipVouchers: OwnershipVouchersOperations;\n /** The operation groups for edgeMachineJobs */\n public readonly edgeMachineJobs: EdgeMachineJobsOperations;\n /** The operation groups for edgeMachines */\n public readonly edgeMachines: EdgeMachinesOperations;\n /** The operation groups for validatedSolutionRecipes */\n public readonly validatedSolutionRecipes: ValidatedSolutionRecipesOperations;\n /** The operation groups for updateSummariesOperationGroup */\n public readonly updateSummariesOperationGroup: UpdateSummariesOperationGroupOperations;\n /** The operation groups for updates */\n public readonly updates: UpdatesOperations;\n /** The operation groups for updateRuns */\n public readonly updateRuns: UpdateRunsOperations;\n /** The operation groups for skus */\n public readonly skus: SkusOperations;\n /** The operation groups for securitySettings */\n public readonly securitySettings: SecuritySettingsOperations;\n /** The operation groups for publishers */\n public readonly publishers: PublishersOperations;\n /** The operation groups for extensions */\n public readonly extensions: ExtensionsOperations;\n /** The operation groups for edgeDevices */\n public readonly edgeDevices: EdgeDevicesOperations;\n /** The operation groups for edgeDeviceJobs */\n public readonly edgeDeviceJobs: EdgeDeviceJobsOperations;\n /** The operation groups for deploymentSettings */\n public readonly deploymentSettings: DeploymentSettingsOperations;\n /** The operation groups for clusters */\n public readonly clusters: ClustersOperations;\n /** The operation groups for offers */\n public readonly offers: OffersOperations;\n /** The operation groups for arcSettings */\n public readonly arcSettings: ArcSettingsOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for updateContents */\n public readonly updateContents: UpdateContentsOperations;\n /** The operation groups for osImages */\n public readonly osImages: OsImagesOperations;\n /** The operation groups for platformUpdates */\n public readonly platformUpdates: PlatformUpdatesOperations;\n /** The operation groups for kubernetesVersions */\n public readonly kubernetesVersions: KubernetesVersionsOperations;\n}\n"]}
|