You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#1687. As long as we use `Value` from core, should
`serde_json::Value` ever make a breaking change to `Value` we can
effectively vendor just that while continuing to pick up changes to the
de/serializers.
Copy file name to clipboardExpand all lines: sdk/core/azure_core/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
- Added `Response::to_raw_response()` function to create a `RawResponse` from cloned data.
9
9
- Added `UrlExt::append_path()`.
10
10
- Implemented `IntoFuture` for a `Poller`. Call `await` on a Poller to get the final model, or `into_stream()` to get a `futures::Stream` to poll the operation manually.
11
+
- Re-exported `serde_json::Value` as `azure_core::Value` ([#1687](https://github.com/Azure/azure-sdk-for-rust/issues/1687))
0 commit comments