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

Additional config changes to support AccountDeleter migration #10180

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

drewgillies
Copy link
Contributor

@drewgillies drewgillies commented Sep 11, 2024

Addresses: https://github.com/NuGet/Engineering/issues/5586 alongside #10165.

This completes the migration for AccountDeleter--there was a null ref issue with configs in AccountDeleter's Job's base classes ValidationJobBase (which configures validation storage access) and JsonConfigurationJob (which configures feature flag storage access). Neither storage accounts are used by AccountDeleter and recent changes to CloudBlobClientWrapper had removed a tolerance for nulls in the connection strings. An experimental change to CloudBlobWrapperClient sought to address this but wasn't successful, but left a BOM removal in code which is an acceptable push. FYI @agr.

The app.config change is necessary for a break introduced in our deployment pipeline. I will discuss it in the context of an internal PR on this.

@drewgillies drewgillies requested a review from a team as a code owner September 11, 2024 09:06
@@ -1,4 +1,4 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files seem unnecessary but are harmless (probably editorconfig fixups).

@drewgillies drewgillies merged commit 37f3a71 into dev-feature-sdkmigration Sep 11, 2024
2 checks passed
@drewgillies drewgillies deleted the dg-storageconfigs branch September 11, 2024 20:27
ryuyu pushed a commit that referenced this pull request Sep 20, 2024
Add bindingredirect for dependencyinjection.dll
ryuyu added a commit that referenced this pull request Sep 20, 2024
#10189)

Add bindingredirect for dependencyinjection.dll

Co-authored-by: Drew Gillies <drewgil@microsoft.com>
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.

3 participants