Skip to content
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

[App Service]: BREAKING CHANGE: Redact connection string values and log warning #16

Conversation

amberwang113
Copy link

@amberwang113 amberwang113 commented Oct 18, 2023

Related command
az webapp config connection-string set/delete

Description
Necessary to protect potential passwords in webapp connection strings. Redacted outputs of set/delete for the command by setting value for each added connection string to null. Added warning to indicate that behavior has changed and that users should use config connection-string list to view values of the connection strings.

Testing Guide

  1. Create webapp (az create webapp)
  2. Add a connection string (az webapp config connection-string set)
    azdev test test-webapp-config
    azdev test test-webapp-slot

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change
[Component Name 2] az command b: Add some customer-facing feature


This checklist is used to make sure that common guidelines for a pull request are followed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant