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

feat: Change visibility of AccountName and AccountKey to public, move to AzuriteBuilder #1258

Conversation

mikecole
Copy link
Contributor

@mikecole mikecole commented Sep 9, 2024

What does this PR do?

The visiblity of AccountName and AccountKey are private in AzuriteContainer. This makes it difficult to construct a custom connection string if your AzuriteContainer is on a network.

Why is it important?

This helps the consumer to construct a connection string.

Related issues

How to test this PR

As this widened the visibility of two variables, risk is low. The solution compiled and all tests ran.

Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit e6320db
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/66df6700600fad0008ebd942
😎 Deploy Preview https://deploy-preview-1258--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Sep 10, 2024
@HofmeisterAn HofmeisterAn changed the title Adjusted variable visiblity in AzuriteContainer feat: Change visibility of AccountName and AccountKey to public, move to AzuriteBuilder Sep 10, 2024
Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

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

Thanks 🙌

@HofmeisterAn HofmeisterAn merged commit 4c3a5fe into testcontainers:develop Sep 10, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: In AzuriteContainer, is there a reason AccountName and AccountKey are not public?
2 participants