Module
Azure
Problem
In this PR: #11085, it added org.testcontainers.mssqlserver.MSSQLServerContainer, and deprecated org.testcontainers.containers.MSSQLServerContainer.java. But in ServiceBusEmulatorContainer, still only support the deprecated class, not support the new class.
Solution
Support new MSSQLServerContainer in ServiceBusEmulatorContainer
Benefit
After supporting new MSSQLServerContainer in ServiceBusEmulatorContainer, we won't need to use deprecated class in ServiceBusEmulatorContainer anymore.
Alternatives
Still use the deprecated class.
Would you like to help contributing this feature?
Yes