@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,50 +1,85 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import { areAllPropsUndefined } from "../static-helpers/serialization/check-prop-undefined.js";
|
|
4
|
-
export function
|
|
4
|
+
export function _kubernetesVersionListResultDeserializer(item) {
|
|
5
5
|
return {
|
|
6
|
-
value:
|
|
6
|
+
value: kubernetesVersionArrayDeserializer(item["value"]),
|
|
7
7
|
nextLink: item["nextLink"],
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
|
-
export function
|
|
10
|
+
export function kubernetesVersionArrayDeserializer(result) {
|
|
11
11
|
return result.map((item) => {
|
|
12
|
-
return
|
|
12
|
+
return kubernetesVersionDeserializer(item);
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
|
-
export function
|
|
15
|
+
export function kubernetesVersionDeserializer(item) {
|
|
16
16
|
return {
|
|
17
|
+
id: item["id"],
|
|
17
18
|
name: item["name"],
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
type: item["type"],
|
|
20
|
+
systemData: !item["systemData"]
|
|
21
|
+
? item["systemData"]
|
|
22
|
+
: systemDataDeserializer(item["systemData"]),
|
|
23
|
+
properties: !item["properties"]
|
|
24
|
+
? item["properties"]
|
|
25
|
+
: kubernetesVersionPropertiesDeserializer(item["properties"]),
|
|
22
26
|
};
|
|
23
27
|
}
|
|
24
|
-
export function
|
|
28
|
+
export function kubernetesVersionPropertiesDeserializer(item) {
|
|
25
29
|
return {
|
|
26
|
-
|
|
27
|
-
resource: item["resource"],
|
|
28
|
-
operation: item["operation"],
|
|
29
|
-
description: item["description"],
|
|
30
|
+
version: item["version"],
|
|
30
31
|
};
|
|
31
32
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
33
|
+
export function proxyResourceSerializer(_item) {
|
|
34
|
+
return {};
|
|
35
|
+
}
|
|
36
|
+
export function proxyResourceDeserializer(item) {
|
|
37
|
+
return {
|
|
38
|
+
id: item["id"],
|
|
39
|
+
name: item["name"],
|
|
40
|
+
type: item["type"],
|
|
41
|
+
systemData: !item["systemData"]
|
|
42
|
+
? item["systemData"]
|
|
43
|
+
: systemDataDeserializer(item["systemData"]),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export function resourceSerializer(_item) {
|
|
47
|
+
return {};
|
|
48
|
+
}
|
|
49
|
+
export function resourceDeserializer(item) {
|
|
50
|
+
return {
|
|
51
|
+
id: item["id"],
|
|
52
|
+
name: item["name"],
|
|
53
|
+
type: item["type"],
|
|
54
|
+
systemData: !item["systemData"]
|
|
55
|
+
? item["systemData"]
|
|
56
|
+
: systemDataDeserializer(item["systemData"]),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
export function systemDataDeserializer(item) {
|
|
60
|
+
return {
|
|
61
|
+
createdBy: item["createdBy"],
|
|
62
|
+
createdByType: item["createdByType"],
|
|
63
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
64
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
65
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
66
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
67
|
+
? item["lastModifiedAt"]
|
|
68
|
+
: new Date(item["lastModifiedAt"]),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
/** The kind of entity that created the resource. */
|
|
72
|
+
export var KnownCreatedByType;
|
|
73
|
+
(function (KnownCreatedByType) {
|
|
74
|
+
/** The entity was created by a user. */
|
|
75
|
+
KnownCreatedByType["User"] = "User";
|
|
76
|
+
/** The entity was created by an application. */
|
|
77
|
+
KnownCreatedByType["Application"] = "Application";
|
|
78
|
+
/** The entity was created by a managed identity. */
|
|
79
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
80
|
+
/** The entity was created by a key. */
|
|
81
|
+
KnownCreatedByType["Key"] = "Key";
|
|
82
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
48
83
|
export function errorResponseDeserializer(item) {
|
|
49
84
|
return {
|
|
50
85
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
@@ -77,6 +112,181 @@ export function errorAdditionalInfoDeserializer(item) {
|
|
|
77
112
|
info: item["info"],
|
|
78
113
|
};
|
|
79
114
|
}
|
|
115
|
+
export function platformUpdateDeserializer(item) {
|
|
116
|
+
return {
|
|
117
|
+
id: item["id"],
|
|
118
|
+
name: item["name"],
|
|
119
|
+
type: item["type"],
|
|
120
|
+
systemData: !item["systemData"]
|
|
121
|
+
? item["systemData"]
|
|
122
|
+
: systemDataDeserializer(item["systemData"]),
|
|
123
|
+
properties: !item["properties"]
|
|
124
|
+
? item["properties"]
|
|
125
|
+
: platformUpdatePropertiesDeserializer(item["properties"]),
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
export function platformUpdatePropertiesDeserializer(item) {
|
|
129
|
+
return {
|
|
130
|
+
platformUpdateDetails: platformUpdateDetailsArrayDeserializer(item["platformUpdateDetails"]),
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
export function platformUpdateDetailsArrayDeserializer(result) {
|
|
134
|
+
return result.map((item) => {
|
|
135
|
+
return platformUpdateDetailsDeserializer(item);
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
export function platformUpdateDetailsDeserializer(item) {
|
|
139
|
+
return {
|
|
140
|
+
validatedSolutionRecipeVersion: item["validatedSolutionRecipeVersion"],
|
|
141
|
+
platformVersion: item["platformVersion"],
|
|
142
|
+
platformPayloads: platformPayloadArrayDeserializer(item["platformPayloads"]),
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
export function platformPayloadArrayDeserializer(result) {
|
|
146
|
+
return result.map((item) => {
|
|
147
|
+
return platformPayloadDeserializer(item);
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
export function platformPayloadDeserializer(item) {
|
|
151
|
+
return {
|
|
152
|
+
payloadUrl: item["payloadUrl"],
|
|
153
|
+
payloadHash: item["payloadHash"],
|
|
154
|
+
payloadPackageSizeInBytes: item["payloadPackageSizeInBytes"],
|
|
155
|
+
payloadIdentifier: item["payloadIdentifier"],
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
export function _platformUpdateListResultDeserializer(item) {
|
|
159
|
+
return {
|
|
160
|
+
value: platformUpdateArrayDeserializer(item["value"]),
|
|
161
|
+
nextLink: item["nextLink"],
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
export function platformUpdateArrayDeserializer(result) {
|
|
165
|
+
return result.map((item) => {
|
|
166
|
+
return platformUpdateDeserializer(item);
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
export function osImageDeserializer(item) {
|
|
170
|
+
return {
|
|
171
|
+
id: item["id"],
|
|
172
|
+
name: item["name"],
|
|
173
|
+
type: item["type"],
|
|
174
|
+
systemData: !item["systemData"]
|
|
175
|
+
? item["systemData"]
|
|
176
|
+
: systemDataDeserializer(item["systemData"]),
|
|
177
|
+
properties: !item["properties"]
|
|
178
|
+
? item["properties"]
|
|
179
|
+
: osImagePropertiesDeserializer(item["properties"]),
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
export function osImagePropertiesDeserializer(item) {
|
|
183
|
+
return {
|
|
184
|
+
validatedSolutionRecipeVersion: item["validatedSolutionRecipeVersion"],
|
|
185
|
+
composedImageVersion: item["composedImageVersion"],
|
|
186
|
+
composedImageIsoUrl: item["composedImageIsoUrl"],
|
|
187
|
+
composedImageIsoHash: item["composedImageIsoHash"],
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
export function _osImageListResultDeserializer(item) {
|
|
191
|
+
return {
|
|
192
|
+
value: osImageArrayDeserializer(item["value"]),
|
|
193
|
+
nextLink: item["nextLink"],
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
export function osImageArrayDeserializer(result) {
|
|
197
|
+
return result.map((item) => {
|
|
198
|
+
return osImageDeserializer(item);
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
export function updateContentDeserializer(item) {
|
|
202
|
+
return {
|
|
203
|
+
id: item["id"],
|
|
204
|
+
name: item["name"],
|
|
205
|
+
type: item["type"],
|
|
206
|
+
systemData: !item["systemData"]
|
|
207
|
+
? item["systemData"]
|
|
208
|
+
: systemDataDeserializer(item["systemData"]),
|
|
209
|
+
properties: !item["properties"]
|
|
210
|
+
? item["properties"]
|
|
211
|
+
: updateContentPropertiesDeserializer(item["properties"]),
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
export function updateContentPropertiesDeserializer(item) {
|
|
215
|
+
return {
|
|
216
|
+
updatePayloads: contentPayloadArrayDeserializer(item["updatePayloads"]),
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
export function contentPayloadArrayDeserializer(result) {
|
|
220
|
+
return result.map((item) => {
|
|
221
|
+
return contentPayloadDeserializer(item);
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
export function contentPayloadDeserializer(item) {
|
|
225
|
+
return {
|
|
226
|
+
url: item["url"],
|
|
227
|
+
hash: item["hash"],
|
|
228
|
+
hashAlgorithm: item["hashAlgorithm"],
|
|
229
|
+
identifier: item["identifier"],
|
|
230
|
+
packageSizeInBytes: item["packageSizeInBytes"],
|
|
231
|
+
group: item["group"],
|
|
232
|
+
fileName: item["fileName"],
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
export function _updateContentListResultDeserializer(item) {
|
|
236
|
+
return {
|
|
237
|
+
value: updateContentArrayDeserializer(item["value"]),
|
|
238
|
+
nextLink: item["nextLink"],
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
export function updateContentArrayDeserializer(result) {
|
|
242
|
+
return result.map((item) => {
|
|
243
|
+
return updateContentDeserializer(item);
|
|
244
|
+
});
|
|
245
|
+
}
|
|
246
|
+
export function _operationListResultDeserializer(item) {
|
|
247
|
+
return {
|
|
248
|
+
value: operationArrayDeserializer(item["value"]),
|
|
249
|
+
nextLink: item["nextLink"],
|
|
250
|
+
};
|
|
251
|
+
}
|
|
252
|
+
export function operationArrayDeserializer(result) {
|
|
253
|
+
return result.map((item) => {
|
|
254
|
+
return operationDeserializer(item);
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
export function operationDeserializer(item) {
|
|
258
|
+
return {
|
|
259
|
+
name: item["name"],
|
|
260
|
+
isDataAction: item["isDataAction"],
|
|
261
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
262
|
+
origin: item["origin"],
|
|
263
|
+
actionType: item["actionType"],
|
|
264
|
+
};
|
|
265
|
+
}
|
|
266
|
+
export function operationDisplayDeserializer(item) {
|
|
267
|
+
return {
|
|
268
|
+
provider: item["provider"],
|
|
269
|
+
resource: item["resource"],
|
|
270
|
+
operation: item["operation"],
|
|
271
|
+
description: item["description"],
|
|
272
|
+
};
|
|
273
|
+
}
|
|
274
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
275
|
+
export var KnownOrigin;
|
|
276
|
+
(function (KnownOrigin) {
|
|
277
|
+
/** Indicates the operation is initiated by a user. */
|
|
278
|
+
KnownOrigin["User"] = "user";
|
|
279
|
+
/** Indicates the operation is initiated by a system. */
|
|
280
|
+
KnownOrigin["System"] = "system";
|
|
281
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
282
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
283
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
284
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
285
|
+
export var KnownActionType;
|
|
286
|
+
(function (KnownActionType) {
|
|
287
|
+
/** Actions are for internal-only APIs. */
|
|
288
|
+
KnownActionType["Internal"] = "Internal";
|
|
289
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
80
290
|
export function arcSettingSerializer(item) {
|
|
81
291
|
return {
|
|
82
292
|
properties: areAllPropsUndefined(item, [
|
|
@@ -321,75 +531,25 @@ export function defaultExtensionDetailsDeserializer(item) {
|
|
|
321
531
|
consentTime: !item["consentTime"] ? item["consentTime"] : new Date(item["consentTime"]),
|
|
322
532
|
};
|
|
323
533
|
}
|
|
324
|
-
export function
|
|
325
|
-
return item;
|
|
326
|
-
}
|
|
327
|
-
export function proxyResourceDeserializer(item) {
|
|
534
|
+
export function arcSettingsPatchSerializer(item) {
|
|
328
535
|
return {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
? item["systemData"]
|
|
334
|
-
: systemDataDeserializer(item["systemData"]),
|
|
536
|
+
tags: item["tags"],
|
|
537
|
+
properties: areAllPropsUndefined(item, ["connectivityProperties"])
|
|
538
|
+
? undefined
|
|
539
|
+
: _arcSettingsPatchPropertiesSerializer(item),
|
|
335
540
|
};
|
|
336
541
|
}
|
|
337
|
-
export function
|
|
338
|
-
return item;
|
|
339
|
-
}
|
|
340
|
-
export function resourceDeserializer(item) {
|
|
542
|
+
export function arcSettingsPatchPropertiesSerializer(item) {
|
|
341
543
|
return {
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
systemData: !item["systemData"]
|
|
346
|
-
? item["systemData"]
|
|
347
|
-
: systemDataDeserializer(item["systemData"]),
|
|
544
|
+
connectivityProperties: !item["connectivityProperties"]
|
|
545
|
+
? item["connectivityProperties"]
|
|
546
|
+
: arcConnectivityPropertiesSerializer(item["connectivityProperties"]),
|
|
348
547
|
};
|
|
349
548
|
}
|
|
350
|
-
export function
|
|
549
|
+
export function _arcSettingListDeserializer(item) {
|
|
351
550
|
return {
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
355
|
-
lastModifiedBy: item["lastModifiedBy"],
|
|
356
|
-
lastModifiedByType: item["lastModifiedByType"],
|
|
357
|
-
lastModifiedAt: !item["lastModifiedAt"]
|
|
358
|
-
? item["lastModifiedAt"]
|
|
359
|
-
: new Date(item["lastModifiedAt"]),
|
|
360
|
-
};
|
|
361
|
-
}
|
|
362
|
-
/** The kind of entity that created the resource. */
|
|
363
|
-
export var KnownCreatedByType;
|
|
364
|
-
(function (KnownCreatedByType) {
|
|
365
|
-
/** The entity was created by a user. */
|
|
366
|
-
KnownCreatedByType["User"] = "User";
|
|
367
|
-
/** The entity was created by an application. */
|
|
368
|
-
KnownCreatedByType["Application"] = "Application";
|
|
369
|
-
/** The entity was created by a managed identity. */
|
|
370
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
371
|
-
/** The entity was created by a key. */
|
|
372
|
-
KnownCreatedByType["Key"] = "Key";
|
|
373
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
374
|
-
export function arcSettingsPatchSerializer(item) {
|
|
375
|
-
return {
|
|
376
|
-
tags: item["tags"],
|
|
377
|
-
properties: areAllPropsUndefined(item, ["connectivityProperties"])
|
|
378
|
-
? undefined
|
|
379
|
-
: _arcSettingsPatchPropertiesSerializer(item),
|
|
380
|
-
};
|
|
381
|
-
}
|
|
382
|
-
export function arcSettingsPatchPropertiesSerializer(item) {
|
|
383
|
-
return {
|
|
384
|
-
connectivityProperties: !item["connectivityProperties"]
|
|
385
|
-
? item["connectivityProperties"]
|
|
386
|
-
: arcConnectivityPropertiesSerializer(item["connectivityProperties"]),
|
|
387
|
-
};
|
|
388
|
-
}
|
|
389
|
-
export function _arcSettingListDeserializer(item) {
|
|
390
|
-
return {
|
|
391
|
-
value: arcSettingArrayDeserializer(item["value"]),
|
|
392
|
-
nextLink: item["nextLink"],
|
|
551
|
+
value: arcSettingArrayDeserializer(item["value"]),
|
|
552
|
+
nextLink: item["nextLink"],
|
|
393
553
|
};
|
|
394
554
|
}
|
|
395
555
|
export function arcSettingArraySerializer(result) {
|
|
@@ -514,6 +674,7 @@ export function clusterSerializer(item) {
|
|
|
514
674
|
identity: areAllPropsUndefined(item, ["type", "userAssignedIdentities"])
|
|
515
675
|
? undefined
|
|
516
676
|
: _clusterIdentitySerializer(item),
|
|
677
|
+
kind: item["kind"],
|
|
517
678
|
};
|
|
518
679
|
}
|
|
519
680
|
export function clusterDeserializer(item) {
|
|
@@ -532,6 +693,7 @@ export function clusterDeserializer(item) {
|
|
|
532
693
|
? item["properties"]
|
|
533
694
|
: _clusterPropertiesDeserializer(item["properties"])),
|
|
534
695
|
...(!item["identity"] ? item["identity"] : _clusterIdentityDeserializer(item["identity"])),
|
|
696
|
+
kind: item["kind"],
|
|
535
697
|
};
|
|
536
698
|
}
|
|
537
699
|
export function clusterPropertiesSerializer(item) {
|
|
@@ -567,6 +729,7 @@ export function clusterPropertiesDeserializer(item) {
|
|
|
567
729
|
status: item["status"],
|
|
568
730
|
connectivityStatus: item["connectivityStatus"],
|
|
569
731
|
cloudId: item["cloudId"],
|
|
732
|
+
ring: item["ring"],
|
|
570
733
|
cloudManagementEndpoint: item["cloudManagementEndpoint"],
|
|
571
734
|
aadClientId: item["aadClientId"],
|
|
572
735
|
aadTenantId: item["aadTenantId"],
|
|
@@ -593,6 +756,9 @@ export function clusterPropertiesDeserializer(item) {
|
|
|
593
756
|
: isolatedVmAttestationConfigurationDeserializer(item["isolatedVmAttestationConfiguration"]),
|
|
594
757
|
trialDaysRemaining: item["trialDaysRemaining"],
|
|
595
758
|
billingModel: item["billingModel"],
|
|
759
|
+
billingProperties: !item["billingProperties"]
|
|
760
|
+
? item["billingProperties"]
|
|
761
|
+
: clusterBillingPropertiesDeserializer(item["billingProperties"]),
|
|
596
762
|
registrationTimestamp: !item["registrationTimestamp"]
|
|
597
763
|
? item["registrationTimestamp"]
|
|
598
764
|
: new Date(item["registrationTimestamp"]),
|
|
@@ -608,10 +774,17 @@ export function clusterPropertiesDeserializer(item) {
|
|
|
608
774
|
? item["secretsLocations"]
|
|
609
775
|
: secretsLocationDetailsArrayDeserializer(item["secretsLocations"]),
|
|
610
776
|
clusterPattern: item["clusterPattern"],
|
|
777
|
+
confidentialVmProperties: !item["confidentialVmProperties"]
|
|
778
|
+
? item["confidentialVmProperties"]
|
|
779
|
+
: confidentialVmPropertiesDeserializer(item["confidentialVmProperties"]),
|
|
780
|
+
sdnProperties: !item["sdnProperties"]
|
|
781
|
+
? item["sdnProperties"]
|
|
782
|
+
: clusterSdnPropertiesDeserializer(item["sdnProperties"]),
|
|
611
783
|
localAvailabilityZones: !item["localAvailabilityZones"]
|
|
612
784
|
? item["localAvailabilityZones"]
|
|
613
785
|
: localAvailabilityZonesArrayDeserializer(item["localAvailabilityZones"]),
|
|
614
786
|
identityProvider: item["identityProvider"],
|
|
787
|
+
storageType: item["storageType"],
|
|
615
788
|
};
|
|
616
789
|
}
|
|
617
790
|
/** Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. */
|
|
@@ -684,8 +857,8 @@ export var KnownSoftwareAssuranceIntent;
|
|
|
684
857
|
/** Customer intends to disable the Software Assurance benefit. */
|
|
685
858
|
KnownSoftwareAssuranceIntent["Disable"] = "Disable";
|
|
686
859
|
})(KnownSoftwareAssuranceIntent || (KnownSoftwareAssuranceIntent = {}));
|
|
687
|
-
export function logCollectionPropertiesSerializer(
|
|
688
|
-
return
|
|
860
|
+
export function logCollectionPropertiesSerializer(_item) {
|
|
861
|
+
return {};
|
|
689
862
|
}
|
|
690
863
|
export function logCollectionPropertiesDeserializer(item) {
|
|
691
864
|
return {
|
|
@@ -747,8 +920,8 @@ export function logCollectionErrorDeserializer(item) {
|
|
|
747
920
|
errorMessage: item["errorMessage"],
|
|
748
921
|
};
|
|
749
922
|
}
|
|
750
|
-
export function remoteSupportPropertiesSerializer(
|
|
751
|
-
return
|
|
923
|
+
export function remoteSupportPropertiesSerializer(_item) {
|
|
924
|
+
return {};
|
|
752
925
|
}
|
|
753
926
|
export function remoteSupportPropertiesDeserializer(item) {
|
|
754
927
|
return {
|
|
@@ -763,6 +936,7 @@ export function remoteSupportPropertiesDeserializer(item) {
|
|
|
763
936
|
remoteSupportSessionDetails: !item["remoteSupportSessionDetails"]
|
|
764
937
|
? item["remoteSupportSessionDetails"]
|
|
765
938
|
: perNodeRemoteSupportSessionArrayDeserializer(item["remoteSupportSessionDetails"]),
|
|
939
|
+
remoteSupportProvisioningState: item["remoteSupportProvisioningState"],
|
|
766
940
|
};
|
|
767
941
|
}
|
|
768
942
|
/** Remote Support Access Level */
|
|
@@ -813,8 +987,23 @@ export function perNodeRemoteSupportSessionDeserializer(item) {
|
|
|
813
987
|
nodeName: item["nodeName"],
|
|
814
988
|
duration: item["duration"],
|
|
815
989
|
accessLevel: item["accessLevel"],
|
|
990
|
+
transcriptLocation: item["transcriptLocation"],
|
|
816
991
|
};
|
|
817
992
|
}
|
|
993
|
+
/** Remote Support Provisioning State */
|
|
994
|
+
export var KnownRemoteSupportProvisioningState;
|
|
995
|
+
(function (KnownRemoteSupportProvisioningState) {
|
|
996
|
+
/** No operation is in progress. */
|
|
997
|
+
KnownRemoteSupportProvisioningState["None"] = "None";
|
|
998
|
+
/** A Grant (Enable) operation is in progress. */
|
|
999
|
+
KnownRemoteSupportProvisioningState["GrantInProgress"] = "GrantInProgress";
|
|
1000
|
+
/** A Revoke operation is in progress. */
|
|
1001
|
+
KnownRemoteSupportProvisioningState["RevokeInProgress"] = "RevokeInProgress";
|
|
1002
|
+
/** The last operation completed successfully. */
|
|
1003
|
+
KnownRemoteSupportProvisioningState["Succeeded"] = "Succeeded";
|
|
1004
|
+
/** The last operation failed. */
|
|
1005
|
+
KnownRemoteSupportProvisioningState["Failed"] = "Failed";
|
|
1006
|
+
})(KnownRemoteSupportProvisioningState || (KnownRemoteSupportProvisioningState = {}));
|
|
818
1007
|
export function clusterDesiredPropertiesSerializer(item) {
|
|
819
1008
|
return {
|
|
820
1009
|
windowsServerSubscription: item["windowsServerSubscription"],
|
|
@@ -935,6 +1124,24 @@ export function isolatedVmAttestationConfigurationDeserializer(item) {
|
|
|
935
1124
|
attestationServiceEndpoint: item["attestationServiceEndpoint"],
|
|
936
1125
|
};
|
|
937
1126
|
}
|
|
1127
|
+
export function clusterBillingPropertiesDeserializer(item) {
|
|
1128
|
+
return {
|
|
1129
|
+
nextBillingModel: !item["nextBillingModel"]
|
|
1130
|
+
? item["nextBillingModel"]
|
|
1131
|
+
: nextBillingModelDeserializer(item["nextBillingModel"]),
|
|
1132
|
+
};
|
|
1133
|
+
}
|
|
1134
|
+
export function nextBillingModelDeserializer(item) {
|
|
1135
|
+
return {
|
|
1136
|
+
billingModel: item["billingModel"],
|
|
1137
|
+
capabilitiesEnabled: !item["capabilitiesEnabled"]
|
|
1138
|
+
? item["capabilitiesEnabled"]
|
|
1139
|
+
: item["capabilitiesEnabled"].map((p) => {
|
|
1140
|
+
return p;
|
|
1141
|
+
}),
|
|
1142
|
+
trialDaysRemaining: item["trialDaysRemaining"],
|
|
1143
|
+
};
|
|
1144
|
+
}
|
|
938
1145
|
export function secretsLocationDetailsArraySerializer(result) {
|
|
939
1146
|
return result.map((item) => {
|
|
940
1147
|
return secretsLocationDetailsSerializer(item);
|
|
@@ -968,6 +1175,47 @@ export var KnownClusterPattern;
|
|
|
968
1175
|
/** RackAware cluster. */
|
|
969
1176
|
KnownClusterPattern["RackAware"] = "RackAware";
|
|
970
1177
|
})(KnownClusterPattern || (KnownClusterPattern = {}));
|
|
1178
|
+
export function confidentialVmPropertiesDeserializer(item) {
|
|
1179
|
+
return {
|
|
1180
|
+
confidentialVmIntent: item["confidentialVmIntent"],
|
|
1181
|
+
confidentialVmStatus: item["confidentialVmStatus"],
|
|
1182
|
+
confidentialVmStatusSummary: item["confidentialVmStatusSummary"],
|
|
1183
|
+
};
|
|
1184
|
+
}
|
|
1185
|
+
/** Captures the customer's intent to enable or disable Confidential Virtual Machine (CVM) support on the cluster, either during initial deployment (Day-0) or at a later stage (Day-N). */
|
|
1186
|
+
export var KnownConfidentialVmIntent;
|
|
1187
|
+
(function (KnownConfidentialVmIntent) {
|
|
1188
|
+
/** Indicates that the customer intends to enable CVM support on the cluster. */
|
|
1189
|
+
KnownConfidentialVmIntent["Enable"] = "Enable";
|
|
1190
|
+
/** Indicates that the customer intends to disable CVM support on the cluster. */
|
|
1191
|
+
KnownConfidentialVmIntent["Disable"] = "Disable";
|
|
1192
|
+
})(KnownConfidentialVmIntent || (KnownConfidentialVmIntent = {}));
|
|
1193
|
+
/** Captures the current status of Confidential Virtual Machine (CVM) support on the cluster. */
|
|
1194
|
+
export var KnownConfidentialVmStatus;
|
|
1195
|
+
(function (KnownConfidentialVmStatus) {
|
|
1196
|
+
/** CVM support is fully enabled on the cluster. All nodes are CVM capable. */
|
|
1197
|
+
KnownConfidentialVmStatus["Enabled"] = "Enabled";
|
|
1198
|
+
/** CVM support is partially enabled. At least one node in the cluster is CVM capable. */
|
|
1199
|
+
KnownConfidentialVmStatus["PartiallyEnabled"] = "PartiallyEnabled";
|
|
1200
|
+
/** CVM support is disabled. None of the nodes in the cluster are CVM capable. */
|
|
1201
|
+
KnownConfidentialVmStatus["Disabled"] = "Disabled";
|
|
1202
|
+
})(KnownConfidentialVmStatus || (KnownConfidentialVmStatus = {}));
|
|
1203
|
+
export function clusterSdnPropertiesDeserializer(item) {
|
|
1204
|
+
return {
|
|
1205
|
+
sdnStatus: item["sdnStatus"],
|
|
1206
|
+
sdnDomainName: item["sdnDomainName"],
|
|
1207
|
+
sdnApiAddress: item["sdnApiAddress"],
|
|
1208
|
+
sdnIntegrationIntent: item["sdnIntegrationIntent"],
|
|
1209
|
+
};
|
|
1210
|
+
}
|
|
1211
|
+
/** Indicates whether Software Defined Networking (SDN) integration should be enabled or disabled for this deployment. */
|
|
1212
|
+
export var KnownSdnIntegrationIntent;
|
|
1213
|
+
(function (KnownSdnIntegrationIntent) {
|
|
1214
|
+
/** Enable SDN integration for the deployment. */
|
|
1215
|
+
KnownSdnIntegrationIntent["Enable"] = "Enable";
|
|
1216
|
+
/** Disable SDN integration for the deployment. */
|
|
1217
|
+
KnownSdnIntegrationIntent["Disable"] = "Disable";
|
|
1218
|
+
})(KnownSdnIntegrationIntent || (KnownSdnIntegrationIntent = {}));
|
|
971
1219
|
export function localAvailabilityZonesArraySerializer(result) {
|
|
972
1220
|
return result.map((item) => {
|
|
973
1221
|
return localAvailabilityZonesSerializer(item);
|
|
@@ -1006,6 +1254,16 @@ export var KnownIdentityProvider;
|
|
|
1006
1254
|
/** Uses a local identity system integrated with Azure Key Vault for authentication. Suitable for AD-less environments where Active Directory is not available or required. */
|
|
1007
1255
|
KnownIdentityProvider["LocalIdentity"] = "LocalIdentity";
|
|
1008
1256
|
})(KnownIdentityProvider || (KnownIdentityProvider = {}));
|
|
1257
|
+
/** Storage type supported for HCI Cluster. */
|
|
1258
|
+
export var KnownStorageType;
|
|
1259
|
+
(function (KnownStorageType) {
|
|
1260
|
+
/** Storage Spaces Direct (S2D) storage type. */
|
|
1261
|
+
KnownStorageType["S2D"] = "S2D";
|
|
1262
|
+
/** Storage Area Network (SAN) storage type. */
|
|
1263
|
+
KnownStorageType["SAN"] = "SAN";
|
|
1264
|
+
/** Combined SAN and Storage Spaces Direct (SANS2D) storage type. */
|
|
1265
|
+
KnownStorageType["Sans2D"] = "SANS2D";
|
|
1266
|
+
})(KnownStorageType || (KnownStorageType = {}));
|
|
1009
1267
|
export function managedServiceIdentitySerializer(item) {
|
|
1010
1268
|
return { type: item["type"], userAssignedIdentities: item["userAssignedIdentities"] };
|
|
1011
1269
|
}
|
|
@@ -1034,8 +1292,8 @@ export var KnownManagedServiceIdentityType;
|
|
|
1034
1292
|
/** System and user assigned managed identity. */
|
|
1035
1293
|
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
1036
1294
|
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
1037
|
-
export function userAssignedIdentitySerializer(
|
|
1038
|
-
return
|
|
1295
|
+
export function userAssignedIdentitySerializer(_item) {
|
|
1296
|
+
return {};
|
|
1039
1297
|
}
|
|
1040
1298
|
export function userAssignedIdentityDeserializer(item) {
|
|
1041
1299
|
return {
|
|
@@ -1043,6 +1301,23 @@ export function userAssignedIdentityDeserializer(item) {
|
|
|
1043
1301
|
clientId: item["clientId"],
|
|
1044
1302
|
};
|
|
1045
1303
|
}
|
|
1304
|
+
export function sdnPropertiesDeserializer(item) {
|
|
1305
|
+
return {
|
|
1306
|
+
sdnStatus: item["sdnStatus"],
|
|
1307
|
+
sdnDomainName: item["sdnDomainName"],
|
|
1308
|
+
sdnApiAddress: item["sdnApiAddress"],
|
|
1309
|
+
};
|
|
1310
|
+
}
|
|
1311
|
+
/** Indicates the current Software Defined Networking (SDN) status of the resource, which may be an individual device or a cluster. */
|
|
1312
|
+
export var KnownSdnStatus;
|
|
1313
|
+
(function (KnownSdnStatus) {
|
|
1314
|
+
/** The SDN status could not be determined due to a failure in querying the SDN API service. This may occur if the query script fails or if the system is in an inconsistent state. The domain name will be null in this case. */
|
|
1315
|
+
KnownSdnStatus["Unknown"] = "Unknown";
|
|
1316
|
+
/** SDN is not enabled on the resource. The domain name will be null. This is the default state when SDN has not been configured. */
|
|
1317
|
+
KnownSdnStatus["Disabled"] = "Disabled";
|
|
1318
|
+
/** SDN is successfully enabled on the resource. The domain name will be populated in the format `<sdnPrefix>-nc.<domain>`. Customers may need to manage DNS settings to ensure proper resolution. */
|
|
1319
|
+
KnownSdnStatus["Enabled"] = "Enabled";
|
|
1320
|
+
})(KnownSdnStatus || (KnownSdnStatus = {}));
|
|
1046
1321
|
export function trackedResourceSerializer(item) {
|
|
1047
1322
|
return { tags: item["tags"], location: item["location"] };
|
|
1048
1323
|
}
|
|
@@ -1150,6 +1425,16 @@ export function softwareAssuranceChangeRequestSerializer(item) {
|
|
|
1150
1425
|
export function softwareAssuranceChangeRequestPropertiesSerializer(item) {
|
|
1151
1426
|
return { softwareAssuranceIntent: item["softwareAssuranceIntent"] };
|
|
1152
1427
|
}
|
|
1428
|
+
export function changeRingRequestSerializer(item) {
|
|
1429
|
+
return {
|
|
1430
|
+
properties: !item["properties"]
|
|
1431
|
+
? item["properties"]
|
|
1432
|
+
: changeRingRequestPropertiesSerializer(item["properties"]),
|
|
1433
|
+
};
|
|
1434
|
+
}
|
|
1435
|
+
export function changeRingRequestPropertiesSerializer(item) {
|
|
1436
|
+
return { targetRing: item["targetRing"] };
|
|
1437
|
+
}
|
|
1153
1438
|
export function logCollectionRequestSerializer(item) {
|
|
1154
1439
|
return {
|
|
1155
1440
|
properties: !item["properties"]
|
|
@@ -1423,11 +1708,55 @@ export function deploymentClusterDeserializer(item) {
|
|
|
1423
1708
|
};
|
|
1424
1709
|
}
|
|
1425
1710
|
export function storageSerializer(item) {
|
|
1426
|
-
return {
|
|
1711
|
+
return {
|
|
1712
|
+
configurationMode: item["configurationMode"],
|
|
1713
|
+
storageType: item["storageType"],
|
|
1714
|
+
s2d: !item["s2D"] ? item["s2D"] : storageS2DConfigSerializer(item["s2D"]),
|
|
1715
|
+
san: !item["san"] ? item["san"] : storageSanConfigSerializer(item["san"]),
|
|
1716
|
+
};
|
|
1427
1717
|
}
|
|
1428
1718
|
export function storageDeserializer(item) {
|
|
1429
1719
|
return {
|
|
1430
1720
|
configurationMode: item["configurationMode"],
|
|
1721
|
+
storageType: item["storageType"],
|
|
1722
|
+
s2D: !item["s2d"] ? item["s2d"] : storageS2DConfigDeserializer(item["s2d"]),
|
|
1723
|
+
san: !item["san"] ? item["san"] : storageSanConfigDeserializer(item["san"]),
|
|
1724
|
+
};
|
|
1725
|
+
}
|
|
1726
|
+
export function storageS2DConfigSerializer(item) {
|
|
1727
|
+
return { volumeType: item["volumeType"], overprovisioningRatio: item["overprovisioningRatio"] };
|
|
1728
|
+
}
|
|
1729
|
+
export function storageS2DConfigDeserializer(item) {
|
|
1730
|
+
return {
|
|
1731
|
+
volumeType: item["volumeType"],
|
|
1732
|
+
overprovisioningRatio: item["overprovisioningRatio"],
|
|
1733
|
+
};
|
|
1734
|
+
}
|
|
1735
|
+
/** Volume provisioning type for S2D storage. */
|
|
1736
|
+
export var KnownVolumeType;
|
|
1737
|
+
(function (KnownVolumeType) {
|
|
1738
|
+
/** Fixed provisioning type. */
|
|
1739
|
+
KnownVolumeType["Fixed"] = "Fixed";
|
|
1740
|
+
/** Thin provisioned provisioning type. */
|
|
1741
|
+
KnownVolumeType["ThinProvisioned"] = "ThinProvisioned";
|
|
1742
|
+
})(KnownVolumeType || (KnownVolumeType = {}));
|
|
1743
|
+
/** Overprovisioning ratio for S2D storage. */
|
|
1744
|
+
export var KnownOverprovisioningRatio;
|
|
1745
|
+
(function (KnownOverprovisioningRatio) {
|
|
1746
|
+
/** No overprovisioning. */
|
|
1747
|
+
KnownOverprovisioningRatio["Zero"] = "0";
|
|
1748
|
+
/** Overprovisioning ratio of 1. */
|
|
1749
|
+
KnownOverprovisioningRatio["One"] = "1";
|
|
1750
|
+
/** Overprovisioning ratio of 2. */
|
|
1751
|
+
KnownOverprovisioningRatio["Two"] = "2";
|
|
1752
|
+
})(KnownOverprovisioningRatio || (KnownOverprovisioningRatio = {}));
|
|
1753
|
+
export function storageSanConfigSerializer(item) {
|
|
1754
|
+
return { infraVolLunId: item["infraVolLunId"], infraPerfLunId: item["infraPerfLunId"] };
|
|
1755
|
+
}
|
|
1756
|
+
export function storageSanConfigDeserializer(item) {
|
|
1757
|
+
return {
|
|
1758
|
+
infraVolLunId: item["infraVolLunId"],
|
|
1759
|
+
infraPerfLunId: item["infraPerfLunId"],
|
|
1431
1760
|
};
|
|
1432
1761
|
}
|
|
1433
1762
|
export function infrastructureNetworkArraySerializer(result) {
|
|
@@ -1554,6 +1883,9 @@ export function deploymentSettingHostNetworkSerializer(item) {
|
|
|
1554
1883
|
storageNetworks: !item["storageNetworks"]
|
|
1555
1884
|
? item["storageNetworks"]
|
|
1556
1885
|
: deploymentSettingStorageNetworksArraySerializer(item["storageNetworks"]),
|
|
1886
|
+
sanNetworks: !item["sanNetworks"]
|
|
1887
|
+
? item["sanNetworks"]
|
|
1888
|
+
: sanNetworksSerializer(item["sanNetworks"]),
|
|
1557
1889
|
storageConnectivitySwitchless: item["storageConnectivitySwitchless"],
|
|
1558
1890
|
enableStorageAutoIp: item["enableStorageAutoIp"],
|
|
1559
1891
|
};
|
|
@@ -1566,6 +1898,9 @@ export function deploymentSettingHostNetworkDeserializer(item) {
|
|
|
1566
1898
|
storageNetworks: !item["storageNetworks"]
|
|
1567
1899
|
? item["storageNetworks"]
|
|
1568
1900
|
: deploymentSettingStorageNetworksArrayDeserializer(item["storageNetworks"]),
|
|
1901
|
+
sanNetworks: !item["sanNetworks"]
|
|
1902
|
+
? item["sanNetworks"]
|
|
1903
|
+
: sanNetworksDeserializer(item["sanNetworks"]),
|
|
1569
1904
|
storageConnectivitySwitchless: item["storageConnectivitySwitchless"],
|
|
1570
1905
|
enableStorageAutoIp: item["enableStorageAutoIp"],
|
|
1571
1906
|
};
|
|
@@ -1725,6 +2060,82 @@ export function deploymentSettingStorageAdapterIPInfoDeserializer(item) {
|
|
|
1725
2060
|
subnetMask: item["subnetMask"],
|
|
1726
2061
|
};
|
|
1727
2062
|
}
|
|
2063
|
+
export function sanNetworksSerializer(item) {
|
|
2064
|
+
return {
|
|
2065
|
+
clusterNetworkConfig: !item["clusterNetworkConfig"]
|
|
2066
|
+
? item["clusterNetworkConfig"]
|
|
2067
|
+
: sanClusterNetworkConfigSerializer(item["clusterNetworkConfig"]),
|
|
2068
|
+
};
|
|
2069
|
+
}
|
|
2070
|
+
export function sanNetworksDeserializer(item) {
|
|
2071
|
+
return {
|
|
2072
|
+
clusterNetworkConfig: !item["clusterNetworkConfig"]
|
|
2073
|
+
? item["clusterNetworkConfig"]
|
|
2074
|
+
: sanClusterNetworkConfigDeserializer(item["clusterNetworkConfig"]),
|
|
2075
|
+
};
|
|
2076
|
+
}
|
|
2077
|
+
export function sanClusterNetworkConfigSerializer(item) {
|
|
2078
|
+
return {
|
|
2079
|
+
adapterProperties: !item["adapterProperties"]
|
|
2080
|
+
? item["adapterProperties"]
|
|
2081
|
+
: sanAdapterPropertiesSerializer(item["adapterProperties"]),
|
|
2082
|
+
adapterIPConfig: !item["adapterIPConfig"]
|
|
2083
|
+
? item["adapterIPConfig"]
|
|
2084
|
+
: sanAdapterIPConfigArraySerializer(item["adapterIPConfig"]),
|
|
2085
|
+
};
|
|
2086
|
+
}
|
|
2087
|
+
export function sanClusterNetworkConfigDeserializer(item) {
|
|
2088
|
+
return {
|
|
2089
|
+
adapterProperties: !item["adapterProperties"]
|
|
2090
|
+
? item["adapterProperties"]
|
|
2091
|
+
: sanAdapterPropertiesDeserializer(item["adapterProperties"]),
|
|
2092
|
+
adapterIPConfig: !item["adapterIPConfig"]
|
|
2093
|
+
? item["adapterIPConfig"]
|
|
2094
|
+
: sanAdapterIPConfigArrayDeserializer(item["adapterIPConfig"]),
|
|
2095
|
+
};
|
|
2096
|
+
}
|
|
2097
|
+
export function sanAdapterPropertiesSerializer(item) {
|
|
2098
|
+
return {
|
|
2099
|
+
priorityValue8021ActionCluster: item["priorityValue8021ActionCluster"],
|
|
2100
|
+
priorityValue8021ActionSmb: item["priorityValue8021ActionSmb"],
|
|
2101
|
+
bandwidthPercentageSmb: item["bandwidthPercentageSmb"],
|
|
2102
|
+
jumboPacket: item["jumboPacket"],
|
|
2103
|
+
};
|
|
2104
|
+
}
|
|
2105
|
+
export function sanAdapterPropertiesDeserializer(item) {
|
|
2106
|
+
return {
|
|
2107
|
+
priorityValue8021ActionCluster: item["priorityValue8021ActionCluster"],
|
|
2108
|
+
priorityValue8021ActionSmb: item["priorityValue8021ActionSmb"],
|
|
2109
|
+
bandwidthPercentageSmb: item["bandwidthPercentageSmb"],
|
|
2110
|
+
jumboPacket: item["jumboPacket"],
|
|
2111
|
+
};
|
|
2112
|
+
}
|
|
2113
|
+
export function sanAdapterIPConfigArraySerializer(result) {
|
|
2114
|
+
return result.map((item) => {
|
|
2115
|
+
return sanAdapterIPConfigSerializer(item);
|
|
2116
|
+
});
|
|
2117
|
+
}
|
|
2118
|
+
export function sanAdapterIPConfigArrayDeserializer(result) {
|
|
2119
|
+
return result.map((item) => {
|
|
2120
|
+
return sanAdapterIPConfigDeserializer(item);
|
|
2121
|
+
});
|
|
2122
|
+
}
|
|
2123
|
+
export function sanAdapterIPConfigSerializer(item) {
|
|
2124
|
+
return {
|
|
2125
|
+
name: item["name"],
|
|
2126
|
+
networkAdapterName: item["networkAdapterName"],
|
|
2127
|
+
vlanId: item["vlanId"],
|
|
2128
|
+
addressPrefix: item["addressPrefix"],
|
|
2129
|
+
};
|
|
2130
|
+
}
|
|
2131
|
+
export function sanAdapterIPConfigDeserializer(item) {
|
|
2132
|
+
return {
|
|
2133
|
+
name: item["name"],
|
|
2134
|
+
networkAdapterName: item["networkAdapterName"],
|
|
2135
|
+
vlanId: item["vlanId"],
|
|
2136
|
+
addressPrefix: item["addressPrefix"],
|
|
2137
|
+
};
|
|
2138
|
+
}
|
|
1728
2139
|
export function sdnIntegrationSerializer(item) {
|
|
1729
2140
|
return {
|
|
1730
2141
|
networkController: !item["networkController"]
|
|
@@ -1797,8 +2208,8 @@ export function optionalServicesDeserializer(item) {
|
|
|
1797
2208
|
customLocation: item["customLocation"],
|
|
1798
2209
|
};
|
|
1799
2210
|
}
|
|
1800
|
-
export function assemblyInfoSerializer(
|
|
1801
|
-
return
|
|
2211
|
+
export function assemblyInfoSerializer(_item) {
|
|
2212
|
+
return {};
|
|
1802
2213
|
}
|
|
1803
2214
|
export function assemblyInfoDeserializer(item) {
|
|
1804
2215
|
return {
|
|
@@ -2239,8 +2650,8 @@ export function remoteSupportSessionDeserializer(item) {
|
|
|
2239
2650
|
transcriptLocation: item["transcriptLocation"],
|
|
2240
2651
|
};
|
|
2241
2652
|
}
|
|
2242
|
-
export function extensionResourceSerializer(
|
|
2243
|
-
return
|
|
2653
|
+
export function extensionResourceSerializer(_item) {
|
|
2654
|
+
return {};
|
|
2244
2655
|
}
|
|
2245
2656
|
export function extensionResourceDeserializer(item) {
|
|
2246
2657
|
return {
|
|
@@ -2350,6 +2761,12 @@ export function hciReportedPropertiesDeserializer(item) {
|
|
|
2350
2761
|
extensionProfile: !item["extensionProfile"]
|
|
2351
2762
|
? item["extensionProfile"]
|
|
2352
2763
|
: extensionProfileDeserializer(item["extensionProfile"]),
|
|
2764
|
+
lastSyncTimestamp: !item["lastSyncTimestamp"]
|
|
2765
|
+
? item["lastSyncTimestamp"]
|
|
2766
|
+
: new Date(item["lastSyncTimestamp"]),
|
|
2767
|
+
confidentialVmProfile: !item["confidentialVmProfile"]
|
|
2768
|
+
? item["confidentialVmProfile"]
|
|
2769
|
+
: confidentialVmProfileDeserializer(item["confidentialVmProfile"]),
|
|
2353
2770
|
networkProfile: !item["networkProfile"]
|
|
2354
2771
|
? item["networkProfile"]
|
|
2355
2772
|
: hciNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -2376,6 +2793,9 @@ export function hciNetworkProfileDeserializer(item) {
|
|
|
2376
2793
|
hostNetwork: !item["hostNetwork"]
|
|
2377
2794
|
? item["hostNetwork"]
|
|
2378
2795
|
: hciEdgeDeviceHostNetworkDeserializer(item["hostNetwork"]),
|
|
2796
|
+
sdnProperties: !item["sdnProperties"]
|
|
2797
|
+
? item["sdnProperties"]
|
|
2798
|
+
: sdnPropertiesDeserializer(item["sdnProperties"]),
|
|
2379
2799
|
};
|
|
2380
2800
|
}
|
|
2381
2801
|
export function hciNicDetailArrayDeserializer(result) {
|
|
@@ -2545,6 +2965,19 @@ export function sbeDeploymentPackageInfoDeserializer(item) {
|
|
|
2545
2965
|
export function hciStorageProfileDeserializer(item) {
|
|
2546
2966
|
return {
|
|
2547
2967
|
poolableDisksCount: item["poolableDisksCount"],
|
|
2968
|
+
disks: !item["disks"] ? item["disks"] : edgeDeviceDisksArrayDeserializer(item["disks"]),
|
|
2969
|
+
};
|
|
2970
|
+
}
|
|
2971
|
+
export function edgeDeviceDisksArrayDeserializer(result) {
|
|
2972
|
+
return result.map((item) => {
|
|
2973
|
+
return edgeDeviceDisksDeserializer(item);
|
|
2974
|
+
});
|
|
2975
|
+
}
|
|
2976
|
+
export function edgeDeviceDisksDeserializer(item) {
|
|
2977
|
+
return {
|
|
2978
|
+
id: item["id"],
|
|
2979
|
+
sizeInBytes: item["sizeInBytes"],
|
|
2980
|
+
type: item["type"],
|
|
2548
2981
|
};
|
|
2549
2982
|
}
|
|
2550
2983
|
export function hciHardwareProfileDeserializer(item) {
|
|
@@ -2558,6 +2991,12 @@ export function reportedPropertiesDeserializer(item) {
|
|
|
2558
2991
|
extensionProfile: !item["extensionProfile"]
|
|
2559
2992
|
? item["extensionProfile"]
|
|
2560
2993
|
: extensionProfileDeserializer(item["extensionProfile"]),
|
|
2994
|
+
lastSyncTimestamp: !item["lastSyncTimestamp"]
|
|
2995
|
+
? item["lastSyncTimestamp"]
|
|
2996
|
+
: new Date(item["lastSyncTimestamp"]),
|
|
2997
|
+
confidentialVmProfile: !item["confidentialVmProfile"]
|
|
2998
|
+
? item["confidentialVmProfile"]
|
|
2999
|
+
: confidentialVmProfileDeserializer(item["confidentialVmProfile"]),
|
|
2561
3000
|
};
|
|
2562
3001
|
}
|
|
2563
3002
|
/** The edge device state. */
|
|
@@ -2646,6 +3085,35 @@ export var KnownExtensionManagedBy;
|
|
|
2646
3085
|
/** The extension is managed by Azure. */
|
|
2647
3086
|
KnownExtensionManagedBy["Azure"] = "Azure";
|
|
2648
3087
|
})(KnownExtensionManagedBy || (KnownExtensionManagedBy = {}));
|
|
3088
|
+
export function confidentialVmProfileDeserializer(item) {
|
|
3089
|
+
return {
|
|
3090
|
+
igvmStatus: item["igvmStatus"],
|
|
3091
|
+
statusDetails: !item["statusDetails"]
|
|
3092
|
+
? item["statusDetails"]
|
|
3093
|
+
: igvmStatusDetailArrayDeserializer(item["statusDetails"]),
|
|
3094
|
+
};
|
|
3095
|
+
}
|
|
3096
|
+
/** Represents the IGVM support status for the device. */
|
|
3097
|
+
export var KnownIgvmStatus;
|
|
3098
|
+
(function (KnownIgvmStatus) {
|
|
3099
|
+
/** The IGVM status could not be determined due to a query failure or inconsistent system state. */
|
|
3100
|
+
KnownIgvmStatus["Unknown"] = "Unknown";
|
|
3101
|
+
/** IGVM support is enabled, indicating that confidential VM features are available on this device. */
|
|
3102
|
+
KnownIgvmStatus["Enabled"] = "Enabled";
|
|
3103
|
+
/** IGVM status is disabled, indicating that confidential VM features are not supported on this device. */
|
|
3104
|
+
KnownIgvmStatus["Disabled"] = "Disabled";
|
|
3105
|
+
})(KnownIgvmStatus || (KnownIgvmStatus = {}));
|
|
3106
|
+
export function igvmStatusDetailArrayDeserializer(result) {
|
|
3107
|
+
return result.map((item) => {
|
|
3108
|
+
return igvmStatusDetailDeserializer(item);
|
|
3109
|
+
});
|
|
3110
|
+
}
|
|
3111
|
+
export function igvmStatusDetailDeserializer(item) {
|
|
3112
|
+
return {
|
|
3113
|
+
code: item["code"],
|
|
3114
|
+
message: item["message"],
|
|
3115
|
+
};
|
|
3116
|
+
}
|
|
2649
3117
|
export function edgeDevicePropertiesSerializer(item) {
|
|
2650
3118
|
return {
|
|
2651
3119
|
deviceConfiguration: !item["deviceConfiguration"]
|
|
@@ -2987,6 +3455,35 @@ export function extensionArrayDeserializer(result) {
|
|
|
2987
3455
|
export function extensionUpgradeParametersSerializer(item) {
|
|
2988
3456
|
return { targetVersion: item["targetVersion"] };
|
|
2989
3457
|
}
|
|
3458
|
+
export function publisherDeserializer(item) {
|
|
3459
|
+
return {
|
|
3460
|
+
id: item["id"],
|
|
3461
|
+
name: item["name"],
|
|
3462
|
+
type: item["type"],
|
|
3463
|
+
systemData: !item["systemData"]
|
|
3464
|
+
? item["systemData"]
|
|
3465
|
+
: systemDataDeserializer(item["systemData"]),
|
|
3466
|
+
...(!item["properties"]
|
|
3467
|
+
? item["properties"]
|
|
3468
|
+
: _publisherPropertiesDeserializer(item["properties"])),
|
|
3469
|
+
};
|
|
3470
|
+
}
|
|
3471
|
+
export function publisherPropertiesDeserializer(item) {
|
|
3472
|
+
return {
|
|
3473
|
+
provisioningState: item["provisioningState"],
|
|
3474
|
+
};
|
|
3475
|
+
}
|
|
3476
|
+
export function _publisherListDeserializer(item) {
|
|
3477
|
+
return {
|
|
3478
|
+
value: publisherArrayDeserializer(item["value"]),
|
|
3479
|
+
nextLink: item["nextLink"],
|
|
3480
|
+
};
|
|
3481
|
+
}
|
|
3482
|
+
export function publisherArrayDeserializer(result) {
|
|
3483
|
+
return result.map((item) => {
|
|
3484
|
+
return publisherDeserializer(item);
|
|
3485
|
+
});
|
|
3486
|
+
}
|
|
2990
3487
|
export function securitySettingSerializer(item) {
|
|
2991
3488
|
return {
|
|
2992
3489
|
properties: areAllPropsUndefined(item, [
|
|
@@ -3394,6 +3891,10 @@ export var KnownState;
|
|
|
3394
3891
|
KnownState["ScanFailed"] = "ScanFailed";
|
|
3395
3892
|
/** Additional content is required to proceed with the update. */
|
|
3396
3893
|
KnownState["AdditionalContentRequired"] = "AdditionalContentRequired";
|
|
3894
|
+
/** The health check has expired and needs to be redone. */
|
|
3895
|
+
KnownState["HealthCheckExpired"] = "HealthCheckExpired";
|
|
3896
|
+
/** The update is pending OEM validation before it can proceed. */
|
|
3897
|
+
KnownState["PendingOEMValidation"] = "PendingOEMValidation";
|
|
3397
3898
|
})(KnownState || (KnownState = {}));
|
|
3398
3899
|
export function updatePrerequisiteArraySerializer(result) {
|
|
3399
3900
|
return result.map((item) => {
|
|
@@ -3517,63 +4018,1096 @@ export function precheckResultDeserializer(item) {
|
|
|
3517
4018
|
healthCheckSource: item["healthCheckSource"],
|
|
3518
4019
|
};
|
|
3519
4020
|
}
|
|
3520
|
-
export function precheckResultTagsSerializer(item) {
|
|
3521
|
-
return { key: item["key"], value: item["value"] };
|
|
3522
|
-
}
|
|
3523
|
-
export function precheckResultTagsDeserializer(item) {
|
|
4021
|
+
export function precheckResultTagsSerializer(item) {
|
|
4022
|
+
return { key: item["key"], value: item["value"] };
|
|
4023
|
+
}
|
|
4024
|
+
export function precheckResultTagsDeserializer(item) {
|
|
4025
|
+
return {
|
|
4026
|
+
key: item["key"],
|
|
4027
|
+
value: item["value"],
|
|
4028
|
+
};
|
|
4029
|
+
}
|
|
4030
|
+
/** Indicates the importance or impact level of the result. Determines whether the result is informational, a warning, or a critical issue that may block updates. */
|
|
4031
|
+
export var KnownSeverity;
|
|
4032
|
+
(function (KnownSeverity) {
|
|
4033
|
+
/** A critical issue that blocks updates and requires immediate attention. */
|
|
4034
|
+
KnownSeverity["Critical"] = "Critical";
|
|
4035
|
+
/** A warning that may indicate a potential issue but does not block updates. */
|
|
4036
|
+
KnownSeverity["Warning"] = "Warning";
|
|
4037
|
+
/** General information that does not indicate any issue. */
|
|
4038
|
+
KnownSeverity["Informational"] = "Informational";
|
|
4039
|
+
/** The result is hidden and not shown in the output. */
|
|
4040
|
+
KnownSeverity["Hidden"] = "Hidden";
|
|
4041
|
+
})(KnownSeverity || (KnownSeverity = {}));
|
|
4042
|
+
/** Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification. */
|
|
4043
|
+
export var KnownAvailabilityType;
|
|
4044
|
+
(function (KnownAvailabilityType) {
|
|
4045
|
+
/** The update content is available locally within the environment. */
|
|
4046
|
+
KnownAvailabilityType["Local"] = "Local";
|
|
4047
|
+
/** The update content is available from an online source. */
|
|
4048
|
+
KnownAvailabilityType["Online"] = "Online";
|
|
4049
|
+
/** The system will notify the user when update content becomes available. */
|
|
4050
|
+
KnownAvailabilityType["Notify"] = "Notify";
|
|
4051
|
+
})(KnownAvailabilityType || (KnownAvailabilityType = {}));
|
|
4052
|
+
export function updateStatePropertiesSerializer(item) {
|
|
4053
|
+
return { progressPercentage: item["progressPercentage"], notifyMessage: item["notifyMessage"] };
|
|
4054
|
+
}
|
|
4055
|
+
export function updateStatePropertiesDeserializer(item) {
|
|
4056
|
+
return {
|
|
4057
|
+
progressPercentage: item["progressPercentage"],
|
|
4058
|
+
notifyMessage: item["notifyMessage"],
|
|
4059
|
+
};
|
|
4060
|
+
}
|
|
4061
|
+
export function _updateListDeserializer(item) {
|
|
4062
|
+
return {
|
|
4063
|
+
value: updateArrayDeserializer(item["value"]),
|
|
4064
|
+
nextLink: item["nextLink"],
|
|
4065
|
+
};
|
|
4066
|
+
}
|
|
4067
|
+
export function updateArraySerializer(result) {
|
|
4068
|
+
return result.map((item) => {
|
|
4069
|
+
return updateSerializer(item);
|
|
4070
|
+
});
|
|
4071
|
+
}
|
|
4072
|
+
export function updateArrayDeserializer(result) {
|
|
4073
|
+
return result.map((item) => {
|
|
4074
|
+
return updateDeserializer(item);
|
|
4075
|
+
});
|
|
4076
|
+
}
|
|
4077
|
+
export function checkUpdatesRequestSerializer(item) {
|
|
4078
|
+
return { updateName: item["updateName"] };
|
|
4079
|
+
}
|
|
4080
|
+
export function validatedSolutionRecipeDeserializer(item) {
|
|
4081
|
+
return {
|
|
4082
|
+
id: item["id"],
|
|
4083
|
+
name: item["name"],
|
|
4084
|
+
type: item["type"],
|
|
4085
|
+
systemData: !item["systemData"]
|
|
4086
|
+
? item["systemData"]
|
|
4087
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4088
|
+
properties: !item["properties"]
|
|
4089
|
+
? item["properties"]
|
|
4090
|
+
: validatedSolutionRecipePropertiesDeserializer(item["properties"]),
|
|
4091
|
+
};
|
|
4092
|
+
}
|
|
4093
|
+
export function validatedSolutionRecipePropertiesDeserializer(item) {
|
|
4094
|
+
return {
|
|
4095
|
+
recipeContent: validatedSolutionRecipeContentDeserializer(item["recipeContent"]),
|
|
4096
|
+
signature: item["signature"],
|
|
4097
|
+
};
|
|
4098
|
+
}
|
|
4099
|
+
export function validatedSolutionRecipeContentDeserializer(item) {
|
|
4100
|
+
return {
|
|
4101
|
+
info: validatedSolutionRecipeInfoDeserializer(item["info"]),
|
|
4102
|
+
capabilities: !item["capabilities"]
|
|
4103
|
+
? item["capabilities"]
|
|
4104
|
+
: validatedSolutionRecipeCapabilitiesDeserializer(item["capabilities"]),
|
|
4105
|
+
components: validatedSolutionRecipeComponentArrayDeserializer(item["components"]),
|
|
4106
|
+
};
|
|
4107
|
+
}
|
|
4108
|
+
export function validatedSolutionRecipeInfoDeserializer(item) {
|
|
4109
|
+
return {
|
|
4110
|
+
solutionType: item["solutionType"],
|
|
4111
|
+
version: item["version"],
|
|
4112
|
+
};
|
|
4113
|
+
}
|
|
4114
|
+
export function validatedSolutionRecipeCapabilitiesDeserializer(item) {
|
|
4115
|
+
return {
|
|
4116
|
+
clusterCapabilities: validatedSolutionRecipeCapabilityArrayDeserializer(item["clusterCapabilities"]),
|
|
4117
|
+
nodeCapabilities: validatedSolutionRecipeCapabilityArrayDeserializer(item["nodeCapabilities"]),
|
|
4118
|
+
};
|
|
4119
|
+
}
|
|
4120
|
+
export function validatedSolutionRecipeCapabilityArrayDeserializer(result) {
|
|
4121
|
+
return result.map((item) => {
|
|
4122
|
+
return validatedSolutionRecipeCapabilityDeserializer(item);
|
|
4123
|
+
});
|
|
4124
|
+
}
|
|
4125
|
+
export function validatedSolutionRecipeCapabilityDeserializer(item) {
|
|
4126
|
+
return {
|
|
4127
|
+
capabilityName: item["capabilityName"],
|
|
4128
|
+
};
|
|
4129
|
+
}
|
|
4130
|
+
export function validatedSolutionRecipeComponentArrayDeserializer(result) {
|
|
4131
|
+
return result.map((item) => {
|
|
4132
|
+
return validatedSolutionRecipeComponentDeserializer(item);
|
|
4133
|
+
});
|
|
4134
|
+
}
|
|
4135
|
+
export function validatedSolutionRecipeComponentDeserializer(item) {
|
|
4136
|
+
return {
|
|
4137
|
+
name: item["name"],
|
|
4138
|
+
type: item["type"],
|
|
4139
|
+
requiredVersion: item["requiredVersion"],
|
|
4140
|
+
installOrder: item["installOrder"],
|
|
4141
|
+
tags: item["tags"].map((p) => {
|
|
4142
|
+
return p;
|
|
4143
|
+
}),
|
|
4144
|
+
payloads: !item["payloads"]
|
|
4145
|
+
? item["payloads"]
|
|
4146
|
+
: validatedSolutionRecipeComponentPayloadArrayDeserializer(item["payloads"]),
|
|
4147
|
+
metadata: !item["metadata"]
|
|
4148
|
+
? item["metadata"]
|
|
4149
|
+
: validatedSolutionRecipeComponentMetadataDeserializer(item["metadata"]),
|
|
4150
|
+
};
|
|
4151
|
+
}
|
|
4152
|
+
export function validatedSolutionRecipeComponentPayloadArrayDeserializer(result) {
|
|
4153
|
+
return result.map((item) => {
|
|
4154
|
+
return validatedSolutionRecipeComponentPayloadDeserializer(item);
|
|
4155
|
+
});
|
|
4156
|
+
}
|
|
4157
|
+
export function validatedSolutionRecipeComponentPayloadDeserializer(item) {
|
|
4158
|
+
return {
|
|
4159
|
+
identifier: item["identifier"],
|
|
4160
|
+
hash: item["hash"],
|
|
4161
|
+
fileName: item["fileName"],
|
|
4162
|
+
url: item["url"],
|
|
4163
|
+
};
|
|
4164
|
+
}
|
|
4165
|
+
export function validatedSolutionRecipeComponentMetadataDeserializer(item) {
|
|
4166
|
+
return {
|
|
4167
|
+
extensionType: item["extensionType"],
|
|
4168
|
+
publisher: item["publisher"],
|
|
4169
|
+
enableAutomaticUpgrade: item["enableAutomaticUpgrade"],
|
|
4170
|
+
lcmUpdate: item["lcmUpdate"],
|
|
4171
|
+
catalog: item["catalog"],
|
|
4172
|
+
ring: item["ring"],
|
|
4173
|
+
releaseTrain: item["releaseTrain"],
|
|
4174
|
+
link: item["link"],
|
|
4175
|
+
name: item["name"],
|
|
4176
|
+
expectedHash: item["expectedHash"],
|
|
4177
|
+
previewSource: item["previewSource"],
|
|
4178
|
+
};
|
|
4179
|
+
}
|
|
4180
|
+
export function _validatedSolutionRecipeListResultDeserializer(item) {
|
|
4181
|
+
return {
|
|
4182
|
+
value: validatedSolutionRecipeArrayDeserializer(item["value"]),
|
|
4183
|
+
nextLink: item["nextLink"],
|
|
4184
|
+
};
|
|
4185
|
+
}
|
|
4186
|
+
export function validatedSolutionRecipeArrayDeserializer(result) {
|
|
4187
|
+
return result.map((item) => {
|
|
4188
|
+
return validatedSolutionRecipeDeserializer(item);
|
|
4189
|
+
});
|
|
4190
|
+
}
|
|
4191
|
+
export function edgeMachineSerializer(item) {
|
|
4192
|
+
return {
|
|
4193
|
+
tags: item["tags"],
|
|
4194
|
+
location: item["location"],
|
|
4195
|
+
properties: !item["properties"]
|
|
4196
|
+
? item["properties"]
|
|
4197
|
+
: edgeMachinePropertiesSerializer(item["properties"]),
|
|
4198
|
+
identity: !item["identity"]
|
|
4199
|
+
? item["identity"]
|
|
4200
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
4201
|
+
};
|
|
4202
|
+
}
|
|
4203
|
+
export function edgeMachineDeserializer(item) {
|
|
4204
|
+
return {
|
|
4205
|
+
tags: !item["tags"]
|
|
4206
|
+
? item["tags"]
|
|
4207
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4208
|
+
location: item["location"],
|
|
4209
|
+
id: item["id"],
|
|
4210
|
+
name: item["name"],
|
|
4211
|
+
type: item["type"],
|
|
4212
|
+
systemData: !item["systemData"]
|
|
4213
|
+
? item["systemData"]
|
|
4214
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4215
|
+
properties: !item["properties"]
|
|
4216
|
+
? item["properties"]
|
|
4217
|
+
: edgeMachinePropertiesDeserializer(item["properties"]),
|
|
4218
|
+
identity: !item["identity"]
|
|
4219
|
+
? item["identity"]
|
|
4220
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
4221
|
+
};
|
|
4222
|
+
}
|
|
4223
|
+
export function edgeMachinePropertiesSerializer(item) {
|
|
4224
|
+
return {
|
|
4225
|
+
edgeMachineKind: item["edgeMachineKind"],
|
|
4226
|
+
arcMachineResourceGroupId: item["arcMachineResourceGroupId"],
|
|
4227
|
+
arcMachineResourceId: item["arcMachineResourceId"],
|
|
4228
|
+
arcGatewayResourceId: item["arcGatewayResourceId"],
|
|
4229
|
+
siteDetails: !item["siteDetails"]
|
|
4230
|
+
? item["siteDetails"]
|
|
4231
|
+
: siteDetailsSerializer(item["siteDetails"]),
|
|
4232
|
+
ownershipVoucherDetails: !item["ownershipVoucherDetails"]
|
|
4233
|
+
? item["ownershipVoucherDetails"]
|
|
4234
|
+
: ownershipVoucherDetailsSerializer(item["ownershipVoucherDetails"]),
|
|
4235
|
+
provisioningDetails: !item["provisioningDetails"]
|
|
4236
|
+
? item["provisioningDetails"]
|
|
4237
|
+
: provisioningDetailsSerializer(item["provisioningDetails"]),
|
|
4238
|
+
};
|
|
4239
|
+
}
|
|
4240
|
+
export function edgeMachinePropertiesDeserializer(item) {
|
|
4241
|
+
return {
|
|
4242
|
+
edgeMachineKind: item["edgeMachineKind"],
|
|
4243
|
+
provisioningState: item["provisioningState"],
|
|
4244
|
+
cloudId: item["cloudId"],
|
|
4245
|
+
arcMachineResourceGroupId: item["arcMachineResourceGroupId"],
|
|
4246
|
+
arcMachineResourceId: item["arcMachineResourceId"],
|
|
4247
|
+
arcGatewayResourceId: item["arcGatewayResourceId"],
|
|
4248
|
+
siteDetails: !item["siteDetails"]
|
|
4249
|
+
? item["siteDetails"]
|
|
4250
|
+
: siteDetailsDeserializer(item["siteDetails"]),
|
|
4251
|
+
ownershipVoucherDetails: !item["ownershipVoucherDetails"]
|
|
4252
|
+
? item["ownershipVoucherDetails"]
|
|
4253
|
+
: ownershipVoucherDetailsDeserializer(item["ownershipVoucherDetails"]),
|
|
4254
|
+
provisioningDetails: !item["provisioningDetails"]
|
|
4255
|
+
? item["provisioningDetails"]
|
|
4256
|
+
: provisioningDetailsDeserializer(item["provisioningDetails"]),
|
|
4257
|
+
devicePoolResourceId: item["devicePoolResourceId"],
|
|
4258
|
+
machineState: item["machineState"],
|
|
4259
|
+
connectivityStatus: item["connectivityStatus"],
|
|
4260
|
+
claimedBy: item["claimedBy"],
|
|
4261
|
+
reportedProperties: !item["reportedProperties"]
|
|
4262
|
+
? item["reportedProperties"]
|
|
4263
|
+
: edgeMachineReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
4264
|
+
operationDetails: !item["operationDetails"]
|
|
4265
|
+
? item["operationDetails"]
|
|
4266
|
+
: operationDetailArrayDeserializer(item["operationDetails"]),
|
|
4267
|
+
lastSyncTimestamp: !item["lastSyncTimestamp"]
|
|
4268
|
+
? item["lastSyncTimestamp"]
|
|
4269
|
+
: new Date(item["lastSyncTimestamp"]),
|
|
4270
|
+
};
|
|
4271
|
+
}
|
|
4272
|
+
/** Edge Machine Kind. */
|
|
4273
|
+
export var KnownEdgeMachineKind;
|
|
4274
|
+
(function (KnownEdgeMachineKind) {
|
|
4275
|
+
/** EdgeMachine resource created using Zero-touch provisioning. */
|
|
4276
|
+
KnownEdgeMachineKind["Standard"] = "Standard";
|
|
4277
|
+
/** EdgeMachine resource created for brownfield HCI customers without zero touch provisioning. */
|
|
4278
|
+
KnownEdgeMachineKind["Dedicated"] = "Dedicated";
|
|
4279
|
+
})(KnownEdgeMachineKind || (KnownEdgeMachineKind = {}));
|
|
4280
|
+
export function siteDetailsSerializer(item) {
|
|
4281
|
+
return {
|
|
4282
|
+
siteResourceId: item["siteResourceId"],
|
|
4283
|
+
deviceConfiguration: !item["deviceConfiguration"]
|
|
4284
|
+
? item["deviceConfiguration"]
|
|
4285
|
+
: targetDeviceConfigurationSerializer(item["deviceConfiguration"]),
|
|
4286
|
+
};
|
|
4287
|
+
}
|
|
4288
|
+
export function siteDetailsDeserializer(item) {
|
|
4289
|
+
return {
|
|
4290
|
+
siteResourceId: item["siteResourceId"],
|
|
4291
|
+
deviceConfiguration: !item["deviceConfiguration"]
|
|
4292
|
+
? item["deviceConfiguration"]
|
|
4293
|
+
: targetDeviceConfigurationDeserializer(item["deviceConfiguration"]),
|
|
4294
|
+
};
|
|
4295
|
+
}
|
|
4296
|
+
export function targetDeviceConfigurationSerializer(item) {
|
|
4297
|
+
return {
|
|
4298
|
+
network: !item["network"] ? item["network"] : networkConfigurationSerializer(item["network"]),
|
|
4299
|
+
hostName: item["hostName"],
|
|
4300
|
+
webProxy: !item["webProxy"]
|
|
4301
|
+
? item["webProxy"]
|
|
4302
|
+
: webProxyConfigurationSerializer(item["webProxy"]),
|
|
4303
|
+
time: !item["time"] ? item["time"] : timeConfigurationSerializer(item["time"]),
|
|
4304
|
+
storage: !item["storage"] ? item["storage"] : storageConfigurationSerializer(item["storage"]),
|
|
4305
|
+
};
|
|
4306
|
+
}
|
|
4307
|
+
export function targetDeviceConfigurationDeserializer(item) {
|
|
4308
|
+
return {
|
|
4309
|
+
network: !item["network"] ? item["network"] : networkConfigurationDeserializer(item["network"]),
|
|
4310
|
+
hostName: item["hostName"],
|
|
4311
|
+
webProxy: !item["webProxy"]
|
|
4312
|
+
? item["webProxy"]
|
|
4313
|
+
: webProxyConfigurationDeserializer(item["webProxy"]),
|
|
4314
|
+
time: !item["time"] ? item["time"] : timeConfigurationDeserializer(item["time"]),
|
|
4315
|
+
storage: !item["storage"] ? item["storage"] : storageConfigurationDeserializer(item["storage"]),
|
|
4316
|
+
};
|
|
4317
|
+
}
|
|
4318
|
+
export function networkConfigurationSerializer(item) {
|
|
4319
|
+
return {
|
|
4320
|
+
networkAdapters: !item["networkAdapters"]
|
|
4321
|
+
? item["networkAdapters"]
|
|
4322
|
+
: networkAdapterArraySerializer(item["networkAdapters"]),
|
|
4323
|
+
};
|
|
4324
|
+
}
|
|
4325
|
+
export function networkConfigurationDeserializer(item) {
|
|
4326
|
+
return {
|
|
4327
|
+
networkAdapters: !item["networkAdapters"]
|
|
4328
|
+
? item["networkAdapters"]
|
|
4329
|
+
: networkAdapterArrayDeserializer(item["networkAdapters"]),
|
|
4330
|
+
};
|
|
4331
|
+
}
|
|
4332
|
+
export function networkAdapterArraySerializer(result) {
|
|
4333
|
+
return result.map((item) => {
|
|
4334
|
+
return networkAdapterSerializer(item);
|
|
4335
|
+
});
|
|
4336
|
+
}
|
|
4337
|
+
export function networkAdapterArrayDeserializer(result) {
|
|
4338
|
+
return result.map((item) => {
|
|
4339
|
+
return networkAdapterDeserializer(item);
|
|
4340
|
+
});
|
|
4341
|
+
}
|
|
4342
|
+
export function networkAdapterSerializer(item) {
|
|
4343
|
+
return {
|
|
4344
|
+
ipAssignmentType: item["ipAssignmentType"],
|
|
4345
|
+
ipAddress: item["ipAddress"],
|
|
4346
|
+
adapterName: item["adapterName"],
|
|
4347
|
+
macAddress: item["macAddress"],
|
|
4348
|
+
ipAddressRange: !item["ipAddressRange"]
|
|
4349
|
+
? item["ipAddressRange"]
|
|
4350
|
+
: ipAddressRangeSerializer(item["ipAddressRange"]),
|
|
4351
|
+
gateway: item["gateway"],
|
|
4352
|
+
subnetMask: item["subnetMask"],
|
|
4353
|
+
dnsAddressArray: !item["dnsAddressArray"]
|
|
4354
|
+
? item["dnsAddressArray"]
|
|
4355
|
+
: item["dnsAddressArray"].map((p) => {
|
|
4356
|
+
return p;
|
|
4357
|
+
}),
|
|
4358
|
+
vlanId: item["vlanId"],
|
|
4359
|
+
};
|
|
4360
|
+
}
|
|
4361
|
+
export function networkAdapterDeserializer(item) {
|
|
4362
|
+
return {
|
|
4363
|
+
ipAssignmentType: item["ipAssignmentType"],
|
|
4364
|
+
ipAddress: item["ipAddress"],
|
|
4365
|
+
adapterName: item["adapterName"],
|
|
4366
|
+
macAddress: item["macAddress"],
|
|
4367
|
+
ipAddressRange: !item["ipAddressRange"]
|
|
4368
|
+
? item["ipAddressRange"]
|
|
4369
|
+
: ipAddressRangeDeserializer(item["ipAddressRange"]),
|
|
4370
|
+
gateway: item["gateway"],
|
|
4371
|
+
subnetMask: item["subnetMask"],
|
|
4372
|
+
dnsAddressArray: !item["dnsAddressArray"]
|
|
4373
|
+
? item["dnsAddressArray"]
|
|
4374
|
+
: item["dnsAddressArray"].map((p) => {
|
|
4375
|
+
return p;
|
|
4376
|
+
}),
|
|
4377
|
+
vlanId: item["vlanId"],
|
|
4378
|
+
};
|
|
4379
|
+
}
|
|
4380
|
+
/** IP assignment types */
|
|
4381
|
+
export var KnownIpAssignmentType;
|
|
4382
|
+
(function (KnownIpAssignmentType) {
|
|
4383
|
+
/** Automatic IP assignment */
|
|
4384
|
+
KnownIpAssignmentType["Automatic"] = "Automatic";
|
|
4385
|
+
/** Manual IP assignment */
|
|
4386
|
+
KnownIpAssignmentType["Manual"] = "Manual";
|
|
4387
|
+
})(KnownIpAssignmentType || (KnownIpAssignmentType = {}));
|
|
4388
|
+
export function ipAddressRangeSerializer(item) {
|
|
4389
|
+
return { startIp: item["startIp"], endIp: item["endIp"] };
|
|
4390
|
+
}
|
|
4391
|
+
export function ipAddressRangeDeserializer(item) {
|
|
4392
|
+
return {
|
|
4393
|
+
startIp: item["startIp"],
|
|
4394
|
+
endIp: item["endIp"],
|
|
4395
|
+
};
|
|
4396
|
+
}
|
|
4397
|
+
export function webProxyConfigurationSerializer(item) {
|
|
4398
|
+
return {
|
|
4399
|
+
connectionUri: item["connectionUri"],
|
|
4400
|
+
port: item["port"],
|
|
4401
|
+
bypassList: !item["bypassList"]
|
|
4402
|
+
? item["bypassList"]
|
|
4403
|
+
: item["bypassList"].map((p) => {
|
|
4404
|
+
return p;
|
|
4405
|
+
}),
|
|
4406
|
+
};
|
|
4407
|
+
}
|
|
4408
|
+
export function webProxyConfigurationDeserializer(item) {
|
|
4409
|
+
return {
|
|
4410
|
+
connectionUri: item["connectionUri"],
|
|
4411
|
+
port: item["port"],
|
|
4412
|
+
bypassList: !item["bypassList"]
|
|
4413
|
+
? item["bypassList"]
|
|
4414
|
+
: item["bypassList"].map((p) => {
|
|
4415
|
+
return p;
|
|
4416
|
+
}),
|
|
4417
|
+
};
|
|
4418
|
+
}
|
|
4419
|
+
export function timeConfigurationSerializer(item) {
|
|
4420
|
+
return {
|
|
4421
|
+
primaryTimeServer: item["primaryTimeServer"],
|
|
4422
|
+
secondaryTimeServer: item["secondaryTimeServer"],
|
|
4423
|
+
timeZone: item["timeZone"],
|
|
4424
|
+
};
|
|
4425
|
+
}
|
|
4426
|
+
export function timeConfigurationDeserializer(item) {
|
|
4427
|
+
return {
|
|
4428
|
+
primaryTimeServer: item["primaryTimeServer"],
|
|
4429
|
+
secondaryTimeServer: item["secondaryTimeServer"],
|
|
4430
|
+
timeZone: item["timeZone"],
|
|
4431
|
+
};
|
|
4432
|
+
}
|
|
4433
|
+
export function storageConfigurationSerializer(item) {
|
|
4434
|
+
return { partitionSize: item["partitionSize"] };
|
|
4435
|
+
}
|
|
4436
|
+
export function storageConfigurationDeserializer(item) {
|
|
4437
|
+
return {
|
|
4438
|
+
partitionSize: item["partitionSize"],
|
|
4439
|
+
};
|
|
4440
|
+
}
|
|
4441
|
+
export function ownershipVoucherDetailsSerializer(item) {
|
|
4442
|
+
return { ownershipVoucher: item["ownershipVoucher"], ownerKeyType: item["ownerKeyType"] };
|
|
4443
|
+
}
|
|
4444
|
+
export function ownershipVoucherDetailsDeserializer(item) {
|
|
4445
|
+
return {
|
|
4446
|
+
ownershipVoucher: item["ownershipVoucher"],
|
|
4447
|
+
ownerKeyType: item["ownerKeyType"],
|
|
4448
|
+
validationDetails: !item["validationDetails"]
|
|
4449
|
+
? item["validationDetails"]
|
|
4450
|
+
: ownershipVoucherValidationDetailsDeserializer(item["validationDetails"]),
|
|
4451
|
+
};
|
|
4452
|
+
}
|
|
4453
|
+
/** Type of owner key in the voucher */
|
|
4454
|
+
export var KnownOwnerKeyType;
|
|
4455
|
+
(function (KnownOwnerKeyType) {
|
|
4456
|
+
/** Owner is Microsoft managed key */
|
|
4457
|
+
KnownOwnerKeyType["MicrosoftManaged"] = "MicrosoftManaged";
|
|
4458
|
+
})(KnownOwnerKeyType || (KnownOwnerKeyType = {}));
|
|
4459
|
+
export function ownershipVoucherValidationDetailsDeserializer(item) {
|
|
4460
|
+
return {
|
|
4461
|
+
validationStatus: item["validationStatus"],
|
|
4462
|
+
serialNumber: item["serialNumber"],
|
|
4463
|
+
id: item["id"],
|
|
4464
|
+
manufacturer: item["manufacturer"],
|
|
4465
|
+
modelName: item["modelName"],
|
|
4466
|
+
version: item["version"],
|
|
4467
|
+
azureMachineId: item["azureMachineId"],
|
|
4468
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4469
|
+
};
|
|
4470
|
+
}
|
|
4471
|
+
/** Ownership Voucher validation Status. */
|
|
4472
|
+
export var KnownOwnershipVoucherValidationStatus;
|
|
4473
|
+
(function (KnownOwnershipVoucherValidationStatus) {
|
|
4474
|
+
/** Voucher evaluated as valid. */
|
|
4475
|
+
KnownOwnershipVoucherValidationStatus["Valid"] = "Valid";
|
|
4476
|
+
/** Voucher evaluated as invalid. */
|
|
4477
|
+
KnownOwnershipVoucherValidationStatus["Invalid"] = "Invalid";
|
|
4478
|
+
})(KnownOwnershipVoucherValidationStatus || (KnownOwnershipVoucherValidationStatus = {}));
|
|
4479
|
+
export function provisioningDetailsSerializer(item) {
|
|
4480
|
+
return {
|
|
4481
|
+
osProfile: osProvisionProfileSerializer(item["osProfile"]),
|
|
4482
|
+
userDetails: !item["userDetails"]
|
|
4483
|
+
? item["userDetails"]
|
|
4484
|
+
: userDetailsArraySerializer(item["userDetails"]),
|
|
4485
|
+
};
|
|
4486
|
+
}
|
|
4487
|
+
export function provisioningDetailsDeserializer(item) {
|
|
4488
|
+
return {
|
|
4489
|
+
osProfile: osProvisionProfileDeserializer(item["osProfile"]),
|
|
4490
|
+
userDetails: !item["userDetails"]
|
|
4491
|
+
? item["userDetails"]
|
|
4492
|
+
: userDetailsArrayDeserializer(item["userDetails"]),
|
|
4493
|
+
};
|
|
4494
|
+
}
|
|
4495
|
+
export function osProvisionProfileSerializer(item) {
|
|
4496
|
+
return {
|
|
4497
|
+
osName: item["osName"],
|
|
4498
|
+
osType: item["osType"],
|
|
4499
|
+
osVersion: item["osVersion"],
|
|
4500
|
+
osImageLocation: item["osImageLocation"],
|
|
4501
|
+
vsrVersion: item["vsrVersion"],
|
|
4502
|
+
imageHash: item["imageHash"],
|
|
4503
|
+
gpgPubKey: item["gpgPubKey"],
|
|
4504
|
+
operationType: item["operationType"],
|
|
4505
|
+
};
|
|
4506
|
+
}
|
|
4507
|
+
export function osProvisionProfileDeserializer(item) {
|
|
4508
|
+
return {
|
|
4509
|
+
osName: item["osName"],
|
|
4510
|
+
osType: item["osType"],
|
|
4511
|
+
osVersion: item["osVersion"],
|
|
4512
|
+
osImageLocation: item["osImageLocation"],
|
|
4513
|
+
vsrVersion: item["vsrVersion"],
|
|
4514
|
+
imageHash: item["imageHash"],
|
|
4515
|
+
gpgPubKey: item["gpgPubKey"],
|
|
4516
|
+
operationType: item["operationType"],
|
|
4517
|
+
};
|
|
4518
|
+
}
|
|
4519
|
+
/** OS Provision Operation type */
|
|
4520
|
+
export var KnownOSOperationType;
|
|
4521
|
+
(function (KnownOSOperationType) {
|
|
4522
|
+
/** OS Provisioning operation */
|
|
4523
|
+
KnownOSOperationType["Provision"] = "Provision";
|
|
4524
|
+
/** OS Update operation */
|
|
4525
|
+
KnownOSOperationType["Update"] = "Update";
|
|
4526
|
+
/** OS ReImage operation */
|
|
4527
|
+
KnownOSOperationType["ReImage"] = "ReImage";
|
|
4528
|
+
})(KnownOSOperationType || (KnownOSOperationType = {}));
|
|
4529
|
+
export function userDetailsArraySerializer(result) {
|
|
4530
|
+
return result.map((item) => {
|
|
4531
|
+
return userDetailsSerializer(item);
|
|
4532
|
+
});
|
|
4533
|
+
}
|
|
4534
|
+
export function userDetailsArrayDeserializer(result) {
|
|
4535
|
+
return result.map((item) => {
|
|
4536
|
+
return userDetailsDeserializer(item);
|
|
4537
|
+
});
|
|
4538
|
+
}
|
|
4539
|
+
export function userDetailsSerializer(item) {
|
|
4540
|
+
return {
|
|
4541
|
+
userName: item["userName"],
|
|
4542
|
+
secretType: item["secretType"],
|
|
4543
|
+
secretLocation: item["secretLocation"],
|
|
4544
|
+
sshPubKey: !item["sshPubKey"]
|
|
4545
|
+
? item["sshPubKey"]
|
|
4546
|
+
: item["sshPubKey"].map((p) => {
|
|
4547
|
+
return p;
|
|
4548
|
+
}),
|
|
4549
|
+
};
|
|
4550
|
+
}
|
|
4551
|
+
export function userDetailsDeserializer(item) {
|
|
4552
|
+
return {
|
|
4553
|
+
userName: item["userName"],
|
|
4554
|
+
secretType: item["secretType"],
|
|
4555
|
+
secretLocation: item["secretLocation"],
|
|
4556
|
+
sshPubKey: !item["sshPubKey"]
|
|
4557
|
+
? item["sshPubKey"]
|
|
4558
|
+
: item["sshPubKey"].map((p) => {
|
|
4559
|
+
return p;
|
|
4560
|
+
}),
|
|
4561
|
+
};
|
|
4562
|
+
}
|
|
4563
|
+
/** Type of secret used for authentication. */
|
|
4564
|
+
export var KnownSecretType;
|
|
4565
|
+
(function (KnownSecretType) {
|
|
4566
|
+
/** Key Vault based authentication */
|
|
4567
|
+
KnownSecretType["KeyVault"] = "KeyVault";
|
|
4568
|
+
/** SSH Public Key based authentication */
|
|
4569
|
+
KnownSecretType["SshPubKey"] = "SshPubKey";
|
|
4570
|
+
})(KnownSecretType || (KnownSecretType = {}));
|
|
4571
|
+
/** OS State */
|
|
4572
|
+
export var KnownEdgeMachineState;
|
|
4573
|
+
(function (KnownEdgeMachineState) {
|
|
4574
|
+
/** Created when EdgeMachine resource created */
|
|
4575
|
+
KnownEdgeMachineState["Created"] = "Created";
|
|
4576
|
+
/** EdgeMachine state during device discovery and registration */
|
|
4577
|
+
KnownEdgeMachineState["Registering"] = "Registering";
|
|
4578
|
+
/** EdgeMachine state when machine configured with restricted OS and not provisioned to deploy workloads */
|
|
4579
|
+
KnownEdgeMachineState["Unpurposed"] = "Unpurposed";
|
|
4580
|
+
/** EdgeMachine state when transitioning from initial OS to target OS */
|
|
4581
|
+
KnownEdgeMachineState["Transitioning"] = "Transitioning";
|
|
4582
|
+
/** EdgeMachine state when machine configured with target OS to deploy workloads */
|
|
4583
|
+
KnownEdgeMachineState["Purposed"] = "Purposed";
|
|
4584
|
+
/** EdgeMachine state when OS updates are in-progress */
|
|
4585
|
+
KnownEdgeMachineState["Updating"] = "Updating";
|
|
4586
|
+
/** EdgeMachine state when transitioning from target OS to restricted OS */
|
|
4587
|
+
KnownEdgeMachineState["Resetting"] = "Resetting";
|
|
4588
|
+
/** EdgeMachine failed state and only option to recover is to re-provisioning machine */
|
|
4589
|
+
KnownEdgeMachineState["Failed"] = "Failed";
|
|
4590
|
+
/** Preparing EdgeMachine */
|
|
4591
|
+
KnownEdgeMachineState["Preparing"] = "Preparing";
|
|
4592
|
+
})(KnownEdgeMachineState || (KnownEdgeMachineState = {}));
|
|
4593
|
+
/** Overall connectivity status for the machine resource. */
|
|
4594
|
+
export var KnownEdgeMachineConnectivityStatus;
|
|
4595
|
+
(function (KnownEdgeMachineConnectivityStatus) {
|
|
4596
|
+
/** The connectivity status of the machine resource is not specified. */
|
|
4597
|
+
KnownEdgeMachineConnectivityStatus["NotSpecified"] = "NotSpecified";
|
|
4598
|
+
/** The machine resource is disconnected. */
|
|
4599
|
+
KnownEdgeMachineConnectivityStatus["Disconnected"] = "Disconnected";
|
|
4600
|
+
/** The machine resource is connected. */
|
|
4601
|
+
KnownEdgeMachineConnectivityStatus["Connected"] = "Connected";
|
|
4602
|
+
})(KnownEdgeMachineConnectivityStatus || (KnownEdgeMachineConnectivityStatus = {}));
|
|
4603
|
+
export function edgeMachineReportedPropertiesDeserializer(item) {
|
|
4604
|
+
return {
|
|
4605
|
+
lastUpdated: !item["lastUpdated"] ? item["lastUpdated"] : new Date(item["lastUpdated"]),
|
|
4606
|
+
networkProfile: !item["networkProfile"]
|
|
4607
|
+
? item["networkProfile"]
|
|
4608
|
+
: edgeMachineNetworkProfileDeserializer(item["networkProfile"]),
|
|
4609
|
+
osProfile: !item["osProfile"] ? item["osProfile"] : osProfileDeserializer(item["osProfile"]),
|
|
4610
|
+
hardwareProfile: !item["hardwareProfile"]
|
|
4611
|
+
? item["hardwareProfile"]
|
|
4612
|
+
: hardwareProfileDeserializer(item["hardwareProfile"]),
|
|
4613
|
+
storageProfile: !item["storageProfile"]
|
|
4614
|
+
? item["storageProfile"]
|
|
4615
|
+
: storageProfileDeserializer(item["storageProfile"]),
|
|
4616
|
+
sbeDeploymentPackageInfo: !item["sbeDeploymentPackageInfo"]
|
|
4617
|
+
? item["sbeDeploymentPackageInfo"]
|
|
4618
|
+
: sbeDeploymentPackageInfoDeserializer(item["sbeDeploymentPackageInfo"]),
|
|
4619
|
+
extensionProfile: !item["extensionProfile"]
|
|
4620
|
+
? item["extensionProfile"]
|
|
4621
|
+
: extensionProfileDeserializer(item["extensionProfile"]),
|
|
4622
|
+
};
|
|
4623
|
+
}
|
|
4624
|
+
export function edgeMachineNetworkProfileDeserializer(item) {
|
|
4625
|
+
return {
|
|
4626
|
+
nicDetails: !item["nicDetails"]
|
|
4627
|
+
? item["nicDetails"]
|
|
4628
|
+
: edgeMachineNicDetailArrayDeserializer(item["nicDetails"]),
|
|
4629
|
+
switchDetails: !item["switchDetails"]
|
|
4630
|
+
? item["switchDetails"]
|
|
4631
|
+
: switchDetailArrayDeserializer(item["switchDetails"]),
|
|
4632
|
+
};
|
|
4633
|
+
}
|
|
4634
|
+
export function edgeMachineNicDetailArrayDeserializer(result) {
|
|
4635
|
+
return result.map((item) => {
|
|
4636
|
+
return edgeMachineNicDetailDeserializer(item);
|
|
4637
|
+
});
|
|
4638
|
+
}
|
|
4639
|
+
export function edgeMachineNicDetailDeserializer(item) {
|
|
4640
|
+
return {
|
|
4641
|
+
adapterName: item["adapterName"],
|
|
4642
|
+
interfaceDescription: item["interfaceDescription"],
|
|
4643
|
+
componentId: item["componentId"],
|
|
4644
|
+
driverVersion: item["driverVersion"],
|
|
4645
|
+
ip4Address: item["ip4Address"],
|
|
4646
|
+
subnetMask: item["subnetMask"],
|
|
4647
|
+
defaultGateway: item["defaultGateway"],
|
|
4648
|
+
dnsServers: !item["dnsServers"]
|
|
4649
|
+
? item["dnsServers"]
|
|
4650
|
+
: item["dnsServers"].map((p) => {
|
|
4651
|
+
return p;
|
|
4652
|
+
}),
|
|
4653
|
+
defaultIsolationId: item["defaultIsolationId"],
|
|
4654
|
+
macAddress: item["macAddress"],
|
|
4655
|
+
slot: item["slot"],
|
|
4656
|
+
switchName: item["switchName"],
|
|
4657
|
+
nicType: item["nicType"],
|
|
4658
|
+
vlanId: item["vlanId"],
|
|
4659
|
+
nicStatus: item["nicStatus"],
|
|
4660
|
+
rdmaCapability: item["rdmaCapability"],
|
|
4661
|
+
};
|
|
4662
|
+
}
|
|
4663
|
+
export function osProfileDeserializer(item) {
|
|
4664
|
+
return {
|
|
4665
|
+
bootType: item["bootType"],
|
|
4666
|
+
assemblyVersion: item["assemblyVersion"],
|
|
4667
|
+
osType: item["osType"],
|
|
4668
|
+
osSku: item["osSku"],
|
|
4669
|
+
osVersion: item["osVersion"],
|
|
4670
|
+
buildNumber: item["buildNumber"],
|
|
4671
|
+
baseImageVersion: item["baseImageVersion"],
|
|
4672
|
+
imageVersion: item["imageVersion"],
|
|
4673
|
+
};
|
|
4674
|
+
}
|
|
4675
|
+
export function hardwareProfileDeserializer(item) {
|
|
4676
|
+
return {
|
|
4677
|
+
cpuCores: item["cpuCores"],
|
|
4678
|
+
cpuSockets: item["cpuSockets"],
|
|
4679
|
+
memoryCapacityInGb: item["memoryCapacityInGb"],
|
|
4680
|
+
model: item["model"],
|
|
4681
|
+
manufacturer: item["manufacturer"],
|
|
4682
|
+
serialNumber: item["serialNumber"],
|
|
4683
|
+
processorType: item["processorType"],
|
|
4684
|
+
};
|
|
4685
|
+
}
|
|
4686
|
+
export function storageProfileDeserializer(item) {
|
|
4687
|
+
return {
|
|
4688
|
+
poolableDisksCount: item["poolableDisksCount"],
|
|
4689
|
+
};
|
|
4690
|
+
}
|
|
4691
|
+
export function operationDetailArrayDeserializer(result) {
|
|
4692
|
+
return result.map((item) => {
|
|
4693
|
+
return operationDetailDeserializer(item);
|
|
4694
|
+
});
|
|
4695
|
+
}
|
|
4696
|
+
export function operationDetailDeserializer(item) {
|
|
4697
|
+
return {
|
|
4698
|
+
name: item["name"],
|
|
4699
|
+
id: item["id"],
|
|
4700
|
+
type: item["type"],
|
|
4701
|
+
resourceId: item["resourceId"],
|
|
4702
|
+
description: item["description"],
|
|
4703
|
+
status: item["status"],
|
|
4704
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4705
|
+
};
|
|
4706
|
+
}
|
|
4707
|
+
export function edgeMachinePatchSerializer(item) {
|
|
4708
|
+
return {
|
|
4709
|
+
tags: item["tags"],
|
|
4710
|
+
identity: !item["identity"]
|
|
4711
|
+
? item["identity"]
|
|
4712
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
4713
|
+
};
|
|
4714
|
+
}
|
|
4715
|
+
export function _edgeMachineListResultDeserializer(item) {
|
|
4716
|
+
return {
|
|
4717
|
+
value: edgeMachineArrayDeserializer(item["value"]),
|
|
4718
|
+
nextLink: item["nextLink"],
|
|
4719
|
+
};
|
|
4720
|
+
}
|
|
4721
|
+
export function edgeMachineArraySerializer(result) {
|
|
4722
|
+
return result.map((item) => {
|
|
4723
|
+
return edgeMachineSerializer(item);
|
|
4724
|
+
});
|
|
4725
|
+
}
|
|
4726
|
+
export function edgeMachineArrayDeserializer(result) {
|
|
4727
|
+
return result.map((item) => {
|
|
4728
|
+
return edgeMachineDeserializer(item);
|
|
4729
|
+
});
|
|
4730
|
+
}
|
|
4731
|
+
export function edgeMachineJobSerializer(item) {
|
|
4732
|
+
return {
|
|
4733
|
+
properties: !item["properties"]
|
|
4734
|
+
? item["properties"]
|
|
4735
|
+
: edgeMachineJobPropertiesUnionSerializer(item["properties"]),
|
|
4736
|
+
};
|
|
4737
|
+
}
|
|
4738
|
+
export function edgeMachineJobDeserializer(item) {
|
|
4739
|
+
return {
|
|
4740
|
+
id: item["id"],
|
|
4741
|
+
name: item["name"],
|
|
4742
|
+
type: item["type"],
|
|
4743
|
+
systemData: !item["systemData"]
|
|
4744
|
+
? item["systemData"]
|
|
4745
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4746
|
+
properties: !item["properties"]
|
|
4747
|
+
? item["properties"]
|
|
4748
|
+
: edgeMachineJobPropertiesUnionDeserializer(item["properties"]),
|
|
4749
|
+
};
|
|
4750
|
+
}
|
|
4751
|
+
export function edgeMachineJobPropertiesSerializer(item) {
|
|
4752
|
+
return { jobType: item["jobType"], deploymentMode: item["deploymentMode"] };
|
|
4753
|
+
}
|
|
4754
|
+
export function edgeMachineJobPropertiesDeserializer(item) {
|
|
4755
|
+
return {
|
|
4756
|
+
jobType: item["jobType"],
|
|
4757
|
+
deploymentMode: item["deploymentMode"],
|
|
4758
|
+
provisioningState: item["provisioningState"],
|
|
4759
|
+
jobId: item["jobId"],
|
|
4760
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
4761
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
4762
|
+
status: item["status"],
|
|
4763
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4764
|
+
};
|
|
4765
|
+
}
|
|
4766
|
+
export function edgeMachineJobPropertiesUnionSerializer(item) {
|
|
4767
|
+
switch (item.jobType) {
|
|
4768
|
+
case "RemoteSupport":
|
|
4769
|
+
return edgeMachineRemoteSupportJobPropertiesSerializer(item);
|
|
4770
|
+
case "ProvisionOs":
|
|
4771
|
+
return provisionOsJobPropertiesSerializer(item);
|
|
4772
|
+
case "DownloadOs":
|
|
4773
|
+
return downloadOsJobPropertiesSerializer(item);
|
|
4774
|
+
case "CollectLog":
|
|
4775
|
+
return edgeMachineCollectLogJobPropertiesSerializer(item);
|
|
4776
|
+
default:
|
|
4777
|
+
return edgeMachineJobPropertiesSerializer(item);
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4780
|
+
export function edgeMachineJobPropertiesUnionDeserializer(item) {
|
|
4781
|
+
switch (item["jobType"]) {
|
|
4782
|
+
case "RemoteSupport":
|
|
4783
|
+
return edgeMachineRemoteSupportJobPropertiesDeserializer(item);
|
|
4784
|
+
case "ProvisionOs":
|
|
4785
|
+
return provisionOsJobPropertiesDeserializer(item);
|
|
4786
|
+
case "DownloadOs":
|
|
4787
|
+
return downloadOsJobPropertiesDeserializer(item);
|
|
4788
|
+
case "CollectLog":
|
|
4789
|
+
return edgeMachineCollectLogJobPropertiesDeserializer(item);
|
|
4790
|
+
default:
|
|
4791
|
+
return edgeMachineJobPropertiesDeserializer(item);
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
/** Job Type supported. */
|
|
4795
|
+
export var KnownEdgeMachineJobType;
|
|
4796
|
+
(function (KnownEdgeMachineJobType) {
|
|
4797
|
+
/** Job to collect logs from the device. */
|
|
4798
|
+
KnownEdgeMachineJobType["CollectLog"] = "CollectLog";
|
|
4799
|
+
/** Job to provide remote support to the device. */
|
|
4800
|
+
KnownEdgeMachineJobType["RemoteSupport"] = "RemoteSupport";
|
|
4801
|
+
/** Job to provision operating system in the device. */
|
|
4802
|
+
KnownEdgeMachineJobType["ProvisionOs"] = "ProvisionOs";
|
|
4803
|
+
/** Job to download OS packages on to the device */
|
|
4804
|
+
KnownEdgeMachineJobType["DownloadOs"] = "DownloadOs";
|
|
4805
|
+
})(KnownEdgeMachineJobType || (KnownEdgeMachineJobType = {}));
|
|
4806
|
+
export function edgeMachineRemoteSupportJobPropertiesSerializer(item) {
|
|
4807
|
+
return {
|
|
4808
|
+
jobType: item["jobType"],
|
|
4809
|
+
deploymentMode: item["deploymentMode"],
|
|
4810
|
+
accessLevel: item["accessLevel"],
|
|
4811
|
+
expirationTimestamp: item["expirationTimestamp"].toISOString(),
|
|
4812
|
+
type: item["type"],
|
|
4813
|
+
};
|
|
4814
|
+
}
|
|
4815
|
+
export function edgeMachineRemoteSupportJobPropertiesDeserializer(item) {
|
|
4816
|
+
return {
|
|
4817
|
+
jobType: item["jobType"],
|
|
4818
|
+
deploymentMode: item["deploymentMode"],
|
|
4819
|
+
provisioningState: item["provisioningState"],
|
|
4820
|
+
jobId: item["jobId"],
|
|
4821
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
4822
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
4823
|
+
status: item["status"],
|
|
4824
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4825
|
+
accessLevel: item["accessLevel"],
|
|
4826
|
+
expirationTimestamp: new Date(item["expirationTimestamp"]),
|
|
4827
|
+
type: item["type"],
|
|
4828
|
+
reportedProperties: !item["reportedProperties"]
|
|
4829
|
+
? item["reportedProperties"]
|
|
4830
|
+
: edgeMachineRemoteSupportJobReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
4831
|
+
};
|
|
4832
|
+
}
|
|
4833
|
+
export function edgeMachineRemoteSupportJobReportedPropertiesDeserializer(item) {
|
|
4834
|
+
return {
|
|
4835
|
+
percentComplete: item["percentComplete"],
|
|
4836
|
+
validationStatus: !item["validationStatus"]
|
|
4837
|
+
? item["validationStatus"]
|
|
4838
|
+
: eceActionStatusDeserializer(item["validationStatus"]),
|
|
4839
|
+
deploymentStatus: !item["deploymentStatus"]
|
|
4840
|
+
? item["deploymentStatus"]
|
|
4841
|
+
: eceActionStatusDeserializer(item["deploymentStatus"]),
|
|
4842
|
+
nodeSettings: !item["nodeSettings"]
|
|
4843
|
+
? item["nodeSettings"]
|
|
4844
|
+
: edgeMachineRemoteSupportNodeSettingsDeserializer(item["nodeSettings"]),
|
|
4845
|
+
sessionDetails: !item["sessionDetails"]
|
|
4846
|
+
? item["sessionDetails"]
|
|
4847
|
+
: remoteSupportSessionArrayDeserializer(item["sessionDetails"]),
|
|
4848
|
+
};
|
|
4849
|
+
}
|
|
4850
|
+
export function edgeMachineRemoteSupportNodeSettingsDeserializer(item) {
|
|
4851
|
+
return {
|
|
4852
|
+
state: item["state"],
|
|
4853
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
4854
|
+
updatedAt: !item["updatedAt"] ? item["updatedAt"] : new Date(item["updatedAt"]),
|
|
4855
|
+
connectionStatus: item["connectionStatus"],
|
|
4856
|
+
connectionErrorMessage: item["connectionErrorMessage"],
|
|
4857
|
+
};
|
|
4858
|
+
}
|
|
4859
|
+
export function provisionOsJobPropertiesSerializer(item) {
|
|
4860
|
+
return {
|
|
4861
|
+
jobType: item["jobType"],
|
|
4862
|
+
deploymentMode: item["deploymentMode"],
|
|
4863
|
+
provisioningRequest: provisioningRequestSerializer(item["provisioningRequest"]),
|
|
4864
|
+
reportedProperties: !item["reportedProperties"]
|
|
4865
|
+
? item["reportedProperties"]
|
|
4866
|
+
: provisionOsReportedPropertiesSerializer(item["reportedProperties"]),
|
|
4867
|
+
};
|
|
4868
|
+
}
|
|
4869
|
+
export function provisionOsJobPropertiesDeserializer(item) {
|
|
4870
|
+
return {
|
|
4871
|
+
jobType: item["jobType"],
|
|
4872
|
+
deploymentMode: item["deploymentMode"],
|
|
4873
|
+
provisioningState: item["provisioningState"],
|
|
4874
|
+
jobId: item["jobId"],
|
|
4875
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
4876
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
4877
|
+
status: item["status"],
|
|
4878
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4879
|
+
provisioningRequest: provisioningRequestDeserializer(item["provisioningRequest"]),
|
|
4880
|
+
reportedProperties: !item["reportedProperties"]
|
|
4881
|
+
? item["reportedProperties"]
|
|
4882
|
+
: provisionOsReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
4883
|
+
};
|
|
4884
|
+
}
|
|
4885
|
+
export function provisioningRequestSerializer(item) {
|
|
4886
|
+
return {
|
|
4887
|
+
target: item["target"],
|
|
4888
|
+
osProfile: osProvisionProfileSerializer(item["osProfile"]),
|
|
4889
|
+
userDetails: !item["userDetails"]
|
|
4890
|
+
? item["userDetails"]
|
|
4891
|
+
: userDetailsArraySerializer(item["userDetails"]),
|
|
4892
|
+
onboardingConfiguration: !item["onboardingConfiguration"]
|
|
4893
|
+
? item["onboardingConfiguration"]
|
|
4894
|
+
: onboardingConfigurationSerializer(item["onboardingConfiguration"]),
|
|
4895
|
+
deviceConfiguration: !item["deviceConfiguration"]
|
|
4896
|
+
? item["deviceConfiguration"]
|
|
4897
|
+
: targetDeviceConfigurationSerializer(item["deviceConfiguration"]),
|
|
4898
|
+
customConfiguration: item["customConfiguration"],
|
|
4899
|
+
};
|
|
4900
|
+
}
|
|
4901
|
+
export function provisioningRequestDeserializer(item) {
|
|
4902
|
+
return {
|
|
4903
|
+
target: item["target"],
|
|
4904
|
+
osProfile: osProvisionProfileDeserializer(item["osProfile"]),
|
|
4905
|
+
userDetails: !item["userDetails"]
|
|
4906
|
+
? item["userDetails"]
|
|
4907
|
+
: userDetailsArrayDeserializer(item["userDetails"]),
|
|
4908
|
+
onboardingConfiguration: !item["onboardingConfiguration"]
|
|
4909
|
+
? item["onboardingConfiguration"]
|
|
4910
|
+
: onboardingConfigurationDeserializer(item["onboardingConfiguration"]),
|
|
4911
|
+
deviceConfiguration: !item["deviceConfiguration"]
|
|
4912
|
+
? item["deviceConfiguration"]
|
|
4913
|
+
: targetDeviceConfigurationDeserializer(item["deviceConfiguration"]),
|
|
4914
|
+
customConfiguration: item["customConfiguration"],
|
|
4915
|
+
};
|
|
4916
|
+
}
|
|
4917
|
+
/** Represents the provisioning operating system type. */
|
|
4918
|
+
export var KnownProvisioningOsType;
|
|
4919
|
+
(function (KnownProvisioningOsType) {
|
|
4920
|
+
/** AzureLinux OS. */
|
|
4921
|
+
KnownProvisioningOsType["AzureLinux"] = "AzureLinux";
|
|
4922
|
+
/** HCI OS. */
|
|
4923
|
+
KnownProvisioningOsType["HCI"] = "HCI";
|
|
4924
|
+
})(KnownProvisioningOsType || (KnownProvisioningOsType = {}));
|
|
4925
|
+
export function onboardingConfigurationSerializer(item) {
|
|
4926
|
+
return {
|
|
4927
|
+
type: item["type"],
|
|
4928
|
+
resourceId: item["resourceId"],
|
|
4929
|
+
location: item["location"],
|
|
4930
|
+
tenantId: item["tenantId"],
|
|
4931
|
+
arcVirtualMachineId: item["arcVirtualMachineId"],
|
|
4932
|
+
};
|
|
4933
|
+
}
|
|
4934
|
+
export function onboardingConfigurationDeserializer(item) {
|
|
4935
|
+
return {
|
|
4936
|
+
type: item["type"],
|
|
4937
|
+
resourceId: item["resourceId"],
|
|
4938
|
+
location: item["location"],
|
|
4939
|
+
tenantId: item["tenantId"],
|
|
4940
|
+
arcVirtualMachineId: item["arcVirtualMachineId"],
|
|
4941
|
+
};
|
|
4942
|
+
}
|
|
4943
|
+
/** Onboarding resource type. */
|
|
4944
|
+
export var KnownOnboardingResourceType;
|
|
4945
|
+
(function (KnownOnboardingResourceType) {
|
|
4946
|
+
/** Hybrid Compute Machine. */
|
|
4947
|
+
KnownOnboardingResourceType["HybridComputeMachine"] = "HybridComputeMachine";
|
|
4948
|
+
})(KnownOnboardingResourceType || (KnownOnboardingResourceType = {}));
|
|
4949
|
+
export function provisionOsReportedPropertiesSerializer(_item) {
|
|
4950
|
+
return {};
|
|
4951
|
+
}
|
|
4952
|
+
export function provisionOsReportedPropertiesDeserializer(item) {
|
|
4953
|
+
return {
|
|
4954
|
+
percentComplete: item["percentComplete"],
|
|
4955
|
+
validationStatus: !item["validationStatus"]
|
|
4956
|
+
? item["validationStatus"]
|
|
4957
|
+
: eceActionStatusDeserializer(item["validationStatus"]),
|
|
4958
|
+
deploymentStatus: !item["deploymentStatus"]
|
|
4959
|
+
? item["deploymentStatus"]
|
|
4960
|
+
: eceActionStatusDeserializer(item["deploymentStatus"]),
|
|
4961
|
+
};
|
|
4962
|
+
}
|
|
4963
|
+
export function downloadOsJobPropertiesSerializer(item) {
|
|
4964
|
+
return {
|
|
4965
|
+
jobType: item["jobType"],
|
|
4966
|
+
deploymentMode: item["deploymentMode"],
|
|
4967
|
+
downloadRequest: downloadRequestSerializer(item["downloadRequest"]),
|
|
4968
|
+
reportedProperties: !item["reportedProperties"]
|
|
4969
|
+
? item["reportedProperties"]
|
|
4970
|
+
: provisionOsReportedPropertiesSerializer(item["reportedProperties"]),
|
|
4971
|
+
};
|
|
4972
|
+
}
|
|
4973
|
+
export function downloadOsJobPropertiesDeserializer(item) {
|
|
4974
|
+
return {
|
|
4975
|
+
jobType: item["jobType"],
|
|
4976
|
+
deploymentMode: item["deploymentMode"],
|
|
4977
|
+
provisioningState: item["provisioningState"],
|
|
4978
|
+
jobId: item["jobId"],
|
|
4979
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
4980
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
4981
|
+
status: item["status"],
|
|
4982
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4983
|
+
downloadRequest: downloadRequestDeserializer(item["downloadRequest"]),
|
|
4984
|
+
reportedProperties: !item["reportedProperties"]
|
|
4985
|
+
? item["reportedProperties"]
|
|
4986
|
+
: provisionOsReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
4987
|
+
};
|
|
4988
|
+
}
|
|
4989
|
+
export function downloadRequestSerializer(item) {
|
|
4990
|
+
return { target: item["target"], osProfile: downloadOsProfileSerializer(item["osProfile"]) };
|
|
4991
|
+
}
|
|
4992
|
+
export function downloadRequestDeserializer(item) {
|
|
4993
|
+
return {
|
|
4994
|
+
target: item["target"],
|
|
4995
|
+
osProfile: downloadOsProfileDeserializer(item["osProfile"]),
|
|
4996
|
+
};
|
|
4997
|
+
}
|
|
4998
|
+
export function downloadOsProfileSerializer(item) {
|
|
4999
|
+
return {
|
|
5000
|
+
osName: item["osName"],
|
|
5001
|
+
osType: item["osType"],
|
|
5002
|
+
osVersion: item["osVersion"],
|
|
5003
|
+
osImageLocation: item["osImageLocation"],
|
|
5004
|
+
vsrVersion: item["vsrVersion"],
|
|
5005
|
+
imageHash: item["imageHash"],
|
|
5006
|
+
gpgPubKey: item["gpgPubKey"],
|
|
5007
|
+
};
|
|
5008
|
+
}
|
|
5009
|
+
export function downloadOsProfileDeserializer(item) {
|
|
5010
|
+
return {
|
|
5011
|
+
osName: item["osName"],
|
|
5012
|
+
osType: item["osType"],
|
|
5013
|
+
osVersion: item["osVersion"],
|
|
5014
|
+
osImageLocation: item["osImageLocation"],
|
|
5015
|
+
vsrVersion: item["vsrVersion"],
|
|
5016
|
+
imageHash: item["imageHash"],
|
|
5017
|
+
gpgPubKey: item["gpgPubKey"],
|
|
5018
|
+
};
|
|
5019
|
+
}
|
|
5020
|
+
export function edgeMachineCollectLogJobPropertiesSerializer(item) {
|
|
3524
5021
|
return {
|
|
3525
|
-
|
|
3526
|
-
|
|
5022
|
+
jobType: item["jobType"],
|
|
5023
|
+
deploymentMode: item["deploymentMode"],
|
|
5024
|
+
fromDate: item["fromDate"].toISOString(),
|
|
5025
|
+
toDate: item["toDate"].toISOString(),
|
|
3527
5026
|
};
|
|
3528
5027
|
}
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
/** The system will notify the user when update content becomes available. */
|
|
3549
|
-
KnownAvailabilityType["Notify"] = "Notify";
|
|
3550
|
-
})(KnownAvailabilityType || (KnownAvailabilityType = {}));
|
|
3551
|
-
export function updateStatePropertiesSerializer(item) {
|
|
3552
|
-
return { progressPercentage: item["progressPercentage"], notifyMessage: item["notifyMessage"] };
|
|
5028
|
+
export function edgeMachineCollectLogJobPropertiesDeserializer(item) {
|
|
5029
|
+
return {
|
|
5030
|
+
jobType: item["jobType"],
|
|
5031
|
+
deploymentMode: item["deploymentMode"],
|
|
5032
|
+
provisioningState: item["provisioningState"],
|
|
5033
|
+
jobId: item["jobId"],
|
|
5034
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
5035
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
5036
|
+
status: item["status"],
|
|
5037
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5038
|
+
fromDate: new Date(item["fromDate"]),
|
|
5039
|
+
toDate: new Date(item["toDate"]),
|
|
5040
|
+
lastLogGenerated: !item["lastLogGenerated"]
|
|
5041
|
+
? item["lastLogGenerated"]
|
|
5042
|
+
: new Date(item["lastLogGenerated"]),
|
|
5043
|
+
reportedProperties: !item["reportedProperties"]
|
|
5044
|
+
? item["reportedProperties"]
|
|
5045
|
+
: edgeMachineCollectLogJobReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
5046
|
+
};
|
|
3553
5047
|
}
|
|
3554
|
-
export function
|
|
5048
|
+
export function edgeMachineCollectLogJobReportedPropertiesDeserializer(item) {
|
|
3555
5049
|
return {
|
|
3556
|
-
|
|
3557
|
-
|
|
5050
|
+
percentComplete: item["percentComplete"],
|
|
5051
|
+
validationStatus: !item["validationStatus"]
|
|
5052
|
+
? item["validationStatus"]
|
|
5053
|
+
: eceActionStatusDeserializer(item["validationStatus"]),
|
|
5054
|
+
deploymentStatus: !item["deploymentStatus"]
|
|
5055
|
+
? item["deploymentStatus"]
|
|
5056
|
+
: eceActionStatusDeserializer(item["deploymentStatus"]),
|
|
5057
|
+
logCollectionSessionDetails: !item["logCollectionSessionDetails"]
|
|
5058
|
+
? item["logCollectionSessionDetails"]
|
|
5059
|
+
: logCollectionJobSessionArrayDeserializer(item["logCollectionSessionDetails"]),
|
|
3558
5060
|
};
|
|
3559
5061
|
}
|
|
3560
|
-
export function
|
|
5062
|
+
export function _edgeMachineJobListResultDeserializer(item) {
|
|
3561
5063
|
return {
|
|
3562
|
-
value:
|
|
5064
|
+
value: edgeMachineJobArrayDeserializer(item["value"]),
|
|
3563
5065
|
nextLink: item["nextLink"],
|
|
3564
5066
|
};
|
|
3565
5067
|
}
|
|
3566
|
-
export function
|
|
5068
|
+
export function edgeMachineJobArraySerializer(result) {
|
|
3567
5069
|
return result.map((item) => {
|
|
3568
|
-
return
|
|
5070
|
+
return edgeMachineJobSerializer(item);
|
|
3569
5071
|
});
|
|
3570
5072
|
}
|
|
3571
|
-
export function
|
|
5073
|
+
export function edgeMachineJobArrayDeserializer(result) {
|
|
3572
5074
|
return result.map((item) => {
|
|
3573
|
-
return
|
|
5075
|
+
return edgeMachineJobDeserializer(item);
|
|
3574
5076
|
});
|
|
3575
5077
|
}
|
|
3576
|
-
export function
|
|
5078
|
+
export function validateOwnershipVouchersRequestSerializer(item) {
|
|
5079
|
+
return {
|
|
5080
|
+
ownershipVoucherDetails: ownershipVoucherDetailsArraySerializer(item["ownershipVoucherDetails"]),
|
|
5081
|
+
};
|
|
5082
|
+
}
|
|
5083
|
+
export function ownershipVoucherDetailsArraySerializer(result) {
|
|
5084
|
+
return result.map((item) => {
|
|
5085
|
+
return ownershipVoucherDetailsSerializer(item);
|
|
5086
|
+
});
|
|
5087
|
+
}
|
|
5088
|
+
export function ownershipVoucherDetailsArrayDeserializer(result) {
|
|
5089
|
+
return result.map((item) => {
|
|
5090
|
+
return ownershipVoucherDetailsDeserializer(item);
|
|
5091
|
+
});
|
|
5092
|
+
}
|
|
5093
|
+
export function validateOwnershipVouchersResponseDeserializer(item) {
|
|
5094
|
+
return {
|
|
5095
|
+
ownershipVoucherValidationDetails: ownershipVoucherValidationDetailsArrayDeserializer(item["ownershipVoucherValidationDetails"]),
|
|
5096
|
+
};
|
|
5097
|
+
}
|
|
5098
|
+
export function ownershipVoucherValidationDetailsArrayDeserializer(result) {
|
|
5099
|
+
return result.map((item) => {
|
|
5100
|
+
return ownershipVoucherValidationDetailsDeserializer(item);
|
|
5101
|
+
});
|
|
5102
|
+
}
|
|
5103
|
+
export function clusterJobSerializer(item) {
|
|
5104
|
+
return {
|
|
5105
|
+
properties: !item["properties"]
|
|
5106
|
+
? item["properties"]
|
|
5107
|
+
: clusterJobPropertiesUnionSerializer(item["properties"]),
|
|
5108
|
+
};
|
|
5109
|
+
}
|
|
5110
|
+
export function clusterJobDeserializer(item) {
|
|
3577
5111
|
return {
|
|
3578
5112
|
id: item["id"],
|
|
3579
5113
|
name: item["name"],
|
|
@@ -3583,107 +5117,237 @@ export function validatedSolutionRecipeDeserializer(item) {
|
|
|
3583
5117
|
: systemDataDeserializer(item["systemData"]),
|
|
3584
5118
|
properties: !item["properties"]
|
|
3585
5119
|
? item["properties"]
|
|
3586
|
-
:
|
|
5120
|
+
: clusterJobPropertiesUnionDeserializer(item["properties"]),
|
|
3587
5121
|
};
|
|
3588
5122
|
}
|
|
3589
|
-
export function
|
|
5123
|
+
export function clusterJobPropertiesSerializer(item) {
|
|
5124
|
+
return { jobType: item["jobType"], deploymentMode: item["deploymentMode"] };
|
|
5125
|
+
}
|
|
5126
|
+
export function clusterJobPropertiesDeserializer(item) {
|
|
3590
5127
|
return {
|
|
3591
|
-
|
|
3592
|
-
|
|
5128
|
+
jobType: item["jobType"],
|
|
5129
|
+
deploymentMode: item["deploymentMode"],
|
|
5130
|
+
provisioningState: item["provisioningState"],
|
|
5131
|
+
jobId: item["jobId"],
|
|
5132
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
5133
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
5134
|
+
status: item["status"],
|
|
5135
|
+
reportedProperties: !item["reportedProperties"]
|
|
5136
|
+
? item["reportedProperties"]
|
|
5137
|
+
: jobReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
3593
5138
|
};
|
|
3594
5139
|
}
|
|
3595
|
-
export function
|
|
5140
|
+
export function clusterJobPropertiesUnionSerializer(item) {
|
|
5141
|
+
switch (item.jobType) {
|
|
5142
|
+
case "ConfigureSdnIntegration":
|
|
5143
|
+
return hciConfigureSdnIntegrationJobPropertiesSerializer(item);
|
|
5144
|
+
case "ConfigureCVM":
|
|
5145
|
+
return hciConfigureCvmJobPropertiesSerializer(item);
|
|
5146
|
+
default:
|
|
5147
|
+
return clusterJobPropertiesSerializer(item);
|
|
5148
|
+
}
|
|
5149
|
+
}
|
|
5150
|
+
export function clusterJobPropertiesUnionDeserializer(item) {
|
|
5151
|
+
switch (item["jobType"]) {
|
|
5152
|
+
case "ConfigureSdnIntegration":
|
|
5153
|
+
return hciConfigureSdnIntegrationJobPropertiesDeserializer(item);
|
|
5154
|
+
case "ConfigureCVM":
|
|
5155
|
+
return hciConfigureCvmJobPropertiesDeserializer(item);
|
|
5156
|
+
default:
|
|
5157
|
+
return clusterJobPropertiesDeserializer(item);
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
/** ClusterJob Type supported. */
|
|
5161
|
+
export var KnownHciJobType;
|
|
5162
|
+
(function (KnownHciJobType) {
|
|
5163
|
+
/** Job to CVM intent for the cluster. */
|
|
5164
|
+
KnownHciJobType["ConfigureCVM"] = "ConfigureCVM";
|
|
5165
|
+
/** Job to configure SDN (Software Defined Networking) integration for the cluster. */
|
|
5166
|
+
KnownHciJobType["ConfigureSdnIntegration"] = "ConfigureSdnIntegration";
|
|
5167
|
+
})(KnownHciJobType || (KnownHciJobType = {}));
|
|
5168
|
+
export function jobReportedPropertiesDeserializer(item) {
|
|
3596
5169
|
return {
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
? item["
|
|
3600
|
-
:
|
|
3601
|
-
|
|
5170
|
+
percentComplete: item["percentComplete"],
|
|
5171
|
+
validationStatus: !item["validationStatus"]
|
|
5172
|
+
? item["validationStatus"]
|
|
5173
|
+
: eceActionStatusDeserializer(item["validationStatus"]),
|
|
5174
|
+
deploymentStatus: !item["deploymentStatus"]
|
|
5175
|
+
? item["deploymentStatus"]
|
|
5176
|
+
: eceActionStatusDeserializer(item["deploymentStatus"]),
|
|
3602
5177
|
};
|
|
3603
5178
|
}
|
|
3604
|
-
export function
|
|
5179
|
+
export function hciConfigureSdnIntegrationJobPropertiesSerializer(item) {
|
|
3605
5180
|
return {
|
|
3606
|
-
|
|
3607
|
-
|
|
5181
|
+
jobType: item["jobType"],
|
|
5182
|
+
deploymentMode: item["deploymentMode"],
|
|
5183
|
+
sdnIntegrationIntent: item["sdnIntegrationIntent"],
|
|
5184
|
+
sdnPrefix: item["sdnPrefix"],
|
|
3608
5185
|
};
|
|
3609
5186
|
}
|
|
3610
|
-
export function
|
|
5187
|
+
export function hciConfigureSdnIntegrationJobPropertiesDeserializer(item) {
|
|
3611
5188
|
return {
|
|
3612
|
-
|
|
3613
|
-
|
|
5189
|
+
jobType: item["jobType"],
|
|
5190
|
+
deploymentMode: item["deploymentMode"],
|
|
5191
|
+
provisioningState: item["provisioningState"],
|
|
5192
|
+
jobId: item["jobId"],
|
|
5193
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
5194
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
5195
|
+
status: item["status"],
|
|
5196
|
+
reportedProperties: !item["reportedProperties"]
|
|
5197
|
+
? item["reportedProperties"]
|
|
5198
|
+
: jobReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
5199
|
+
sdnIntegrationIntent: item["sdnIntegrationIntent"],
|
|
5200
|
+
sdnPrefix: item["sdnPrefix"],
|
|
3614
5201
|
};
|
|
3615
5202
|
}
|
|
3616
|
-
export function
|
|
3617
|
-
return
|
|
3618
|
-
|
|
3619
|
-
|
|
5203
|
+
export function hciConfigureCvmJobPropertiesSerializer(item) {
|
|
5204
|
+
return {
|
|
5205
|
+
jobType: item["jobType"],
|
|
5206
|
+
deploymentMode: item["deploymentMode"],
|
|
5207
|
+
confidentialVmIntent: item["confidentialVmIntent"],
|
|
5208
|
+
};
|
|
3620
5209
|
}
|
|
3621
|
-
export function
|
|
5210
|
+
export function hciConfigureCvmJobPropertiesDeserializer(item) {
|
|
3622
5211
|
return {
|
|
3623
|
-
|
|
5212
|
+
jobType: item["jobType"],
|
|
5213
|
+
deploymentMode: item["deploymentMode"],
|
|
5214
|
+
provisioningState: item["provisioningState"],
|
|
5215
|
+
jobId: item["jobId"],
|
|
5216
|
+
startTimeUtc: !item["startTimeUtc"] ? item["startTimeUtc"] : new Date(item["startTimeUtc"]),
|
|
5217
|
+
endTimeUtc: !item["endTimeUtc"] ? item["endTimeUtc"] : new Date(item["endTimeUtc"]),
|
|
5218
|
+
status: item["status"],
|
|
5219
|
+
reportedProperties: !item["reportedProperties"]
|
|
5220
|
+
? item["reportedProperties"]
|
|
5221
|
+
: jobReportedPropertiesDeserializer(item["reportedProperties"]),
|
|
5222
|
+
confidentialVmIntent: item["confidentialVmIntent"],
|
|
3624
5223
|
};
|
|
3625
5224
|
}
|
|
3626
|
-
export function
|
|
5225
|
+
export function _clusterJobListResultDeserializer(item) {
|
|
5226
|
+
return {
|
|
5227
|
+
value: clusterJobArrayDeserializer(item["value"]),
|
|
5228
|
+
nextLink: item["nextLink"],
|
|
5229
|
+
};
|
|
5230
|
+
}
|
|
5231
|
+
export function clusterJobArraySerializer(result) {
|
|
3627
5232
|
return result.map((item) => {
|
|
3628
|
-
return
|
|
5233
|
+
return clusterJobSerializer(item);
|
|
3629
5234
|
});
|
|
3630
5235
|
}
|
|
3631
|
-
export function
|
|
5236
|
+
export function clusterJobArrayDeserializer(result) {
|
|
5237
|
+
return result.map((item) => {
|
|
5238
|
+
return clusterJobDeserializer(item);
|
|
5239
|
+
});
|
|
5240
|
+
}
|
|
5241
|
+
export function devicePoolSerializer(item) {
|
|
5242
|
+
return {
|
|
5243
|
+
tags: item["tags"],
|
|
5244
|
+
location: item["location"],
|
|
5245
|
+
properties: !item["properties"]
|
|
5246
|
+
? item["properties"]
|
|
5247
|
+
: devicePoolPropertiesSerializer(item["properties"]),
|
|
5248
|
+
identity: !item["identity"]
|
|
5249
|
+
? item["identity"]
|
|
5250
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
5251
|
+
};
|
|
5252
|
+
}
|
|
5253
|
+
export function devicePoolDeserializer(item) {
|
|
3632
5254
|
return {
|
|
5255
|
+
tags: !item["tags"]
|
|
5256
|
+
? item["tags"]
|
|
5257
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5258
|
+
location: item["location"],
|
|
5259
|
+
id: item["id"],
|
|
3633
5260
|
name: item["name"],
|
|
3634
5261
|
type: item["type"],
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
? item["metadata"]
|
|
3645
|
-
: validatedSolutionRecipeComponentMetadataDeserializer(item["metadata"]),
|
|
5262
|
+
systemData: !item["systemData"]
|
|
5263
|
+
? item["systemData"]
|
|
5264
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5265
|
+
properties: !item["properties"]
|
|
5266
|
+
? item["properties"]
|
|
5267
|
+
: devicePoolPropertiesDeserializer(item["properties"]),
|
|
5268
|
+
identity: !item["identity"]
|
|
5269
|
+
? item["identity"]
|
|
5270
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
3646
5271
|
};
|
|
3647
5272
|
}
|
|
3648
|
-
export function
|
|
5273
|
+
export function devicePoolPropertiesSerializer(item) {
|
|
5274
|
+
return {
|
|
5275
|
+
devices: !item["devices"] ? item["devices"] : deviceDetailArraySerializer(item["devices"]),
|
|
5276
|
+
customLocationName: item["customLocationName"],
|
|
5277
|
+
managedResourceGroup: item["managedResourceGroup"],
|
|
5278
|
+
};
|
|
5279
|
+
}
|
|
5280
|
+
export function devicePoolPropertiesDeserializer(item) {
|
|
5281
|
+
return {
|
|
5282
|
+
provisioningState: item["provisioningState"],
|
|
5283
|
+
cloudId: item["cloudId"],
|
|
5284
|
+
devices: !item["devices"] ? item["devices"] : deviceDetailArrayDeserializer(item["devices"]),
|
|
5285
|
+
customLocationResourceId: item["customLocationResourceId"],
|
|
5286
|
+
customLocationName: item["customLocationName"],
|
|
5287
|
+
managedResourceGroup: item["managedResourceGroup"],
|
|
5288
|
+
operationDetails: !item["operationDetails"]
|
|
5289
|
+
? item["operationDetails"]
|
|
5290
|
+
: operationDetailArrayDeserializer(item["operationDetails"]),
|
|
5291
|
+
};
|
|
5292
|
+
}
|
|
5293
|
+
export function deviceDetailArraySerializer(result) {
|
|
3649
5294
|
return result.map((item) => {
|
|
3650
|
-
return
|
|
5295
|
+
return deviceDetailSerializer(item);
|
|
3651
5296
|
});
|
|
3652
5297
|
}
|
|
3653
|
-
export function
|
|
5298
|
+
export function deviceDetailArrayDeserializer(result) {
|
|
5299
|
+
return result.map((item) => {
|
|
5300
|
+
return deviceDetailDeserializer(item);
|
|
5301
|
+
});
|
|
5302
|
+
}
|
|
5303
|
+
export function deviceDetailSerializer(item) {
|
|
5304
|
+
return { deviceResourceId: item["deviceResourceId"] };
|
|
5305
|
+
}
|
|
5306
|
+
export function deviceDetailDeserializer(item) {
|
|
3654
5307
|
return {
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
fileName: item["fileName"],
|
|
3658
|
-
url: item["url"],
|
|
5308
|
+
deviceResourceId: item["deviceResourceId"],
|
|
5309
|
+
claimedBy: item["claimedBy"],
|
|
3659
5310
|
};
|
|
3660
5311
|
}
|
|
3661
|
-
export function
|
|
5312
|
+
export function devicePoolPatchSerializer(item) {
|
|
3662
5313
|
return {
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
catalog: item["catalog"],
|
|
3668
|
-
ring: item["ring"],
|
|
3669
|
-
releaseTrain: item["releaseTrain"],
|
|
3670
|
-
link: item["link"],
|
|
3671
|
-
name: item["name"],
|
|
3672
|
-
expectedHash: item["expectedHash"],
|
|
3673
|
-
previewSource: item["previewSource"],
|
|
5314
|
+
tags: item["tags"],
|
|
5315
|
+
identity: !item["identity"]
|
|
5316
|
+
? item["identity"]
|
|
5317
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
3674
5318
|
};
|
|
3675
5319
|
}
|
|
3676
|
-
export function
|
|
5320
|
+
export function _devicePoolListResultDeserializer(item) {
|
|
3677
5321
|
return {
|
|
3678
|
-
value:
|
|
5322
|
+
value: devicePoolArrayDeserializer(item["value"]),
|
|
3679
5323
|
nextLink: item["nextLink"],
|
|
3680
5324
|
};
|
|
3681
5325
|
}
|
|
3682
|
-
export function
|
|
5326
|
+
export function devicePoolArraySerializer(result) {
|
|
3683
5327
|
return result.map((item) => {
|
|
3684
|
-
return
|
|
5328
|
+
return devicePoolSerializer(item);
|
|
5329
|
+
});
|
|
5330
|
+
}
|
|
5331
|
+
export function devicePoolArrayDeserializer(result) {
|
|
5332
|
+
return result.map((item) => {
|
|
5333
|
+
return devicePoolDeserializer(item);
|
|
3685
5334
|
});
|
|
3686
5335
|
}
|
|
5336
|
+
export function claimDeviceRequestSerializer(item) {
|
|
5337
|
+
return {
|
|
5338
|
+
devices: item["devices"].map((p) => {
|
|
5339
|
+
return p;
|
|
5340
|
+
}),
|
|
5341
|
+
claimedBy: item["claimedBy"],
|
|
5342
|
+
};
|
|
5343
|
+
}
|
|
5344
|
+
export function releaseDeviceRequestSerializer(item) {
|
|
5345
|
+
return {
|
|
5346
|
+
devices: item["devices"].map((p) => {
|
|
5347
|
+
return p;
|
|
5348
|
+
}),
|
|
5349
|
+
};
|
|
5350
|
+
}
|
|
3687
5351
|
export function updateSummariesSerializer(item) {
|
|
3688
5352
|
return {
|
|
3689
5353
|
properties: areAllPropsUndefined(item, [
|
|
@@ -3805,6 +5469,8 @@ export var KnownVersions;
|
|
|
3805
5469
|
(function (KnownVersions) {
|
|
3806
5470
|
/** The 2026-02-01 API version. */
|
|
3807
5471
|
KnownVersions["V20260201"] = "2026-02-01";
|
|
5472
|
+
/** The 2026-04-01-preview API version. */
|
|
5473
|
+
KnownVersions["V20260401Preview"] = "2026-04-01-preview";
|
|
3808
5474
|
})(KnownVersions || (KnownVersions = {}));
|
|
3809
5475
|
export function _arcSettingPropertiesSerializer(item) {
|
|
3810
5476
|
return {
|
|
@@ -3897,6 +5563,7 @@ export function _clusterPropertiesDeserializer(item) {
|
|
|
3897
5563
|
status: item["status"],
|
|
3898
5564
|
connectivityStatus: item["connectivityStatus"],
|
|
3899
5565
|
cloudId: item["cloudId"],
|
|
5566
|
+
ring: item["ring"],
|
|
3900
5567
|
cloudManagementEndpoint: item["cloudManagementEndpoint"],
|
|
3901
5568
|
aadClientId: item["aadClientId"],
|
|
3902
5569
|
aadTenantId: item["aadTenantId"],
|
|
@@ -3923,6 +5590,9 @@ export function _clusterPropertiesDeserializer(item) {
|
|
|
3923
5590
|
: isolatedVmAttestationConfigurationDeserializer(item["isolatedVmAttestationConfiguration"]),
|
|
3924
5591
|
trialDaysRemaining: item["trialDaysRemaining"],
|
|
3925
5592
|
billingModel: item["billingModel"],
|
|
5593
|
+
billingProperties: !item["billingProperties"]
|
|
5594
|
+
? item["billingProperties"]
|
|
5595
|
+
: clusterBillingPropertiesDeserializer(item["billingProperties"]),
|
|
3926
5596
|
registrationTimestamp: !item["registrationTimestamp"]
|
|
3927
5597
|
? item["registrationTimestamp"]
|
|
3928
5598
|
: new Date(item["registrationTimestamp"]),
|
|
@@ -3938,10 +5608,17 @@ export function _clusterPropertiesDeserializer(item) {
|
|
|
3938
5608
|
? item["secretsLocations"]
|
|
3939
5609
|
: secretsLocationDetailsArrayDeserializer(item["secretsLocations"]),
|
|
3940
5610
|
clusterPattern: item["clusterPattern"],
|
|
5611
|
+
confidentialVmProperties: !item["confidentialVmProperties"]
|
|
5612
|
+
? item["confidentialVmProperties"]
|
|
5613
|
+
: confidentialVmPropertiesDeserializer(item["confidentialVmProperties"]),
|
|
5614
|
+
sdnProperties: !item["sdnProperties"]
|
|
5615
|
+
? item["sdnProperties"]
|
|
5616
|
+
: clusterSdnPropertiesDeserializer(item["sdnProperties"]),
|
|
3941
5617
|
localAvailabilityZones: !item["localAvailabilityZones"]
|
|
3942
5618
|
? item["localAvailabilityZones"]
|
|
3943
5619
|
: localAvailabilityZonesArrayDeserializer(item["localAvailabilityZones"]),
|
|
3944
5620
|
identityProvider: item["identityProvider"],
|
|
5621
|
+
storageType: item["storageType"],
|
|
3945
5622
|
};
|
|
3946
5623
|
}
|
|
3947
5624
|
export function _clusterIdentitySerializer(item) {
|
|
@@ -4077,6 +5754,11 @@ export function _extensionPatchPropertiesSerializer(item) {
|
|
|
4077
5754
|
: extensionPatchParametersSerializer(item["extensionParameters"]),
|
|
4078
5755
|
};
|
|
4079
5756
|
}
|
|
5757
|
+
export function _publisherPropertiesDeserializer(item) {
|
|
5758
|
+
return {
|
|
5759
|
+
provisioningState: item["provisioningState"],
|
|
5760
|
+
};
|
|
5761
|
+
}
|
|
4080
5762
|
export function _securitySettingPropertiesSerializer(item) {
|
|
4081
5763
|
return {
|
|
4082
5764
|
securedCoreComplianceAssignment: item["securedCoreComplianceAssignment"],
|