You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appconfig/_help.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@
153
153
type: command
154
154
short-summary: Export configurations to another place from your App Configuration store.
155
155
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.
157
157
text: az appconfig kv export -n MyAppConfiguration --label test -d file --path D:/abc.json --format json
158
158
- name: Export all keys with null label to an App Service application.
0 commit comments