-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
API Spec link
None yet
API Spec version
2020-06-01
Please describe the feature.
I could not find where the batch endpoint is documented in the rest api specs, so please document it. It's being used extensively by portal, ansible, etc but I could not locate official docs by msft on it.
curl 'https://management.azure.com/batch?api-version=2020-06-01'
-H 'accept: /'
-H 'accept-language: en'
-H 'authorization: Bearer ....
-H 'content-type: application/json'
--data-raw $'{"requests":[{...}]'
I've seen discussion in sdks about using it, but sofar they do not do it because it's not available in the rest api specs:
Azure/azure-sdk-for-go#23799
Azure/azure-sdk-for-go#17155
Azure/azure-sdk-for-go#15957
Azure/azure-sdk-for-python#9271
Azure/autorest.typescript#34
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that