How can I get the GPU type of an SKU in `az vm list-skus`?
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
For example, when I do `az vm list-skus -l westus2 --size Standard_ND96asr_v4`, I only get
```
...
{
"name": "GPUs",
"value": "8"
},
...
```
But no information on the GPU model or type. I can only get the information from https://docs.microsoft.com/en-us/azure/virtual-machines/nda100-v4-series.
Is there an API I can query to get the GPU types of a particular VM SKU offering?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 152b549b-d4b3-13e5-081c-c604b6e4d89e
* Version Independent ID: 3f79be78-ce75-ad31-304b-bad7d475ec9e
* Content: [az vm](https://docs.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest)
* Content Source: [latest/docs-ref-autogen/vm.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/latest/docs-ref-autogen/vm.yml)
* Service: **virtual-machines**
* GitHub Login: @rloutlaw
* Microsoft Alias: **routlaw**
Contributor guide
Assessment
This issue has not been assessed yet.