Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 368 Bytes

File metadata and controls

20 lines (14 loc) · 368 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const resize = {
  targetServicePlanId: '30d0e128-de93-41dc-89ec-33d84bb662a0'
};

await client.api('/deviceManagement/virtualEndpoint/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/resize')
	.post(resize);