Update chatgpt
Browse files
chatgpt
CHANGED
|
@@ -2,4 +2,8 @@ The default web browser has been opened at https://login.microsoftonline.com/com
|
|
| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|