Adding a job with a "maxParallelTasks" parameter greater than zero causes an error: Forbidden
- Dominant language
- No language data
- Stars
- 27
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
#### Problem Description
Adding a job with a "maxParallelTasks" parameter greater than zero causes an error: Forbidden
Reason: Property maxParallelTasks is not enabled for current account
Documentation has no information about any limitations: https://docs.microsoft.com/en-us/rest/api/batchservice/job/add#request-headers
#### Additional Logs
```
...
azure.batch.models._models_py3.BatchErrorException: Request encountered an exception.
Code: Forbidden
Message: {'additional_properties': {}, 'lang': 'en-US', 'value': 'Access is Forbidden\nRequestId:d49b9b23-1a78-42d5-a00d-b4037e5fb441\nTime:2022-02-22T10:57:57.6311327Z'}
Reason: Property maxParallelTasks is not enabled for current account
```
Contributor guide
Assessment
This issue has not been assessed yet.