-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Azure Arc enabled serversAzure Arc enabled serversAzure Arc enabled serversService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Description
Description of the new feature
When using Get-AzVM it returns the tags as a property named "Tags"
When using Get-AZConnectedMacchine it returns the tags as a propery named "Tag".
This should be consistent between the two commands.
Tabbing shows the properties availabe
(get-azvm).T
Tags Type ToString
Again tabbing shows that AzConnectedMachine returns Tag instead of Tags
(get-azconnectedmachine).T
Tag Type ToJson
Proposed implementation details (optional)
Get-AzConnectedMachine
should return a property of "Tags" not "Tag"
Metadata
Metadata
Assignees
Labels
Azure Arc enabled serversAzure Arc enabled serversAzure Arc enabled serversService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team