Partner-Center-PowerShell icon indicating copy to clipboard operation
Partner-Center-PowerShell copied to clipboard

Typo in error message regarding city required

Open mprentice22153 opened this issue 3 years ago • 1 comments

Steps to reproduce

New-PartnerCustomer -Domain 'mytenantabc123.onmicrosoft.com' -Name 'My Tenant ABC123' -Language 'en' -BillingAddressLine1 '123 Main Street' -BillingAddressCountry 'US'

What steps can reproduce the defect? Please share the setup, commandline for vstest.console, sample project, target framework etc.

Expected behavior

New-PartnerCustomer : City is a required field. Please update the input and try again.

Share the expected output

Actual behavior

New-PartnerCustomer : City is a required feild. Please update the input and try again.

Notice the typo in the word "field"

What is the behavior observed?

Please share additional details about your environment. Version 3.0.10

mprentice22153 avatar Aug 09 '21 20:08 mprentice22153

If you expand the test to include the billingaddresscity and also the billingaddresspostalcode, you then get this error when you don't have the -BillingAddressState parameter New-PartnerCustomer : State is a required feild. Please update the input and try again.

Again, "field" is misspelled.

mprentice22153 avatar Aug 09 '21 20:08 mprentice22153