azure-sdk-for-go
azure-sdk-for-go copied to clipboard
Support diacritical marks for resource group names
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
- Specify the exact commit:
- 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