@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api NetworkAdminManagementClient
@base https://management.azure.com
@version 2015-06-15
@auth OAuth2
@endpoints 5
@toc subscriptions(1), providers(4)

@group subscriptions
@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network.Admin/adminOverview
@returns(200)

@endgroup

@group providers
@endpoint GET /providers/Microsoft.Network.Admin/operations
@required {api-version: any}
@returns(200)

@endpoint GET /providers/Microsoft.Network.Admin/locations
@required {api-version: any}
@returns(200)

@endpoint GET /providers/Microsoft.Network.Admin/locations/{location}/operationResults
@required {api-version: any, location: any}
@returns(200)

@endpoint GET /providers/Microsoft.Network.Admin/locations/{location}/operations
@required {api-version: any, location: any}
@returns(200)

@endgroup

@end
