Skip to content

Commit c06d173

Browse files
author
SDKAuto
committed
CodeGen from PR 23985 in Azure/azure-rest-api-specs
Merge 2add3c61680e0e7ec3de81cbf0ffdbd30fbd6b15 into 904e6604a3e616709510de199aeec63e3bb8b927
1 parent c6457a2 commit c06d173

File tree

281 files changed

+2073
-1657
lines changed

Some content is hidden

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

281 files changed

+2073
-1657
lines changed

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

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

3-
## 1.0.0-beta.23 (Unreleased)
3+
## 1.0.0-beta.1 (2023-05-17)
4+
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).
46

57
### Features Added
68

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

Lines changed: 1 addition & 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.22</version>
35+
<version>1.0.0-beta.23</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

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
@@ -290,7 +290,7 @@ public DataFactoryManager authenticate(TokenCredential credential, AzureProfile
290290
.append("-")
291291
.append("com.azure.resourcemanager.datafactory")
292292
.append("/")
293-
.append("1.0.0-beta.22");
293+
.append("1.0.0-beta.1");
294294
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
295295
userAgentBuilder
296296
.append(" (")

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ public final class AmazonMwsLinkedServiceTypeProperties {
7070

7171
/*
7272
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
73-
* credential manager. Type: string (or Expression with resultType string).
73+
* credential manager. Type: string.
7474
*/
7575
@JsonProperty(value = "encryptedCredential")
76-
private Object encryptedCredential;
76+
private String encryptedCredential;
7777

7878
/** Creates an instance of AmazonMwsLinkedServiceTypeProperties class. */
7979
public AmazonMwsLinkedServiceTypeProperties() {
@@ -269,22 +269,22 @@ public AmazonMwsLinkedServiceTypeProperties withUsePeerVerification(Object usePe
269269

270270
/**
271271
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
272-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
272+
* using the integration runtime credential manager. Type: string.
273273
*
274274
* @return the encryptedCredential value.
275275
*/
276-
public Object encryptedCredential() {
276+
public String encryptedCredential() {
277277
return this.encryptedCredential;
278278
}
279279

280280
/**
281281
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
282-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
282+
* using the integration runtime credential manager. Type: string.
283283
*
284284
* @param encryptedCredential the encryptedCredential value to set.
285285
* @return the AmazonMwsLinkedServiceTypeProperties object itself.
286286
*/
287-
public AmazonMwsLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
287+
public AmazonMwsLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
288288
this.encryptedCredential = encryptedCredential;
289289
return this;
290290
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ public final class AmazonRdsForLinkedServiceTypeProperties {
2626

2727
/*
2828
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
29-
* credential manager. Type: string (or Expression with resultType string).
29+
* credential manager. Type: string.
3030
*/
3131
@JsonProperty(value = "encryptedCredential")
32-
private Object encryptedCredential;
32+
private String encryptedCredential;
3333

3434
/** Creates an instance of AmazonRdsForLinkedServiceTypeProperties class. */
3535
public AmazonRdsForLinkedServiceTypeProperties() {
@@ -79,22 +79,22 @@ public AmazonRdsForLinkedServiceTypeProperties withPassword(SecretBase password)
7979

8080
/**
8181
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
82-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
82+
* using the integration runtime credential manager. Type: string.
8383
*
8484
* @return the encryptedCredential value.
8585
*/
86-
public Object encryptedCredential() {
86+
public String encryptedCredential() {
8787
return this.encryptedCredential;
8888
}
8989

9090
/**
9191
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
92-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
92+
* using the integration runtime credential manager. Type: string.
9393
*
9494
* @param encryptedCredential the encryptedCredential value to set.
9595
* @return the AmazonRdsForLinkedServiceTypeProperties object itself.
9696
*/
97-
public AmazonRdsForLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
97+
public AmazonRdsForLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
9898
this.encryptedCredential = encryptedCredential;
9999
return this;
100100
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public final class AmazonRdsForSqlServerLinkedServiceTypeProperties {
3333

3434
/*
3535
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
36-
* credential manager. Type: string (or Expression with resultType string).
36+
* credential manager. Type: string.
3737
*/
3838
@JsonProperty(value = "encryptedCredential")
39-
private Object encryptedCredential;
39+
private String encryptedCredential;
4040

4141
/*
4242
* Sql always encrypted properties.
@@ -114,22 +114,22 @@ public AmazonRdsForSqlServerLinkedServiceTypeProperties withPassword(SecretBase
114114

115115
/**
116116
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
117-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
117+
* using the integration runtime credential manager. Type: string.
118118
*
119119
* @return the encryptedCredential value.
120120
*/
121-
public Object encryptedCredential() {
121+
public String encryptedCredential() {
122122
return this.encryptedCredential;
123123
}
124124

125125
/**
126126
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
127-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
127+
* using the integration runtime credential manager. Type: string.
128128
*
129129
* @param encryptedCredential the encryptedCredential value to set.
130130
* @return the AmazonRdsForSqlServerLinkedServiceTypeProperties object itself.
131131
*/
132-
public AmazonRdsForSqlServerLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
132+
public AmazonRdsForSqlServerLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
133133
this.encryptedCredential = encryptedCredential;
134134
return this;
135135
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public final class AmazonRedshiftLinkedServiceTypeProperties {
4545

4646
/*
4747
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
48-
* credential manager. Type: string (or Expression with resultType string).
48+
* credential manager. Type: string.
4949
*/
5050
@JsonProperty(value = "encryptedCredential")
51-
private Object encryptedCredential;
51+
private String encryptedCredential;
5252

5353
/** Creates an instance of AmazonRedshiftLinkedServiceTypeProperties class. */
5454
public AmazonRedshiftLinkedServiceTypeProperties() {
@@ -164,22 +164,22 @@ public AmazonRedshiftLinkedServiceTypeProperties withPort(Object port) {
164164

165165
/**
166166
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
167-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
167+
* using the integration runtime credential manager. Type: string.
168168
*
169169
* @return the encryptedCredential value.
170170
*/
171-
public Object encryptedCredential() {
171+
public String encryptedCredential() {
172172
return this.encryptedCredential;
173173
}
174174

175175
/**
176176
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
177-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
177+
* using the integration runtime credential manager. Type: string.
178178
*
179179
* @param encryptedCredential the encryptedCredential value to set.
180180
* @return the AmazonRedshiftLinkedServiceTypeProperties object itself.
181181
*/
182-
public AmazonRedshiftLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
182+
public AmazonRedshiftLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
183183
this.encryptedCredential = encryptedCredential;
184184
return this;
185185
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public final class AmazonS3CompatibleLinkedServiceTypeProperties {
4141

4242
/*
4343
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
44-
* credential manager. Type: string (or Expression with resultType string).
44+
* credential manager. Type: string.
4545
*/
4646
@JsonProperty(value = "encryptedCredential")
47-
private Object encryptedCredential;
47+
private String encryptedCredential;
4848

4949
/** Creates an instance of AmazonS3CompatibleLinkedServiceTypeProperties class. */
5050
public AmazonS3CompatibleLinkedServiceTypeProperties() {
@@ -142,22 +142,22 @@ public AmazonS3CompatibleLinkedServiceTypeProperties withForcePathStyle(Object f
142142

143143
/**
144144
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
145-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
145+
* using the integration runtime credential manager. Type: string.
146146
*
147147
* @return the encryptedCredential value.
148148
*/
149-
public Object encryptedCredential() {
149+
public String encryptedCredential() {
150150
return this.encryptedCredential;
151151
}
152152

153153
/**
154154
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
155-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
155+
* using the integration runtime credential manager. Type: string.
156156
*
157157
* @param encryptedCredential the encryptedCredential value to set.
158158
* @return the AmazonS3CompatibleLinkedServiceTypeProperties object itself.
159159
*/
160-
public AmazonS3CompatibleLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
160+
public AmazonS3CompatibleLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
161161
this.encryptedCredential = encryptedCredential;
162162
return this;
163163
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public final class AmazonS3LinkedServiceTypeProperties {
4747

4848
/*
4949
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
50-
* credential manager. Type: string (or Expression with resultType string).
50+
* credential manager. Type: string.
5151
*/
5252
@JsonProperty(value = "encryptedCredential")
53-
private Object encryptedCredential;
53+
private String encryptedCredential;
5454

5555
/** Creates an instance of AmazonS3LinkedServiceTypeProperties class. */
5656
public AmazonS3LinkedServiceTypeProperties() {
@@ -168,22 +168,22 @@ public AmazonS3LinkedServiceTypeProperties withSessionToken(SecretBase sessionTo
168168

169169
/**
170170
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
171-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
171+
* using the integration runtime credential manager. Type: string.
172172
*
173173
* @return the encryptedCredential value.
174174
*/
175-
public Object encryptedCredential() {
175+
public String encryptedCredential() {
176176
return this.encryptedCredential;
177177
}
178178

179179
/**
180180
* Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
181-
* using the integration runtime credential manager. Type: string (or Expression with resultType string).
181+
* using the integration runtime credential manager. Type: string.
182182
*
183183
* @param encryptedCredential the encryptedCredential value to set.
184184
* @return the AmazonS3LinkedServiceTypeProperties object itself.
185185
*/
186-
public AmazonS3LinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
186+
public AmazonS3LinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
187187
this.encryptedCredential = encryptedCredential;
188188
return this;
189189
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Fluent
1414
public final class AppFiguresLinkedServiceTypeProperties {
1515
/*
16-
* The username of the Appfigures source.
16+
* The username of the Appfigures source. Type: string (or Expression with resultType string).
1717
*/
1818
@JsonProperty(value = "userName", required = true)
1919
private Object username;
@@ -35,7 +35,8 @@ public AppFiguresLinkedServiceTypeProperties() {
3535
}
3636

3737
/**
38-
* Get the username property: The username of the Appfigures source.
38+
* Get the username property: The username of the Appfigures source. Type: string (or Expression with resultType
39+
* string).
3940
*
4041
* @return the username value.
4142
*/
@@ -44,7 +45,8 @@ public Object username() {
4445
}
4546

4647
/**
47-
* Set the username property: The username of the Appfigures source.
48+
* Set the username property: The username of the Appfigures source. Type: string (or Expression with resultType
49+
* string).
4850
*
4951
* @param username the username value to set.
5052
* @return the AppFiguresLinkedServiceTypeProperties object itself.

0 commit comments

Comments
 (0)