Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.65k stars 5.09k forks source link

[BUG] Loadbalancer API spec does not show NumberOfProbes is deprecated and will be removed in 2027 #30875

Open Klaas- opened 3 weeks ago

Klaas- commented 3 weeks ago

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/655f4c80528b2aa2d5e52767e9a1bf7dd2a0655a/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/loadBalancer.json

API Spec version

2024-03-01

Describe the bug

I got a notification from azure health: "We’ll be ending support for the Azure Load Balancer property NumberOfProbes on 1 September 2027. To avoid service disruption, upgrade your apps and start using the Azure Load Balancer property ProbeThreshold before that date. "

This is not reflected in the API spec (not shown as deprecated, will be removed in future)

Expected behavior

Rest API spec should show the deprecation

Actual behavior

Rest API spec does not show the deprecation

Reproduction Steps

Look at spec, see deprecation is not mentioned there

Environment

No response

v-jiaodi commented 3 weeks ago

@EugenioPena Please help take a look, thanks.

Klaas- commented 1 week ago

Hi, any update here?