Skip to content

Fetching Keys from Azure App Config using metadata.label not returning appropriate response. #570

@dbauswel

Description

@dbauswel

Fetching Keys from Azure App Configuration using metadata.label field does not work. Currently receiving a 404 response.
code snippet attached.

const config = await client.configuration.get(
            'azureappconfig',
            [key1],
            {
                metadata: {
                    label: yourEnv
                }
            }
        )

Note that making a direct call works.
/v1.0/configuration/azureappconfig?key=key1&metadata.label=yourEnv

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions