Add disclaimer that flatteing is not recommended anymore (#4908)

This commit is contained in:
Laurent Mazuel 2024-05-28 14:26:04 -07:00 коммит произвёл GitHub
Родитель 961b09d5a2
Коммит 4ddb583d72
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -467,6 +467,8 @@ Swagger 2.0 specification requires that when used, the value of `discriminator`
## x-ms-client-flatten
Note: This extension is not recommended anymore, and will be refused in Swagger reviews going forward. This is kept for legacy only for SDK that have done a stable SDK release.
This extension allows to flatten deeply nested payloads into a more user friendly object. For example a payload that looks like this on the wire:
```json5