When the
[API Versioning
](#API-Versioning) guidance above cannot be followed and the
[Azure Breaking Change Reviewers
](mailto:[email protected]) approve a breaking change to the operation/service, the operation/service that is being deprecated must add the
`azure-deprecating` response header with a semicolon-delimited string notifying the caller what is being deprecated, when it will no longer function, and a URL linking to more information. The purpose is to inform customers (when debugging/logging responses) that they must take action to modify their call to the service's operation or their call will soon stop working entirely. It is not expected that client code will examine/parse this header's value in any way; it is purely informational to a human being.
0 commit comments