Rakshith Bhyravabhotla
Rakshith Bhyravabhotla
* add aad support * update * update # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If...
We are targeting Azure Search SDK GA next month. Here is the scope for upcoming GA: Public surface area of last GA version AAD support including multi cloud support Any...
Currently, we use `websocket-client` library which does not have a pure async implementation `websockets` has one, but it does not support http proxy https://github.com/aaugustin/websockets/issues/364 When possible use a pure async...
Add a warning message (not an actual warning)
https://apiview.dev/Assemblies/Review/ef46bf352f2148c9b3958c3f0b283e0e?diffRevisionId=612ca526379f4faca8e50fa2078edd17&doc=False&diffOnly=False&revisionId=82b6e1dcef54446f98940cdca9db1cd4
Azure core introduced a NULL sentinel value `azure.core.serialization.NULL` for representing explicit null data, Must honor: `azure.core.serialization.NULL` means `null` on the wire, but azure.core.NULL in the deserialized object. None means nothing...