From 3bfcbcb0a8a9a2faf2c2aee2eb631ad196aa9721 Mon Sep 17 00:00:00 2001 From: Deepak Singh Dhami Date: Tue, 27 Nov 2018 22:18:09 +0530 Subject: [PATCH] Update New-AzureRmTag.md Fixes the example for New-AzureRmTag, values field was wrongly populated with the value. --- .../Tags/Commands.Tags/help/New-AzureRmTag.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/ResourceManager/Tags/Commands.Tags/help/New-AzureRmTag.md b/src/ResourceManager/Tags/Commands.Tags/help/New-AzureRmTag.md index a41e1875b503..c583a85c4c28 100644 --- a/src/ResourceManager/Tags/Commands.Tags/help/New-AzureRmTag.md +++ b/src/ResourceManager/Tags/Commands.Tags/help/New-AzureRmTag.md @@ -40,14 +40,10 @@ When you apply the Department tag to a resource, you apply only one predefined v ### Example 1: Create a predefined tag ``` PS C:\>New-AzureRmTag -Name "FY2015" -Name: FY2015 -Count: 0 -Values: - - Name Count - ========= ===== - - Finance 0 + +Name ValuesTable Count Values +---- ----------- ----- ------ +FY2015 0 {} ``` This command creates a predefined tag named FY2015.