Skip to content

Commit 06ff313

Browse files
Bump core dependency (Azure#35463)
* Bump core dependency * Update sdk/core/Azure.Core.Experimental/CHANGELOG.md Co-authored-by: Anne Thompson <[email protected]> * Update sdk/core/Azure.Core.Experimental/CHANGELOG.md Co-authored-by: Anne Thompson <[email protected]> * Update sdk/core/Azure.Core.Experimental/CHANGELOG.md Co-authored-by: Anne Thompson <[email protected]> --------- Co-authored-by: Anne Thompson <[email protected]>
1 parent a49440e commit 06ff313

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- Azure SDK packages -->
8484
<PackageReference Update="Azure.Communication.Identity" Version="1.2.0" />
8585
<PackageReference Update="Azure.Communication.Common" Version="1.2.1" />
86-
<PackageReference Update="Azure.Core" Version="1.30.0" />
86+
<PackageReference Update="Azure.Core" Version="1.31.0" />
8787
<PackageReference Update="Azure.Core.Amqp" Version="1.3.0" />
8888
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.25" />
8989
<PackageReference Update="Azure.Data.SchemaRegistry" Version="1.2.0" />

sdk/core/Azure.Core.Experimental/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Release History
22

3-
## 0.1.0-preview.26 (Unreleased)
3+
## 0.1.0-preview.26 (2023-04-10)
44

55
### Features Added
66

7+
- Added basic debugger support for DynamicData
78
### Breaking Changes
89

10+
- Removed `DynamicJson` type, and moved its functionality into `DynamicData`.
11+
- Sealed the `DynamicData` type.
12+
- Renamed `DynamicJsonNameMapping` enum to `DynamicDataNameMapping`.
13+
- Renamed `DynamicJsonProperty` to `DynamicDataProperty`.
14+
- Renamed `ToDynamic()` extension method on `BinaryData` to `ToDynamicFromJson()`.
15+
- Removed `DynamicJson.ArrayEnumerator` and `DynamicJson.ObjectEnumerator` types.
916
### Bugs Fixed
1017

11-
- Use specified `DynamicJsonNameMapping` in array and object enumerators.
12-
13-
### Other Changes
18+
- Use root `DynamicJsonOptions` in child elements, arrays, and object enumerators.
1419

1520
## 0.1.0-preview.25 (2023-03-02)
1621

0 commit comments

Comments
 (0)