Skip to content

Commit

Permalink
Merge pull request Azure#141 from ThomasArdal/master
Browse files Browse the repository at this point in the history
Fixed wrongly formatted headline
  • Loading branch information
RikkiGibson authored Jun 4, 2018
2 parents 10b6536 + 5550ab4 commit d133c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you want to generate metadata files provide `--generate-metadata=true`
autorest --typescript --output-folder=<path-to-the-output-folder(usually upto lib folder of your project)> --license-header=MICROSOFT_MIT_NO_VERSION --input-file=<path-to-swagger-spec> --package-name=<your-package-name> --package-version<your-package-version> --generate-metadata=true
```

###Azure Service Client
### Azure Service Client
For generating a client for an azure service, provide `--typescript.azure-arm=true`:
```
autorest --typescript --output-folder=<path-to-the-output-folder(usually upto lib folder of your project)> --license-header=MICROSOFT_MIT_NO_VERSION --input-file=<path-to-swagger-spec> --package-name=<your-package-name> --package-version<your-package-version> --generate-metadata=true --typescript.azure-arm=true
Expand Down

0 comments on commit d133c54

Please sign in to comment.