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.
19 lines (13 loc) • 533 B
Markdown
# Default Configuration - PowerShell
The AutoRest PowerShell generator is intended to be use from AutoRest.
> see https://aka.ms/autorest
```yaml $(powershell)
# probe for a local readme.powershell.md file
try-require: ./readme.powershell.md
```
Note: if the --powershell is mentioned, but they are using autorest.powershell locally, don't try to load the autorest.powershell from npm.
```yaml $(powershell) && !isLoaded('@autorest/powershell')
# load the extension (4.0+)
use-extension:
"@autorest/powershell": "~4.0.0"
```