Skip to content

EnhReq: Need ability to retrieve history of changes for Azure App Config keys #27777

@andrejusc

Description

@andrejusc

Related command

As of today - I could retrieve some configured entry and fields of names and last_modified in form like this:

az appconfig feature show -n <name> --key .appconfig.featureflag/<flag> --fields name last_modified

but I cannot find a way to retrieve history of changes, which I could see in Azure UI.

Is your feature request related to a problem? Please describe.

It's a problem of expected OOTB AZ CLI capabilities here.

Describe the solution you'd like

Not sure if --history option is used in some other AZ CLI commands. But potentially would like to be able to do like this:

az appconfig feature show -n <name> --key .appconfig.featureflag/<flag> --fields name last_modified state --history

Describe alternatives you've considered

The only known alternative so far is Azure Portal UI, which is inconvenient for better automation.

Additional context

N/A

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions