Skip to content

Conversation

@davidjumani
Copy link
Contributor

Description

Updating the account parameter description to let the user know that a new account will be created rather than the user being added to an existing account

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Copy link
Member

@GabrielBrascher GabrielBrascher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on this API description enhancement

@Parameter(name = ApiConstants.ACCOUNT,
type = CommandType.STRING,
description = "Creates the user under the specified account. If no account is specified, the username will be used as the account name.")
description = "Name of the account to be created. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Name of the account to be created. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")
description = "Name of the account to be created. This account may not exist. The user will be added to this newly created account. If no account is specified, the username will be used as the account name.")

@rohityadavcloud
Copy link
Member

This is just doc changes, Travis tests LGTM; merging based on this.

@rohityadavcloud rohityadavcloud merged commit cde7fbf into apache:master Oct 7, 2020
@rohityadavcloud rohityadavcloud added this to the 4.15.0.0 milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants