SharedKeyCredential not exposed in batch #2972
Labels
Batch
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Am trying to move from using azure-batch package to @azure/batch package.
azure-batch exposes SharedKeyCredentails object that we can use to create the credentials from batch account name & key, as captured in the azure-batch documentation
But, the new @azure/batch doesnt seem to expose this. Also, the documentation for this only has information on how to authenticate via interactive login for nodejs.
The text was updated successfully, but these errors were encountered: