Skip to content

Commit 7828a7e

Browse files
authored
Merge pull request #7922 from DexterPOSH/patch-1
Update example in New-AzureRmTag.md
2 parents 7e02bcd + 3bfcbcb commit 7828a7e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/ResourceManager/Tags/Commands.Tags/help/New-AzureRmTag.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,10 @@ When you apply the Department tag to a resource, you apply only one predefined v
4040
### Example 1: Create a predefined tag
4141
```
4242
PS C:\>New-AzureRmTag -Name "FY2015"
43-
Name: FY2015
44-
Count: 0
45-
Values:
46-
47-
Name Count
48-
========= =====
49-
50-
Finance 0
43+
44+
Name ValuesTable Count Values
45+
---- ----------- ----- ------
46+
FY2015 0 {}
5147
```
5248

5349
This command creates a predefined tag named FY2015.

0 commit comments

Comments
 (0)