Add support for autoStorageContainerName in resourceFile for Batch #2996
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.
Currently Batch supports creating task (using BatchServiceClient.task.addCollection api) with resourceFile containing autoStorageContainerName in the task configuration. But the nodejs api doesnt seem to recognize autoStorageContainerName & throws error if blobSource is not passed.
The below config for resource file is supported by Batch service.
But the nodejs api throws error that blobSource property is missing. Also, autoStorageContainerName property is missing in the ResourceFile interface
The text was updated successfully, but these errors were encountered: