Silly98 commited on
Commit
291dfa8
·
verified ·
1 Parent(s): 5f859e7

Update chatgpt

Browse files
Files changed (1) hide show
  1. chatgpt +1 -9
chatgpt CHANGED
@@ -1,9 +1 @@
1
- The default web browser has been opened at https://login.microsoftonline.com/common/oauth2/authorize. Please continue the login in the web browser. If no web browser is available or if the web browser fails to open, use device code flow with `az login --use-device-code`.
2
- You have logged in. Now let us find all the subscriptions to which you have access...
3
- The following tenants don't contain accessible subscriptions. Use 'az login --allow-no-subscriptions' to have tenant level access.
4
- 60fb829d-e75d-456a-9fbc-279c82971bc4 'SrinSoft Technologies Pvt Ltd.'
5
- No subscriptions found.
6
-
7
- az vm list-skus -l eastus --all \
8
- --query "[?capabilities[?name=='GPUs']].{name:name, tier:tier, size:size, family:family, gpu:capabilities[?name=='GPUs']|[0].value, vcpu:capabilities[?name=='vCPUs']|[0].value, memGB:capabilities[?name=='MemoryGB']|[0].value}" \
9
- -o table
 
1
+ az vm list-skus -l eastus --all --query "[?starts_with(name,'Standard_NC') || starts_with(name,'Standard_ND')].{name:name, gpu:capabilities[?name=='GPUs']|[0].value, vcpu:capabilities[?name=='vCPUs']|[0].value, memGB:capabilities[?name=='MemoryGB']|[0].value}" -o table