{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azsadmin-platformimages","description":"Compute Admin Client","version":"2015-12-01-preview","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Compute Admin Client\n@base https://management.azure.com\n@version 2015-12-01-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage\n@desc Returns all platform images.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\n@desc Returns the requested platform image.\n@required {offer: any # Name of the offer., sku: any # Name of the SKU.}\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\n@desc Creates a platform image.\n@required {offer: any # Name of the offer., sku: any # Name of the SKU., newImage: map # New platform image.}\n@returns(200) OK\n@returns(201) CREATED\n@returns(202) ACCEPTED\n\n@endpoint DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\n@desc Deletes a platform image matching publisher, offer, skus and version\n@required {offer: any # Name of the offer., sku: any # Name of the SKU.}\n@returns(200) OK\n\n@end\n"}