Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GA sdk release. #42278

Merged
merged 17 commits into from
Mar 14, 2024
11 changes: 7 additions & 4 deletions sdk/datafactory/Azure.ResourceManager.DataFactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Release History

## 1.0.0-beta.7 (Unreleased)
## 1.0.0 (2024-03-06)

### Features Added

- Improve Salesforce V2 properties.
- Add ServiceNowV2 linkedService, dataSet.
- Add GoogleBigQuery linkedService, dataSet.
- Add PostgreSqlV2 linkedService, dataSet.
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Fix headers and schema definition.
- Fix DataFactoryResource.GetPipelineRuns cannot do pagination.

## 1.0.0-beta.6 (2024-01-26)

Expand Down
4 changes: 2 additions & 2 deletions sdk/datafactory/Azure.ResourceManager.DataFactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Data Factory management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.DataFactory --prerelease
dotnet add package Azure.ResourceManager.DataFactory
```

### Prerequisites
Expand Down Expand Up @@ -150,4 +150,4 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
<!-- LINKS -->
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.7</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.DataFactory</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataFactory.</Description>
<PackageTags>azure;management;arm;resource manager;datafactory</PackageTags>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading