Skip to content

Commit 7f49556

Browse files
committed
chore(cli): improve tag description
There was some confusion whether a tag attaches to a single resource or attaches to the resourcegroup and therefore every resource underneath it. Co-authored-by: Caden Marchese <cmarches@redhat.com> Ref: https://redhat.atlassian.net/browse/ARO-27517
1 parent 57f12dc commit 7f49556

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/az/aro/azext_aro/_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def load_arguments(self, _):
4545
name_type,
4646
help='Name of cluster.')
4747
c.argument('tags',
48-
tags_type)
48+
tags_type,
49+
help='Tags to be assigned to the openShiftCluster resource. ' + tags_type.settings.get('help', ''))
4950

5051
c.argument('pull_secret',
5152
help='Pull secret of cluster.',

0 commit comments

Comments
 (0)