-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No logs with App Configuration export when 'yes' flag is setted #712
Comments
@avanigupta what's the convention in CLI about whether warning messages should be showed when |
Warning messages are always shown by default in CLI, unless turned off by specifying |
So sounds like we should show the warning message even with |
We don't show it today, but yes, we can surely add it. |
Sounds good. Let's add it then as it doesn't sound intentional to be hidden with |
Very good. Thanks. |
This issue also seems to affect other It looks like it applies to all commands but just wanted to confirm. EDIT: I now see in the description of the fix it says it is for the |
Hello @brental As can be seen in the description, this fix updates the appconfig kv |
Okay, thanks for getting back to me @albertofori . And thanks for the fix as well, it will be useful to have that logging on import. |
The Fix has been merged. |
Hello,
When we export App Configuration to App Service without the 'yes' flag as this :
az appconfig kv export ...
we can get this information message :
But if we use the flag '--yes' as this :
az appconfig kv export ... --yes
we don't see the information message, which is very useful.
Could you show the same logs when '--yes' flag is setted or not ?
Thanks.
The text was updated successfully, but these errors were encountered: