Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 516 Bytes

File metadata and controls

25 lines (19 loc) · 516 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const cloudPcResizeValidationResult = {
  cloudPcIds: [
    '30d0e128-de93-41dc-89ec-33d84bb662a0', 
    '7c82a3e3-9459-44e4-94d9-b92f93bf78dd'
  ],
  targetServicePlanId: '662009bc-7732-4f6f-8726-25883518b33e'
};

await client.api('/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize')
	.version('beta')
	.post(cloudPcResizeValidationResult);