Christine Wanjau

Results 9 comments of Christine Wanjau

This should be fixed in the latest cli versions.

Hello @sajal-mukherjee-git just wanted to confirm which cli version are you using?

Thanks just verified it, I can also see the issue on my end. Could you try doing this instead: `az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel...

@sajal-mukherjee-git thanks for verifying it works. We will update our help text reflect this. > I tried without the --index 2 This is just the zero-based index of the filter...

This known parsing issue with powershell - https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md You can either use [the stop parsing symbol](https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md#workaround-the-stop-parsing-symbol) or wrap it in single quotes as a workaround. `az --% appconfig feature filter...

@hereicq I wanted to confirm about the feature request dry-run. Are you suggesting that when running the import command with the dry-run option, the CLI shows you the preview. It...

@hereicq Thank you for your feedback and taking time to share this request with us. We will be working on adding this feature to our cli, and we’ll keep you...

@hereicq dry-run support has been added in the cli v2.75.0. You can just use the --dry-run feature this way: `az appconfig kv import -n MyAppConfiguration -s file --path D:/abc.json --format...