diff --git a/src/azure-cli/azure/cli/command_modules/aro/_params.py b/src/azure-cli/azure/cli/command_modules/aro/_params.py index cbad49bdf57..d4e4aefdac9 100644 --- a/src/azure-cli/azure/cli/command_modules/aro/_params.py +++ b/src/azure-cli/azure/cli/command_modules/aro/_params.py @@ -47,7 +47,9 @@ def load_arguments(self, _): name_type, help='Name of cluster.') c.argument('tags', - tags_type) + tags_type, + help='Tags to be assigned to the openShiftCluster resource. ' + tags_type.settings.get('help', '')) + c.argument('pull_secret', help='Pull secret of cluster.',