@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Visual Studio Projects Resource Provider Client
@base https://management.azure.com
@version 2018-08-01-preview
@auth OAuth2
@endpoints 4
@toc subscriptions(4)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project
@desc Projects_ListByAccountResource
@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account.}
@returns(200) The operation succeeded. The response contains the details of the Visual Studio Team Services project resources created in the specified Team Services account.

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}
@desc Projects_CreateOrUpdate
@required {body: map # The request data., resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}
@optional {validating: any # This parameter is ignored and should be set to an empty string.}
@returns(200) The operation succeeded. The response contains the details of the created or updated team project resource.
@returns(202) The operation succeeded. A job to create/update the team project resource has been queued. The URI to monitor the status of the job is provided in the 'location' header.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}
@desc Projects_Get
@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}
@returns(200) The operation succeeded. The response contains the details of the updated team project resource.
@errors {404: The project or Azure subscription was not found.}

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}
@desc Projects_Update
@required {resourceGroupName: any # Name of the resource group within the Azure subscription., subscriptionId: any # The Azure subscription identifier., api-version: any # API Version, body: map # The request data., rootResourceName: any # Name of the Team Services account., resourceName: any # Name of the Team Services project.}
@returns(200) The operation succeeded. The response contains the details of the updated team project resource.

@end
