@@ -183,7 +183,7 @@ namespace Microsoft.Azure.Commands.Profile.Models
183
183
[Ps1Xml (Label = " SubscriptionId" , Target = ViewControl .Table )]
184
184
public string Id { get ; set ; }
185
185
186
- [Ps1Xml (Label = " SubscriptionName " , Target = ViewControl .Table )]
186
+ [Ps1Xml (Label = " Name " , Target = ViewControl .Table )]
187
187
public string Name { get ; set ; }
188
188
189
189
[Ps1Xml (Label = " State" , Target = ViewControl .Table )]
@@ -298,7 +298,7 @@ public class PSAzureSubscription : IAzureSubscription
298
298
299
299
// code omitted for brevity
300
300
301
- [Ps1Xml (Label = " SubscriptionName " , Target = ViewControl .Table , Position = 0 )]
301
+ [Ps1Xml (Label = " Name " , Target = ViewControl .Table , Position = 0 )]
302
302
public string Name { get ; set ; }
303
303
304
304
// code omitted for brevity
@@ -413,7 +413,7 @@ PS C:\> Import-Module E:\git\azure-powershell\artifacts\Debug\Az.Accounts\Az.Acc
413
413
```Powershell
414
414
PS C:\> Get-AzSubscription
415
415
416
- SubscriptionId SubscriptionName State TenantId
416
+ SubscriptionId Name State TenantId
417
417
--------------- ----------------- ----- ---------
418
418
c9cbd920-c00c-427c-852b-c329e824c3a8 Azure SDK Powershell Test Enabled 72f988bf-86f1-41af-91ab-7a64d1d63df5
419
419
6b085460-5f21-477e-ba44-4cd9fbd030ef Azure SDK Infrastructure Enabled 72f988bf-86f1-41af-91ab-7a64d1d63df5
0 commit comments