Skip to content

Commit

Permalink
Prepare for release (#35461)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Apr 10, 2023
1 parent d7d3f38 commit 03c98fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sdk/core/Azure.Core.Expressions.DataFactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2023-04-10)

### Features Added

### Breaking Changes
- Added the ability to create a `DataFactoryElement` from a Key Vault Reference or a Masked String.

### Bugs Fixed
### Breaking Changes

### Other Changes
- The `DataFactoryExpression<T>` type has been renamed to `DataFactoryElement<T>`.
- The `HasLiteral` property was removed in favor of the `Kind` property.

## 1.0.0-beta.1 (2022-12-07)

### Features Added

- Initial release containing a new `DataFactoryExpression<T>` type for supporting both literal values and expression values for properties.

0 comments on commit 03c98fe

Please sign in to comment.