docs: change account to subscription

This commit is contained in:
Sven Aelterman 2023-02-04 13:36:30 -06:00 committed by GitHub
parent 38c6f52ab4
commit ca21d6d50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,12 +47,12 @@ initializing Oh My Posh.
| Name | Type | Description |
| ------------------ | --------- | -------------------------------------------------------------- |
| `.EnvironmentName` | `string` | account environment name |
| `.EnvironmentName` | `string` | Azure environment name |
| `.HomeTenantID` | `string` | home tenant id |
| `.ID` | `string` | account/subscription id |
| `.IsDefault` | `boolean` | is the default account or not |
| `.Name` | `string` | account name |
| `.State` | `string` | account state |
| `.ID` | `string` | subscription id |
| `.IsDefault` | `boolean` | is the default subscription or not |
| `.Name` | `string` | subscription name |
| `.State` | `string` | subscription state |
| `.TenantID` | `string` | tenant id |
| `.User.Name` | `string` | user name |
| `.User.Type` | `string` | user type |