-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add-AzApiManagementUserToGroup does not accept GroupdID with whitespace #9351
Comments
@solankisamir Looks like the validation pattern should be less restrictive, and the cmdlet should be able to url encode legal vales before sending the request (the .Net SDK generally does this automatically for path parameters). |
@markcowl I will discuss with the team and see if we should lift the limitation. The validation for not having spaces in GroupId was put in 06/2015. |
Workaround for the customer
Name : kjoshiarmTemplateUser3 |
Hello, @solankisamir is there an ETA for this item? |
Resolved with the release of a new cmdlet version |
Description
I have a GroupID with a whitespace on the name. I have been using this same GroupID but this cmdlet does not allow GroupID with whitespace. On my API Management instance I am not able to change the GroupID, as this is not modifiable.
GroupID name: API Providers
Steps to reproduce
Environment data
Module versions
Get-Module.txt
Debug output
Error output
The text was updated successfully, but these errors were encountered: