Azure-rest-api-specs: nodeDeallocationOption sending enum ordinal breaks Go SDK

Created on 30 Oct 2018  路  11Comments  路  Source: Azure/azure-rest-api-specs

Ported from https://github.com/Azure/azure-sdk-for-go/issues/3171
The operation Pool_ListByBatchAccount is returning the value nodeDeallocationOption by ordinal which doesn't work for all languages. As a result this API is not usable in the Go SDK. Below is a sample of the response body.

"resizeOperationStatus": {
    "nodeDeallocationOption": 0,
    "resizeTimeout": "PT15M",
    "startTime": "2018-10-29T13:51:26.7338118Z",
    "targetDedicatedNodes": 1
},
Batch Service Attention bug

All 11 comments

This has been called out by multiple customers. It would be great if we could get a fix out there ASAP.

@kiwidev - Were you aware of this?

Thanks. I've put a fix into our service which will address this. Will update once we have an ETA for when it will hit production.

@devigned @kiwidev Any news about this ?

@devigned @kiwidev guys ?

@sylr, sorry for the delay. I expect @kiwidev will be able to provide an update soon.

Hi @sylr, sorry for the delay, we've had some delays in deploying our latest release train. This should be available through all regions by Wednesday next week.

@kiwidev any update on that matter ?

This should be fixed now. You probably can close this issue.

@sylr is this working for you now?

Issue was addressed in REST API release https://docs.microsoft.com/en-us/rest/api/batchservice/batch-service-rest-api-versioning#latest-version-2018-12-0180 and should now be resolved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mcardosos picture mcardosos  路  6Comments

jsmartt picture jsmartt  路  6Comments

SumitPopat picture SumitPopat  路  5Comments

liamjbennett picture liamjbennett  路  5Comments

tombuildsstuff picture tombuildsstuff  路  8Comments