We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Currently js sdk release tool has to search for api version for each type of client. Since emitter is constantly update, it may change the file and the code to put api-version. It causes sdk automation failure if emitter has related updates. It could become a bigger problem when self-serve release publishes. e.g. js-sdk-release-tool changes multiple times to get api version. https://github.com/Azure/azure-sdk-tools/blob/4f29ba29360ef60c6449cb80f6dbe902789c8b97/tools/js-sdk-release-tools/src/xlc/apiVersion/utils.ts#L85-L92
Expectation Output a file that store before the end of this semester:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Currently js sdk release tool has to search for api version for each type of client. Since emitter is constantly update, it may change the file and the code to put api-version. It causes sdk automation failure if emitter has related updates. It could become a bigger problem when self-serve release publishes.
e.g. js-sdk-release-tool changes multiple times to get api version. https://github.com/Azure/azure-sdk-tools/blob/4f29ba29360ef60c6449cb80f6dbe902789c8b97/tools/js-sdk-release-tools/src/xlc/apiVersion/utils.ts#L85-L92
Expectation
Output a file that store before the end of this semester:
The text was updated successfully, but these errors were encountered: