@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Azure Stack Azure Bridge Client
@base https://management.azure.com
@version 2017-06-01
@auth OAuth2
@endpoints 3
@toc providers(3)

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

@endpoint GET /providers/Microsoft.AzureStack/cloudManifestFiles
@required {api-version: any}
@returns(200)

@endpoint GET /providers/Microsoft.AzureStack/cloudManifestFiles/{verificationVersion}
@required {verificationVersion: any, api-version: any}
@optional {versionCreationDate: any}
@returns(200)

@end
