{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azurestack-customersubscription","description":"AzureStack Azure Bridge Client","version":"2017-06-01","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 AzureStack Azure Bridge Client\n@base https://management.azure.com\n@version 2017-06-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions\n@desc Returns a list of products.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\n@desc Returns the specified product.\n@required {customerSubscriptionName: any # Name of the product.}\n@returns(200) OK\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\n@desc Deletes a customer subscription under a registration.\n@required {customerSubscriptionName: any # Name of the product.}\n@returns(200) OK\n@returns(204) NO CONTENT\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}\n@desc Creates a new customer subscription under a registration.\n@required {customerSubscriptionName: any # Name of the product., customerCreationParameters: map # Parameters use to create a customer subscription.}\n@returns(200) OK\n\n@end\n"}