Skip to content

feat(azure): add Azure Service Bus Emulator module - #793

Open
Poogles wants to merge 1 commit into
testcontainers:mainfrom
Poogles:main
Open

feat(azure): add Azure Service Bus Emulator module#793
Poogles wants to merge 1 commit into
testcontainers:mainfrom
Poogles:main

Conversation

@Poogles

Copy link
Copy Markdown

Resolves#792.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Honestly I'm not too convinced on this, I think maybe using dataclasses.dataclass might be better? They offer a JSON schema schema here that could be used as a source.

Open to thoughts.


class ServiceBusContainer(DockerContainer):
"""
CockroachDB database container.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Notice Typo

@Tranquility2Tranquility2 changed the title feat(modules): add Azure Service Bus Emulator modulefeat(azure): add Azure Service Bus Emulator moduleApr 3, 2026
@Tranquility2Tranquility2 added ✨ package: new 🛠️ needs more work Need to invest more time, can be a rebase or code updates labels Apr 3, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ needs more workNeed to invest more time, can be a rebase or code updates✨ package: new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Container: Azure Service Bus Emulator

2 participants

@Poogles@Tranquility2