UNPKG

autorest

Version:

The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.

40 lines (26 loc) 962 B
# Configurations for Azure Functions The following are configurations for Azure Functions plugins for autorest. For more information about Azure Functions, you can find out at [autorest.azure-functions](https://github.com/Azure/autorest.azure-functions) page. ## Default Configuration - Python The Azure Functions Python Generator. ```yaml $(azure-functions-python) use-extension: "@autorest/azure-functions-python": "latest" ``` ## Default Configuration - C\# The Azure Functions C# Generator. ```yaml $(azure-functions-csharp) use-extension: "@autorest/azure-functions-csharp": "latest" ``` ## Default Configuration - Java The Azure Functions Java Generator. ```yaml $(azure-functions-java) use-extension: "@autorest/azure-functions-java": "latest" ``` ## Default Configuration - TypeScript The Azure Functions TypeScript Generator. ```yaml $(azure-functions-typescript) use-extension: "@autorest/azure-functions-typescript": "latest" ```