azure-sdk-for-go icon indicating copy to clipboard operation
azure-sdk-for-go copied to clipboard

Support diacritical marks for resource group names

Open dany74q opened this issue 11 months ago • 6 comments

Bug Report

  • import path of package in question: github.com/Azure/azure-sdk-for-go/profiles/latest/web/mgmt/web
  • SDK version: v68.0.0
    • Specify the exact commit: 2187aca40bbf6931ffac666977e5d29128d82585
  • output of go version: go version go1.21.3 darwin/arm64
  • What happened?
web.AppsClient#Get: Invalid input: autorest/validation: 
validation failed: 
parameter=resourceGroupName constraint=Pattern value="testötest" details: 
value doesn't match pattern ^[-\w\._\(\)]+[^\.]$
  • What did you expect or want to happen? Support diactrical marks, as it's supported, at least in the swedish regions (a-la swedencentral)
  • How can we reproduce it? Create a resource group with diactrical marks from the portal, try to retrieve it with the sdk.
  • Anything we should know about your environment. N/A

dany74q avatar Mar 06 '24 14:03 dany74q