Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177
stars
75
forks
source link
support anonymous credentials in rest level client #1447
In confidential ledger and service fabric, we have cases like whether the credentials might be undefined, and we will nees tlsOptions in the options to do the authentication.
In confidential ledger and service fabric, we have cases like whether the credentials might be undefined, and we will nees tlsOptions in the options to do the authentication.
we might need to consider to support it in the code gen side