-
Notifications
You must be signed in to change notification settings - Fork 644
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
Migrate AccountDeleter job to MSI storage account access #10165
Conversation
This reverts commit 0976432.
@@ -1,4 +1,4 @@ | |||
// Copyright (c) .NET Foundation. All rights reserved. | |||
// Copyright (c) .NET Foundation. All rights reserved. |
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.
Looks there's no actual change in this file. Should we revert the changes?
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 is a BOM removal, following the editorconfig. I think this change is fine.
Addresses: https://github.com/NuGet/Engineering/issues/5586
(Not seeing any reason for the
AccountDeleteConfiguration
delta here in the GitHub view of the diff). Due to complications in the base class DI implementation (see https://github.com/NuGet/Engineering/issues/5606), I've opted for the simple approach of implementing MSI auth via theUsingMsi
method.