-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
{Container App} az containerapp create --bind "my-app" throws error when service has dashes in the name "-" #6566
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
Hi @navba-MSFT, |
Hi @navba-MSFT, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
@Greedygre @yash-nisar @duglin This is a new PR to address the confusion with the binding name parameter having "-" (dash) in its name. Could you please review this once you get a chance ? cc: @charris-msft |
Hi @zhoxing-ms |
fixes #6524
Container Apps lets me create a container with dashes ("-") in the name, but then I can't reference that container in the --bind parameter.
The error message should be fixed and made more clear to avoid the confusion.
Detailed Error that should be added here is:
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.