Skip to content
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

Add support for autoStorageContainerName in resourceFile for Batch #2996

Closed
devaradhanm opened this issue May 18, 2019 · 1 comment
Closed
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.

Comments

@devaradhanm
Copy link

devaradhanm commented May 18, 2019

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.

 "resourceFiles": [
                {
                    "autoStorageContainerName": "blob-container-name"
                }
            ],

But the nodejs api throws error that blobSource property is missing. Also, autoStorageContainerName property is missing in the ResourceFile interface

@amarzavery amarzavery added customer-reported Issues that are reported by GitHub users external to the Azure organization. triage labels May 20, 2019
@amarzavery amarzavery added Client This issue points to a problem in the data-plane of the library. triage labels May 20, 2019
@amarzavery
Copy link
Contributor

fixed by #2998

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

2 participants