Skip to content

Commit 2f9c5d2

Browse files
example labels fixed
1 parent c746a03 commit 2f9c5d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/development-docs/generate-format.ps1xml-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ namespace Microsoft.Azure.Commands.Profile.Models
183183
[Ps1Xml(Label = "SubscriptionId", Target = ViewControl.Table)]
184184
public string Id { get; set; }
185185

186-
[Ps1Xml(Label = "SubscriptionName", Target = ViewControl.Table)]
186+
[Ps1Xml(Label = "Name", Target = ViewControl.Table)]
187187
public string Name { get; set; }
188188

189189
[Ps1Xml(Label = "State", Target = ViewControl.Table)]
@@ -298,7 +298,7 @@ public class PSAzureSubscription : IAzureSubscription
298298

299299
// code omitted for brevity
300300
301-
[Ps1Xml(Label = "SubscriptionName", Target = ViewControl.Table, Position = 0)]
301+
[Ps1Xml(Label = "Name", Target = ViewControl.Table, Position = 0)]
302302
public string Name { get; set; }
303303

304304
// code omitted for brevity
@@ -413,7 +413,7 @@ PS C:\> Import-Module E:\git\azure-powershell\artifacts\Debug\Az.Accounts\Az.Acc
413413
```Powershell
414414
PS C:\> Get-AzSubscription
415415

416-
SubscriptionId SubscriptionName State TenantId
416+
SubscriptionId Name State TenantId
417417
--------------- ----------------- ----- ---------
418418
c9cbd920-c00c-427c-852b-c329e824c3a8 Azure SDK Powershell Test Enabled 72f988bf-86f1-41af-91ab-7a64d1d63df5
419419
6b085460-5f21-477e-ba44-4cd9fbd030ef Azure SDK Infrastructure Enabled 72f988bf-86f1-41af-91ab-7a64d1d63df5

0 commit comments

Comments
 (0)