azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

[FEATURE REQ] Azure.ResourceManager.ServiceBus : Manage minimum TLS version with SDK

Open BastienPerdriau opened this issue 2 years ago • 2 comments

Library name

Azure.ResourceManager.ServiceBus

Please describe the feature.

Hi,

When creating a service bus with the newer SDK, we have to fill a ServiceBusNamespaceData object. However, this class doesn't allow us to manage Properties for the namespace, including the minimum TLS version.

For reference with CLI, PowerShell module and ARM template : https://learn.microsoft.com/en-us/azure/service-bus-messaging/transport-layer-security-configure-minimum-version

BastienPerdriau avatar Jan 06 '23 07:01 BastienPerdriau

Thank you for your feedback. Tagging and routing to the team member best able to assist.

jsquire avatar Jan 06 '23 14:01 jsquire

Hi @BastienPerdriau, thanks for reaching out to us, currently the API version of Azure.ResourceManager.ServiceBus is 2021-11-01 and the setting of minimum TLS version was introduced from 2022-10-01-preview. I will upgrade the API version later.

Yao725 avatar Jan 10 '23 06:01 Yao725

Hi @BastienPerdriau, we have released a new beta version for Azure.ResourceManager.ServiceBus, now you could manage the TLS version in SDK, please have a try, thanks!

By the way, if you have any other feedback to our Azure SDK, feel free to let us know in this survey

Yao725 avatar Jan 12 '23 11:01 Yao725

Hi @Yao725 , it seems ok to me, I ran some tests with it.

Looking forward to have a stable version of this, it's better for us in our internal version management.

BastienPerdriau avatar Jan 12 '23 16:01 BastienPerdriau

Glad to know it works. And we will release a stable version once the latest API version becomes stable.

Yao725 avatar Jan 13 '23 02:01 Yao725