Skip to content

Commit e7971a3

Browse files
authored
Merge pull request #97545 from zr-msft/ds-improve-account-output
[Dev Spaces] Improve account output with table
2 parents 7fd45bf + b1c3afc commit e7971a3

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

articles/dev-spaces/get-started-java.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ az login
3737
You can view your subscriptions by running:
3838

3939
```cmd
40-
az account list
40+
az account list --output table
4141
```
42-
Locate the subscription which has `isDefault: true` in the JSON output.
42+
43+
Locate the subscription which has *True* for *IsDefault*.
4344
If this isn't the subscription you want to use, you can change the default subscription:
4445

4546
```cmd

articles/dev-spaces/get-started-netcore.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ az login
3434
You can view your subscriptions by running:
3535

3636
```cmd
37-
az account list
37+
az account list --output table
3838
```
39-
Locate the subscription which has `isDefault: true` in the JSON output.
39+
40+
Locate the subscription which has *True* for *IsDefault*.
4041
If this isn't the subscription you want to use, you can change the default subscription:
4142

4243
```cmd

articles/dev-spaces/get-started-nodejs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ az login
3434
You can view your subscriptions by running:
3535

3636
```cmd
37-
az account list
37+
az account list --output table
3838
```
39-
Locate the subscription which has `isDefault: true` in the JSON output.
39+
40+
Locate the subscription which has *True* for *IsDefault*.
4041
If this isn't the subscription you want to use, you can change the default subscription:
4142

4243
```cmd

0 commit comments

Comments
 (0)