diff --git a/sdk/core/Azure.Core.Expressions.DataFactory/CHANGELOG.md b/sdk/core/Azure.Core.Expressions.DataFactory/CHANGELOG.md index 6e6d117e80a3..f8616cce8e01 100644 --- a/sdk/core/Azure.Core.Expressions.DataFactory/CHANGELOG.md +++ b/sdk/core/Azure.Core.Expressions.DataFactory/CHANGELOG.md @@ -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` type has been renamed to `DataFactoryElement`. +- 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` type for supporting both literal values and expression values for properties.