Skip to content

Commit

Permalink
[Automation] Generate Fluent Lite from datafactory#package-2018-06 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Sep 10, 2021
1 parent f3c9078 commit f007ab8
Show file tree
Hide file tree
Showing 116 changed files with 2,193 additions and 1,036 deletions.
38 changes: 37 additions & 1 deletion sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.6 (Unreleased)
## 1.0.0-beta.6 (2021-09-10)

- Azure Resource Manager DataFactory client library for Java. This package contains Microsoft Azure SDK for DataFactory Management SDK. The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services. Package tag package-2018-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

Expand All @@ -10,6 +12,40 @@

### Other Changes

### Breaking Changes

* `models.ManagedIdentityCredential` was removed

* `models.ServicePrincipalCredential` was removed

### Features Added

* `models.IntegrationRuntimeCustomerVirtualNetwork` was added

* `models.AmazonRdsForOracleSource` was added

* `models.AmazonRdsForOracleLinkedService` was added

* `models.AmazonRdsForSqlServerSource` was added

* `models.AmazonRdsForOraclePartitionSettings` was added

* `models.AmazonRdsForOracleTableDataset` was added

* `models.AmazonRdsForSqlServerTableDataset` was added

* `models.AmazonRdsForSqlServerLinkedService` was added

#### `models.ManagedIntegrationRuntime` was modified

* `withCustomerVirtualNetwork(models.IntegrationRuntimeCustomerVirtualNetwork)` was added
* `customerVirtualNetwork()` was added

#### `models.SqlAlwaysEncryptedProperties` was modified

* `withCredential(models.CredentialReference)` was added
* `credential()` was added

## 1.0.0-beta.5 (2021-08-25)

- Azure Resource Manager DataFactory client library for Java. This package contains Microsoft Azure SDK for DataFactory Management SDK. The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services. Package tag package-2018-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-datafactory</artifactId>
<version>1.0.0-beta.5</version>
<version>1.0.0-beta.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit f007ab8

Please sign in to comment.