@azure/arm-labservices 1.0.0 → 3.0.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/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +21 -21
- package/README.md +98 -96
- package/dist/index.js +6456 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/deleteLab.d.ts +2 -0
- package/dist-esm/samples-dev/deleteLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteLab.js +31 -0
- package/dist-esm/samples-dev/deleteLab.js.map +1 -0
- package/dist-esm/samples-dev/deleteLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/deleteLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteLabPlan.js +31 -0
- package/dist-esm/samples-dev/deleteLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/deleteSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/deleteSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteSchedule.js +32 -0
- package/dist-esm/samples-dev/deleteSchedule.js.map +1 -0
- package/dist-esm/samples-dev/deleteUser.d.ts +2 -0
- package/dist-esm/samples-dev/deleteUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteUser.js +32 -0
- package/dist-esm/samples-dev/deleteUser.js.map +1 -0
- package/dist-esm/samples-dev/getImage.d.ts +2 -0
- package/dist-esm/samples-dev/getImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/getImage.js +32 -0
- package/dist-esm/samples-dev/getImage.js.map +1 -0
- package/dist-esm/samples-dev/getLab.d.ts +2 -0
- package/dist-esm/samples-dev/getLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/getLab.js +31 -0
- package/dist-esm/samples-dev/getLab.js.map +1 -0
- package/dist-esm/samples-dev/getLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/getLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/getLabPlan.js +31 -0
- package/dist-esm/samples-dev/getLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/getListSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/getListSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/getListSchedule.js +45 -0
- package/dist-esm/samples-dev/getListSchedule.js.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.js +30 -0
- package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
- package/dist-esm/samples-dev/getSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/getSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/getSchedule.js +32 -0
- package/dist-esm/samples-dev/getSchedule.js.map +1 -0
- package/dist-esm/samples-dev/getUser.d.ts +2 -0
- package/dist-esm/samples-dev/getUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/getUser.js +32 -0
- package/dist-esm/samples-dev/getUser.js.map +1 -0
- package/dist-esm/samples-dev/getVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/getVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/getVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/getVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/inviteUser.d.ts +2 -0
- package/dist-esm/samples-dev/inviteUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/inviteUser.js +33 -0
- package/dist-esm/samples-dev/inviteUser.js.map +1 -0
- package/dist-esm/samples-dev/listImages.d.ts +2 -0
- package/dist-esm/samples-dev/listImages.d.ts.map +1 -0
- package/dist-esm/samples-dev/listImages.js +45 -0
- package/dist-esm/samples-dev/listImages.js.map +1 -0
- package/dist-esm/samples-dev/listLabPlans.d.ts +2 -0
- package/dist-esm/samples-dev/listLabPlans.d.ts.map +1 -0
- package/dist-esm/samples-dev/listLabPlans.js +43 -0
- package/dist-esm/samples-dev/listLabPlans.js.map +1 -0
- package/dist-esm/samples-dev/listLabs.d.ts +2 -0
- package/dist-esm/samples-dev/listLabs.d.ts.map +1 -0
- package/dist-esm/samples-dev/listLabs.js +43 -0
- package/dist-esm/samples-dev/listLabs.js.map +1 -0
- package/dist-esm/samples-dev/listOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperations.js +43 -0
- package/dist-esm/samples-dev/listOperations.js.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts +2 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.js +44 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.js.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.d.ts +2 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.d.ts.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.js +44 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.js.map +1 -0
- package/dist-esm/samples-dev/listSkus.d.ts +2 -0
- package/dist-esm/samples-dev/listSkus.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSkus.js +43 -0
- package/dist-esm/samples-dev/listSkus.js.map +1 -0
- package/dist-esm/samples-dev/listUsages.d.ts +2 -0
- package/dist-esm/samples-dev/listUsages.d.ts.map +1 -0
- package/dist-esm/samples-dev/listUsages.js +44 -0
- package/dist-esm/samples-dev/listUsages.js.map +1 -0
- package/dist-esm/samples-dev/listUser.d.ts +2 -0
- package/dist-esm/samples-dev/listUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/listUser.js +45 -0
- package/dist-esm/samples-dev/listUser.js.map +1 -0
- package/dist-esm/samples-dev/listVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/listVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/listVirtualMachine.js +45 -0
- package/dist-esm/samples-dev/listVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/patchImage.d.ts +2 -0
- package/dist-esm/samples-dev/patchImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchImage.js +33 -0
- package/dist-esm/samples-dev/patchImage.js.map +1 -0
- package/dist-esm/samples-dev/patchLab.d.ts +2 -0
- package/dist-esm/samples-dev/patchLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchLab.js +32 -0
- package/dist-esm/samples-dev/patchLab.js.map +1 -0
- package/dist-esm/samples-dev/patchLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/patchLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchLabPlan.js +39 -0
- package/dist-esm/samples-dev/patchLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/patchSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/patchSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchSchedule.js +39 -0
- package/dist-esm/samples-dev/patchSchedule.js.map +1 -0
- package/dist-esm/samples-dev/patchUser.d.ts +2 -0
- package/dist-esm/samples-dev/patchUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchUser.js +33 -0
- package/dist-esm/samples-dev/patchUser.js.map +1 -0
- package/dist-esm/samples-dev/publishLab.d.ts +2 -0
- package/dist-esm/samples-dev/publishLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/publishLab.js +31 -0
- package/dist-esm/samples-dev/publishLab.js.map +1 -0
- package/dist-esm/samples-dev/putImage.d.ts +2 -0
- package/dist-esm/samples-dev/putImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/putImage.js +33 -0
- package/dist-esm/samples-dev/putImage.js.map +1 -0
- package/dist-esm/samples-dev/putLab.d.ts +2 -0
- package/dist-esm/samples-dev/putLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/putLab.js +70 -0
- package/dist-esm/samples-dev/putLab.js.map +1 -0
- package/dist-esm/samples-dev/putLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/putLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/putLabPlan.js +58 -0
- package/dist-esm/samples-dev/putLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/putSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/putSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/putSchedule.js +43 -0
- package/dist-esm/samples-dev/putSchedule.js.map +1 -0
- package/dist-esm/samples-dev/putUser.d.ts +2 -0
- package/dist-esm/samples-dev/putUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/putUser.js +36 -0
- package/dist-esm/samples-dev/putUser.js.map +1 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.js +36 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.js +35 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/startVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/startVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/startVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/startVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/stopVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/stopVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/stopVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/stopVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/syncLab.d.ts +2 -0
- package/dist-esm/samples-dev/syncLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/syncLab.js +31 -0
- package/dist-esm/samples-dev/syncLab.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/labServicesClient.d.ts +27 -0
- package/dist-esm/src/labServicesClient.d.ts.map +1 -0
- package/dist-esm/src/labServicesClient.js +60 -0
- package/dist-esm/src/labServicesClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1638 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +60 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +67 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2675 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +31 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +270 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/images.d.ts +70 -0
- package/dist-esm/src/operations/images.d.ts.map +1 -0
- package/dist-esm/src/operations/images.js +245 -0
- package/dist-esm/src/operations/images.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +11 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +18 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/labPlans.d.ts +134 -0
- package/dist-esm/src/operations/labPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/labPlans.js +590 -0
- package/dist-esm/src/operations/labPlans.js.map +1 -0
- package/dist-esm/src/operations/labs.d.ts +146 -0
- package/dist-esm/src/operations/labs.d.ts.map +1 -0
- package/dist-esm/src/operations/labs.js +658 -0
- package/dist-esm/src/operations/labs.js.map +1 -0
- package/dist-esm/src/operations/operationResults.d.ts +19 -0
- package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationResults.js +52 -0
- package/dist-esm/src/operations/operationResults.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/schedules.d.ts +94 -0
- package/dist-esm/src/operations/schedules.d.ts.map +1 -0
- package/dist-esm/src/operations/schedules.js +332 -0
- package/dist-esm/src/operations/schedules.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +32 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +124 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +35 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +132 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operations/users.d.ts +138 -0
- package/dist-esm/src/operations/users.d.ts.map +1 -0
- package/dist-esm/src/operations/users.js +520 -0
- package/dist-esm/src/operations/users.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +158 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +579 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.js +9 -0
- package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labPlans.d.ts +98 -0
- package/dist-esm/src/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/labPlans.js +9 -0
- package/dist-esm/src/operationsInterfaces/labPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/labs.js +9 -0
- package/dist-esm/src/operationsInterfaces/labs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.js +9 -0
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts +111 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.js +9 -0
- package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +79 -34
- package/review/arm-labservices.api.md +1208 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/labServicesClient.ts +115 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1872 -0
- package/src/models/mappers.ts +2875 -0
- package/src/models/parameters.ts +318 -0
- package/src/operations/images.ts +336 -0
- package/src/operations/index.ts +18 -0
- package/src/operations/labPlans.ts +801 -0
- package/src/operations/labs.ts +886 -0
- package/src/operations/operationResults.ts +70 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/schedules.ts +447 -0
- package/src/operations/skus.ts +139 -0
- package/src/operations/usages.ts +162 -0
- package/src/operations/users.ts +736 -0
- package/src/operations/virtualMachines.ts +815 -0
- package/src/operationsInterfaces/images.ts +83 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/labPlans.ts +178 -0
- package/src/operationsInterfaces/labs.ts +193 -0
- package/src/operationsInterfaces/operationResults.ts +25 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/schedules.ts +118 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/operationsInterfaces/users.ts +195 -0
- package/src/operationsInterfaces/virtualMachines.ts +212 -0
- package/tsconfig.json +6 -5
- package/types/arm-labservices.d.ts +2438 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-labservices.js +0 -5579
- package/dist/arm-labservices.js.map +0 -1
- package/dist/arm-labservices.min.js +0 -1
- package/dist/arm-labservices.min.js.map +0 -1
- package/esm/managedLabsClient.d.ts +0 -26
- package/esm/managedLabsClient.d.ts.map +0 -1
- package/esm/managedLabsClient.js +0 -41
- package/esm/managedLabsClient.js.map +0 -1
- package/esm/managedLabsClientContext.d.ts +0 -16
- package/esm/managedLabsClientContext.d.ts.map +0 -1
- package/esm/managedLabsClientContext.js +0 -56
- package/esm/managedLabsClientContext.js.map +0 -1
- package/esm/models/environmentSettingsMappers.d.ts +0 -2
- package/esm/models/environmentSettingsMappers.d.ts.map +0 -1
- package/esm/models/environmentSettingsMappers.js +0 -9
- package/esm/models/environmentSettingsMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/galleryImagesMappers.d.ts +0 -2
- package/esm/models/galleryImagesMappers.d.ts.map +0 -1
- package/esm/models/galleryImagesMappers.js +0 -9
- package/esm/models/galleryImagesMappers.js.map +0 -1
- package/esm/models/globalUsersMappers.d.ts +0 -2
- package/esm/models/globalUsersMappers.d.ts.map +0 -1
- package/esm/models/globalUsersMappers.js +0 -9
- package/esm/models/globalUsersMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2379
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/labAccountsMappers.d.ts +0 -2
- package/esm/models/labAccountsMappers.d.ts.map +0 -1
- package/esm/models/labAccountsMappers.js +0 -9
- package/esm/models/labAccountsMappers.js.map +0 -1
- package/esm/models/labsMappers.d.ts +0 -2
- package/esm/models/labsMappers.d.ts.map +0 -1
- package/esm/models/labsMappers.js +0 -9
- package/esm/models/labsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -72
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -2158
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -19
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -190
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/providerOperationsMappers.d.ts +0 -2
- package/esm/models/providerOperationsMappers.d.ts.map +0 -1
- package/esm/models/providerOperationsMappers.js +0 -9
- package/esm/models/providerOperationsMappers.js.map +0 -1
- package/esm/models/usersMappers.d.ts +0 -2
- package/esm/models/usersMappers.d.ts.map +0 -1
- package/esm/models/usersMappers.js +0 -9
- package/esm/models/usersMappers.js.map +0 -1
- package/esm/operations/environmentSettings.d.ts +0 -262
- package/esm/operations/environmentSettings.d.ts.map +0 -1
- package/esm/operations/environmentSettings.js +0 -479
- package/esm/operations/environmentSettings.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -279
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -504
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/galleryImages.d.ts +0 -154
- package/esm/operations/galleryImages.d.ts.map +0 -1
- package/esm/operations/galleryImages.js +0 -234
- package/esm/operations/galleryImages.js.map +0 -1
- package/esm/operations/globalUsers.d.ts +0 -220
- package/esm/operations/globalUsers.d.ts.map +0 -1
- package/esm/operations/globalUsers.js +0 -411
- package/esm/operations/globalUsers.js.map +0 -1
- package/esm/operations/index.d.ts +0 -10
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -19
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/labAccounts.d.ts +0 -216
- package/esm/operations/labAccounts.d.ts.map +0 -1
- package/esm/operations/labAccounts.js +0 -364
- package/esm/operations/labAccounts.js.map +0 -1
- package/esm/operations/labs.d.ts +0 -200
- package/esm/operations/labs.d.ts.map +0 -1
- package/esm/operations/labs.js +0 -321
- package/esm/operations/labs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -34
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -58
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/providerOperations.d.ts +0 -46
- package/esm/operations/providerOperations.d.ts.map +0 -1
- package/esm/operations/providerOperations.js +0 -77
- package/esm/operations/providerOperations.js.map +0 -1
- package/esm/operations/users.d.ts +0 -163
- package/esm/operations/users.d.ts.map +0 -1
- package/esm/operations/users.js +0 -266
- package/esm/operations/users.js.map +0 -1
- package/lib/managedLabsClient.ts +0 -58
- package/lib/managedLabsClientContext.ts +0 -62
- package/lib/models/environmentSettingsMappers.ts +0 -40
- package/lib/models/environmentsMappers.ts +0 -40
- package/lib/models/galleryImagesMappers.ts +0 -39
- package/lib/models/globalUsersMappers.ts +0 -29
- package/lib/models/index.ts +0 -2557
- package/lib/models/labAccountsMappers.ts +0 -47
- package/lib/models/labsMappers.ts +0 -40
- package/lib/models/mappers.ts +0 -2333
- package/lib/models/operationsMappers.ts +0 -13
- package/lib/models/parameters.ts +0 -192
- package/lib/models/providerOperationsMappers.ts +0 -14
- package/lib/models/usersMappers.ts +0 -39
- package/lib/operations/environmentSettings.ts +0 -705
- package/lib/operations/environments.ts +0 -741
- package/lib/operations/galleryImages.ts +0 -413
- package/lib/operations/globalUsers.ts +0 -644
- package/lib/operations/index.ts +0 -19
- package/lib/operations/labAccounts.ts +0 -613
- package/lib/operations/labs.ts +0 -542
- package/lib/operations/operations.ts +0 -87
- package/lib/operations/providerOperations.ts +0 -123
- package/lib/operations/users.ts +0 -435
|
@@ -0,0 +1,658 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing Labs operations. */
|
|
16
|
+
export class LabsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class Labs class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns a list of all labs for a subscription.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listBySubscription(options) {
|
|
29
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
30
|
+
return {
|
|
31
|
+
next() {
|
|
32
|
+
return iter.next();
|
|
33
|
+
},
|
|
34
|
+
[Symbol.asyncIterator]() {
|
|
35
|
+
return this;
|
|
36
|
+
},
|
|
37
|
+
byPage: () => {
|
|
38
|
+
return this.listBySubscriptionPagingPage(options);
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
listBySubscriptionPagingPage(options) {
|
|
43
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
44
|
+
let result = yield __await(this._listBySubscription(options));
|
|
45
|
+
yield yield __await(result.value || []);
|
|
46
|
+
let continuationToken = result.nextLink;
|
|
47
|
+
while (continuationToken) {
|
|
48
|
+
result = yield __await(this._listBySubscriptionNext(continuationToken, options));
|
|
49
|
+
continuationToken = result.nextLink;
|
|
50
|
+
yield yield __await(result.value || []);
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
listBySubscriptionPagingAll(options) {
|
|
55
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
56
|
+
var e_1, _a;
|
|
57
|
+
try {
|
|
58
|
+
for (var _b = __asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
59
|
+
const page = _c.value;
|
|
60
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
64
|
+
finally {
|
|
65
|
+
try {
|
|
66
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
67
|
+
}
|
|
68
|
+
finally { if (e_1) throw e_1.error; }
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Returns a list of all labs in a resource group.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
78
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
79
|
+
return {
|
|
80
|
+
next() {
|
|
81
|
+
return iter.next();
|
|
82
|
+
},
|
|
83
|
+
[Symbol.asyncIterator]() {
|
|
84
|
+
return this;
|
|
85
|
+
},
|
|
86
|
+
byPage: () => {
|
|
87
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options);
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
92
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
93
|
+
let result = yield __await(this._listByResourceGroup(resourceGroupName, options));
|
|
94
|
+
yield yield __await(result.value || []);
|
|
95
|
+
let continuationToken = result.nextLink;
|
|
96
|
+
while (continuationToken) {
|
|
97
|
+
result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
98
|
+
continuationToken = result.nextLink;
|
|
99
|
+
yield yield __await(result.value || []);
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
104
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
105
|
+
var e_2, _a;
|
|
106
|
+
try {
|
|
107
|
+
for (var _b = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
108
|
+
const page = _c.value;
|
|
109
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
113
|
+
finally {
|
|
114
|
+
try {
|
|
115
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
116
|
+
}
|
|
117
|
+
finally { if (e_2) throw e_2.error; }
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Returns a list of all labs for a subscription.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
_listBySubscription(options) {
|
|
126
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Returns a list of all labs in a resource group.
|
|
130
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
131
|
+
* @param options The options parameters.
|
|
132
|
+
*/
|
|
133
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
134
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Returns the properties of a lab resource.
|
|
138
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
139
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
140
|
+
* in resource URIs.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
get(resourceGroupName, labName, options) {
|
|
144
|
+
return this.client.sendOperationRequest({ resourceGroupName, labName, options }, getOperationSpec);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Operation to create or update a lab resource.
|
|
148
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
149
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
150
|
+
* in resource URIs.
|
|
151
|
+
* @param body The request body.
|
|
152
|
+
* @param options The options parameters.
|
|
153
|
+
*/
|
|
154
|
+
beginCreateOrUpdate(resourceGroupName, labName, body, options) {
|
|
155
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
156
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
157
|
+
return this.client.sendOperationRequest(args, spec);
|
|
158
|
+
});
|
|
159
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
160
|
+
var _a;
|
|
161
|
+
let currentRawResponse = undefined;
|
|
162
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
163
|
+
const callback = (rawResponse, flatResponse) => {
|
|
164
|
+
currentRawResponse = rawResponse;
|
|
165
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
166
|
+
};
|
|
167
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
168
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
169
|
+
return {
|
|
170
|
+
flatResponse,
|
|
171
|
+
rawResponse: {
|
|
172
|
+
statusCode: currentRawResponse.status,
|
|
173
|
+
body: currentRawResponse.parsedBody,
|
|
174
|
+
headers: currentRawResponse.headers.toJSON()
|
|
175
|
+
}
|
|
176
|
+
};
|
|
177
|
+
});
|
|
178
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, body, options }, createOrUpdateOperationSpec);
|
|
179
|
+
return new LroEngine(lro, {
|
|
180
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
181
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
182
|
+
lroResourceLocationConfig: "original-uri"
|
|
183
|
+
});
|
|
184
|
+
});
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Operation to create or update a lab resource.
|
|
188
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
189
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
190
|
+
* in resource URIs.
|
|
191
|
+
* @param body The request body.
|
|
192
|
+
* @param options The options parameters.
|
|
193
|
+
*/
|
|
194
|
+
beginCreateOrUpdateAndWait(resourceGroupName, labName, body, options) {
|
|
195
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
196
|
+
const poller = yield this.beginCreateOrUpdate(resourceGroupName, labName, body, options);
|
|
197
|
+
return poller.pollUntilDone();
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Operation to update a lab resource.
|
|
202
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
203
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
204
|
+
* in resource URIs.
|
|
205
|
+
* @param body The request body.
|
|
206
|
+
* @param options The options parameters.
|
|
207
|
+
*/
|
|
208
|
+
beginUpdate(resourceGroupName, labName, body, options) {
|
|
209
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
210
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
211
|
+
return this.client.sendOperationRequest(args, spec);
|
|
212
|
+
});
|
|
213
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
214
|
+
var _a;
|
|
215
|
+
let currentRawResponse = undefined;
|
|
216
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
217
|
+
const callback = (rawResponse, flatResponse) => {
|
|
218
|
+
currentRawResponse = rawResponse;
|
|
219
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
220
|
+
};
|
|
221
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
222
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
223
|
+
return {
|
|
224
|
+
flatResponse,
|
|
225
|
+
rawResponse: {
|
|
226
|
+
statusCode: currentRawResponse.status,
|
|
227
|
+
body: currentRawResponse.parsedBody,
|
|
228
|
+
headers: currentRawResponse.headers.toJSON()
|
|
229
|
+
}
|
|
230
|
+
};
|
|
231
|
+
});
|
|
232
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, body, options }, updateOperationSpec);
|
|
233
|
+
return new LroEngine(lro, {
|
|
234
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
235
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
236
|
+
lroResourceLocationConfig: "location"
|
|
237
|
+
});
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Operation to update a lab resource.
|
|
242
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
243
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
244
|
+
* in resource URIs.
|
|
245
|
+
* @param body The request body.
|
|
246
|
+
* @param options The options parameters.
|
|
247
|
+
*/
|
|
248
|
+
beginUpdateAndWait(resourceGroupName, labName, body, options) {
|
|
249
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
250
|
+
const poller = yield this.beginUpdate(resourceGroupName, labName, body, options);
|
|
251
|
+
return poller.pollUntilDone();
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Operation to delete a lab resource.
|
|
256
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
257
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
258
|
+
* in resource URIs.
|
|
259
|
+
* @param options The options parameters.
|
|
260
|
+
*/
|
|
261
|
+
beginDelete(resourceGroupName, labName, options) {
|
|
262
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
263
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
264
|
+
return this.client.sendOperationRequest(args, spec);
|
|
265
|
+
});
|
|
266
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
267
|
+
var _a;
|
|
268
|
+
let currentRawResponse = undefined;
|
|
269
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
270
|
+
const callback = (rawResponse, flatResponse) => {
|
|
271
|
+
currentRawResponse = rawResponse;
|
|
272
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
273
|
+
};
|
|
274
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
275
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
276
|
+
return {
|
|
277
|
+
flatResponse,
|
|
278
|
+
rawResponse: {
|
|
279
|
+
statusCode: currentRawResponse.status,
|
|
280
|
+
body: currentRawResponse.parsedBody,
|
|
281
|
+
headers: currentRawResponse.headers.toJSON()
|
|
282
|
+
}
|
|
283
|
+
};
|
|
284
|
+
});
|
|
285
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, options }, deleteOperationSpec);
|
|
286
|
+
return new LroEngine(lro, {
|
|
287
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
288
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
289
|
+
lroResourceLocationConfig: "location"
|
|
290
|
+
});
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Operation to delete a lab resource.
|
|
295
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
296
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
297
|
+
* in resource URIs.
|
|
298
|
+
* @param options The options parameters.
|
|
299
|
+
*/
|
|
300
|
+
beginDeleteAndWait(resourceGroupName, labName, options) {
|
|
301
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
302
|
+
const poller = yield this.beginDelete(resourceGroupName, labName, options);
|
|
303
|
+
return poller.pollUntilDone();
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
|
308
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
309
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
310
|
+
* in resource URIs.
|
|
311
|
+
* @param options The options parameters.
|
|
312
|
+
*/
|
|
313
|
+
beginPublish(resourceGroupName, labName, options) {
|
|
314
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
315
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
316
|
+
return this.client.sendOperationRequest(args, spec);
|
|
317
|
+
});
|
|
318
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
319
|
+
var _a;
|
|
320
|
+
let currentRawResponse = undefined;
|
|
321
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
322
|
+
const callback = (rawResponse, flatResponse) => {
|
|
323
|
+
currentRawResponse = rawResponse;
|
|
324
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
325
|
+
};
|
|
326
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
327
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
328
|
+
return {
|
|
329
|
+
flatResponse,
|
|
330
|
+
rawResponse: {
|
|
331
|
+
statusCode: currentRawResponse.status,
|
|
332
|
+
body: currentRawResponse.parsedBody,
|
|
333
|
+
headers: currentRawResponse.headers.toJSON()
|
|
334
|
+
}
|
|
335
|
+
};
|
|
336
|
+
});
|
|
337
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, options }, publishOperationSpec);
|
|
338
|
+
return new LroEngine(lro, {
|
|
339
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
340
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
341
|
+
lroResourceLocationConfig: "location"
|
|
342
|
+
});
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
|
347
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
348
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
349
|
+
* in resource URIs.
|
|
350
|
+
* @param options The options parameters.
|
|
351
|
+
*/
|
|
352
|
+
beginPublishAndWait(resourceGroupName, labName, options) {
|
|
353
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
354
|
+
const poller = yield this.beginPublish(resourceGroupName, labName, options);
|
|
355
|
+
return poller.pollUntilDone();
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Action used to manually kick off an AAD group sync job.
|
|
360
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
361
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
362
|
+
* in resource URIs.
|
|
363
|
+
* @param options The options parameters.
|
|
364
|
+
*/
|
|
365
|
+
beginSyncGroup(resourceGroupName, labName, options) {
|
|
366
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
367
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
368
|
+
return this.client.sendOperationRequest(args, spec);
|
|
369
|
+
});
|
|
370
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
371
|
+
var _a;
|
|
372
|
+
let currentRawResponse = undefined;
|
|
373
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
374
|
+
const callback = (rawResponse, flatResponse) => {
|
|
375
|
+
currentRawResponse = rawResponse;
|
|
376
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
377
|
+
};
|
|
378
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
379
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
380
|
+
return {
|
|
381
|
+
flatResponse,
|
|
382
|
+
rawResponse: {
|
|
383
|
+
statusCode: currentRawResponse.status,
|
|
384
|
+
body: currentRawResponse.parsedBody,
|
|
385
|
+
headers: currentRawResponse.headers.toJSON()
|
|
386
|
+
}
|
|
387
|
+
};
|
|
388
|
+
});
|
|
389
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, options }, syncGroupOperationSpec);
|
|
390
|
+
return new LroEngine(lro, {
|
|
391
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
392
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
393
|
+
lroResourceLocationConfig: "location"
|
|
394
|
+
});
|
|
395
|
+
});
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* Action used to manually kick off an AAD group sync job.
|
|
399
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
400
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
401
|
+
* in resource URIs.
|
|
402
|
+
* @param options The options parameters.
|
|
403
|
+
*/
|
|
404
|
+
beginSyncGroupAndWait(resourceGroupName, labName, options) {
|
|
405
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
406
|
+
const poller = yield this.beginSyncGroup(resourceGroupName, labName, options);
|
|
407
|
+
return poller.pollUntilDone();
|
|
408
|
+
});
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* ListBySubscriptionNext
|
|
412
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
413
|
+
* @param options The options parameters.
|
|
414
|
+
*/
|
|
415
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
416
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* ListByResourceGroupNext
|
|
420
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
421
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
422
|
+
* @param options The options parameters.
|
|
423
|
+
*/
|
|
424
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
425
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
// Operation Specifications
|
|
429
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
430
|
+
const listBySubscriptionOperationSpec = {
|
|
431
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.LabServices/labs",
|
|
432
|
+
httpMethod: "GET",
|
|
433
|
+
responses: {
|
|
434
|
+
200: {
|
|
435
|
+
bodyMapper: Mappers.PagedLabs
|
|
436
|
+
},
|
|
437
|
+
default: {
|
|
438
|
+
bodyMapper: Mappers.ErrorResponse
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
442
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
443
|
+
headerParameters: [Parameters.accept],
|
|
444
|
+
serializer
|
|
445
|
+
};
|
|
446
|
+
const listByResourceGroupOperationSpec = {
|
|
447
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs",
|
|
448
|
+
httpMethod: "GET",
|
|
449
|
+
responses: {
|
|
450
|
+
200: {
|
|
451
|
+
bodyMapper: Mappers.PagedLabs
|
|
452
|
+
},
|
|
453
|
+
default: {
|
|
454
|
+
bodyMapper: Mappers.ErrorResponse
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
queryParameters: [Parameters.apiVersion],
|
|
458
|
+
urlParameters: [
|
|
459
|
+
Parameters.$host,
|
|
460
|
+
Parameters.subscriptionId,
|
|
461
|
+
Parameters.resourceGroupName
|
|
462
|
+
],
|
|
463
|
+
headerParameters: [Parameters.accept],
|
|
464
|
+
serializer
|
|
465
|
+
};
|
|
466
|
+
const getOperationSpec = {
|
|
467
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}",
|
|
468
|
+
httpMethod: "GET",
|
|
469
|
+
responses: {
|
|
470
|
+
200: {
|
|
471
|
+
bodyMapper: Mappers.Lab
|
|
472
|
+
},
|
|
473
|
+
default: {
|
|
474
|
+
bodyMapper: Mappers.ErrorResponse
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
queryParameters: [Parameters.apiVersion],
|
|
478
|
+
urlParameters: [
|
|
479
|
+
Parameters.$host,
|
|
480
|
+
Parameters.subscriptionId,
|
|
481
|
+
Parameters.resourceGroupName,
|
|
482
|
+
Parameters.labName
|
|
483
|
+
],
|
|
484
|
+
headerParameters: [Parameters.accept],
|
|
485
|
+
serializer
|
|
486
|
+
};
|
|
487
|
+
const createOrUpdateOperationSpec = {
|
|
488
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}",
|
|
489
|
+
httpMethod: "PUT",
|
|
490
|
+
responses: {
|
|
491
|
+
200: {
|
|
492
|
+
bodyMapper: Mappers.Lab
|
|
493
|
+
},
|
|
494
|
+
201: {
|
|
495
|
+
bodyMapper: Mappers.Lab
|
|
496
|
+
},
|
|
497
|
+
202: {
|
|
498
|
+
bodyMapper: Mappers.Lab
|
|
499
|
+
},
|
|
500
|
+
204: {
|
|
501
|
+
bodyMapper: Mappers.Lab
|
|
502
|
+
},
|
|
503
|
+
default: {
|
|
504
|
+
bodyMapper: Mappers.ErrorResponse
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
requestBody: Parameters.body5,
|
|
508
|
+
queryParameters: [Parameters.apiVersion],
|
|
509
|
+
urlParameters: [
|
|
510
|
+
Parameters.$host,
|
|
511
|
+
Parameters.subscriptionId,
|
|
512
|
+
Parameters.resourceGroupName,
|
|
513
|
+
Parameters.labName
|
|
514
|
+
],
|
|
515
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
516
|
+
mediaType: "json",
|
|
517
|
+
serializer
|
|
518
|
+
};
|
|
519
|
+
const updateOperationSpec = {
|
|
520
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}",
|
|
521
|
+
httpMethod: "PATCH",
|
|
522
|
+
responses: {
|
|
523
|
+
200: {
|
|
524
|
+
bodyMapper: Mappers.Lab
|
|
525
|
+
},
|
|
526
|
+
201: {
|
|
527
|
+
bodyMapper: Mappers.Lab
|
|
528
|
+
},
|
|
529
|
+
202: {
|
|
530
|
+
bodyMapper: Mappers.Lab
|
|
531
|
+
},
|
|
532
|
+
204: {
|
|
533
|
+
bodyMapper: Mappers.Lab
|
|
534
|
+
},
|
|
535
|
+
default: {
|
|
536
|
+
bodyMapper: Mappers.ErrorResponse
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
requestBody: Parameters.body6,
|
|
540
|
+
queryParameters: [Parameters.apiVersion],
|
|
541
|
+
urlParameters: [
|
|
542
|
+
Parameters.$host,
|
|
543
|
+
Parameters.subscriptionId,
|
|
544
|
+
Parameters.resourceGroupName,
|
|
545
|
+
Parameters.labName
|
|
546
|
+
],
|
|
547
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
548
|
+
mediaType: "json",
|
|
549
|
+
serializer
|
|
550
|
+
};
|
|
551
|
+
const deleteOperationSpec = {
|
|
552
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}",
|
|
553
|
+
httpMethod: "DELETE",
|
|
554
|
+
responses: {
|
|
555
|
+
200: {},
|
|
556
|
+
201: {},
|
|
557
|
+
202: {},
|
|
558
|
+
204: {},
|
|
559
|
+
default: {
|
|
560
|
+
bodyMapper: Mappers.ErrorResponse
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
queryParameters: [Parameters.apiVersion],
|
|
564
|
+
urlParameters: [
|
|
565
|
+
Parameters.$host,
|
|
566
|
+
Parameters.subscriptionId,
|
|
567
|
+
Parameters.resourceGroupName,
|
|
568
|
+
Parameters.labName
|
|
569
|
+
],
|
|
570
|
+
headerParameters: [Parameters.accept],
|
|
571
|
+
serializer
|
|
572
|
+
};
|
|
573
|
+
const publishOperationSpec = {
|
|
574
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/publish",
|
|
575
|
+
httpMethod: "POST",
|
|
576
|
+
responses: {
|
|
577
|
+
200: {},
|
|
578
|
+
201: {},
|
|
579
|
+
202: {},
|
|
580
|
+
204: {},
|
|
581
|
+
default: {
|
|
582
|
+
bodyMapper: Mappers.ErrorResponse
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
queryParameters: [Parameters.apiVersion],
|
|
586
|
+
urlParameters: [
|
|
587
|
+
Parameters.$host,
|
|
588
|
+
Parameters.subscriptionId,
|
|
589
|
+
Parameters.resourceGroupName,
|
|
590
|
+
Parameters.labName
|
|
591
|
+
],
|
|
592
|
+
headerParameters: [Parameters.accept],
|
|
593
|
+
serializer
|
|
594
|
+
};
|
|
595
|
+
const syncGroupOperationSpec = {
|
|
596
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/syncGroup",
|
|
597
|
+
httpMethod: "POST",
|
|
598
|
+
responses: {
|
|
599
|
+
200: {},
|
|
600
|
+
201: {},
|
|
601
|
+
202: {},
|
|
602
|
+
204: {},
|
|
603
|
+
default: {
|
|
604
|
+
bodyMapper: Mappers.ErrorResponse
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
queryParameters: [Parameters.apiVersion],
|
|
608
|
+
urlParameters: [
|
|
609
|
+
Parameters.$host,
|
|
610
|
+
Parameters.subscriptionId,
|
|
611
|
+
Parameters.resourceGroupName,
|
|
612
|
+
Parameters.labName
|
|
613
|
+
],
|
|
614
|
+
headerParameters: [Parameters.accept],
|
|
615
|
+
serializer
|
|
616
|
+
};
|
|
617
|
+
const listBySubscriptionNextOperationSpec = {
|
|
618
|
+
path: "{nextLink}",
|
|
619
|
+
httpMethod: "GET",
|
|
620
|
+
responses: {
|
|
621
|
+
200: {
|
|
622
|
+
bodyMapper: Mappers.PagedLabs
|
|
623
|
+
},
|
|
624
|
+
default: {
|
|
625
|
+
bodyMapper: Mappers.ErrorResponse
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
629
|
+
urlParameters: [
|
|
630
|
+
Parameters.$host,
|
|
631
|
+
Parameters.subscriptionId,
|
|
632
|
+
Parameters.nextLink
|
|
633
|
+
],
|
|
634
|
+
headerParameters: [Parameters.accept],
|
|
635
|
+
serializer
|
|
636
|
+
};
|
|
637
|
+
const listByResourceGroupNextOperationSpec = {
|
|
638
|
+
path: "{nextLink}",
|
|
639
|
+
httpMethod: "GET",
|
|
640
|
+
responses: {
|
|
641
|
+
200: {
|
|
642
|
+
bodyMapper: Mappers.PagedLabs
|
|
643
|
+
},
|
|
644
|
+
default: {
|
|
645
|
+
bodyMapper: Mappers.ErrorResponse
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
queryParameters: [Parameters.apiVersion],
|
|
649
|
+
urlParameters: [
|
|
650
|
+
Parameters.$host,
|
|
651
|
+
Parameters.subscriptionId,
|
|
652
|
+
Parameters.resourceGroupName,
|
|
653
|
+
Parameters.nextLink
|
|
654
|
+
],
|
|
655
|
+
headerParameters: [Parameters.accept],
|
|
656
|
+
serializer
|
|
657
|
+
};
|
|
658
|
+
//# sourceMappingURL=labs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"labs.js","sourceRoot":"","sources":["../../../src/operations/labs.ts"],"names":[],"mappings":"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"}
|