-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
@azure/batch has no exported member BatchSharedKeyCredentials #18328
Comments
Hitting the same bug. This seems to have been an issue in the past already #2972 . Quite frustrating, especially as it is literally the first example in the README. |
Hi @mszczepanczyk and @logicabrity, thanks a lot for reporting the issue with those details! I investigated it and found that there was a mistake in the most recent automatic generation of the package source code which caused a few issues. I just released a v10.0.2 patch, so please take a look and let me know if you find any other issues. |
Hi @mszczepanczyk. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @mszczepanczyk, since you haven’t asked that we “ |
* [Batch] Bump @azure/batch to 10.0.3 * [Batch] Use index.js as the rollup input file instead of batchServiceClient.js Fixes #18328 * [Batch] Commented out skipped tests to pass CI
Describe the bug
BatchSharedKeyCredentials is not exported from @azure/batch.
To Reproduce
Compilation fails with
Type error: Module '"@azure/batch"' has no exported member 'BatchSharedKeyCredentials'.
This import is also used in the first example in README.md under Authentication.
Expected behavior
It should compile. Version 8.0.0 works just fine.
The text was updated successfully, but these errors were encountered: