Skip to content

fix(acs): capitalize and punctuate 'no argument specified' reconcile prompt #34085

Description

Description

The prompt shown when az aks update is called with no arguments has two formatting issues:

Current:

no argument specified to update would you like to reconcile to current settings? (y/N):

Expected:

No argument specified to update. Would you like to reconcile to current settings? (y/N):

Issues:

  1. Sentence does not start with a capital letter (noNo)
  2. Missing period after update to separate the two sentences
  3. would should be capitalized to Would (starts a new sentence)

Location

src/azure-cli/azure/cli/command_modules/acs/managed_cluster_decorator.py, line 8384

reconcilePrompt = 'no argument specified to update would you like to reconcile to current settings?'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ACSaz acs/aks/openshiftAKSaz aks/acs/openshiftAuto-AssignAuto assign by botService AttentionThis issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions