-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Migration guide / Information on changes on Azure Batch API #47317
Copy link
Copy link
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.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.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
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.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.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
Type
Fields
Give feedbackNo fields configured for issues without a type.
Im not sure whether im missing something, but my ci/cd for Azure Batch broke a couple of weeks ago, because the API of Azure Batch was changed, e.g. from
BatchServiceClienttoBatchClientand from the examples that i can see it now required to also installazure-identity.If i google ````TaskAddParameters azure batch python```, a class im currently using, the first link is this: https://learn.microsoft.com/pl-pl/python/api/azure-batch/azure.batch.models.taskaddparameter?view=azure-python which is not available anymore.
If i search for migration-guide, "BatchServiceClient retired" or similar, nothing comes up. I had no Idea these breaking API changes were coming and i have no information on how to fix them.
Could you guide me to the announcement, the migration guide or similar? Ill gladly accept "rtfm" as an answer if you link it, but for now i havent been able to find it.