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

[rush-azure-storage-plugin] Remove rush-sdk dependency from AzureStorageAuthentication #3971

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

dmichon-msft
Copy link
Contributor

@dmichon-msft dmichon-msft commented Feb 9, 2023

Summary

Removes the runtime dependency on @rushstack/rush-sdk from the AzureStorageAuthentication class so that it can be loaded in isolation.

Details

Moved the credentialUpdateCommandForLogging field to be a constructor parameter instead of an abstract field, and stopped providing a default value in AzureStorageAuthentication, so that it no longer imports @rushstack/rush-sdk.

How it was tested

Local build + unit test.

Impacted documentation

None.

Removes the runtime dependency on @rushstack/rush-sdk from the AzureStorageAuthentication class
@dmichon-msft dmichon-msft merged commit 31c7e52 into microsoft:main Feb 9, 2023
@dmichon-msft dmichon-msft deleted the azure-auth-remove-sdk branch February 9, 2023 23:39
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.

2 participants