Skip to content

Conversation

@avanigupta
Copy link
Member

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,mylabel

History Notes


This checklist is used to make sure that common guidelines for a pull request are followed.

@avanigupta avanigupta requested a review from bim-msft as a code owner October 8, 2020 19:26
Copy link
Contributor

@shenmuxiaosen shenmuxiaosen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@shenmuxiaosen
Copy link
Contributor

shenmuxiaosen commented Oct 8, 2020

Can you help to modify the command exmaples for using null label. Like add double quotes. #Resolved

@avanigupta
Copy link
Member Author

avanigupta commented Oct 8, 2020


In reply to: 705803422 [](ancestors = 705803422)

Can you help to modify the command exmaples for using null label. Like add double quotes.

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.

@avanigupta avanigupta force-pushed the avanigupta/querymultiplelabels branch from 32ce74b to 44d0442 Compare October 9, 2020 17:47
@avanigupta
Copy link
Member Author

Hi @bim-msft , this PR is ready for review.

@yungezz
Copy link
Member

yungezz commented Oct 19, 2020

hi @bim-msft could you pls review the PR? thanks.

@bim-msft
Copy link
Contributor

Ready for merging? @avanigupta

@avanigupta
Copy link
Member Author

@bim-msft , it's ready to merge. Thanks!

@bim-msft bim-msft merged commit d528de3 into Azure:dev Oct 19, 2020
@avanigupta avanigupta deleted the avanigupta/querymultiplelabels branch October 19, 2020 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App Configuration: Key/values without labels are not returned when using the label parameter

4 participants