Smarker / batchai-benchmark

Distributed training with Batch AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confirm that az cli updates did not introduce breaking changes to easy-cluster

Smarker opened this issue · comments

With the new az cli update, we saw that allocationState was changed from being the second argument to first, so that we were not able to do cut -f2 anymore to retrieve the value and instead had to use --query to parse the value.

Let's make sure that there were no other breaking changes introduced by the update.

Addressed by #16