Skip to content

Commit 54ff034

Browse files
[App Config] az appconfig export: Update export help message for environment variable (#30747)
1 parent 2f02ad0 commit 54ff034

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appconfig

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appconfig/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
type: command
154154
short-summary: Export configurations to another place from your App Configuration store.
155155
examples:
156-
- name: Export all keys and feature flags with label test to a json file. To use the microsoft feature management schema when exporting feature flags to a file, set the environment variable AZURE_APPCONFIG_COMPATIBILITY_MODE to False.
156+
- name: Export all keys and feature flags with label test to a json file. To use the Microsoft Feature Management schema when exporting feature flags to a file, set the environment variable AZURE_APPCONFIG_FM_COMPATIBLE to False.
157157
text: az appconfig kv export -n MyAppConfiguration --label test -d file --path D:/abc.json --format json
158158
- name: Export all keys with null label to an App Service application.
159159
text: az appconfig kv export -n MyAppConfiguration -d appservice --appservice-account MyAppService

0 commit comments

Comments
 (0)