Skip to content

Commit f091215

Browse files
authored
[Automation] Generate Fluent Lite from datafactory#package-2018-06 (Azure#23229)
1 parent 0ac255b commit f091215

File tree

617 files changed

+62601
-18551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

617 files changed

+62601
-18551
lines changed

sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md

Lines changed: 193 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,199 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2021-07-29)
44

5+
- 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).
6+
7+
### Breaking Changes
8+
9+
* `models.OrcCompressionCodec` was removed
10+
11+
* `models.AvroCompressionCodec` was removed
12+
13+
#### `models.IntegrationRuntimeSsisProperties` was modified
14+
15+
* `managedCredential()` was removed
16+
* `withManagedCredential(models.EntityReference)` was removed
17+
18+
#### `models.AvroDataset` was modified
19+
20+
* `withAvroCompressionCodec(models.AvroCompressionCodec)` was removed
21+
* `models.AvroCompressionCodec avroCompressionCodec()` -> `java.lang.Object avroCompressionCodec()`
22+
23+
#### `models.OrcDataset` was modified
24+
25+
* `models.OrcCompressionCodec orcCompressionCodec()` -> `java.lang.Object orcCompressionCodec()`
26+
* `withOrcCompressionCodec(models.OrcCompressionCodec)` was removed
27+
28+
### Features Added
29+
30+
* `models.SqlUpsertSettings` was added
31+
32+
* `models.ManagedIdentityCredential` was added
33+
34+
* `models.ServicePrincipalCredential` was added
35+
36+
* `models.GitHubClientSecret` was added
37+
38+
* `models.Credential` was added
39+
40+
* `models.SqlDWUpsertSettings` was added
41+
42+
* `models.CredentialReference` was added
43+
44+
#### `models.SqlMISink` was modified
45+
46+
* `withSqlWriterUseTableLock(java.lang.Object)` was added
47+
* `upsertSettings()` was added
48+
* `withUpsertSettings(models.SqlUpsertSettings)` was added
49+
* `withWriteBehavior(java.lang.Object)` was added
50+
* `writeBehavior()` was added
51+
* `sqlWriterUseTableLock()` was added
52+
53+
#### `models.SqlServerSink` was modified
54+
55+
* `sqlWriterUseTableLock()` was added
56+
* `withSqlWriterUseTableLock(java.lang.Object)` was added
57+
* `withUpsertSettings(models.SqlUpsertSettings)` was added
58+
* `withWriteBehavior(java.lang.Object)` was added
59+
* `writeBehavior()` was added
60+
* `upsertSettings()` was added
61+
62+
#### `models.HDInsightOnDemandLinkedService` was modified
63+
64+
* `credential()` was added
65+
* `withCredential(models.CredentialReference)` was added
66+
67+
#### `models.AzureBatchLinkedService` was modified
68+
69+
* `withCredential(models.CredentialReference)` was added
70+
* `credential()` was added
71+
72+
#### `models.SqlDWSink` was modified
73+
74+
* `withSqlWriterUseTableLock(java.lang.Object)` was added
75+
* `upsertSettings()` was added
76+
* `sqlWriterUseTableLock()` was added
77+
* `withUpsertSettings(models.SqlDWUpsertSettings)` was added
78+
* `writeBehavior()` was added
79+
* `withWriteBehavior(java.lang.Object)` was added
80+
81+
#### `models.PipelineRunInvokedBy` was modified
82+
83+
* `pipelineRunId()` was added
84+
* `pipelineName()` was added
85+
86+
#### `models.IntegrationRuntimeSsisProperties` was modified
87+
88+
* `credential()` was added
89+
* `withCredential(models.CredentialReference)` was added
90+
91+
#### `models.WebActivityAuthentication` was modified
92+
93+
* `credential()` was added
94+
* `withCredential(models.CredentialReference)` was added
95+
96+
#### `models.AvroDataset` was modified
97+
98+
* `withAvroCompressionCodec(java.lang.Object)` was added
99+
100+
#### `models.FactoryGitHubConfiguration` was modified
101+
102+
* `withClientId(java.lang.String)` was added
103+
* `clientSecret()` was added
104+
* `clientId()` was added
105+
* `withClientSecret(models.GitHubClientSecret)` was added
106+
107+
#### `models.AzureSqlDatabaseLinkedService` was modified
108+
109+
* `withCredential(models.CredentialReference)` was added
110+
* `credential()` was added
111+
112+
#### `models.AzureSqlDWLinkedService` was modified
113+
114+
* `withCredential(models.CredentialReference)` was added
115+
* `credential()` was added
116+
117+
#### `models.AzureBlobStorageLinkedService` was modified
118+
119+
* `credential()` was added
120+
* `withCredential(models.CredentialReference)` was added
121+
122+
#### `models.AzureDataLakeStoreLinkedService` was modified
123+
124+
* `credential()` was added
125+
* `withCredential(models.CredentialReference)` was added
126+
127+
#### `models.OrcDataset` was modified
128+
129+
* `withOrcCompressionCodec(java.lang.Object)` was added
130+
131+
#### `models.RestServiceLinkedService` was modified
132+
133+
* `credential()` was added
134+
* `withCredential(models.CredentialReference)` was added
135+
136+
#### `models.AzureBlobFSLinkedService` was modified
137+
138+
* `credential()` was added
139+
* `withCredential(models.CredentialReference)` was added
140+
141+
#### `models.AzureMLLinkedService` was modified
142+
143+
* `withAuthentication(java.lang.Object)` was added
144+
* `authentication()` was added
145+
146+
#### `models.SqlSink` was modified
147+
148+
* `writeBehavior()` was added
149+
* `upsertSettings()` was added
150+
* `withWriteBehavior(java.lang.Object)` was added
151+
* `sqlWriterUseTableLock()` was added
152+
* `withUpsertSettings(models.SqlUpsertSettings)` was added
153+
* `withSqlWriterUseTableLock(java.lang.Object)` was added
154+
155+
#### `models.AzureFunctionLinkedService` was modified
156+
157+
* `authentication()` was added
158+
* `withAuthentication(java.lang.Object)` was added
159+
* `withCredential(models.CredentialReference)` was added
160+
* `credential()` was added
161+
* `withResourceId(java.lang.Object)` was added
162+
* `resourceId()` was added
163+
164+
#### `models.AzureSqlSink` was modified
165+
166+
* `upsertSettings()` was added
167+
* `withWriteBehavior(java.lang.Object)` was added
168+
* `withSqlWriterUseTableLock(java.lang.Object)` was added
169+
* `writeBehavior()` was added
170+
* `sqlWriterUseTableLock()` was added
171+
* `withUpsertSettings(models.SqlUpsertSettings)` was added
172+
173+
#### `models.GitHubAccessTokenRequest` was modified
174+
175+
* `gitHubClientSecret()` was added
176+
* `withGitHubClientSecret(models.GitHubClientSecret)` was added
177+
178+
#### `models.AzureDatabricksLinkedService` was modified
179+
180+
* `withCredential(models.CredentialReference)` was added
181+
* `credential()` was added
182+
183+
#### `models.AzureDataExplorerLinkedService` was modified
184+
185+
* `credential()` was added
186+
* `withCredential(models.CredentialReference)` was added
187+
188+
#### `models.AzureKeyVaultLinkedService` was modified
189+
190+
* `credential()` was added
191+
* `withCredential(models.CredentialReference)` was added
192+
193+
#### `models.AzureSqlMILinkedService` was modified
194+
195+
* `withCredential(models.CredentialReference)` was added
196+
* `credential()` was added
5197

6198
## 1.0.0-beta.2 (2021-06-16)
7199

sdk/datafactory/azure-resourcemanager-datafactory/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-datafactory</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0-beta.3</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -161,6 +161,7 @@ while ("InProgress".equals(runStatus)) {
161161
runStatus = pipelineRun.status();
162162
}
163163
```
164+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/datafactory/azure-resourcemanager-datafactory/SAMPLE.md)
164165

165166

166167
## Troubleshooting

0 commit comments

Comments
 (0)