Skip to content

Commit 422bacf

Browse files
Update azure/Guidelines.md
Co-authored-by: Tom Kerkhove <[email protected]>
1 parent 42e4a13 commit 422bacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ When the [API Versioning](#API-Versioning) guidance above cannot be followed and
763763
azure-deprecating: api-version=2009-27-07 will stop working on 2022-12-01 (https://azure.microsoft.com/en-us/updates/video-analyzer-retirement);TLS 1.0 & 1.1 will stop working on 2020-10-30 (https://azure.microsoft.com/en-us/updates/azure-active-directory-registration-service-is-ending-support-for-tls-10-and-11/)
764764
```
765765

766+
:no_entry: **DO NOT** introduce this header without this pattern without approval from [Azure Breaking Change Reviewers](mailto:[email protected]) and an official deprecation notice on [Azure Updates](https://azure.microsoft.com/updates/).
766767
### Repeatability of requests
767768

768769
The ability to retry failed requests for which a client never received a response greatly simplifies the ability to write resilient distributed applications. While HTTP designates some methods as safe and/or idempotent (and thus retryable), being able to retry other operations such as create-using-POST-to-collection is desirable.

0 commit comments

Comments
 (0)