diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md b/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
index 0c63f05f09e0..27b28d66358e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
@@ -1,14 +1,118 @@
# Release History
-## 1.1.0-beta.1 (Unreleased)
+## 1.0.0-beta.1 (2025-03-03)
-### Features Added
+- 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).
### Breaking Changes
-### Bugs Fixed
+#### `models.Factories` was modified
+
+* `list(com.azure.core.util.Context)` was removed
+* `list()` was removed
+
+### Features Added
+
+* `models.GreenplumAuthenticationType` was added
-### Other Changes
+* `models.TeradataSink` was added
+
+* `models.OracleAuthenticationType` was added
+
+* `models.TeradataImportCommand` was added
+
+#### `models.GreenplumLinkedService` was modified
+
+* `withSslMode(java.lang.Object)` was added
+* `withPassword(models.SecretBase)` was added
+* `commandTimeout()` was added
+* `database()` was added
+* `password()` was added
+* `host()` was added
+* `withAuthenticationType(models.GreenplumAuthenticationType)` was added
+* `withCommandTimeout(java.lang.Object)` was added
+* `authenticationType()` was added
+* `port()` was added
+* `withConnectionTimeout(java.lang.Object)` was added
+* `username()` was added
+* `withDatabase(java.lang.Object)` was added
+* `withUsername(java.lang.Object)` was added
+* `withPort(java.lang.Object)` was added
+* `withHost(java.lang.Object)` was added
+* `connectionTimeout()` was added
+* `sslMode()` was added
+
+#### `models.TeradataLinkedService` was modified
+
+* `httpsPortNumber()` was added
+* `sslMode()` was added
+* `withCharacterSet(java.lang.Object)` was added
+* `withHttpsPortNumber(java.lang.Object)` was added
+* `withPortNumber(java.lang.Object)` was added
+* `withSslMode(java.lang.Object)` was added
+* `portNumber()` was added
+* `withMaxRespSize(java.lang.Object)` was added
+* `maxRespSize()` was added
+* `characterSet()` was added
+* `withUseDataEncryption(java.lang.Object)` was added
+* `useDataEncryption()` was added
+
+#### `models.TypeConversionSettings` was modified
+
+* `withDateFormat(java.lang.Object)` was added
+* `dateFormat()` was added
+* `timeFormat()` was added
+* `withTimeFormat(java.lang.Object)` was added
+
+#### `models.AzurePostgreSqlLinkedService` was modified
+
+* `withServicePrincipalEmbeddedCert(models.SecretBase)` was added
+* `servicePrincipalKey()` was added
+* `withServicePrincipalEmbeddedCertPassword(models.SecretBase)` was added
+* `withServicePrincipalKey(models.SecretBase)` was added
+* `servicePrincipalEmbeddedCert()` was added
+* `withCredential(models.CredentialReference)` was added
+* `servicePrincipalId()` was added
+* `servicePrincipalEmbeddedCertPassword()` was added
+* `azureCloudType()` was added
+* `withTenant(java.lang.Object)` was added
+* `withServicePrincipalCredentialType(java.lang.Object)` was added
+* `credential()` was added
+* `tenant()` was added
+* `withAzureCloudType(java.lang.Object)` was added
+* `withServicePrincipalId(java.lang.Object)` was added
+* `servicePrincipalCredentialType()` was added
+
+#### `models.OracleLinkedService` was modified
+
+* `withSupportV1DataTypes(java.lang.Object)` was added
+* `enableBulkLoad()` was added
+* `withCryptoChecksumClient(java.lang.Object)` was added
+* `withServer(java.lang.Object)` was added
+* `encryptionClient()` was added
+* `cryptoChecksumClient()` was added
+* `withInitialLobFetchSize(java.lang.Object)` was added
+* `fetchSize()` was added
+* `withAuthenticationType(models.OracleAuthenticationType)` was added
+* `withEncryptionClient(java.lang.Object)` was added
+* `initializationString()` was added
+* `supportV1DataTypes()` was added
+* `initialLobFetchSize()` was added
+* `statementCacheSize()` was added
+* `fetchTswtzAsTimestamp()` was added
+* `withInitializationString(java.lang.Object)` was added
+* `withEnableBulkLoad(java.lang.Object)` was added
+* `withEncryptionTypesClient(java.lang.Object)` was added
+* `username()` was added
+* `encryptionTypesClient()` was added
+* `authenticationType()` was added
+* `withFetchTswtzAsTimestamp(java.lang.Object)` was added
+* `server()` was added
+* `withCryptoChecksumTypesClient(java.lang.Object)` was added
+* `withStatementCacheSize(java.lang.Object)` was added
+* `cryptoChecksumTypesClient()` was added
+* `withFetchSize(java.lang.Object)` was added
+* `withUsername(java.lang.Object)` was added
## 1.0.0 (2024-12-16)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/README.md b/sdk/datafactory/azure-resourcemanager-datafactory/README.md
index 233595584bb1..579e1c589a6f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/README.md
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/README.md
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
com.azure.resourcemanager
azure-resourcemanager-datafactory
- 1.0.0
+ 1.1.0-beta.1
```
[//]: # ({x-version-update-end})
@@ -52,7 +52,7 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
```java
-AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
+AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
@@ -60,7 +60,7 @@ DataFactoryManager manager = DataFactoryManager
.authenticate(credential, profile);
```
-The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
+The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
See [Authentication][authenticate] for more options.
@@ -73,19 +73,19 @@ See [API design][design] for general introduction on design and key concepts on
```java
// storage account
StorageAccount storageAccount = storageManager.storageAccounts()
- .define(STORAGE_ACCOUNT)
+ .define(storageAccountName)
.withRegion(REGION)
.withExistingResourceGroup(resourceGroup)
.create();
final String storageAccountKey = storageAccount.getKeys().iterator().next().value();
final String connectionString
- = getStorageConnectionString(STORAGE_ACCOUNT, storageAccountKey, storageManager.environment());
+ = getStorageConnectionString(storageAccountName, storageAccountKey, storageManager.environment());
// container
final String containerName = "adf";
storageManager.blobContainers()
.defineContainer(containerName)
- .withExistingStorageAccount(resourceGroup, STORAGE_ACCOUNT)
+ .withExistingStorageAccount(resourceGroup, storageAccountName)
.withPublicAccess(PublicAccess.NONE)
.create();
@@ -193,5 +193,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
-
-
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/SAMPLE.md b/sdk/datafactory/azure-resourcemanager-datafactory/SAMPLE.md
index 1c1430792680..3e207c9051eb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/SAMPLE.md
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/SAMPLE.md
@@ -58,7 +58,6 @@
- [GetByResourceGroup](#factories_getbyresourcegroup)
- [GetDataPlaneAccess](#factories_getdataplaneaccess)
- [GetGitHubAccessToken](#factories_getgithubaccesstoken)
-- [List](#factories_list)
- [ListByResourceGroup](#factories_listbyresourcegroup)
- [Update](#factories_update)
@@ -1330,28 +1329,6 @@ public final class FactoriesGetGitHubAccessTokenSamples {
}
```
-### Factories_List
-
-```java
-/**
- * Samples for Factories List.
- */
-public final class FactoriesListSamples {
- /*
- * x-ms-original-file:
- * specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json
- */
- /**
- * Sample code: Factories_List.
- *
- * @param manager Entry point to DataFactoryManager.
- */
- public static void factoriesList(com.azure.resourcemanager.datafactory.DataFactoryManager manager) {
- manager.factories().list(com.azure.core.util.Context.NONE);
- }
-}
-```
-
### Factories_ListByResourceGroup
```java
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml b/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml
index e018dddf1818..5373297d02bf 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/pom.xml
@@ -45,6 +45,7 @@
UTF-8
0
0
+ true
false
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
index 38e432f1bf78..2f8d64c284ec 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
@@ -22,6 +22,7 @@
import com.azure.core.http.policy.UserAgentPolicy;
import com.azure.core.management.profile.AzureProfile;
import com.azure.core.util.Configuration;
+import com.azure.core.util.CoreUtils;
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.datafactory.fluent.DataFactoryManagementClient;
import com.azure.resourcemanager.datafactory.implementation.ActivityRunsImpl;
@@ -75,6 +76,7 @@
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.List;
+import java.util.Map;
import java.util.Objects;
import java.util.stream.Collectors;
@@ -182,6 +184,9 @@ public static Configurable configure() {
*/
public static final class Configurable {
private static final ClientLogger LOGGER = new ClientLogger(Configurable.class);
+ private static final String SDK_VERSION = "version";
+ private static final Map PROPERTIES
+ = CoreUtils.getProperties("azure-resourcemanager-datafactory.properties");
private HttpClient httpClient;
private HttpLogOptions httpLogOptions;
@@ -289,12 +294,14 @@ public DataFactoryManager authenticate(TokenCredential credential, AzureProfile
Objects.requireNonNull(credential, "'credential' cannot be null.");
Objects.requireNonNull(profile, "'profile' cannot be null.");
+ String clientVersion = PROPERTIES.getOrDefault(SDK_VERSION, "UnknownVersion");
+
StringBuilder userAgentBuilder = new StringBuilder();
userAgentBuilder.append("azsdk-java")
.append("-")
.append("com.azure.resourcemanager.datafactory")
.append("/")
- .append("1.0.0");
+ .append(clientVersion);
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder.append(" (")
.append(Configuration.getGlobalConfiguration().get("java.version"))
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/FactoriesClient.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/FactoriesClient.java
index 9011f27d1377..e49d82b02376 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/FactoriesClient.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/FactoriesClient.java
@@ -21,28 +21,6 @@
* An instance of this class provides access to all the operations defined in FactoriesClient.
*/
public interface FactoriesClient {
- /**
- * Lists factories under the specified subscription.
- *
- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list();
-
- /**
- * Lists factories under the specified subscription.
- *
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- PagedIterable list(Context context);
-
/**
* Updates a factory's repo information.
*
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
index 6855193b6443..01ecf17ad281 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
@@ -10,6 +10,8 @@
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import com.azure.resourcemanager.datafactory.models.AzureKeyVaultSecretReference;
+import com.azure.resourcemanager.datafactory.models.CredentialReference;
+import com.azure.resourcemanager.datafactory.models.SecretBase;
import java.io.IOException;
/**
@@ -93,6 +95,53 @@ public final class AzurePostgreSqlLinkedServiceTypeProperties
*/
private String encryptedCredential;
+ /*
+ * The ID of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server. Type:
+ * string (or Expression with resultType string).
+ */
+ private Object servicePrincipalId;
+
+ /*
+ * The key of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server.
+ */
+ private SecretBase servicePrincipalKey;
+
+ /*
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
+ */
+ private Object servicePrincipalCredentialType;
+
+ /*
+ * Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or
+ * Expression with resultType string).
+ */
+ private SecretBase servicePrincipalEmbeddedCert;
+
+ /*
+ * Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal
+ * authentication. Type: string (or Expression with resultType string).
+ */
+ private SecretBase servicePrincipalEmbeddedCertPassword;
+
+ /*
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
+ */
+ private Object tenant;
+
+ /*
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
+ * Expression with resultType string).
+ */
+ private Object azureCloudType;
+
+ /*
+ * The credential reference containing authentication information.
+ */
+ private CredentialReference credential;
+
/**
* Creates an instance of AzurePostgreSqlLinkedServiceTypeProperties class.
*/
@@ -395,6 +444,189 @@ public AzurePostgreSqlLinkedServiceTypeProperties withEncryptedCredential(String
return this;
}
+ /**
+ * Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Database
+ * for PostgreSQL Flexible server. Type: string (or Expression with resultType string).
+ *
+ * @return the servicePrincipalId value.
+ */
+ public Object servicePrincipalId() {
+ return this.servicePrincipalId;
+ }
+
+ /**
+ * Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Database
+ * for PostgreSQL Flexible server. Type: string (or Expression with resultType string).
+ *
+ * @param servicePrincipalId the servicePrincipalId value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties withServicePrincipalId(Object servicePrincipalId) {
+ this.servicePrincipalId = servicePrincipalId;
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalKey property: The key of the service principal used to authenticate against Azure
+ * Database for PostgreSQL Flexible server.
+ *
+ * @return the servicePrincipalKey value.
+ */
+ public SecretBase servicePrincipalKey() {
+ return this.servicePrincipalKey;
+ }
+
+ /**
+ * Set the servicePrincipalKey property: The key of the service principal used to authenticate against Azure
+ * Database for PostgreSQL Flexible server.
+ *
+ * @param servicePrincipalKey the servicePrincipalKey value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties withServicePrincipalKey(SecretBase servicePrincipalKey) {
+ this.servicePrincipalKey = servicePrincipalKey;
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server
+ * authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or
+ * Expression with resultType string).
+ *
+ * @return the servicePrincipalCredentialType value.
+ */
+ public Object servicePrincipalCredentialType() {
+ return this.servicePrincipalCredentialType;
+ }
+
+ /**
+ * Set the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server
+ * authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or
+ * Expression with resultType string).
+ *
+ * @param servicePrincipalCredentialType the servicePrincipalCredentialType value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties
+ withServicePrincipalCredentialType(Object servicePrincipalCredentialType) {
+ this.servicePrincipalCredentialType = servicePrincipalCredentialType;
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application
+ * registered in Azure Active Directory. Type: string (or Expression with resultType string).
+ *
+ * @return the servicePrincipalEmbeddedCert value.
+ */
+ public SecretBase servicePrincipalEmbeddedCert() {
+ return this.servicePrincipalEmbeddedCert;
+ }
+
+ /**
+ * Set the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application
+ * registered in Azure Active Directory. Type: string (or Expression with resultType string).
+ *
+ * @param servicePrincipalEmbeddedCert the servicePrincipalEmbeddedCert value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties
+ withServicePrincipalEmbeddedCert(SecretBase servicePrincipalEmbeddedCert) {
+ this.servicePrincipalEmbeddedCert = servicePrincipalEmbeddedCert;
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your
+ * certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with
+ * resultType string).
+ *
+ * @return the servicePrincipalEmbeddedCertPassword value.
+ */
+ public SecretBase servicePrincipalEmbeddedCertPassword() {
+ return this.servicePrincipalEmbeddedCertPassword;
+ }
+
+ /**
+ * Set the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your
+ * certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with
+ * resultType string).
+ *
+ * @param servicePrincipalEmbeddedCertPassword the servicePrincipalEmbeddedCertPassword value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties
+ withServicePrincipalEmbeddedCertPassword(SecretBase servicePrincipalEmbeddedCertPassword) {
+ this.servicePrincipalEmbeddedCertPassword = servicePrincipalEmbeddedCertPassword;
+ return this;
+ }
+
+ /**
+ * Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or
+ * Expression with resultType string).
+ *
+ * @return the tenant value.
+ */
+ public Object tenant() {
+ return this.tenant;
+ }
+
+ /**
+ * Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or
+ * Expression with resultType string).
+ *
+ * @param tenant the tenant value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties withTenant(Object tenant) {
+ this.tenant = tenant;
+ return this;
+ }
+
+ /**
+ * Get the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are
+ * AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type.
+ * Type: string (or Expression with resultType string).
+ *
+ * @return the azureCloudType value.
+ */
+ public Object azureCloudType() {
+ return this.azureCloudType;
+ }
+
+ /**
+ * Set the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are
+ * AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type.
+ * Type: string (or Expression with resultType string).
+ *
+ * @param azureCloudType the azureCloudType value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties withAzureCloudType(Object azureCloudType) {
+ this.azureCloudType = azureCloudType;
+ return this;
+ }
+
+ /**
+ * Get the credential property: The credential reference containing authentication information.
+ *
+ * @return the credential value.
+ */
+ public CredentialReference credential() {
+ return this.credential;
+ }
+
+ /**
+ * Set the credential property: The credential reference containing authentication information.
+ *
+ * @param credential the credential value to set.
+ * @return the AzurePostgreSqlLinkedServiceTypeProperties object itself.
+ */
+ public AzurePostgreSqlLinkedServiceTypeProperties withCredential(CredentialReference credential) {
+ this.credential = credential;
+ return this;
+ }
+
/**
* Validates the instance.
*
@@ -404,6 +636,18 @@ public void validate() {
if (password() != null) {
password().validate();
}
+ if (servicePrincipalKey() != null) {
+ servicePrincipalKey().validate();
+ }
+ if (servicePrincipalEmbeddedCert() != null) {
+ servicePrincipalEmbeddedCert().validate();
+ }
+ if (servicePrincipalEmbeddedCertPassword() != null) {
+ servicePrincipalEmbeddedCertPassword().validate();
+ }
+ if (credential() != null) {
+ credential().validate();
+ }
}
/**
@@ -426,6 +670,14 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeUntypedField("encoding", this.encoding);
jsonWriter.writeJsonField("password", this.password);
jsonWriter.writeStringField("encryptedCredential", this.encryptedCredential);
+ jsonWriter.writeUntypedField("servicePrincipalId", this.servicePrincipalId);
+ jsonWriter.writeJsonField("servicePrincipalKey", this.servicePrincipalKey);
+ jsonWriter.writeUntypedField("servicePrincipalCredentialType", this.servicePrincipalCredentialType);
+ jsonWriter.writeJsonField("servicePrincipalEmbeddedCert", this.servicePrincipalEmbeddedCert);
+ jsonWriter.writeJsonField("servicePrincipalEmbeddedCertPassword", this.servicePrincipalEmbeddedCertPassword);
+ jsonWriter.writeUntypedField("tenant", this.tenant);
+ jsonWriter.writeUntypedField("azureCloudType", this.azureCloudType);
+ jsonWriter.writeJsonField("credential", this.credential);
return jsonWriter.writeEndObject();
}
@@ -475,6 +727,27 @@ public static AzurePostgreSqlLinkedServiceTypeProperties fromJson(JsonReader jso
= AzureKeyVaultSecretReference.fromJson(reader);
} else if ("encryptedCredential".equals(fieldName)) {
deserializedAzurePostgreSqlLinkedServiceTypeProperties.encryptedCredential = reader.getString();
+ } else if ("servicePrincipalId".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.servicePrincipalId = reader.readUntyped();
+ } else if ("servicePrincipalKey".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.servicePrincipalKey
+ = SecretBase.fromJson(reader);
+ } else if ("servicePrincipalCredentialType".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.servicePrincipalCredentialType
+ = reader.readUntyped();
+ } else if ("servicePrincipalEmbeddedCert".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.servicePrincipalEmbeddedCert
+ = SecretBase.fromJson(reader);
+ } else if ("servicePrincipalEmbeddedCertPassword".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.servicePrincipalEmbeddedCertPassword
+ = SecretBase.fromJson(reader);
+ } else if ("tenant".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.tenant = reader.readUntyped();
+ } else if ("azureCloudType".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.azureCloudType = reader.readUntyped();
+ } else if ("credential".equals(fieldName)) {
+ deserializedAzurePostgreSqlLinkedServiceTypeProperties.credential
+ = CredentialReference.fromJson(reader);
} else {
reader.skipChildren();
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
index bf46567980d3..05e45da0092a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
@@ -10,6 +10,8 @@
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import com.azure.resourcemanager.datafactory.models.AzureKeyVaultSecretReference;
+import com.azure.resourcemanager.datafactory.models.GreenplumAuthenticationType;
+import com.azure.resourcemanager.datafactory.models.SecretBase;
import java.io.IOException;
/**
@@ -34,6 +36,54 @@ public final class GreenplumLinkedServiceTypeProperties
*/
private String encryptedCredential;
+ /*
+ * The authentication type to use. Type: string. Only used for V2.
+ */
+ private GreenplumAuthenticationType authenticationType;
+
+ /*
+ * Host name for connection. Type: string. Only used for V2.
+ */
+ private Object host;
+
+ /*
+ * The port for the connection. Type: integer. Only used for V2.
+ */
+ private Object port;
+
+ /*
+ * Username for authentication. Type: string. Only used for V2.
+ */
+ private Object username;
+
+ /*
+ * Database name for connection. Type: string. Only used for V2.
+ */
+ private Object database;
+
+ /*
+ * SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full.
+ * Type: integer. Only used for V2.
+ */
+ private Object sslMode;
+
+ /*
+ * The time to wait (in seconds) while trying to establish a connection before terminating the attempt and
+ * generating an error. Type: integer. Only used for V2.
+ */
+ private Object connectionTimeout;
+
+ /*
+ * The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an
+ * error. Set to zero for infinity. Type: integer. Only used for V2.
+ */
+ private Object commandTimeout;
+
+ /*
+ * The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
+ */
+ private SecretBase password;
+
/**
* Creates an instance of GreenplumLinkedServiceTypeProperties class.
*/
@@ -104,6 +154,194 @@ public GreenplumLinkedServiceTypeProperties withEncryptedCredential(String encry
return this;
}
+ /**
+ * Get the authenticationType property: The authentication type to use. Type: string. Only used for V2.
+ *
+ * @return the authenticationType value.
+ */
+ public GreenplumAuthenticationType authenticationType() {
+ return this.authenticationType;
+ }
+
+ /**
+ * Set the authenticationType property: The authentication type to use. Type: string. Only used for V2.
+ *
+ * @param authenticationType the authenticationType value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withAuthenticationType(GreenplumAuthenticationType authenticationType) {
+ this.authenticationType = authenticationType;
+ return this;
+ }
+
+ /**
+ * Get the host property: Host name for connection. Type: string. Only used for V2.
+ *
+ * @return the host value.
+ */
+ public Object host() {
+ return this.host;
+ }
+
+ /**
+ * Set the host property: Host name for connection. Type: string. Only used for V2.
+ *
+ * @param host the host value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withHost(Object host) {
+ this.host = host;
+ return this;
+ }
+
+ /**
+ * Get the port property: The port for the connection. Type: integer. Only used for V2.
+ *
+ * @return the port value.
+ */
+ public Object port() {
+ return this.port;
+ }
+
+ /**
+ * Set the port property: The port for the connection. Type: integer. Only used for V2.
+ *
+ * @param port the port value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withPort(Object port) {
+ this.port = port;
+ return this;
+ }
+
+ /**
+ * Get the username property: Username for authentication. Type: string. Only used for V2.
+ *
+ * @return the username value.
+ */
+ public Object username() {
+ return this.username;
+ }
+
+ /**
+ * Set the username property: Username for authentication. Type: string. Only used for V2.
+ *
+ * @param username the username value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withUsername(Object username) {
+ this.username = username;
+ return this;
+ }
+
+ /**
+ * Get the database property: Database name for connection. Type: string. Only used for V2.
+ *
+ * @return the database value.
+ */
+ public Object database() {
+ return this.database;
+ }
+
+ /**
+ * Set the database property: Database name for connection. Type: string. Only used for V2.
+ *
+ * @param database the database value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withDatabase(Object database) {
+ this.database = database;
+ return this;
+ }
+
+ /**
+ * Get the sslMode property: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4:
+ * verify-ca, 5: verify-full. Type: integer. Only used for V2.
+ *
+ * @return the sslMode value.
+ */
+ public Object sslMode() {
+ return this.sslMode;
+ }
+
+ /**
+ * Set the sslMode property: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4:
+ * verify-ca, 5: verify-full. Type: integer. Only used for V2.
+ *
+ * @param sslMode the sslMode value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withSslMode(Object sslMode) {
+ this.sslMode = sslMode;
+ return this;
+ }
+
+ /**
+ * Get the connectionTimeout property: The time to wait (in seconds) while trying to establish a connection before
+ * terminating the attempt and generating an error. Type: integer. Only used for V2.
+ *
+ * @return the connectionTimeout value.
+ */
+ public Object connectionTimeout() {
+ return this.connectionTimeout;
+ }
+
+ /**
+ * Set the connectionTimeout property: The time to wait (in seconds) while trying to establish a connection before
+ * terminating the attempt and generating an error. Type: integer. Only used for V2.
+ *
+ * @param connectionTimeout the connectionTimeout value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withConnectionTimeout(Object connectionTimeout) {
+ this.connectionTimeout = connectionTimeout;
+ return this;
+ }
+
+ /**
+ * Get the commandTimeout property: The time to wait (in seconds) while trying to execute a command before
+ * terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
+ *
+ * @return the commandTimeout value.
+ */
+ public Object commandTimeout() {
+ return this.commandTimeout;
+ }
+
+ /**
+ * Set the commandTimeout property: The time to wait (in seconds) while trying to execute a command before
+ * terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
+ *
+ * @param commandTimeout the commandTimeout value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withCommandTimeout(Object commandTimeout) {
+ this.commandTimeout = commandTimeout;
+ return this;
+ }
+
+ /**
+ * Get the password property: The Azure key vault secret reference of password in connection string. Type: string.
+ * Only used for V2.
+ *
+ * @return the password value.
+ */
+ public SecretBase password() {
+ return this.password;
+ }
+
+ /**
+ * Set the password property: The Azure key vault secret reference of password in connection string. Type: string.
+ * Only used for V2.
+ *
+ * @param password the password value to set.
+ * @return the GreenplumLinkedServiceTypeProperties object itself.
+ */
+ public GreenplumLinkedServiceTypeProperties withPassword(SecretBase password) {
+ this.password = password;
+ return this;
+ }
+
/**
* Validates the instance.
*
@@ -113,6 +351,9 @@ public void validate() {
if (pwd() != null) {
pwd().validate();
}
+ if (password() != null) {
+ password().validate();
+ }
}
/**
@@ -124,6 +365,16 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeUntypedField("connectionString", this.connectionString);
jsonWriter.writeJsonField("pwd", this.pwd);
jsonWriter.writeStringField("encryptedCredential", this.encryptedCredential);
+ jsonWriter.writeStringField("authenticationType",
+ this.authenticationType == null ? null : this.authenticationType.toString());
+ jsonWriter.writeUntypedField("host", this.host);
+ jsonWriter.writeUntypedField("port", this.port);
+ jsonWriter.writeUntypedField("username", this.username);
+ jsonWriter.writeUntypedField("database", this.database);
+ jsonWriter.writeUntypedField("sslMode", this.sslMode);
+ jsonWriter.writeUntypedField("connectionTimeout", this.connectionTimeout);
+ jsonWriter.writeUntypedField("commandTimeout", this.commandTimeout);
+ jsonWriter.writeJsonField("password", this.password);
return jsonWriter.writeEndObject();
}
@@ -150,6 +401,25 @@ public static GreenplumLinkedServiceTypeProperties fromJson(JsonReader jsonReade
= AzureKeyVaultSecretReference.fromJson(reader);
} else if ("encryptedCredential".equals(fieldName)) {
deserializedGreenplumLinkedServiceTypeProperties.encryptedCredential = reader.getString();
+ } else if ("authenticationType".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.authenticationType
+ = GreenplumAuthenticationType.fromString(reader.getString());
+ } else if ("host".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.host = reader.readUntyped();
+ } else if ("port".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.port = reader.readUntyped();
+ } else if ("username".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.username = reader.readUntyped();
+ } else if ("database".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.database = reader.readUntyped();
+ } else if ("sslMode".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.sslMode = reader.readUntyped();
+ } else if ("connectionTimeout".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.connectionTimeout = reader.readUntyped();
+ } else if ("commandTimeout".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.commandTimeout = reader.readUntyped();
+ } else if ("password".equals(fieldName)) {
+ deserializedGreenplumLinkedServiceTypeProperties.password = SecretBase.fromJson(reader);
} else {
reader.skipChildren();
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseLinkedServiceTypeProperties.java
index 599e35232179..367da2aba9a4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseLinkedServiceTypeProperties.java
@@ -13,7 +13,7 @@
import java.io.IOException;
/**
- * Microsoft Fabric LakeHouse linked service properties.
+ * Microsoft Fabric Lakehouse linked service properties.
*/
@Fluent
public final class LakeHouseLinkedServiceTypeProperties
@@ -24,18 +24,18 @@ public final class LakeHouseLinkedServiceTypeProperties
private Object workspaceId;
/*
- * The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with resultType string).
+ * The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string).
*/
private Object artifactId;
/*
- * The ID of the application used to authenticate against Microsoft Fabric LakeHouse. Type: string (or Expression
+ * The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression
* with resultType string).
*/
private Object servicePrincipalId;
/*
- * The Key of the application used to authenticate against Microsoft Fabric LakeHouse.
+ * The Key of the application used to authenticate against Microsoft Fabric Lakehouse.
*/
private SecretBase servicePrincipalKey;
@@ -94,7 +94,7 @@ public LakeHouseLinkedServiceTypeProperties withWorkspaceId(Object workspaceId)
}
/**
- * Get the artifactId property: The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with
+ * Get the artifactId property: The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with
* resultType string).
*
* @return the artifactId value.
@@ -104,7 +104,7 @@ public Object artifactId() {
}
/**
- * Set the artifactId property: The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with
+ * Set the artifactId property: The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with
* resultType string).
*
* @param artifactId the artifactId value to set.
@@ -117,7 +117,7 @@ public LakeHouseLinkedServiceTypeProperties withArtifactId(Object artifactId) {
/**
* Get the servicePrincipalId property: The ID of the application used to authenticate against Microsoft Fabric
- * LakeHouse. Type: string (or Expression with resultType string).
+ * Lakehouse. Type: string (or Expression with resultType string).
*
* @return the servicePrincipalId value.
*/
@@ -127,7 +127,7 @@ public Object servicePrincipalId() {
/**
* Set the servicePrincipalId property: The ID of the application used to authenticate against Microsoft Fabric
- * LakeHouse. Type: string (or Expression with resultType string).
+ * Lakehouse. Type: string (or Expression with resultType string).
*
* @param servicePrincipalId the servicePrincipalId value to set.
* @return the LakeHouseLinkedServiceTypeProperties object itself.
@@ -139,7 +139,7 @@ public LakeHouseLinkedServiceTypeProperties withServicePrincipalId(Object servic
/**
* Get the servicePrincipalKey property: The Key of the application used to authenticate against Microsoft Fabric
- * LakeHouse.
+ * Lakehouse.
*
* @return the servicePrincipalKey value.
*/
@@ -149,7 +149,7 @@ public SecretBase servicePrincipalKey() {
/**
* Set the servicePrincipalKey property: The Key of the application used to authenticate against Microsoft Fabric
- * LakeHouse.
+ * Lakehouse.
*
* @param servicePrincipalKey the servicePrincipalKey value to set.
* @return the LakeHouseLinkedServiceTypeProperties object itself.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseTableDatasetTypeProperties.java
index d688a930fa50..81a6c059d67f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LakeHouseTableDatasetTypeProperties.java
@@ -12,18 +12,18 @@
import java.io.IOException;
/**
- * Microsoft Fabric LakeHouse Table dataset properties.
+ * Microsoft Fabric Lakehouse Table dataset properties.
*/
@Fluent
public final class LakeHouseTableDatasetTypeProperties
implements JsonSerializable {
/*
- * The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).
+ * The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string).
*/
private Object schema;
/*
- * The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).
+ * The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string).
*/
private Object table;
@@ -34,7 +34,7 @@ public LakeHouseTableDatasetTypeProperties() {
}
/**
- * Get the schema property: The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with
+ * Get the schema property: The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with
* resultType string).
*
* @return the schema value.
@@ -44,7 +44,7 @@ public Object schema() {
}
/**
- * Set the schema property: The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with
+ * Set the schema property: The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with
* resultType string).
*
* @param schema the schema value to set.
@@ -56,7 +56,7 @@ public LakeHouseTableDatasetTypeProperties withSchema(Object schema) {
}
/**
- * Get the table property: The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType
+ * Get the table property: The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType
* string).
*
* @return the table value.
@@ -66,7 +66,7 @@ public Object table() {
}
/**
- * Set the table property: The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType
+ * Set the table property: The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType
* string).
*
* @param table the table value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
index 5963cc23f860..7197d2456b76 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
@@ -5,12 +5,12 @@
package com.azure.resourcemanager.datafactory.fluent.models;
import com.azure.core.annotation.Fluent;
-import com.azure.core.util.logging.ClientLogger;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import com.azure.resourcemanager.datafactory.models.AzureKeyVaultSecretReference;
+import com.azure.resourcemanager.datafactory.models.OracleAuthenticationType;
import java.io.IOException;
/**
@@ -19,15 +19,100 @@
@Fluent
public final class OracleLinkedServiceTypeProperties implements JsonSerializable {
/*
- * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0.
*/
private Object connectionString;
+ /*
+ * The location of Oracle database you want to connect to, the supported forms include connector descriptor, Easy
+ * Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version
+ * 2.0.
+ */
+ private Object server;
+
+ /*
+ * Authentication type for connecting to the Oracle database. Only used for Version 2.0.
+ */
+ private OracleAuthenticationType authenticationType;
+
+ /*
+ * The Oracle database username. Type: string. Only used for Version 2.0.
+ */
+ private Object username;
+
/*
* The Azure key vault secret reference of password in connection string.
*/
private AzureKeyVaultSecretReference password;
+ /*
+ * Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default
+ * value is required. Type: string. Only used for Version 2.0.
+ */
+ private Object encryptionClient;
+
+ /*
+ * Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112,
+ * 3DES168, default value is (AES256). Type: string. Only used for Version 2.0.
+ */
+ private Object encryptionTypesClient;
+
+ /*
+ * Specifies the desired data integrity behavior when this client connects to a server. Supported values are
+ * accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.
+ */
+ private Object cryptoChecksumClient;
+
+ /*
+ * Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512,
+ * default value is (SHA512). Type: string. Only used for Version 2.0.
+ */
+ private Object cryptoChecksumTypesClient;
+
+ /*
+ * Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only
+ * used for Version 2.0.
+ */
+ private Object initialLobFetchSize;
+
+ /*
+ * Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default
+ * value is 10485760. Type: integer. Only used for Version 2.0.
+ */
+ private Object fetchSize;
+
+ /*
+ * Specifies the number of cursors or statements to be cached for each database connection, default value is 0.
+ * Type: integer. Only used for Version 2.0.
+ */
+ private Object statementCacheSize;
+
+ /*
+ * Specifies a command that is issued immediately after connecting to the database to manage session settings. Type:
+ * string. Only used for Version 2.0.
+ */
+ private Object initializationString;
+
+ /*
+ * Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true.
+ * Type: boolean. Only used for Version 2.0.
+ */
+ private Object enableBulkLoad;
+
+ /*
+ * Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep
+ * backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used
+ * for Version 2.0.
+ */
+ private Object supportV1DataTypes;
+
+ /*
+ * Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or
+ * string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only
+ * used for Version 2.0.
+ */
+ private Object fetchTswtzAsTimestamp;
+
/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string.
@@ -42,7 +127,7 @@ public OracleLinkedServiceTypeProperties() {
/**
* Get the connectionString property: The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * AzureKeyVaultSecretReference. Only used for Version 1.0.
*
* @return the connectionString value.
*/
@@ -52,7 +137,7 @@ public Object connectionString() {
/**
* Set the connectionString property: The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * AzureKeyVaultSecretReference. Only used for Version 1.0.
*
* @param connectionString the connectionString value to set.
* @return the OracleLinkedServiceTypeProperties object itself.
@@ -62,6 +147,72 @@ public OracleLinkedServiceTypeProperties withConnectionString(Object connectionS
return this;
}
+ /**
+ * Get the server property: The location of Oracle database you want to connect to, the supported forms include
+ * connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type:
+ * string. Only used for Version 2.0.
+ *
+ * @return the server value.
+ */
+ public Object server() {
+ return this.server;
+ }
+
+ /**
+ * Set the server property: The location of Oracle database you want to connect to, the supported forms include
+ * connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type:
+ * string. Only used for Version 2.0.
+ *
+ * @param server the server value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withServer(Object server) {
+ this.server = server;
+ return this;
+ }
+
+ /**
+ * Get the authenticationType property: Authentication type for connecting to the Oracle database. Only used for
+ * Version 2.0.
+ *
+ * @return the authenticationType value.
+ */
+ public OracleAuthenticationType authenticationType() {
+ return this.authenticationType;
+ }
+
+ /**
+ * Set the authenticationType property: Authentication type for connecting to the Oracle database. Only used for
+ * Version 2.0.
+ *
+ * @param authenticationType the authenticationType value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withAuthenticationType(OracleAuthenticationType authenticationType) {
+ this.authenticationType = authenticationType;
+ return this;
+ }
+
+ /**
+ * Get the username property: The Oracle database username. Type: string. Only used for Version 2.0.
+ *
+ * @return the username value.
+ */
+ public Object username() {
+ return this.username;
+ }
+
+ /**
+ * Set the username property: The Oracle database username. Type: string. Only used for Version 2.0.
+ *
+ * @param username the username value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withUsername(Object username) {
+ this.username = username;
+ return this;
+ }
+
/**
* Get the password property: The Azure key vault secret reference of password in connection string.
*
@@ -82,6 +233,256 @@ public OracleLinkedServiceTypeProperties withPassword(AzureKeyVaultSecretReferen
return this;
}
+ /**
+ * Get the encryptionClient property: Specifies the encryption client behavior. Supported values are accepted,
+ * rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.
+ *
+ * @return the encryptionClient value.
+ */
+ public Object encryptionClient() {
+ return this.encryptionClient;
+ }
+
+ /**
+ * Set the encryptionClient property: Specifies the encryption client behavior. Supported values are accepted,
+ * rejected, requested or required, default value is required. Type: string. Only used for Version 2.0.
+ *
+ * @param encryptionClient the encryptionClient value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withEncryptionClient(Object encryptionClient) {
+ this.encryptionClient = encryptionClient;
+ return this;
+ }
+
+ /**
+ * Get the encryptionTypesClient property: Specifies the encryption algorithms that client can use. Supported values
+ * are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0.
+ *
+ * @return the encryptionTypesClient value.
+ */
+ public Object encryptionTypesClient() {
+ return this.encryptionTypesClient;
+ }
+
+ /**
+ * Set the encryptionTypesClient property: Specifies the encryption algorithms that client can use. Supported values
+ * are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0.
+ *
+ * @param encryptionTypesClient the encryptionTypesClient value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withEncryptionTypesClient(Object encryptionTypesClient) {
+ this.encryptionTypesClient = encryptionTypesClient;
+ return this;
+ }
+
+ /**
+ * Get the cryptoChecksumClient property: Specifies the desired data integrity behavior when this client connects to
+ * a server. Supported values are accepted, rejected, requested or required, default value is required. Type:
+ * string. Only used for Version 2.0.
+ *
+ * @return the cryptoChecksumClient value.
+ */
+ public Object cryptoChecksumClient() {
+ return this.cryptoChecksumClient;
+ }
+
+ /**
+ * Set the cryptoChecksumClient property: Specifies the desired data integrity behavior when this client connects to
+ * a server. Supported values are accepted, rejected, requested or required, default value is required. Type:
+ * string. Only used for Version 2.0.
+ *
+ * @param cryptoChecksumClient the cryptoChecksumClient value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withCryptoChecksumClient(Object cryptoChecksumClient) {
+ this.cryptoChecksumClient = cryptoChecksumClient;
+ return this;
+ }
+
+ /**
+ * Get the cryptoChecksumTypesClient property: Specifies the crypto-checksum algorithms that client can use.
+ * Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version
+ * 2.0.
+ *
+ * @return the cryptoChecksumTypesClient value.
+ */
+ public Object cryptoChecksumTypesClient() {
+ return this.cryptoChecksumTypesClient;
+ }
+
+ /**
+ * Set the cryptoChecksumTypesClient property: Specifies the crypto-checksum algorithms that client can use.
+ * Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version
+ * 2.0.
+ *
+ * @param cryptoChecksumTypesClient the cryptoChecksumTypesClient value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withCryptoChecksumTypesClient(Object cryptoChecksumTypesClient) {
+ this.cryptoChecksumTypesClient = cryptoChecksumTypesClient;
+ return this;
+ }
+
+ /**
+ * Get the initialLobFetchSize property: Specifies the amount that the source initially fetches for LOB columns,
+ * default value is 0. Type: integer. Only used for Version 2.0.
+ *
+ * @return the initialLobFetchSize value.
+ */
+ public Object initialLobFetchSize() {
+ return this.initialLobFetchSize;
+ }
+
+ /**
+ * Set the initialLobFetchSize property: Specifies the amount that the source initially fetches for LOB columns,
+ * default value is 0. Type: integer. Only used for Version 2.0.
+ *
+ * @param initialLobFetchSize the initialLobFetchSize value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withInitialLobFetchSize(Object initialLobFetchSize) {
+ this.initialLobFetchSize = initialLobFetchSize;
+ return this;
+ }
+
+ /**
+ * Get the fetchSize property: Specifies the number of bytes that the driver allocates to fetch the data in one
+ * database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0.
+ *
+ * @return the fetchSize value.
+ */
+ public Object fetchSize() {
+ return this.fetchSize;
+ }
+
+ /**
+ * Set the fetchSize property: Specifies the number of bytes that the driver allocates to fetch the data in one
+ * database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0.
+ *
+ * @param fetchSize the fetchSize value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withFetchSize(Object fetchSize) {
+ this.fetchSize = fetchSize;
+ return this;
+ }
+
+ /**
+ * Get the statementCacheSize property: Specifies the number of cursors or statements to be cached for each database
+ * connection, default value is 0. Type: integer. Only used for Version 2.0.
+ *
+ * @return the statementCacheSize value.
+ */
+ public Object statementCacheSize() {
+ return this.statementCacheSize;
+ }
+
+ /**
+ * Set the statementCacheSize property: Specifies the number of cursors or statements to be cached for each database
+ * connection, default value is 0. Type: integer. Only used for Version 2.0.
+ *
+ * @param statementCacheSize the statementCacheSize value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withStatementCacheSize(Object statementCacheSize) {
+ this.statementCacheSize = statementCacheSize;
+ return this;
+ }
+
+ /**
+ * Get the initializationString property: Specifies a command that is issued immediately after connecting to the
+ * database to manage session settings. Type: string. Only used for Version 2.0.
+ *
+ * @return the initializationString value.
+ */
+ public Object initializationString() {
+ return this.initializationString;
+ }
+
+ /**
+ * Set the initializationString property: Specifies a command that is issued immediately after connecting to the
+ * database to manage session settings. Type: string. Only used for Version 2.0.
+ *
+ * @param initializationString the initializationString value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withInitializationString(Object initializationString) {
+ this.initializationString = initializationString;
+ return this;
+ }
+
+ /**
+ * Get the enableBulkLoad property: Specifies whether to use bulk copy or batch insert when loading data into the
+ * database, default value is true. Type: boolean. Only used for Version 2.0.
+ *
+ * @return the enableBulkLoad value.
+ */
+ public Object enableBulkLoad() {
+ return this.enableBulkLoad;
+ }
+
+ /**
+ * Set the enableBulkLoad property: Specifies whether to use bulk copy or batch insert when loading data into the
+ * database, default value is true. Type: boolean. Only used for Version 2.0.
+ *
+ * @param enableBulkLoad the enableBulkLoad value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withEnableBulkLoad(Object enableBulkLoad) {
+ this.enableBulkLoad = enableBulkLoad;
+ return this;
+ }
+
+ /**
+ * Get the supportV1DataTypes property: Specifies whether to use the Version 1.0 data type mappings. Do not set this
+ * to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is
+ * false. Type: boolean. Only used for Version 2.0.
+ *
+ * @return the supportV1DataTypes value.
+ */
+ public Object supportV1DataTypes() {
+ return this.supportV1DataTypes;
+ }
+
+ /**
+ * Set the supportV1DataTypes property: Specifies whether to use the Version 1.0 data type mappings. Do not set this
+ * to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is
+ * false. Type: boolean. Only used for Version 2.0.
+ *
+ * @param supportV1DataTypes the supportV1DataTypes value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withSupportV1DataTypes(Object supportV1DataTypes) {
+ this.supportV1DataTypes = supportV1DataTypes;
+ return this;
+ }
+
+ /**
+ * Get the fetchTswtzAsTimestamp property: Specifies whether the driver returns column value with the TIMESTAMP WITH
+ * TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default
+ * value is true. Type: boolean. Only used for Version 2.0.
+ *
+ * @return the fetchTswtzAsTimestamp value.
+ */
+ public Object fetchTswtzAsTimestamp() {
+ return this.fetchTswtzAsTimestamp;
+ }
+
+ /**
+ * Set the fetchTswtzAsTimestamp property: Specifies whether the driver returns column value with the TIMESTAMP WITH
+ * TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default
+ * value is true. Type: boolean. Only used for Version 2.0.
+ *
+ * @param fetchTswtzAsTimestamp the fetchTswtzAsTimestamp value to set.
+ * @return the OracleLinkedServiceTypeProperties object itself.
+ */
+ public OracleLinkedServiceTypeProperties withFetchTswtzAsTimestamp(Object fetchTswtzAsTimestamp) {
+ this.fetchTswtzAsTimestamp = fetchTswtzAsTimestamp;
+ return this;
+ }
+
/**
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
* using the integration runtime credential manager. Type: string.
@@ -110,18 +511,11 @@ public OracleLinkedServiceTypeProperties withEncryptedCredential(String encrypte
* @throws IllegalArgumentException thrown if the instance is not valid.
*/
public void validate() {
- if (connectionString() == null) {
- throw LOGGER.atError()
- .log(new IllegalArgumentException(
- "Missing required property connectionString in model OracleLinkedServiceTypeProperties"));
- }
if (password() != null) {
password().validate();
}
}
- private static final ClientLogger LOGGER = new ClientLogger(OracleLinkedServiceTypeProperties.class);
-
/**
* {@inheritDoc}
*/
@@ -129,7 +523,22 @@ public void validate() {
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
jsonWriter.writeUntypedField("connectionString", this.connectionString);
+ jsonWriter.writeUntypedField("server", this.server);
+ jsonWriter.writeStringField("authenticationType",
+ this.authenticationType == null ? null : this.authenticationType.toString());
+ jsonWriter.writeUntypedField("username", this.username);
jsonWriter.writeJsonField("password", this.password);
+ jsonWriter.writeUntypedField("encryptionClient", this.encryptionClient);
+ jsonWriter.writeUntypedField("encryptionTypesClient", this.encryptionTypesClient);
+ jsonWriter.writeUntypedField("cryptoChecksumClient", this.cryptoChecksumClient);
+ jsonWriter.writeUntypedField("cryptoChecksumTypesClient", this.cryptoChecksumTypesClient);
+ jsonWriter.writeUntypedField("initialLobFetchSize", this.initialLobFetchSize);
+ jsonWriter.writeUntypedField("fetchSize", this.fetchSize);
+ jsonWriter.writeUntypedField("statementCacheSize", this.statementCacheSize);
+ jsonWriter.writeUntypedField("initializationString", this.initializationString);
+ jsonWriter.writeUntypedField("enableBulkLoad", this.enableBulkLoad);
+ jsonWriter.writeUntypedField("supportV1DataTypes", this.supportV1DataTypes);
+ jsonWriter.writeUntypedField("fetchTswtzAsTimestamp", this.fetchTswtzAsTimestamp);
jsonWriter.writeStringField("encryptedCredential", this.encryptedCredential);
return jsonWriter.writeEndObject();
}
@@ -140,7 +549,6 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
* @param jsonReader The JsonReader being read.
* @return An instance of OracleLinkedServiceTypeProperties if the JsonReader was pointing to an instance of it, or
* null if it was pointing to JSON null.
- * @throws IllegalStateException If the deserialized JSON object was missing any required properties.
* @throws IOException If an error occurs while reading the OracleLinkedServiceTypeProperties.
*/
public static OracleLinkedServiceTypeProperties fromJson(JsonReader jsonReader) throws IOException {
@@ -153,9 +561,38 @@ public static OracleLinkedServiceTypeProperties fromJson(JsonReader jsonReader)
if ("connectionString".equals(fieldName)) {
deserializedOracleLinkedServiceTypeProperties.connectionString = reader.readUntyped();
+ } else if ("server".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.server = reader.readUntyped();
+ } else if ("authenticationType".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.authenticationType
+ = OracleAuthenticationType.fromString(reader.getString());
+ } else if ("username".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.username = reader.readUntyped();
} else if ("password".equals(fieldName)) {
deserializedOracleLinkedServiceTypeProperties.password
= AzureKeyVaultSecretReference.fromJson(reader);
+ } else if ("encryptionClient".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.encryptionClient = reader.readUntyped();
+ } else if ("encryptionTypesClient".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.encryptionTypesClient = reader.readUntyped();
+ } else if ("cryptoChecksumClient".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.cryptoChecksumClient = reader.readUntyped();
+ } else if ("cryptoChecksumTypesClient".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.cryptoChecksumTypesClient = reader.readUntyped();
+ } else if ("initialLobFetchSize".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.initialLobFetchSize = reader.readUntyped();
+ } else if ("fetchSize".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.fetchSize = reader.readUntyped();
+ } else if ("statementCacheSize".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.statementCacheSize = reader.readUntyped();
+ } else if ("initializationString".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.initializationString = reader.readUntyped();
+ } else if ("enableBulkLoad".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.enableBulkLoad = reader.readUntyped();
+ } else if ("supportV1DataTypes".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.supportV1DataTypes = reader.readUntyped();
+ } else if ("fetchTswtzAsTimestamp".equals(fieldName)) {
+ deserializedOracleLinkedServiceTypeProperties.fetchTswtzAsTimestamp = reader.readUntyped();
} else if ("encryptedCredential".equals(fieldName)) {
deserializedOracleLinkedServiceTypeProperties.encryptedCredential = reader.getString();
} else {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
index 8f8c48ff6af3..216ee147787e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
@@ -67,8 +67,8 @@ public final class SapOdpLinkedServiceTypeProperties implements JsonSerializable
private Object messageServerService;
/*
- * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on).
- * Type: string (or Expression with resultType string).
+ * SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression
+ * with resultType boolean).
*/
private Object sncMode;
@@ -320,8 +320,8 @@ public SapOdpLinkedServiceTypeProperties withMessageServerService(Object message
}
/**
- * Get the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be
- * either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
+ * Get the sncMode property: SNC activation flag (Boolean) to access the SAP server where the table is located.
+ * Type: boolean (or Expression with resultType boolean).
*
* @return the sncMode value.
*/
@@ -330,8 +330,8 @@ public Object sncMode() {
}
/**
- * Set the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be
- * either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
+ * Set the sncMode property: SNC activation flag (Boolean) to access the SAP server where the table is located.
+ * Type: boolean (or Expression with resultType boolean).
*
* @param sncMode the sncMode value to set.
* @return the SapOdpLinkedServiceTypeProperties object itself.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
index acbd0b1e401e..63e81d95b17c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
@@ -68,8 +68,8 @@ public final class SapTableLinkedServiceTypeProperties
private Object messageServerService;
/*
- * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on).
- * Type: string (or Expression with resultType string).
+ * SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression
+ * with resultType boolean).
*/
private Object sncMode;
@@ -311,8 +311,8 @@ public SapTableLinkedServiceTypeProperties withMessageServerService(Object messa
}
/**
- * Get the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be
- * either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
+ * Get the sncMode property: SNC activation flag (Boolean) to access the SAP server where the table is located.
+ * Type: boolean (or Expression with resultType boolean).
*
* @return the sncMode value.
*/
@@ -321,8 +321,8 @@ public Object sncMode() {
}
/**
- * Set the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be
- * either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
+ * Set the sncMode property: SNC activation flag (Boolean) to access the SAP server where the table is located.
+ * Type: boolean (or Expression with resultType boolean).
*
* @param sncMode the sncMode value to set.
* @return the SapTableLinkedServiceTypeProperties object itself.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
index 60a6b021041c..a80427922ade 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
@@ -20,7 +20,8 @@
public final class TeradataLinkedServiceTypeProperties
implements JsonSerializable {
/*
- * Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
+ * Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only applied for
+ * version 1.0.
*/
private Object connectionString;
@@ -44,6 +45,43 @@ public final class TeradataLinkedServiceTypeProperties
*/
private SecretBase password;
+ /*
+ * SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”,
+ * “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied
+ * for version 2.0.
+ */
+ private Object sslMode;
+
+ /*
+ * The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with
+ * resultType integer). Only used for V2. Only applied for version 2.0.
+ */
+ private Object portNumber;
+
+ /*
+ * The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with
+ * resultType integer). Only applied for version 2.0.
+ */
+ private Object httpsPortNumber;
+
+ /*
+ * Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This
+ * setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only
+ * applied for version 2.0.
+ */
+ private Object useDataEncryption;
+
+ /*
+ * The character set to use for the connection. Type: string (or Expression with resultType string). Only applied
+ * for version 2.0.
+ */
+ private Object characterSet;
+
+ /*
+ * The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0.
+ */
+ private Object maxRespSize;
+
/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string.
@@ -58,7 +96,7 @@ public TeradataLinkedServiceTypeProperties() {
/**
* Get the connectionString property: Teradata ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * AzureKeyVaultSecretReference. Only applied for version 1.0.
*
* @return the connectionString value.
*/
@@ -68,7 +106,7 @@ public Object connectionString() {
/**
* Set the connectionString property: Teradata ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * AzureKeyVaultSecretReference. Only applied for version 1.0.
*
* @param connectionString the connectionString value to set.
* @return the TeradataLinkedServiceTypeProperties object itself.
@@ -158,6 +196,142 @@ public TeradataLinkedServiceTypeProperties withPassword(SecretBase password) {
return this;
}
+ /**
+ * Get the sslMode property: SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”,
+ * “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with
+ * resultType string). Only applied for version 2.0.
+ *
+ * @return the sslMode value.
+ */
+ public Object sslMode() {
+ return this.sslMode;
+ }
+
+ /**
+ * Set the sslMode property: SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”,
+ * “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with
+ * resultType string). Only applied for version 2.0.
+ *
+ * @param sslMode the sslMode value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withSslMode(Object sslMode) {
+ this.sslMode = sslMode;
+ return this;
+ }
+
+ /**
+ * Get the portNumber property: The port numbers when connecting to server through non HTTPS/TLS connections. Type:
+ * integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0.
+ *
+ * @return the portNumber value.
+ */
+ public Object portNumber() {
+ return this.portNumber;
+ }
+
+ /**
+ * Set the portNumber property: The port numbers when connecting to server through non HTTPS/TLS connections. Type:
+ * integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0.
+ *
+ * @param portNumber the portNumber value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withPortNumber(Object portNumber) {
+ this.portNumber = portNumber;
+ return this;
+ }
+
+ /**
+ * Get the httpsPortNumber property: The port numbers when connecting to server through HTTPS/TLS connections. Type:
+ * integer (or Expression with resultType integer). Only applied for version 2.0.
+ *
+ * @return the httpsPortNumber value.
+ */
+ public Object httpsPortNumber() {
+ return this.httpsPortNumber;
+ }
+
+ /**
+ * Set the httpsPortNumber property: The port numbers when connecting to server through HTTPS/TLS connections. Type:
+ * integer (or Expression with resultType integer). Only applied for version 2.0.
+ *
+ * @param httpsPortNumber the httpsPortNumber value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withHttpsPortNumber(Object httpsPortNumber) {
+ this.httpsPortNumber = httpsPortNumber;
+ return this;
+ }
+
+ /**
+ * Get the useDataEncryption property: Specifies whether to encrypt all communication with the Teradata database.
+ * Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression
+ * with resultType integer). Only applied for version 2.0.
+ *
+ * @return the useDataEncryption value.
+ */
+ public Object useDataEncryption() {
+ return this.useDataEncryption;
+ }
+
+ /**
+ * Set the useDataEncryption property: Specifies whether to encrypt all communication with the Teradata database.
+ * Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression
+ * with resultType integer). Only applied for version 2.0.
+ *
+ * @param useDataEncryption the useDataEncryption value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withUseDataEncryption(Object useDataEncryption) {
+ this.useDataEncryption = useDataEncryption;
+ return this;
+ }
+
+ /**
+ * Get the characterSet property: The character set to use for the connection. Type: string (or Expression with
+ * resultType string). Only applied for version 2.0.
+ *
+ * @return the characterSet value.
+ */
+ public Object characterSet() {
+ return this.characterSet;
+ }
+
+ /**
+ * Set the characterSet property: The character set to use for the connection. Type: string (or Expression with
+ * resultType string). Only applied for version 2.0.
+ *
+ * @param characterSet the characterSet value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withCharacterSet(Object characterSet) {
+ this.characterSet = characterSet;
+ return this;
+ }
+
+ /**
+ * Get the maxRespSize property: The maximum size of the response buffer for SQL requests, in bytes. Type: integer.
+ * Only applied for version 2.0.
+ *
+ * @return the maxRespSize value.
+ */
+ public Object maxRespSize() {
+ return this.maxRespSize;
+ }
+
+ /**
+ * Set the maxRespSize property: The maximum size of the response buffer for SQL requests, in bytes. Type: integer.
+ * Only applied for version 2.0.
+ *
+ * @param maxRespSize the maxRespSize value to set.
+ * @return the TeradataLinkedServiceTypeProperties object itself.
+ */
+ public TeradataLinkedServiceTypeProperties withMaxRespSize(Object maxRespSize) {
+ this.maxRespSize = maxRespSize;
+ return this;
+ }
+
/**
* Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted
* using the integration runtime credential manager. Type: string.
@@ -203,6 +377,12 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
this.authenticationType == null ? null : this.authenticationType.toString());
jsonWriter.writeUntypedField("username", this.username);
jsonWriter.writeJsonField("password", this.password);
+ jsonWriter.writeUntypedField("sslMode", this.sslMode);
+ jsonWriter.writeUntypedField("portNumber", this.portNumber);
+ jsonWriter.writeUntypedField("httpsPortNumber", this.httpsPortNumber);
+ jsonWriter.writeUntypedField("useDataEncryption", this.useDataEncryption);
+ jsonWriter.writeUntypedField("characterSet", this.characterSet);
+ jsonWriter.writeUntypedField("maxRespSize", this.maxRespSize);
jsonWriter.writeStringField("encryptedCredential", this.encryptedCredential);
return jsonWriter.writeEndObject();
}
@@ -234,6 +414,18 @@ public static TeradataLinkedServiceTypeProperties fromJson(JsonReader jsonReader
deserializedTeradataLinkedServiceTypeProperties.username = reader.readUntyped();
} else if ("password".equals(fieldName)) {
deserializedTeradataLinkedServiceTypeProperties.password = SecretBase.fromJson(reader);
+ } else if ("sslMode".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.sslMode = reader.readUntyped();
+ } else if ("portNumber".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.portNumber = reader.readUntyped();
+ } else if ("httpsPortNumber".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.httpsPortNumber = reader.readUntyped();
+ } else if ("useDataEncryption".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.useDataEncryption = reader.readUntyped();
+ } else if ("characterSet".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.characterSet = reader.readUntyped();
+ } else if ("maxRespSize".equals(fieldName)) {
+ deserializedTeradataLinkedServiceTypeProperties.maxRespSize = reader.readUntyped();
} else if ("encryptedCredential".equals(fieldName)) {
deserializedTeradataLinkedServiceTypeProperties.encryptedCredential = reader.getString();
} else {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java
index 7e099d9d2aa6..8a9e355dfdf4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java
@@ -73,14 +73,6 @@ public final class FactoriesClientImpl implements FactoriesClient {
@Host("{$host}")
@ServiceInterface(name = "DataFactoryManagemen")
public interface FactoriesService {
- @Headers({ "Content-Type: application/json" })
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories")
- @ExpectedResponses({ 200 })
- @UnexpectedResponseExceptionType(ManagementException.class)
- Mono> list(@HostParam("$host") String endpoint,
- @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion,
- @HeaderParam("Accept") String accept, Context context);
-
@Headers({ "Content-Type: application/json" })
@Post("/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo")
@ExpectedResponses({ 200 })
@@ -161,13 +153,6 @@ Mono> getDataPlaneAccess(@HostParam("$host")
@QueryParam("api-version") String apiVersion, @BodyParam("application/json") UserAccessPolicy policy,
@HeaderParam("Accept") String accept, Context context);
- @Headers({ "Content-Type: application/json" })
- @Get("{nextLink}")
- @ExpectedResponses({ 200 })
- @UnexpectedResponseExceptionType(ManagementException.class)
- Mono> listNext(@PathParam(value = "nextLink", encoded = true) String nextLink,
- @HostParam("$host") String endpoint, @HeaderParam("Accept") String accept, Context context);
-
@Headers({ "Content-Type: application/json" })
@Get("{nextLink}")
@ExpectedResponses({ 200 })
@@ -177,113 +162,6 @@ Mono> listByResourceGroupNext(
@HeaderParam("Accept") String accept, Context context);
}
- /**
- * Lists factories under the specified subscription.
- *
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources along with {@link PagedResponse} on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono> listSinglePageAsync() {
- if (this.client.getEndpoint() == null) {
- return Mono.error(
- new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
- }
- if (this.client.getSubscriptionId() == null) {
- return Mono.error(new IllegalArgumentException(
- "Parameter this.client.getSubscriptionId() is required and cannot be null."));
- }
- final String accept = "application/json";
- return FluxUtil
- .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(),
- this.client.getApiVersion(), accept, context))
- .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(),
- res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
- .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
- }
-
- /**
- * Lists factories under the specified subscription.
- *
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources along with {@link PagedResponse} on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono> listSinglePageAsync(Context context) {
- if (this.client.getEndpoint() == null) {
- return Mono.error(
- new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
- }
- if (this.client.getSubscriptionId() == null) {
- return Mono.error(new IllegalArgumentException(
- "Parameter this.client.getSubscriptionId() is required and cannot be null."));
- }
- final String accept = "application/json";
- context = this.client.mergeContext(context);
- return service
- .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept,
- context)
- .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
- res.getValue().value(), res.getValue().nextLink(), null));
- }
-
- /**
- * Lists factories under the specified subscription.
- *
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedFlux}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- private PagedFlux listAsync() {
- return new PagedFlux<>(() -> listSinglePageAsync(), nextLink -> listNextSinglePageAsync(nextLink));
- }
-
- /**
- * Lists factories under the specified subscription.
- *
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedFlux}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- private PagedFlux listAsync(Context context) {
- return new PagedFlux<>(() -> listSinglePageAsync(context),
- nextLink -> listNextSinglePageAsync(nextLink, context));
- }
-
- /**
- * Lists factories under the specified subscription.
- *
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedIterable list() {
- return new PagedIterable<>(listAsync());
- }
-
- /**
- * Lists factories under the specified subscription.
- *
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedIterable list(Context context) {
- return new PagedIterable<>(listAsync(context));
- }
-
/**
* Updates a factory's repo information.
*
@@ -1329,57 +1207,6 @@ public AccessPolicyResponseInner getDataPlaneAccess(String resourceGroupName, St
return getDataPlaneAccessWithResponse(resourceGroupName, factoryName, policy, Context.NONE).getValue();
}
- /**
- * Get the next page of items.
- *
- * @param nextLink The URL to get the next list of items.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources along with {@link PagedResponse} on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono> listNextSinglePageAsync(String nextLink) {
- if (nextLink == null) {
- return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
- }
- if (this.client.getEndpoint() == null) {
- return Mono.error(
- new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
- }
- final String accept = "application/json";
- return FluxUtil.withContext(context -> service.listNext(nextLink, this.client.getEndpoint(), accept, context))
- .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(),
- res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
- .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
- }
-
- /**
- * Get the next page of items.
- *
- * @param nextLink The URL to get the next list of items.
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources along with {@link PagedResponse} on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono> listNextSinglePageAsync(String nextLink, Context context) {
- if (nextLink == null) {
- return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
- }
- if (this.client.getEndpoint() == null) {
- return Mono.error(
- new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
- }
- final String accept = "application/json";
- context = this.client.mergeContext(context);
- return service.listNext(nextLink, this.client.getEndpoint(), accept, context)
- .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
- res.getValue().value(), res.getValue().nextLink(), null));
- }
-
/**
* Get the next page of items.
*
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesImpl.java
index 39a4594f46fb..2b4174fd5b8a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesImpl.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesImpl.java
@@ -34,16 +34,6 @@ public FactoriesImpl(FactoriesClient innerClient,
this.serviceManager = serviceManager;
}
- public PagedIterable list() {
- PagedIterable inner = this.serviceClient().list();
- return ResourceManagerUtils.mapPage(inner, inner1 -> new FactoryImpl(inner1, this.manager()));
- }
-
- public PagedIterable list(Context context) {
- PagedIterable inner = this.serviceClient().list(context);
- return ResourceManagerUtils.mapPage(inner, inner1 -> new FactoryImpl(inner1, this.manager()));
- }
-
public Response configureFactoryRepoWithResponse(String locationId, FactoryRepoUpdate factoryRepoUpdate,
Context context) {
Response inner
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsLinkedService.java
index 512620279e78..12be1062aea2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonMwsLinkedServiceTypeProperties innerTypeProperties() {
+ AmazonMwsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsObjectDataset.java
index 99c2a0397509..cf183e423579 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleLinkedService.java
index 5159525138e6..2eddd52b9c01 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRdsForLinkedServiceTypeProperties innerTypeProperties() {
+ AmazonRdsForLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleTableDataset.java
index c3fd1789a903..8c5030cc56b2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRdsForOracleTableDatasetTypeProperties innerTypeProperties() {
+ AmazonRdsForOracleTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerLinkedService.java
index 17c08c744cbb..115b1a4ff8c1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRdsForSqlServerLinkedServiceTypeProperties innerTypeProperties() {
+ AmazonRdsForSqlServerLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerTableDataset.java
index da262679c069..ac64ece431d9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRdsForSqlServerTableDatasetTypeProperties innerTypeProperties() {
+ AmazonRdsForSqlServerTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftLinkedService.java
index 664321c20a0c..cbe1a80a7245 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRedshiftLinkedServiceTypeProperties innerTypeProperties() {
+ AmazonRedshiftLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftTableDataset.java
index 155e7ebc39ec..bf55dfde06d4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonRedshiftTableDatasetTypeProperties innerTypeProperties() {
+ AmazonRedshiftTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLinkedService.java
index 2ee59166e1c2..1f582ca48e93 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonS3CompatibleLinkedServiceTypeProperties innerTypeProperties() {
+ AmazonS3CompatibleLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Dataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Dataset.java
index 0ebae08a48ab..0c7e573e9bfc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Dataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Dataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonS3DatasetTypeProperties innerTypeProperties() {
+ AmazonS3DatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3LinkedService.java
index 9207009e9e01..6a051e28dc6c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3LinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AmazonS3LinkedServiceTypeProperties innerTypeProperties() {
+ AmazonS3LinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppFiguresLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppFiguresLinkedService.java
index ac3b0fd777a5..e326ece895fd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppFiguresLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppFiguresLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AppFiguresLinkedServiceTypeProperties innerTypeProperties() {
+ AppFiguresLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppendVariableActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppendVariableActivity.java
index 3cdbb8092dcc..051ecb4e49dd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppendVariableActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AppendVariableActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AppendVariableActivityTypeProperties innerTypeProperties() {
+ AppendVariableActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AsanaLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AsanaLinkedService.java
index 3fda079f7f73..58ba05daa5d0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AsanaLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AsanaLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AsanaLinkedServiceTypeProperties innerTypeProperties() {
+ AsanaLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroDataset.java
index 0bc77de2553c..2753e1172886 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AvroDatasetTypeProperties innerTypeProperties() {
+ AvroDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzPowerShellSetup.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzPowerShellSetup.java
index b6182b1f785d..a49bc86fcfcd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzPowerShellSetup.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzPowerShellSetup.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzPowerShellSetupTypeProperties innerTypeProperties() {
+ AzPowerShellSetupTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBatchLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBatchLinkedService.java
index c5e858da23aa..a0ca4701a3ad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBatchLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBatchLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureBatchLinkedServiceTypeProperties innerTypeProperties() {
+ AzureBatchLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobDataset.java
index ffc4787586b9..9de9855d6dac 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureBlobDatasetTypeProperties innerTypeProperties() {
+ AzureBlobDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSDataset.java
index 89e0a7234b61..7ad25b76635e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureBlobFSDatasetTypeProperties innerTypeProperties() {
+ AzureBlobFSDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLinkedService.java
index 3f05388c1b40..d1531e1a28fc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureBlobFSLinkedServiceTypeProperties innerTypeProperties() {
+ AzureBlobFSLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLinkedService.java
index d4c861b8d6be..a5770487964f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureBlobStorageLinkedServiceTypeProperties innerTypeProperties() {
+ AzureBlobStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerCommandActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerCommandActivity.java
index 3c3cdc81913e..ca52f663862a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerCommandActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerCommandActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataExplorerCommandActivityTypeProperties innerTypeProperties() {
+ AzureDataExplorerCommandActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerLinkedService.java
index b43bc692ca40..2061aa00c629 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataExplorerLinkedServiceTypeProperties innerTypeProperties() {
+ AzureDataExplorerLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerTableDataset.java
index 3f0b6913d812..424fffc05b2e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataExplorerDatasetTypeProperties innerTypeProperties() {
+ AzureDataExplorerDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeAnalyticsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeAnalyticsLinkedService.java
index c2f297c9efe9..7f20d41842b1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeAnalyticsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeAnalyticsLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataLakeAnalyticsLinkedServiceTypeProperties innerTypeProperties() {
+ AzureDataLakeAnalyticsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreDataset.java
index e43c42bc62b5..a3550443b1bf 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataLakeStoreDatasetTypeProperties innerTypeProperties() {
+ AzureDataLakeStoreDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreLinkedService.java
index e591059b6960..f5813ebf1a14 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDataLakeStoreLinkedServiceTypeProperties innerTypeProperties() {
+ AzureDataLakeStoreLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeDataset.java
index 428216d7a8ff..2e638c3ebcc2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDatabricksDeltaLakeDatasetTypeProperties innerTypeProperties() {
+ AzureDatabricksDeltaLakeDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeLinkedService.java
index 9193468475c0..0b98a46c60ae 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDatabricksDetltaLakeLinkedServiceTypeProperties innerTypeProperties() {
+ AzureDatabricksDetltaLakeLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksLinkedService.java
index 48a52f60eaaf..dec5f7b455c9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureDatabricksLinkedServiceTypeProperties innerTypeProperties() {
+ AzureDatabricksLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageLinkedService.java
index 2d7665831b08..9eb5eda34fad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureFileStorageLinkedServiceTypeProperties innerTypeProperties() {
+ AzureFileStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivity.java
index e4dfcf36263a..88b2f832d9ce 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureFunctionActivityTypeProperties innerTypeProperties() {
+ AzureFunctionActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionLinkedService.java
index 0fa3d9d57691..91d0cc4e97c1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureFunctionLinkedServiceTypeProperties innerTypeProperties() {
+ AzureFunctionLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultLinkedService.java
index a98624549ef7..c0b7ead9202a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureKeyVaultLinkedServiceTypeProperties innerTypeProperties() {
+ AzureKeyVaultLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLBatchExecutionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLBatchExecutionActivity.java
index b5b6910ae7db..8f82d1effe95 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLBatchExecutionActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLBatchExecutionActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMLBatchExecutionActivityTypeProperties innerTypeProperties() {
+ AzureMLBatchExecutionActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLExecutePipelineActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLExecutePipelineActivity.java
index 505c9855beaa..79a5d9049af5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLExecutePipelineActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLExecutePipelineActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMLExecutePipelineActivityTypeProperties innerTypeProperties() {
+ AzureMLExecutePipelineActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLLinkedService.java
index 3fe8daf7f633..88c64acce2af 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMLLinkedServiceTypeProperties innerTypeProperties() {
+ AzureMLLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLServiceLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLServiceLinkedService.java
index 2aa50b3f6fb8..4f484fac8af0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLServiceLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLServiceLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMLServiceLinkedServiceTypeProperties innerTypeProperties() {
+ AzureMLServiceLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLUpdateResourceActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLUpdateResourceActivity.java
index 9ba22cad6fa7..4f15a8f663e3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLUpdateResourceActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLUpdateResourceActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMLUpdateResourceActivityTypeProperties innerTypeProperties() {
+ AzureMLUpdateResourceActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBLinkedService.java
index 5cddb8d1fb02..338fc8116ffa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMariaDBLinkedServiceTypeProperties innerTypeProperties() {
+ AzureMariaDBLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBTableDataset.java
index cb67a40c9bca..f181ab26fbaf 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlLinkedService.java
index 15fc6d298e10..8e78bae8081f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMySqlLinkedServiceTypeProperties innerTypeProperties() {
+ AzureMySqlLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlTableDataset.java
index 52611337cf03..d75d6dc17c39 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureMySqlTableDatasetTypeProperties innerTypeProperties() {
+ AzureMySqlTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlLinkedService.java
index 1e1387cf7768..4dcf779c8761 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzurePostgreSqlLinkedServiceTypeProperties innerTypeProperties() {
+ AzurePostgreSqlLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
@@ -439,6 +439,213 @@ public AzurePostgreSqlLinkedService withEncryptedCredential(String encryptedCred
return this;
}
+ /**
+ * Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Database
+ * for PostgreSQL Flexible server. Type: string (or Expression with resultType string).
+ *
+ * @return the servicePrincipalId value.
+ */
+ public Object servicePrincipalId() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().servicePrincipalId();
+ }
+
+ /**
+ * Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Database
+ * for PostgreSQL Flexible server. Type: string (or Expression with resultType string).
+ *
+ * @param servicePrincipalId the servicePrincipalId value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withServicePrincipalId(Object servicePrincipalId) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withServicePrincipalId(servicePrincipalId);
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalKey property: The key of the service principal used to authenticate against Azure
+ * Database for PostgreSQL Flexible server.
+ *
+ * @return the servicePrincipalKey value.
+ */
+ public SecretBase servicePrincipalKey() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().servicePrincipalKey();
+ }
+
+ /**
+ * Set the servicePrincipalKey property: The key of the service principal used to authenticate against Azure
+ * Database for PostgreSQL Flexible server.
+ *
+ * @param servicePrincipalKey the servicePrincipalKey value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withServicePrincipalKey(SecretBase servicePrincipalKey) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withServicePrincipalKey(servicePrincipalKey);
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server
+ * authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or
+ * Expression with resultType string).
+ *
+ * @return the servicePrincipalCredentialType value.
+ */
+ public Object servicePrincipalCredentialType() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().servicePrincipalCredentialType();
+ }
+
+ /**
+ * Set the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server
+ * authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or
+ * Expression with resultType string).
+ *
+ * @param servicePrincipalCredentialType the servicePrincipalCredentialType value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withServicePrincipalCredentialType(Object servicePrincipalCredentialType) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withServicePrincipalCredentialType(servicePrincipalCredentialType);
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application
+ * registered in Azure Active Directory. Type: string (or Expression with resultType string).
+ *
+ * @return the servicePrincipalEmbeddedCert value.
+ */
+ public SecretBase servicePrincipalEmbeddedCert() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().servicePrincipalEmbeddedCert();
+ }
+
+ /**
+ * Set the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application
+ * registered in Azure Active Directory. Type: string (or Expression with resultType string).
+ *
+ * @param servicePrincipalEmbeddedCert the servicePrincipalEmbeddedCert value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withServicePrincipalEmbeddedCert(SecretBase servicePrincipalEmbeddedCert) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withServicePrincipalEmbeddedCert(servicePrincipalEmbeddedCert);
+ return this;
+ }
+
+ /**
+ * Get the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your
+ * certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with
+ * resultType string).
+ *
+ * @return the servicePrincipalEmbeddedCertPassword value.
+ */
+ public SecretBase servicePrincipalEmbeddedCertPassword() {
+ return this.innerTypeProperties() == null
+ ? null
+ : this.innerTypeProperties().servicePrincipalEmbeddedCertPassword();
+ }
+
+ /**
+ * Set the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your
+ * certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with
+ * resultType string).
+ *
+ * @param servicePrincipalEmbeddedCertPassword the servicePrincipalEmbeddedCertPassword value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService
+ withServicePrincipalEmbeddedCertPassword(SecretBase servicePrincipalEmbeddedCertPassword) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withServicePrincipalEmbeddedCertPassword(servicePrincipalEmbeddedCertPassword);
+ return this;
+ }
+
+ /**
+ * Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or
+ * Expression with resultType string).
+ *
+ * @return the tenant value.
+ */
+ public Object tenant() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().tenant();
+ }
+
+ /**
+ * Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or
+ * Expression with resultType string).
+ *
+ * @param tenant the tenant value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withTenant(Object tenant) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withTenant(tenant);
+ return this;
+ }
+
+ /**
+ * Get the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are
+ * AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type.
+ * Type: string (or Expression with resultType string).
+ *
+ * @return the azureCloudType value.
+ */
+ public Object azureCloudType() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().azureCloudType();
+ }
+
+ /**
+ * Set the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are
+ * AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type.
+ * Type: string (or Expression with resultType string).
+ *
+ * @param azureCloudType the azureCloudType value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withAzureCloudType(Object azureCloudType) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withAzureCloudType(azureCloudType);
+ return this;
+ }
+
+ /**
+ * Get the credential property: The credential reference containing authentication information.
+ *
+ * @return the credential value.
+ */
+ public CredentialReference credential() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().credential();
+ }
+
+ /**
+ * Set the credential property: The credential reference containing authentication information.
+ *
+ * @param credential the credential value to set.
+ * @return the AzurePostgreSqlLinkedService object itself.
+ */
+ public AzurePostgreSqlLinkedService withCredential(CredentialReference credential) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzurePostgreSqlLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withCredential(credential);
+ return this;
+ }
+
/**
* Validates the instance.
*
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlTableDataset.java
index 15cac3807381..f2d7dd92add0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzurePostgreSqlTableDatasetTypeProperties innerTypeProperties() {
+ AzurePostgreSqlTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexDataset.java
index 3d4a16adebc1..31d1ba1f5058 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSearchIndexDatasetTypeProperties innerTypeProperties() {
+ AzureSearchIndexDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchLinkedService.java
index 3aa3da094e8d..7f96ad124281 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSearchLinkedServiceTypeProperties innerTypeProperties() {
+ AzureSearchLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWLinkedService.java
index 12ea89b99099..5e0293972064 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlDWLinkedServiceTypeProperties innerTypeProperties() {
+ AzureSqlDWLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWTableDataset.java
index 5124974d8297..3e5d5e9b882f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDWTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlDWTableDatasetTypeProperties innerTypeProperties() {
+ AzureSqlDWTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDatabaseLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDatabaseLinkedService.java
index 284a874ae70a..4ab5209d2272 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDatabaseLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlDatabaseLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlDatabaseLinkedServiceTypeProperties innerTypeProperties() {
+ AzureSqlDatabaseLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMILinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMILinkedService.java
index f3445755b518..995b674dbfbe 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMILinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMILinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlMILinkedServiceTypeProperties innerTypeProperties() {
+ AzureSqlMILinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMITableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMITableDataset.java
index bfabc96c627a..0060fd081a72 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMITableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlMITableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlMITableDatasetTypeProperties innerTypeProperties() {
+ AzureSqlMITableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlTableDataset.java
index 71d18e566ad1..f67c0343d510 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSqlTableDatasetTypeProperties innerTypeProperties() {
+ AzureSqlTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureStorageLinkedService.java
index 25c7f42a7f34..6349944e06ad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureStorageLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureStorageLinkedServiceTypeProperties innerTypeProperties() {
+ AzureStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java
index 2b4f9a1080cb..67a5b4fc7fd3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties() {
+ AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableDataset.java
index 994ae32ca696..bc5334ba010b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureTableDatasetTypeProperties innerTypeProperties() {
+ AzureTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableStorageLinkedService.java
index 3b4c417c23e7..0cc9f94760f7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableStorageLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private AzureTableStorageLinkedServiceTypeProperties innerTypeProperties() {
+ AzureTableStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BinaryDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BinaryDataset.java
index bc35c87d2eaf..92d4da56f120 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BinaryDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BinaryDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private BinaryDatasetTypeProperties innerTypeProperties() {
+ BinaryDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobEventsTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobEventsTrigger.java
index b169d238f34f..16880ce59820 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobEventsTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobEventsTrigger.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private BlobEventsTriggerTypeProperties innerTypeProperties() {
+ BlobEventsTriggerTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobTrigger.java
index ad72556e7a71..3716d723d0cb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobTrigger.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private BlobTriggerTypeProperties innerTypeProperties() {
+ BlobTriggerTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraLinkedService.java
index 05bac2a6b96a..5c687e60f468 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CassandraLinkedServiceTypeProperties innerTypeProperties() {
+ CassandraLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraTableDataset.java
index 90f52a2dc3b1..ad0de7d451d9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CassandraTableDatasetTypeProperties innerTypeProperties() {
+ CassandraTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
index 554d133b428a..15cb5bf9799b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
@@ -79,7 +79,7 @@ public ChainingTrigger withPipeline(TriggerPipelineReference pipeline) {
*
* @return the innerTypeProperties value.
*/
- private ChainingTriggerTypeProperties innerTypeProperties() {
+ ChainingTriggerTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmdkeySetup.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmdkeySetup.java
index 270a80016abe..5e64c91a8197 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmdkeySetup.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmdkeySetup.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CmdkeySetupTypeProperties innerTypeProperties() {
+ CmdkeySetupTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsEntityDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsEntityDataset.java
index f9be1bb37255..b9ea9e726ee0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsEntityDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsEntityDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CommonDataServiceForAppsEntityDatasetTypeProperties innerTypeProperties() {
+ CommonDataServiceForAppsEntityDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsLinkedService.java
index db466737d9db..372ca9e5390d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CommonDataServiceForAppsLinkedServiceTypeProperties innerTypeProperties() {
+ CommonDataServiceForAppsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ComponentSetup.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ComponentSetup.java
index 814dfcb7f605..c88c44d0dd49 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ComponentSetup.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ComponentSetup.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private LicensedComponentSetupTypeProperties innerTypeProperties() {
+ LicensedComponentSetupTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurLinkedService.java
index fa93f869f709..9c86284a81cb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ConcurLinkedServiceTypeProperties innerTypeProperties() {
+ ConcurLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurObjectDataset.java
index 9c7b83424701..b042382b748a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivity.java
index d51febf07754..e50c4ebb4199 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivity.java
@@ -61,7 +61,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CopyActivityTypeProperties innerTypeProperties() {
+ CopyActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
index a771d228461b..be3d889d2242 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
@@ -288,6 +288,8 @@ public static CopySink fromJson(JsonReader jsonReader) throws IOException {
return OrcSink.fromJson(readerToUse.reset());
} else if ("RestSink".equals(discriminatorValue)) {
return RestSink.fromJson(readerToUse.reset());
+ } else if ("TeradataSink".equals(discriminatorValue)) {
+ return TeradataSink.fromJson(readerToUse.reset());
} else if ("AzurePostgreSqlSink".equals(discriminatorValue)) {
return AzurePostgreSqlSink.fromJson(readerToUse.reset());
} else if ("AzureMySqlSink".equals(discriminatorValue)) {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbLinkedService.java
index 5198d707e3bb..2b92febec538 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CosmosDbLinkedServiceTypeProperties innerTypeProperties() {
+ CosmosDbLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiCollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiCollectionDataset.java
index 2a2ce3350173..af4e9d99973d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiCollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiCollectionDataset.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CosmosDbMongoDbApiCollectionDatasetTypeProperties innerTypeProperties() {
+ CosmosDbMongoDbApiCollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiLinkedService.java
index b1a15b40f817..3b03d494f1f2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CosmosDbMongoDbApiLinkedServiceTypeProperties innerTypeProperties() {
+ CosmosDbMongoDbApiLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiCollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiCollectionDataset.java
index 2b6fd31fe90c..b9d12fde6d23 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiCollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiCollectionDataset.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CosmosDbSqlApiCollectionDatasetTypeProperties innerTypeProperties() {
+ CosmosDbSqlApiCollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseLinkedService.java
index dd20990b21cb..1a47c8aae61b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CouchbaseLinkedServiceTypeProperties innerTypeProperties() {
+ CouchbaseLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseTableDataset.java
index 02d1e4791e8f..ed352196de98 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomActivity.java
index 3b59dea4867c..c60cd54d07ae 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CustomActivityTypeProperties innerTypeProperties() {
+ CustomActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomEventsTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomEventsTrigger.java
index 0a5c7c194b20..20da44bf3b82 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomEventsTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CustomEventsTrigger.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private CustomEventsTriggerTypeProperties innerTypeProperties() {
+ CustomEventsTriggerTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataLakeAnalyticsUsqlActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataLakeAnalyticsUsqlActivity.java
index 36436a23643d..17bce2fe0163 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataLakeAnalyticsUsqlActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataLakeAnalyticsUsqlActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DataLakeAnalyticsUsqlActivityTypeProperties innerTypeProperties() {
+ DataLakeAnalyticsUsqlActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksNotebookActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksNotebookActivity.java
index a85f1be7a21f..b9b1896946b1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksNotebookActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksNotebookActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DatabricksNotebookActivityTypeProperties innerTypeProperties() {
+ DatabricksNotebookActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkJarActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkJarActivity.java
index 8f18dc9b8413..50f6828a024c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkJarActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkJarActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DatabricksSparkJarActivityTypeProperties innerTypeProperties() {
+ DatabricksSparkJarActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkPythonActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkPythonActivity.java
index 2aa46e89d277..94d22e025d23 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkPythonActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatabricksSparkPythonActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DatabricksSparkPythonActivityTypeProperties innerTypeProperties() {
+ DatabricksSparkPythonActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
index 7624d73bf4f4..109c61de9c32 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
@@ -525,7 +525,7 @@ public static Dataset fromJson(JsonReader jsonReader) throws IOException {
return SharePointOnlineListResourceDataset.fromJson(readerToUse.reset());
} else if ("AzureDatabricksDeltaLakeDataset".equals(discriminatorValue)) {
return AzureDatabricksDeltaLakeDataset.fromJson(readerToUse.reset());
- } else if ("LakeHouseTable".equals(discriminatorValue)) {
+ } else if ("LakehouseTable".equals(discriminatorValue)) {
return LakeHouseTableDataset.fromJson(readerToUse.reset());
} else if ("SalesforceV2Object".equals(discriminatorValue)) {
return SalesforceV2ObjectDataset.fromJson(readerToUse.reset());
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataworldLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataworldLinkedService.java
index a3b9dcad27a7..9d26e0a31de3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataworldLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataworldLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DataworldLinkedServiceTypeProperties innerTypeProperties() {
+ DataworldLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2LinkedService.java
index b50e73d804d1..819ae4087f86 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2LinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private Db2LinkedServiceTypeProperties innerTypeProperties() {
+ Db2LinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2TableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2TableDataset.java
index ffa23e4eba47..cdd3c88c5a64 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2TableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2TableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private Db2TableDatasetTypeProperties innerTypeProperties() {
+ Db2TableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DeleteActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DeleteActivity.java
index 5ee4f593c227..3226bdb80bed 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DeleteActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DeleteActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DeleteActivityTypeProperties innerTypeProperties() {
+ DeleteActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextDataset.java
index 57eca620cf80..58cd70675087 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DelimitedTextDatasetTypeProperties innerTypeProperties() {
+ DelimitedTextDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionDataset.java
index c2d699dee69b..42df7b0bc6fd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionDataset.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DocumentDbCollectionDatasetTypeProperties innerTypeProperties() {
+ DocumentDbCollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillLinkedService.java
index 2ce35026cb02..81cfa5d5ad59 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DrillLinkedServiceTypeProperties innerTypeProperties() {
+ DrillLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillTableDataset.java
index e428cd0ba8e4..4f0dc0ea3c3f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DrillDatasetTypeProperties innerTypeProperties() {
+ DrillDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXLinkedService.java
index 3ad78cc70179..1c020b00dfca 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsAXLinkedServiceTypeProperties innerTypeProperties() {
+ DynamicsAXLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXResourceDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXResourceDataset.java
index 5b30f15647b0..d5ee628da721 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXResourceDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXResourceDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsAXResourceDatasetTypeProperties innerTypeProperties() {
+ DynamicsAXResourceDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmEntityDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmEntityDataset.java
index 2bd038cd70c1..44874f931261 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmEntityDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmEntityDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsCrmEntityDatasetTypeProperties innerTypeProperties() {
+ DynamicsCrmEntityDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmLinkedService.java
index 73a15f2b50ac..519f6e3ae705 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsCrmLinkedServiceTypeProperties innerTypeProperties() {
+ DynamicsCrmLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsEntityDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsEntityDataset.java
index 4fa06c50cc2b..b0895dbdd473 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsEntityDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsEntityDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsEntityDatasetTypeProperties innerTypeProperties() {
+ DynamicsEntityDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsLinkedService.java
index 06787a50e406..f84af01a72eb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private DynamicsLinkedServiceTypeProperties innerTypeProperties() {
+ DynamicsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaLinkedService.java
index f9dc95aefdf7..4cf30c4b9099 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private EloquaLinkedServiceTypeProperties innerTypeProperties() {
+ EloquaLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaObjectDataset.java
index 8a52e29799b8..8bc733c05c9e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EnvironmentVariableSetup.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EnvironmentVariableSetup.java
index 10ad6eaf9779..07ed50e851d3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EnvironmentVariableSetup.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EnvironmentVariableSetup.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private EnvironmentVariableSetupTypeProperties innerTypeProperties() {
+ EnvironmentVariableSetupTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelDataset.java
index c9e845afe9ef..3ec890b01957 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ExcelDatasetTypeProperties innerTypeProperties() {
+ ExcelDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivity.java
index d549febf0f33..35e02afca0b6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ExecuteDataFlowActivityTypeProperties innerTypeProperties() {
+ ExecuteDataFlowActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivity.java
index 8938aaa02147..fb2de24294c8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivity.java
@@ -76,7 +76,7 @@ public ExecutePipelineActivity withPolicy(ExecutePipelineActivityPolicy policy)
*
* @return the innerTypeProperties value.
*/
- private ExecutePipelineActivityTypeProperties innerTypeProperties() {
+ ExecutePipelineActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteSsisPackageActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteSsisPackageActivity.java
index 90591919e9ce..9cf8b2050243 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteSsisPackageActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteSsisPackageActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ExecuteSsisPackageActivityTypeProperties innerTypeProperties() {
+ ExecuteSsisPackageActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteWranglingDataflowActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteWranglingDataflowActivity.java
index 0d07097e9c2c..49ccbb121913 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteWranglingDataflowActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteWranglingDataflowActivity.java
@@ -56,7 +56,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ExecutePowerQueryActivityTypeProperties innerTypeProperties() {
+ ExecutePowerQueryActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Factories.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Factories.java
index f2f1126697a0..160e359cb728 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Factories.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Factories.java
@@ -12,26 +12,6 @@
* Resource collection API of Factories.
*/
public interface Factories {
- /**
- * Lists factories under the specified subscription.
- *
- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- PagedIterable list();
-
- /**
- * Lists factories under the specified subscription.
- *
- * @param context The context to associate with this operation.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return a list of factory resources as paginated response with {@link PagedIterable}.
- */
- PagedIterable list(Context context);
-
/**
* Updates a factory's repo information.
*
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FailActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FailActivity.java
index e2c09986962f..e427c8422838 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FailActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FailActivity.java
@@ -54,7 +54,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FailActivityTypeProperties innerTypeProperties() {
+ FailActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerLinkedService.java
index c4ce2a11d58b..25c8f6c11c4b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FileServerLinkedServiceTypeProperties innerTypeProperties() {
+ FileServerLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileShareDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileShareDataset.java
index 2c7695300924..4d1eede4b36c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileShareDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileShareDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FileShareDatasetTypeProperties innerTypeProperties() {
+ FileShareDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FilterActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FilterActivity.java
index 5c7c676377d9..98ab297aa872 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FilterActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FilterActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FilterActivityTypeProperties innerTypeProperties() {
+ FilterActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Flowlet.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Flowlet.java
index 1a3598f39b2d..f2ce8cc9c171 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Flowlet.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Flowlet.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FlowletTypeProperties innerTypeProperties() {
+ FlowletTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ForEachActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ForEachActivity.java
index e3abf5c5b604..5c0bb1d0ef62 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ForEachActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ForEachActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ForEachActivityTypeProperties innerTypeProperties() {
+ ForEachActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpServerLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpServerLinkedService.java
index b54e18259fa5..cf36324f47df 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpServerLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpServerLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private FtpServerLinkedServiceTypeProperties innerTypeProperties() {
+ FtpServerLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GetMetadataActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GetMetadataActivity.java
index 213c5e775aba..b1e833ef1126 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GetMetadataActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GetMetadataActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GetMetadataActivityTypeProperties innerTypeProperties() {
+ GetMetadataActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsLinkedService.java
index 038006c1da4b..fd7c058c91c6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleAdWordsLinkedServiceTypeProperties innerTypeProperties() {
+ GoogleAdWordsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsObjectDataset.java
index 65607275ee56..b38c53eda189 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryLinkedService.java
index b95fe3e1037a..a92a29b4403d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleBigQueryLinkedServiceTypeProperties innerTypeProperties() {
+ GoogleBigQueryLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryObjectDataset.java
index cbdbfc7262da..d100b28aa1ac 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleBigQueryDatasetTypeProperties innerTypeProperties() {
+ GoogleBigQueryDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2LinkedService.java
index 9fc205c2d927..103dc5e9e553 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2LinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleBigQueryV2LinkedServiceTypeProperties innerTypeProperties() {
+ GoogleBigQueryV2LinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2ObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2ObjectDataset.java
index 233d53549f44..47afba9bde09 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2ObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryV2ObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleBigQueryV2DatasetTypeProperties innerTypeProperties() {
+ GoogleBigQueryV2DatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLinkedService.java
index 6d36199e84ce..0a8cdc37e4e7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleCloudStorageLinkedServiceTypeProperties innerTypeProperties() {
+ GoogleCloudStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java
index 130e1566d34d..abe098f51f83 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GoogleSheetsLinkedServiceTypeProperties innerTypeProperties() {
+ GoogleSheetsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumAuthenticationType.java
new file mode 100644
index 000000000000..4700587f9d62
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumAuthenticationType.java
@@ -0,0 +1,46 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * The authentication type to use. Type: string. Only used for V2.
+ */
+public final class GreenplumAuthenticationType extends ExpandableStringEnum {
+ /**
+ * Static value Basic for GreenplumAuthenticationType.
+ */
+ public static final GreenplumAuthenticationType BASIC = fromString("Basic");
+
+ /**
+ * Creates a new instance of GreenplumAuthenticationType value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public GreenplumAuthenticationType() {
+ }
+
+ /**
+ * Creates or finds a GreenplumAuthenticationType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding GreenplumAuthenticationType.
+ */
+ public static GreenplumAuthenticationType fromString(String name) {
+ return fromString(name, GreenplumAuthenticationType.class);
+ }
+
+ /**
+ * Gets known GreenplumAuthenticationType values.
+ *
+ * @return known GreenplumAuthenticationType values.
+ */
+ public static Collection values() {
+ return values(GreenplumAuthenticationType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumLinkedService.java
index 1813b541bd91..e49a3165678d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GreenplumLinkedServiceTypeProperties innerTypeProperties() {
+ GreenplumLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
@@ -173,6 +173,221 @@ public GreenplumLinkedService withEncryptedCredential(String encryptedCredential
return this;
}
+ /**
+ * Get the authenticationType property: The authentication type to use. Type: string. Only used for V2.
+ *
+ * @return the authenticationType value.
+ */
+ public GreenplumAuthenticationType authenticationType() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().authenticationType();
+ }
+
+ /**
+ * Set the authenticationType property: The authentication type to use. Type: string. Only used for V2.
+ *
+ * @param authenticationType the authenticationType value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withAuthenticationType(GreenplumAuthenticationType authenticationType) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withAuthenticationType(authenticationType);
+ return this;
+ }
+
+ /**
+ * Get the host property: Host name for connection. Type: string. Only used for V2.
+ *
+ * @return the host value.
+ */
+ public Object host() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().host();
+ }
+
+ /**
+ * Set the host property: Host name for connection. Type: string. Only used for V2.
+ *
+ * @param host the host value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withHost(Object host) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withHost(host);
+ return this;
+ }
+
+ /**
+ * Get the port property: The port for the connection. Type: integer. Only used for V2.
+ *
+ * @return the port value.
+ */
+ public Object port() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().port();
+ }
+
+ /**
+ * Set the port property: The port for the connection. Type: integer. Only used for V2.
+ *
+ * @param port the port value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withPort(Object port) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withPort(port);
+ return this;
+ }
+
+ /**
+ * Get the username property: Username for authentication. Type: string. Only used for V2.
+ *
+ * @return the username value.
+ */
+ public Object username() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().username();
+ }
+
+ /**
+ * Set the username property: Username for authentication. Type: string. Only used for V2.
+ *
+ * @param username the username value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withUsername(Object username) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withUsername(username);
+ return this;
+ }
+
+ /**
+ * Get the database property: Database name for connection. Type: string. Only used for V2.
+ *
+ * @return the database value.
+ */
+ public Object database() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().database();
+ }
+
+ /**
+ * Set the database property: Database name for connection. Type: string. Only used for V2.
+ *
+ * @param database the database value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withDatabase(Object database) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withDatabase(database);
+ return this;
+ }
+
+ /**
+ * Get the sslMode property: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4:
+ * verify-ca, 5: verify-full. Type: integer. Only used for V2.
+ *
+ * @return the sslMode value.
+ */
+ public Object sslMode() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().sslMode();
+ }
+
+ /**
+ * Set the sslMode property: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4:
+ * verify-ca, 5: verify-full. Type: integer. Only used for V2.
+ *
+ * @param sslMode the sslMode value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withSslMode(Object sslMode) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withSslMode(sslMode);
+ return this;
+ }
+
+ /**
+ * Get the connectionTimeout property: The time to wait (in seconds) while trying to establish a connection before
+ * terminating the attempt and generating an error. Type: integer. Only used for V2.
+ *
+ * @return the connectionTimeout value.
+ */
+ public Object connectionTimeout() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().connectionTimeout();
+ }
+
+ /**
+ * Set the connectionTimeout property: The time to wait (in seconds) while trying to establish a connection before
+ * terminating the attempt and generating an error. Type: integer. Only used for V2.
+ *
+ * @param connectionTimeout the connectionTimeout value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withConnectionTimeout(Object connectionTimeout) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withConnectionTimeout(connectionTimeout);
+ return this;
+ }
+
+ /**
+ * Get the commandTimeout property: The time to wait (in seconds) while trying to execute a command before
+ * terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
+ *
+ * @return the commandTimeout value.
+ */
+ public Object commandTimeout() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().commandTimeout();
+ }
+
+ /**
+ * Set the commandTimeout property: The time to wait (in seconds) while trying to execute a command before
+ * terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
+ *
+ * @param commandTimeout the commandTimeout value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withCommandTimeout(Object commandTimeout) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withCommandTimeout(commandTimeout);
+ return this;
+ }
+
+ /**
+ * Get the password property: The Azure key vault secret reference of password in connection string. Type: string.
+ * Only used for V2.
+ *
+ * @return the password value.
+ */
+ public SecretBase password() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().password();
+ }
+
+ /**
+ * Set the password property: The Azure key vault secret reference of password in connection string. Type: string.
+ * Only used for V2.
+ *
+ * @param password the password value to set.
+ * @return the GreenplumLinkedService object itself.
+ */
+ public GreenplumLinkedService withPassword(SecretBase password) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new GreenplumLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withPassword(password);
+ return this;
+ }
+
/**
* Validates the instance.
*
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumTableDataset.java
index 9e8d001d573b..0763ed93a5d6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GreenplumDatasetTypeProperties innerTypeProperties() {
+ GreenplumDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseLinkedService.java
index 704abcb2c6d4..9f6c3bf324ee 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HBaseLinkedServiceTypeProperties innerTypeProperties() {
+ HBaseLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseObjectDataset.java
index 0be93a694bf3..139dd9a9f3f4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightHiveActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightHiveActivity.java
index 0f118da54969..15c3572e6a1e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightHiveActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightHiveActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightHiveActivityTypeProperties innerTypeProperties() {
+ HDInsightHiveActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightLinkedService.java
index 59d67c24d097..bb5806a15466 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightLinkedServiceTypeProperties innerTypeProperties() {
+ HDInsightLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightMapReduceActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightMapReduceActivity.java
index 36f441c838c1..68b2dd1ab039 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightMapReduceActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightMapReduceActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightMapReduceActivityTypeProperties innerTypeProperties() {
+ HDInsightMapReduceActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightOnDemandLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightOnDemandLinkedService.java
index c3f0d6b904fa..8ac57c9b0fca 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightOnDemandLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightOnDemandLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightOnDemandLinkedServiceTypeProperties innerTypeProperties() {
+ HDInsightOnDemandLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightPigActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightPigActivity.java
index 316e8dc6ae7f..78a87e7fe304 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightPigActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightPigActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightPigActivityTypeProperties innerTypeProperties() {
+ HDInsightPigActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightSparkActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightSparkActivity.java
index 1b884f39f984..1aa255d2476f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightSparkActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightSparkActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightSparkActivityTypeProperties innerTypeProperties() {
+ HDInsightSparkActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightStreamingActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightStreamingActivity.java
index 2e74fd009ed5..cdc2ea027c8d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightStreamingActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightStreamingActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HDInsightStreamingActivityTypeProperties innerTypeProperties() {
+ HDInsightStreamingActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsLinkedService.java
index 7f60b73db13a..36d7e4a1f259 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HdfsLinkedServiceTypeProperties innerTypeProperties() {
+ HdfsLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveLinkedService.java
index 0d663e31a194..8fde96d6dca5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HiveLinkedServiceTypeProperties innerTypeProperties() {
+ HiveLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveObjectDataset.java
index cdf04843cf89..7ed4f9867913 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HiveDatasetTypeProperties innerTypeProperties() {
+ HiveDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpDataset.java
index 2edc12444fc0..7fff8e163a94 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HttpDatasetTypeProperties innerTypeProperties() {
+ HttpDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
index a17a8be89e27..c4d62999584b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HttpLinkedServiceTypeProperties innerTypeProperties() {
+ HttpLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotLinkedService.java
index 8608e9da86d1..751e6ba269fb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private HubspotLinkedServiceTypeProperties innerTypeProperties() {
+ HubspotLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotObjectDataset.java
index 0461e38b95de..ebaf62e0a224 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IcebergDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IcebergDataset.java
index 90929ee9f96a..1414870d9196 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IcebergDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IcebergDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private IcebergDatasetTypeProperties innerTypeProperties() {
+ IcebergDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IfConditionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IfConditionActivity.java
index 0e01f6815d24..60c5d84f5ba3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IfConditionActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IfConditionActivity.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private IfConditionActivityTypeProperties innerTypeProperties() {
+ IfConditionActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaLinkedService.java
index 773c5600910d..fd57c21da473 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ImpalaLinkedServiceTypeProperties innerTypeProperties() {
+ ImpalaLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaObjectDataset.java
index 139bc4b7b616..90eb8acdcc70 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ImpalaDatasetTypeProperties innerTypeProperties() {
+ ImpalaDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImportSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImportSettings.java
index 127ff9668fde..e2c6d621abe4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImportSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImportSettings.java
@@ -110,7 +110,9 @@ public static ImportSettings fromJson(JsonReader jsonReader) throws IOException
}
}
// Use the discriminator value to determine which subtype should be deserialized.
- if ("AzureDatabricksDeltaLakeImportCommand".equals(discriminatorValue)) {
+ if ("TeradataImportCommand".equals(discriminatorValue)) {
+ return TeradataImportCommand.fromJson(readerToUse.reset());
+ } else if ("AzureDatabricksDeltaLakeImportCommand".equals(discriminatorValue)) {
return AzureDatabricksDeltaLakeImportCommand.fromJson(readerToUse.reset());
} else if ("SnowflakeImportCopyCommand".equals(discriminatorValue)) {
return SnowflakeImportCopyCommand.fromJson(readerToUse.reset());
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixLinkedService.java
index 283db8934c24..05ebf8904350 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private InformixLinkedServiceTypeProperties innerTypeProperties() {
+ InformixLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixTableDataset.java
index aaa3f7b30eb0..07f329cb903b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private InformixTableDatasetTypeProperties innerTypeProperties() {
+ InformixTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraLinkedService.java
index 588506b57b18..21d2a0a2afb1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private JiraLinkedServiceTypeProperties innerTypeProperties() {
+ JiraLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraObjectDataset.java
index 68e006091e06..fc449c0c5319 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonDataset.java
index 5a57ab2e97c0..e97925fedbe4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private JsonDatasetTypeProperties innerTypeProperties() {
+ JsonDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLinkedService.java
index d7dc282d7af2..30b6f02ea0ad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLinkedService.java
@@ -16,17 +16,17 @@
import java.util.Map;
/**
- * Microsoft Fabric LakeHouse linked service.
+ * Microsoft Fabric Lakehouse linked service.
*/
@Fluent
public final class LakeHouseLinkedService extends LinkedService {
/*
* Type of linked service.
*/
- private String type = "LakeHouse";
+ private String type = "Lakehouse";
/*
- * Microsoft Fabric LakeHouse linked service properties.
+ * Microsoft Fabric Lakehouse linked service properties.
*/
private LakeHouseLinkedServiceTypeProperties innerTypeProperties = new LakeHouseLinkedServiceTypeProperties();
@@ -47,11 +47,11 @@ public String type() {
}
/**
- * Get the innerTypeProperties property: Microsoft Fabric LakeHouse linked service properties.
+ * Get the innerTypeProperties property: Microsoft Fabric Lakehouse linked service properties.
*
* @return the innerTypeProperties value.
*/
- private LakeHouseLinkedServiceTypeProperties innerTypeProperties() {
+ LakeHouseLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
@@ -126,7 +126,7 @@ public LakeHouseLinkedService withWorkspaceId(Object workspaceId) {
}
/**
- * Get the artifactId property: The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with
+ * Get the artifactId property: The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with
* resultType string).
*
* @return the artifactId value.
@@ -136,7 +136,7 @@ public Object artifactId() {
}
/**
- * Set the artifactId property: The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with
+ * Set the artifactId property: The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with
* resultType string).
*
* @param artifactId the artifactId value to set.
@@ -152,7 +152,7 @@ public LakeHouseLinkedService withArtifactId(Object artifactId) {
/**
* Get the servicePrincipalId property: The ID of the application used to authenticate against Microsoft Fabric
- * LakeHouse. Type: string (or Expression with resultType string).
+ * Lakehouse. Type: string (or Expression with resultType string).
*
* @return the servicePrincipalId value.
*/
@@ -162,7 +162,7 @@ public Object servicePrincipalId() {
/**
* Set the servicePrincipalId property: The ID of the application used to authenticate against Microsoft Fabric
- * LakeHouse. Type: string (or Expression with resultType string).
+ * Lakehouse. Type: string (or Expression with resultType string).
*
* @param servicePrincipalId the servicePrincipalId value to set.
* @return the LakeHouseLinkedService object itself.
@@ -177,7 +177,7 @@ public LakeHouseLinkedService withServicePrincipalId(Object servicePrincipalId)
/**
* Get the servicePrincipalKey property: The Key of the application used to authenticate against Microsoft Fabric
- * LakeHouse.
+ * Lakehouse.
*
* @return the servicePrincipalKey value.
*/
@@ -187,7 +187,7 @@ public SecretBase servicePrincipalKey() {
/**
* Set the servicePrincipalKey property: The Key of the application used to authenticate against Microsoft Fabric
- * LakeHouse.
+ * Lakehouse.
*
* @param servicePrincipalKey the servicePrincipalKey value to set.
* @return the LakeHouseLinkedService object itself.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLocation.java
index 8da6ea000ffa..4746225d3d03 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseLocation.java
@@ -13,7 +13,7 @@
import java.util.Map;
/**
- * The location of Microsoft Fabric LakeHouse Files dataset.
+ * The location of Microsoft Fabric Lakehouse Files dataset.
*/
@Fluent
public final class LakeHouseLocation extends DatasetLocation {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseReadSettings.java
index 96f5d16bdf79..5239024e07d8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseReadSettings.java
@@ -13,7 +13,7 @@
import java.util.Map;
/**
- * Microsoft Fabric LakeHouse Files read settings.
+ * Microsoft Fabric Lakehouse Files read settings.
*/
@Fluent
public final class LakeHouseReadSettings extends StoreReadSettings {
@@ -29,12 +29,12 @@ public final class LakeHouseReadSettings extends StoreReadSettings {
private Object recursive;
/*
- * Microsoft Fabric LakeHouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
+ * Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
*/
private Object wildcardFolderPath;
/*
- * Microsoft Fabric LakeHouse Files wildcardFileName. Type: string (or Expression with resultType string).
+ * Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
*/
private Object wildcardFileName;
@@ -109,7 +109,7 @@ public LakeHouseReadSettings withRecursive(Object recursive) {
}
/**
- * Get the wildcardFolderPath property: Microsoft Fabric LakeHouse Files wildcardFolderPath. Type: string (or
+ * Get the wildcardFolderPath property: Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or
* Expression with resultType string).
*
* @return the wildcardFolderPath value.
@@ -119,7 +119,7 @@ public Object wildcardFolderPath() {
}
/**
- * Set the wildcardFolderPath property: Microsoft Fabric LakeHouse Files wildcardFolderPath. Type: string (or
+ * Set the wildcardFolderPath property: Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or
* Expression with resultType string).
*
* @param wildcardFolderPath the wildcardFolderPath value to set.
@@ -131,7 +131,7 @@ public LakeHouseReadSettings withWildcardFolderPath(Object wildcardFolderPath) {
}
/**
- * Get the wildcardFileName property: Microsoft Fabric LakeHouse Files wildcardFileName. Type: string (or Expression
+ * Get the wildcardFileName property: Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression
* with resultType string).
*
* @return the wildcardFileName value.
@@ -141,7 +141,7 @@ public Object wildcardFileName() {
}
/**
- * Set the wildcardFileName property: Microsoft Fabric LakeHouse Files wildcardFileName. Type: string (or Expression
+ * Set the wildcardFileName property: Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression
* with resultType string).
*
* @param wildcardFileName the wildcardFileName value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableDataset.java
index f3abf30d9f4b..23536b80ee6b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableDataset.java
@@ -16,17 +16,17 @@
import java.util.Map;
/**
- * Microsoft Fabric LakeHouse Table.
+ * Microsoft Fabric Lakehouse Table.
*/
@Fluent
public final class LakeHouseTableDataset extends Dataset {
/*
* Type of dataset.
*/
- private String type = "LakeHouseTable";
+ private String type = "LakehouseTable";
/*
- * Microsoft Fabric LakeHouse Table dataset properties.
+ * Microsoft Fabric Lakehouse Table dataset properties.
*/
private LakeHouseTableDatasetTypeProperties innerTypeProperties;
@@ -47,11 +47,11 @@ public String type() {
}
/**
- * Get the innerTypeProperties property: Microsoft Fabric LakeHouse Table dataset properties.
+ * Get the innerTypeProperties property: Microsoft Fabric Lakehouse Table dataset properties.
*
* @return the innerTypeProperties value.
*/
- private LakeHouseTableDatasetTypeProperties innerTypeProperties() {
+ LakeHouseTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
@@ -119,7 +119,7 @@ public LakeHouseTableDataset withFolder(DatasetFolder folder) {
}
/**
- * Get the schema property: The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with
+ * Get the schema property: The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with
* resultType string).
*
* @return the schema value.
@@ -129,7 +129,7 @@ public Object schemaTypePropertiesSchema() {
}
/**
- * Set the schema property: The schema name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with
+ * Set the schema property: The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with
* resultType string).
*
* @param schema the schema value to set.
@@ -144,7 +144,7 @@ public LakeHouseTableDataset withSchemaTypePropertiesSchema(Object schema) {
}
/**
- * Get the table property: The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType
+ * Get the table property: The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType
* string).
*
* @return the table value.
@@ -154,7 +154,7 @@ public Object table() {
}
/**
- * Set the table property: The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType
+ * Set the table property: The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType
* string).
*
* @param table the table value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSink.java
index 389b908fc283..183ac63621f8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSink.java
@@ -13,7 +13,7 @@
import java.util.Map;
/**
- * A copy activity for Microsoft Fabric LakeHouse Table sink.
+ * A copy activity for Microsoft Fabric Lakehouse Table sink.
*/
@Fluent
public final class LakeHouseTableSink extends CopySink {
@@ -23,7 +23,7 @@ public final class LakeHouseTableSink extends CopySink {
private String type = "LakeHouseTableSink";
/*
- * The type of table action for LakeHouse Table sink. Possible values include: "None", "Append", "Overwrite".
+ * The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
*/
private Object tableActionOption;
@@ -56,7 +56,7 @@ public String type() {
}
/**
- * Get the tableActionOption property: The type of table action for LakeHouse Table sink. Possible values include:
+ * Get the tableActionOption property: The type of table action for Lakehouse Table sink. Possible values include:
* "None", "Append", "Overwrite".
*
* @return the tableActionOption value.
@@ -66,7 +66,7 @@ public Object tableActionOption() {
}
/**
- * Set the tableActionOption property: The type of table action for LakeHouse Table sink. Possible values include:
+ * Set the tableActionOption property: The type of table action for Lakehouse Table sink. Possible values include:
* "None", "Append", "Overwrite".
*
* @param tableActionOption the tableActionOption value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSource.java
index 077848b0ff49..9953cfff2b2e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseTableSource.java
@@ -13,7 +13,7 @@
import java.util.Map;
/**
- * A copy activity source for Microsoft Fabric LakeHouse Table.
+ * A copy activity source for Microsoft Fabric Lakehouse Table.
*/
@Fluent
public final class LakeHouseTableSource extends CopySource {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseWriteSettings.java
index 180cb0d6e59a..55e84c1b155a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LakeHouseWriteSettings.java
@@ -14,7 +14,7 @@
import java.util.Map;
/**
- * Microsoft Fabric LakeHouse Files write settings.
+ * Microsoft Fabric Lakehouse Files write settings.
*/
@Fluent
public final class LakeHouseWriteSettings extends StoreWriteSettings {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
index da820afa1150..69a4513fbf92 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
@@ -487,7 +487,7 @@ public static LinkedService fromJson(JsonReader jsonReader) throws IOException {
return SharePointOnlineListLinkedService.fromJson(readerToUse.reset());
} else if ("AzureSynapseArtifacts".equals(discriminatorValue)) {
return AzureSynapseArtifactsLinkedService.fromJson(readerToUse.reset());
- } else if ("LakeHouse".equals(discriminatorValue)) {
+ } else if ("Lakehouse".equals(discriminatorValue)) {
return LakeHouseLinkedService.fromJson(readerToUse.reset());
} else if ("SalesforceV2".equals(discriminatorValue)) {
return SalesforceV2LinkedService.fromJson(readerToUse.reset());
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LookupActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LookupActivity.java
index 86d0a6e5e35b..c9f3138b40b6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LookupActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LookupActivity.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private LookupActivityTypeProperties innerTypeProperties() {
+ LookupActivityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoLinkedService.java
index e70549c39ee4..e571e1a9fc8e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MagentoLinkedServiceTypeProperties innerTypeProperties() {
+ MagentoLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoObjectDataset.java
index d3268529c352..2ce5bf7b0c03 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIdentityCredential.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIdentityCredential.java
index 4b46fc7c0c5c..b2888dfed629 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIdentityCredential.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIdentityCredential.java
@@ -50,7 +50,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ManagedIdentityTypeProperties innerTypeProperties() {
+ ManagedIdentityTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
index 643a57202517..3f27c71ec8e0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
@@ -69,7 +69,7 @@ public IntegrationRuntimeState state() {
*
* @return the innerTypeProperties value.
*/
- private ManagedIntegrationRuntimeTypeProperties innerTypeProperties() {
+ ManagedIntegrationRuntimeTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeStatus.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeStatus.java
index 7344ce9fe94f..f5ae33d1c5e2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeStatus.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeStatus.java
@@ -53,7 +53,7 @@ public IntegrationRuntimeType type() {
*
* @return the innerTypeProperties value.
*/
- private ManagedIntegrationRuntimeStatusTypeProperties innerTypeProperties() {
+ ManagedIntegrationRuntimeStatusTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MappingDataFlow.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MappingDataFlow.java
index aed09f0866fd..cb5764d989fc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MappingDataFlow.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MappingDataFlow.java
@@ -48,7 +48,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MappingDataFlowTypeProperties innerTypeProperties() {
+ MappingDataFlowTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBLinkedService.java
index 01ebfb7b1420..d55a53e7633d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MariaDBLinkedServiceTypeProperties innerTypeProperties() {
+ MariaDBLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBTableDataset.java
index 6106db18d141..bdf31b7e4cfb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoLinkedService.java
index 8454840f6c25..b2b04b4e3a83 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MarketoLinkedServiceTypeProperties innerTypeProperties() {
+ MarketoLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoObjectDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoObjectDataset.java
index 6b18977de376..b8891b0c454d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoObjectDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoObjectDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private GenericDatasetTypeProperties innerTypeProperties() {
+ GenericDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessLinkedService.java
index f6c41e035517..966f49644b01 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MicrosoftAccessLinkedServiceTypeProperties innerTypeProperties() {
+ MicrosoftAccessLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessTableDataset.java
index 4e5ff8726b96..e1905a94d8fe 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MicrosoftAccessTableDatasetTypeProperties innerTypeProperties() {
+ MicrosoftAccessTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasCollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasCollectionDataset.java
index 96c6c64c2ec9..880dcd7a249b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasCollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasCollectionDataset.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbAtlasCollectionDatasetTypeProperties innerTypeProperties() {
+ MongoDbAtlasCollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasLinkedService.java
index cbe6237ce624..8c38db7c21b5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbAtlasLinkedServiceTypeProperties innerTypeProperties() {
+ MongoDbAtlasLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCollectionDataset.java
index f6b12a727cff..2122858f9f4d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCollectionDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbCollectionDatasetTypeProperties innerTypeProperties() {
+ MongoDbCollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbLinkedService.java
index f54628f44372..d41affb9ca5f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbLinkedServiceTypeProperties innerTypeProperties() {
+ MongoDbLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2CollectionDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2CollectionDataset.java
index 1c3441804168..fd8011236498 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2CollectionDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2CollectionDataset.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbV2CollectionDatasetTypeProperties innerTypeProperties() {
+ MongoDbV2CollectionDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2LinkedService.java
index e3c48df90ba0..8b6c8c526615 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2LinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MongoDbV2LinkedServiceTypeProperties innerTypeProperties() {
+ MongoDbV2LinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlLinkedService.java
index eaf78ec21da3..10237959528e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MySqlLinkedServiceTypeProperties innerTypeProperties() {
+ MySqlLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlTableDataset.java
index b3e4e9cb04dd..d3b1a2ef8114 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MySqlTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private MySqlTableDatasetTypeProperties innerTypeProperties() {
+ MySqlTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaLinkedService.java
index cb243bd6daf4..6d417f53d146 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private NetezzaLinkedServiceTypeProperties innerTypeProperties() {
+ NetezzaLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaTableDataset.java
index 5254fe84fcd0..ba940af69281 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private NetezzaTableDatasetTypeProperties innerTypeProperties() {
+ NetezzaTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataLinkedService.java
index d0b10525b70f..7f79b27f3aec 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ODataLinkedServiceTypeProperties innerTypeProperties() {
+ ODataLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataResourceDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataResourceDataset.java
index a90706208955..570bd77b1aa5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataResourceDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataResourceDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private ODataResourceDatasetTypeProperties innerTypeProperties() {
+ ODataResourceDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcLinkedService.java
index 40669bad6b0a..f4474a288acb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcLinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private OdbcLinkedServiceTypeProperties innerTypeProperties() {
+ OdbcLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcTableDataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcTableDataset.java
index c0ac7a58612d..7d1184cdc82c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcTableDataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcTableDataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private OdbcTableDatasetTypeProperties innerTypeProperties() {
+ OdbcTableDatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Dataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Dataset.java
index b4be3b1c44bf..8fe3c9826d64 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Dataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Dataset.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private Office365DatasetTypeProperties innerTypeProperties() {
+ Office365DatasetTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365LinkedService.java
index a4b444260a9c..9fff8c739571 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365LinkedService.java
@@ -51,7 +51,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private Office365LinkedServiceTypeProperties innerTypeProperties() {
+ Office365LinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleAuthenticationType.java
new file mode 100644
index 000000000000..a862c0ae4e9d
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleAuthenticationType.java
@@ -0,0 +1,46 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * Authentication type for connecting to the Oracle database. Only used for Version 2.0.
+ */
+public final class OracleAuthenticationType extends ExpandableStringEnum {
+ /**
+ * Static value Basic for OracleAuthenticationType.
+ */
+ public static final OracleAuthenticationType BASIC = fromString("Basic");
+
+ /**
+ * Creates a new instance of OracleAuthenticationType value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public OracleAuthenticationType() {
+ }
+
+ /**
+ * Creates or finds a OracleAuthenticationType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding OracleAuthenticationType.
+ */
+ public static OracleAuthenticationType fromString(String name) {
+ return fromString(name, OracleAuthenticationType.class);
+ }
+
+ /**
+ * Gets known OracleAuthenticationType values.
+ *
+ * @return known OracleAuthenticationType values.
+ */
+ public static Collection values() {
+ return values(OracleAuthenticationType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLinkedService.java
index cd665322090b..dfca3f59e6e4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLinkedService.java
@@ -52,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private OracleCloudStorageLinkedServiceTypeProperties innerTypeProperties() {
+ OracleCloudStorageLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleLinkedService.java
index 42e724f15c68..548ce33946e6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleLinkedService.java
@@ -16,7 +16,8 @@
import java.util.Map;
/**
- * Oracle database.
+ * Oracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation
+ * while your pipeline will continue to run after EOL but without any bug fix or new features.
*/
@Fluent
public final class OracleLinkedService extends LinkedService {
@@ -51,7 +52,7 @@ public String type() {
*
* @return the innerTypeProperties value.
*/
- private OracleLinkedServiceTypeProperties innerTypeProperties() {
+ OracleLinkedServiceTypeProperties innerTypeProperties() {
return this.innerTypeProperties;
}
@@ -102,7 +103,7 @@ public OracleLinkedService withAnnotations(List