@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ACE Provisioning ManagementPartner API
@base https://management.azure.com
@version 2018-02-01
@auth OAuth2
@common_fields {api-version: any # Supported version.}
@endpoints 6
@toc providers(6)

@endpoint GET /providers/Microsoft.ManagementPartner/partners/{partnerId}
@desc Get a specific `Partner`.
@required {partnerId: any # Id of the Partner}
@returns(200) Get the details of the `Partner`.

@endpoint PUT /providers/Microsoft.ManagementPartner/partners/{partnerId}
@desc Create a specific `Partner`.
@required {partnerId: any # Id of the Partner}
@returns(200) Get the details of the `Partner`.

@endpoint PATCH /providers/Microsoft.ManagementPartner/partners/{partnerId}
@desc Update a specific `Partner`.
@required {partnerId: any # Id of the Partner}
@returns(200) Get the details of the `Partner`.

@endpoint DELETE /providers/Microsoft.ManagementPartner/partners/{partnerId}
@desc Delete a specific `Partner`.
@required {partnerId: any # Id of the Partner}
@returns(200) Deleted the `Partner`.

@endpoint GET /providers/Microsoft.ManagementPartner/operations
@desc Get operations.
@returns(200) List all the operations.

@endpoint GET /providers/Microsoft.ManagementPartner/partners
@desc Get a specific `Partner`.
@returns(200) Get the details of the `Partner`.

@end
