-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AppConfig] Fix querying key-values by comma separated labels #15449
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
[AppConfig] Fix querying key-values by comma separated labels #15449
Conversation
shenmuxiaosen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
Can you help to modify the command exmaples for using null label. Like add double quotes. #Resolved |
|
In reply to: 705803422 [](ancestors = 705803422)
I thought about adding that, but my concern is that its very specific to bash environment. We don't explicitly provide examples for bash anywhere else, and I think bash users would already know that any \ character needs to be escaped or enclosed in quotes. |
32ce74b to
44d0442
Compare
|
Hi @bim-msft , this PR is ready for review. |
|
hi @bim-msft could you pls review the PR? thanks. |
|
Ready for merging? @avanigupta |
|
@bim-msft , it's ready to merge. Thanks! |
Description
Fix #15440
Testing Guide
This PR will address the failure to retrieve key-values when multiple labels are provided for filtering, and one of those labels is null label \0:
az appconfig kv list -n <storename> --label \0,mylabelHistory Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.