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.
22 lines (16 loc) • 514 B
Markdown
# Default Configuration - Ruby
The V2 version of the Ruby Generator.
```yaml $(ruby) && $(preview)
# default the v2 generator to using the last stable @microsoft.azure/autorest-core
version: ~2.0.4413
use-extension:
"@microsoft.azure/autorest.ruby": "preview"
try-require: ./readme.ruby.md
```
```yaml $(ruby)
# default the v2 generator to using the last stable @microsoft.azure/autorest-core
version: ~2.0.4413
use-extension:
"@microsoft.azure/autorest.ruby": "~3.1.26"
try-require: ./readme.ruby.md
```