Skip to content

[app-configuration] Renaming keys => keyFilter, label => labelFilter#6417

Merged
richardpark-msft merged 2 commits intoAzure:masterfrom
richardpark-msft:richardpark-ac-ga
Dec 6, 2019
Merged

[app-configuration] Renaming keys => keyFilter, label => labelFilter#6417
richardpark-msft merged 2 commits intoAzure:masterfrom
richardpark-msft:richardpark-ac-ga

Conversation

@richardpark-msft
Copy link
Member

As part of a .net API review we discovered some inconsistent behavior
with how we handle filters, especially with regards to proper escaping.

This PR renames those fields and also makes them strings rather than
arrays while also documenting the format allowed for the underlying
string.

(also, fixing an odd issue where nock was failing. Adding the
dependency and removing a method that didn't need to be called)

Fixes #6384

As part of a .net API review we discovered some inconsistent behavior
with how we handle filters, especially with regards to proper escaping.

This PR renames those fields and also makes them strings rather than
arrays while also documenting the format allowed for the underlying
string.

(also, fixing an odd issue where `nock` was failing. Adding the
dependency and removing a method that didn't need to be called)
Copy link
Member

@bterlson bterlson left a comment

Choose a reason for hiding this comment

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

Happy with the renames. Also really like the string format documentation, nice work!

@richardpark-msft richardpark-msft merged commit 9b80900 into Azure:master Dec 6, 2019
@richardpark-msft richardpark-msft deleted the richardpark-ac-ga branch December 11, 2019 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AppConfiguration] listConfigurationSettings() and listRevisions() don't handle reserved characters

4 participants