-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{AppConfig} az appconfig: Update azure appconfiguration sdk to version 1.7.0
#29749
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
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @albertofori, |
️✔️AzureCLI-BreakingChangeTest
|
|
AppConfig |
|
@albertofori Please resolve these conflicts~ |
| parse_key_vault_id(source_id=secret_identifier) | ||
| kv = KeyValue(key=key, | ||
| value=json.dumps({"uri": secret_identifier}, ensure_ascii=False, separators=(',', ':')), | ||
| value=json.dumps({"uri": secret_identifier}, ensure_ascii=False), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask if these separators changes will lead to a breaking change for customer automation scripts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should not affect user automation scripts. The initial separators were added to remove whitespaces after the "," and ":" in a JSON serialized string. This removal of whitespace is not needed anymore and will not break any customer scenarios since the contents of the strings will still remain, and be used or written as parsed JSON values.
|
Please note that we are launching the release for this sprint this week. Please resolve all comments and CI issues by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 11-05) |
Related command
az appconfigDescription
This change update the azure-appconfiguration package to the latest stable version.
Testing Guide
History Notes
{AppConfig}
az appconfig: Update azure appconfiguration sdk to version 1.7.0This checklist is used to make sure that common guidelines for a pull request are followed.
[ x ] The PR title and description has followed the guideline in Submitting Pull Requests.
[ x ] I adhere to the Command Guidelines.
[ x ] I adhere to the Error Handling Guidelines.