Skip to content

Commit 33fe9da

Browse files
author
SDKAuto
committed
CodeGen from PR 14914 in Azure/azure-rest-api-specs
Merge a10590b11db15e2407c5a6643ae587ab52f80a2d into 25af5c1c0fae2bc594c1932445d06209745f5917
1 parent 0b14153 commit 33fe9da

File tree

8 files changed

+57
-103
lines changed

8 files changed

+57
-103
lines changed

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

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.1 (2021-06-28)
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).
56

67
## 1.0.0-beta.2 (2021-06-16)
78

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

Lines changed: 6 additions & 6 deletions
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})
@@ -169,7 +169,7 @@ while ("InProgress".equals(runStatus)) {
169169

170170
## Contributing
171171

172-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
172+
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md).
173173

174174
1. Fork it
175175
1. Create your feature branch (`git checkout -b my-new-feature`)
@@ -182,7 +182,7 @@ For details on contributing to this repository, see the [contributing guide](htt
182182
[docs]: https://azure.github.io/azure-sdk-for-java/
183183
[jdk]: https://docs.microsoft.com/java/azure/jdk/
184184
[azure_subscription]: https://azure.microsoft.com/free/
185-
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
186-
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
187-
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
188-
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
185+
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/identity/azure-identity
186+
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/core/azure-core-http-netty
187+
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/docs/AUTH.md
188+
[design]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/docs/DESIGN.md

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public DataFactoryManager authenticate(TokenCredential credential, AzureProfile
249249
.append("-")
250250
.append("com.azure.resourcemanager.datafactory")
251251
.append("/")
252-
.append("1.0.0-beta.2");
252+
.append("1.0.0-beta.1");
253253
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
254254
userAgentBuilder
255255
.append(" (")

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroCompressionCodec.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroDataset.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ public class AvroDataset extends Dataset {
2929
private DatasetLocation location;
3030

3131
/*
32-
* The avroCompressionCodec property.
32+
* The data avroCompressionCodec. Type: string (or Expression with
33+
* resultType string).
3334
*/
3435
@JsonProperty(value = "typeProperties.avroCompressionCodec")
35-
private AvroCompressionCodec avroCompressionCodec;
36+
private Object avroCompressionCodec;
3637

3738
/*
3839
* The avroCompressionLevel property.
@@ -61,21 +62,23 @@ public AvroDataset withLocation(DatasetLocation location) {
6162
}
6263

6364
/**
64-
* Get the avroCompressionCodec property: The avroCompressionCodec property.
65+
* Get the avroCompressionCodec property: The data avroCompressionCodec. Type: string (or Expression with resultType
66+
* string).
6567
*
6668
* @return the avroCompressionCodec value.
6769
*/
68-
public AvroCompressionCodec avroCompressionCodec() {
70+
public Object avroCompressionCodec() {
6971
return this.avroCompressionCodec;
7072
}
7173

7274
/**
73-
* Set the avroCompressionCodec property: The avroCompressionCodec property.
75+
* Set the avroCompressionCodec property: The data avroCompressionCodec. Type: string (or Expression with resultType
76+
* string).
7477
*
7578
* @param avroCompressionCodec the avroCompressionCodec value to set.
7679
* @return the AvroDataset object itself.
7780
*/
78-
public AvroDataset withAvroCompressionCodec(AvroCompressionCodec avroCompressionCodec) {
81+
public AvroDataset withAvroCompressionCodec(Object avroCompressionCodec) {
7982
this.avroCompressionCodec = avroCompressionCodec;
8083
return this;
8184
}

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcCompressionCodec.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcDataset.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ public class OrcDataset extends Dataset {
2929
private DatasetLocation location;
3030

3131
/*
32-
* The orcCompressionCodec property.
32+
* The data orcCompressionCodec. Type: string (or Expression with
33+
* resultType string).
3334
*/
3435
@JsonProperty(value = "typeProperties.orcCompressionCodec")
35-
private OrcCompressionCodec orcCompressionCodec;
36+
private Object orcCompressionCodec;
3637

3738
/**
3839
* Get the location property: The location of the ORC data storage.
@@ -55,21 +56,23 @@ public OrcDataset withLocation(DatasetLocation location) {
5556
}
5657

5758
/**
58-
* Get the orcCompressionCodec property: The orcCompressionCodec property.
59+
* Get the orcCompressionCodec property: The data orcCompressionCodec. Type: string (or Expression with resultType
60+
* string).
5961
*
6062
* @return the orcCompressionCodec value.
6163
*/
62-
public OrcCompressionCodec orcCompressionCodec() {
64+
public Object orcCompressionCodec() {
6365
return this.orcCompressionCodec;
6466
}
6567

6668
/**
67-
* Set the orcCompressionCodec property: The orcCompressionCodec property.
69+
* Set the orcCompressionCodec property: The data orcCompressionCodec. Type: string (or Expression with resultType
70+
* string).
6871
*
6972
* @param orcCompressionCodec the orcCompressionCodec value to set.
7073
* @return the OrcDataset object itself.
7174
*/
72-
public OrcDataset withOrcCompressionCodec(OrcCompressionCodec orcCompressionCodec) {
75+
public OrcDataset withOrcCompressionCodec(Object orcCompressionCodec) {
7376
this.orcCompressionCodec = orcCompressionCodec;
7477
return this;
7578
}

sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PipelineRunInvokedBy.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ public final class PipelineRunInvokedBy {
3232
@JsonProperty(value = "invokedByType", access = JsonProperty.Access.WRITE_ONLY)
3333
private String invokedByType;
3434

35+
/*
36+
* The name of the pipeline that triggered the run, if any.
37+
*/
38+
@JsonProperty(value = "pipelineName", access = JsonProperty.Access.WRITE_ONLY)
39+
private String pipelineName;
40+
41+
/*
42+
* The run id of the pipeline that triggered the run, if any.
43+
*/
44+
@JsonProperty(value = "pipelineRunId", access = JsonProperty.Access.WRITE_ONLY)
45+
private String pipelineRunId;
46+
3547
/**
3648
* Get the name property: Name of the entity that started the pipeline run.
3749
*
@@ -59,6 +71,24 @@ public String invokedByType() {
5971
return this.invokedByType;
6072
}
6173

74+
/**
75+
* Get the pipelineName property: The name of the pipeline that triggered the run, if any.
76+
*
77+
* @return the pipelineName value.
78+
*/
79+
public String pipelineName() {
80+
return this.pipelineName;
81+
}
82+
83+
/**
84+
* Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.
85+
*
86+
* @return the pipelineRunId value.
87+
*/
88+
public String pipelineRunId() {
89+
return this.pipelineRunId;
90+
}
91+
6292
/**
6393
* Validates the instance.
6494
*

0 commit comments

Comments
 (0)