Skip to content

Commit

Permalink
Fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
olga-mirensky committed Jan 29, 2020
1 parent a56c19c commit d678270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/azure-cli/azure/cli/command_modules/acs/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,10 +968,6 @@
helps['openshift monitor enable'] = """
type: command
short-summary: Enable Log Analytics monitoring. Requires "--workspace-id".
parameters:
- name: --workspace-id
type: string
short-summary: The resource ID of an existing Log Analytics Workspace to use for storing monitoring data.
examples:
- name: Enable Log Analytics in a managed OpenShift cluster.
text: |-
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acs/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def load_arguments(self, _):
c.argument('workspace_id')

with self.argument_context('openshift monitor enable') as c:
c.argument('workspace-id', help='The resource ID of an existing Log Analytics Workspace to use for storing monitoring data.')
c.argument('workspace_id', help='The resource ID of an existing Log Analytics Workspace to use for storing monitoring data.')


def _get_default_install_location(exe_name):
Expand Down

0 comments on commit d678270

Please sign in to comment.