Skip to content

Commit 7066959

Browse files
Update azure/Guidelines.md
1 parent 62ee6d9 commit 7066959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/Guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ The purpose is to inform customers (when debugging/logging responses) that they
757757

758758
:white_check_mark: **DO** add the 'azure-deprecating' header with a string value to all service operations in your service's contract file (cadl/swagger).
759759

760-
:white_check_mark: **DO** include this header in the operation's response _only if_ the operation will stop working in the future and the client _must take_ action in order for it to keep working. NOTE: We do not want to scare customers with this header.
760+
:white_check_mark: **DO** include this header in the operation's response _only if_ the operation will stop working in the future and the client _must take_ action in order for it to keep working.
761+
> NOTE: We do not want to scare customers with this header.
761762
762763
:white_check_mark: **DO** make the header's value a semicolon-delimited string indicating a set of deprecations where each one indicates what is deprecating, when it is deprecating, and a URL to more information.
763764

0 commit comments

Comments
 (0)