Typescript API Requires Credentials by Default when Documentation Says Otherwise #1416
Closed
2 tasks done
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Before filling a bug
Expected behavior
According to the documentation , the default behavior for generating a Typescript client should be for
--add-credentials=false
, but it appears to require credentials if you fail to explicitly add that flag. The documentation says "Is called --add-credentials. Defaults to false."The autorest command used was:
autorest --input-file=regular_error.yaml --typescript --output-folder=autorest/regular_error/typescript --clear-output-folder --generate-metadata=true
OpenAPI file is:
The text was updated successfully, but these errors were encountered: