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

Fix default azure client provider setting #1877

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

oavdeev
Copy link
Collaborator

@oavdeev oavdeev commented Jun 5, 2024

Fixes a bug introduced in #1756

@oavdeev oavdeev requested a review from savingoyal June 5, 2024 14:11
@@ -26,6 +26,7 @@
DEFAULT_MONITOR = from_conf("DEFAULT_MONITOR", "nullSidecarMonitor")
DEFAULT_PACKAGE_SUFFIXES = from_conf("DEFAULT_PACKAGE_SUFFIXES", ".py,.R,.RDS")
DEFAULT_AWS_CLIENT_PROVIDER = from_conf("DEFAULT_AWS_CLIENT_PROVIDER", "boto3")
DEFAULT_AZURE_CLIENT_PROVIDER = from_conf("DEFAULT_AWS_CLIENT_PROVIDER", "azure-default")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be "DEFAULT_AZURE_CLIENT_PROVIDER"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It should!

@savingoyal savingoyal merged commit be16d70 into master Jun 5, 2024
26 checks passed
@savingoyal savingoyal deleted the fix-default-azure-client branch June 5, 2024 19:21
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.

None yet

3 participants