Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-datafactory] [DataFactory]Add SAP ODP Connector #786

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions sdk/datafactory/arm-datafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Release History

## 10.7.0 (2022-06-10)

**Features**

## 10.6.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Type Alias SapOdpLinkedService
- Added Type Alias SapOdpResourceDataset
- Added Type Alias SapOdpSource


## 10.6.0 (2022-06-07)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/datafactory/arm-datafactory/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "18feac466ef3407c59f61c61275f9c25f9b1cf19",
"commit": "c66b8b6cd03ecce7f4d869a82c4f4704d1db7aff",
"readme": "specification/datafactory/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/Users/zhangqiaoqiao/work/code/azure-sdk-for-js ../azure-rest-api-specs/specification/datafactory/resource-manager/readme.md --use=../autorest.typescript --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/datafactory/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
"use": "../autorest.typescript"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.1",
"use": "@autorest/[email protected]"
}
16 changes: 3 additions & 13 deletions sdk/datafactory/arm-datafactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DataFactoryManagementClient.",
"version": "10.6.1",
"version": "10.7.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -43,8 +43,6 @@
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
Expand Down Expand Up @@ -110,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview"
}
}
"autoPublish": true
}
53 changes: 46 additions & 7 deletions sdk/datafactory/arm-datafactory/review/arm-datafactory.api.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-datafactory/10.6.1`;
const packageDetails = `azsdk-js-arm-datafactory/10.7.0`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
73 changes: 73 additions & 0 deletions sdk/datafactory/arm-datafactory/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export type LinkedServiceUnion =
| SapCloudForCustomerLinkedService
| SapEccLinkedService
| SapOpenHubLinkedService
| SapOdpLinkedService
| RestServiceLinkedService
| AmazonS3LinkedService
| TeamDeskLinkedService
Expand Down Expand Up @@ -194,6 +195,7 @@ export type DatasetUnion =
| AmazonRdsForSqlServerTableDataset
| RestResourceDataset
| SapTableResourceDataset
| SapOdpResourceDataset
| WebTableDataset
| AzureSearchIndexDataset
| HttpDataset
Expand Down Expand Up @@ -491,6 +493,7 @@ export type TabularSourceUnion =
| SapEccSource
| SapHanaSource
| SapOpenHubSource
| SapOdpSource
| SapTableSource
| SqlSource
| SqlServerSource
Expand Down Expand Up @@ -1287,6 +1290,7 @@ export interface LinkedService {
| "SapCloudForCustomer"
| "SapEcc"
| "SapOpenHub"
| "SapOdp"
| "RestService"
| "AmazonS3"
| "TeamDesk"
Expand Down Expand Up @@ -1444,6 +1448,7 @@ export interface Dataset {
| "AmazonRdsForSqlServerTable"
| "RestResource"
| "SapTableResource"
| "SapOdpResource"
| "WebTable"
| "AzureSearchIndex"
| "HttpFile"
Expand Down Expand Up @@ -2972,6 +2977,7 @@ export interface CopySource {
| "SapEccSource"
| "SapHanaSource"
| "SapOpenHubSource"
| "SapOdpSource"
| "SapTableSource"
| "RestSource"
| "SqlSource"
Expand Down Expand Up @@ -4915,6 +4921,48 @@ export type SapOpenHubLinkedService = LinkedService & {
encryptedCredential?: any;
};

/** SAP ODP Linked Service. */
export type SapOdpLinkedService = LinkedService & {
/** Polymorphic discriminator, which specifies the different types this object can be */
type: "SapOdp";
/** Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string). */
server?: any;
/** System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string). */
systemNumber?: any;
/** Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string). */
clientId?: any;
/** Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string). */
language?: any;
/** SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). */
systemId?: any;
/** Username to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
userName?: any;
/** Password to access the SAP server where the table is located. */
password?: SecretBaseUnion;
/** The hostname of the SAP Message Server. Type: string (or Expression with resultType string). */
messageServer?: any;
/** The service name or port number of the Message Server. Type: string (or Expression with resultType string). */
messageServerService?: any;
/** 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). */
sncMode?: any;
/** Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
sncMyName?: any;
/** Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
sncPartnerName?: any;
/** External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
sncLibraryPath?: any;
/** SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string). */
sncQop?: any;
/** SNC X509 certificate file path. Type: string (or Expression with resultType string). */
x509CertificatePath?: any;
/** The Logon Group for the SAP System. Type: string (or Expression with resultType string). */
logonGroup?: any;
/** The subscriber name. Type: string (or Expression with resultType string). */
subscriberName?: any;
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
encryptedCredential?: any;
};

/** Rest Service linked service. */
export type RestServiceLinkedService = LinkedService & {
/** Polymorphic discriminator, which specifies the different types this object can be */
Expand Down Expand Up @@ -6805,6 +6853,16 @@ export type SapTableResourceDataset = Dataset & {
tableName: any;
};

/** SAP ODP Resource properties. */
export type SapOdpResourceDataset = Dataset & {
/** Polymorphic discriminator, which specifies the different types this object can be */
type: "SapOdpResource";
/** The context of the SAP ODP Object. Type: string (or Expression with resultType string). */
context: any;
/** The name of the SAP ODP Object. Type: string (or Expression with resultType string). */
objectName: any;
};

/** The dataset points to a HTML table in the web page. */
export type WebTableDataset = Dataset & {
/** Polymorphic discriminator, which specifies the different types this object can be */
Expand Down Expand Up @@ -8306,6 +8364,7 @@ export type TabularSource = CopySource & {
| "SapEccSource"
| "SapHanaSource"
| "SapOpenHubSource"
| "SapOdpSource"
| "SapTableSource"
| "SqlSource"
| "SqlServerSource"
Expand Down Expand Up @@ -10033,6 +10092,20 @@ export type SapOpenHubSource = TabularSource & {
sapDataColumnDelimiter?: any;
};

/** A copy activity source for SAP ODP source. */
export type SapOdpSource = TabularSource & {
/** Polymorphic discriminator, which specifies the different types this object can be */
type: "SapOdpSource";
/** The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string). */
extractionMode?: any;
/** The subscriber process to manage the delta process. Type: string (or Expression with resultType string). */
subscriberProcess?: any;
/** Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects). */
selection?: any;
/** Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects). */
projection?: any;
};

/** A copy activity source for SAP Table source. */
export type SapTableSource = TabularSource & {
/** Polymorphic discriminator, which specifies the different types this object can be */
Expand Down
Loading