Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Batch] pool list command is failing for table output #4378

Closed
troydai opened this issue Sep 5, 2017 · 2 comments
Closed

[Batch] pool list command is failing for table output #4378

troydai opened this issue Sep 5, 2017 · 2 comments
Assignees
Labels
Batch az batch Service Attention This issue is responsible by Azure service team.

Comments

@troydai
Copy link
Contributor

troydai commented Sep 5, 2017

09:55 $ az batch pool list
Table output unavailable. Use the --query option to specify an appropriate query. Use --debug for more info.

Root cause

table_row['VM Count'] = item['currentDedicated']
. The property currentDedicated doesn't exist.

Here's the potential fix:

(env) ✔ ~/code/azure-cli [paging ⭐|❗3…2]
09:55 $ az batch pool list -ojson | grep current
    "currentDedicatedNodes": 2,
    "currentLowPriorityNodes": 0,
    "currentDedicatedNodes": 0,
    "currentLowPriorityNodes": 0,

Must be one of those.

@troydai troydai added the Batch az batch label Sep 5, 2017
@annatisch
Copy link
Member

@xingwu1 - looks like this is still an issue the Batch CLI - could you take a look?

@troydai
Copy link
Contributor Author

troydai commented May 21, 2018

Fixed in #6393

@troydai troydai closed this as completed May 21, 2018
@bsiegel bsiegel added the Service Attention This issue is responsible by Azure service team. label Sep 26, 2018
@haroldrandom haroldrandom added Batch az batch Service Attention This issue is responsible by Azure service team. labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Batch az batch Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

4 participants