Skip to content
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

Clarify AzureCLICredential invalid Subscription error #23976

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chlowell
Copy link
Member

The set of characters we allow for a subscription name is drawn from general Azure guidelines because subscription name requirements aren't well documented. We disallow some characters that are valid in a subscription name, such as (). Rather than allow valid characters that may be unsafe to interpolate into a command line, this PR clarifies the error message and recommends customers work around a validation error by using the subscription's ID (a UUID) instead of its name.

@chlowell chlowell self-assigned this Jan 17, 2025
@chlowell chlowell marked this pull request as ready for review January 17, 2025 19:43
@chlowell chlowell requested review from jhendrixMSFT, RickWinter and a team as code owners January 17, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants