Skip to content

Commit 84ff2f9

Browse files
author
SDKAuto
committed
CodeGen from PR 29652 in Azure/azure-rest-api-specs
Merge 6d5d1892e381f41f6fedd726260959b02273d85f into 6c18ee7ed8e7c0ca87d48224dd20d4b065f2ba3d
1 parent 4516e1b commit 84ff2f9

File tree

10 files changed

+789
-437
lines changed

10 files changed

+789
-437
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 397 additions & 397 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/arm-datafactory/CHANGELOG.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
# Release History
2+
3+
## 16.1.0 (2024-07-22)
4+
5+
**Features**
26

3-
## 16.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface AzureStorageLinkedServiceTypeProperties
8+
- Added Interface AzureTableStorageLinkedServiceTypeProperties
9+
- Added Interface ContinuationSettingsReference
10+
- Interface AzureTableStorageLinkedService has a new optional parameter credential
11+
- Interface AzureTableStorageLinkedService has a new optional parameter serviceEndpoint
12+
- Interface CommonDataServiceForAppsLinkedService has a new optional parameter domain
13+
- Interface DynamicsCrmLinkedService has a new optional parameter domain
14+
- Interface DynamicsLinkedService has a new optional parameter domain
15+
- Interface ExecuteDataFlowActivity has a new optional parameter continuationSettings
16+
- Interface ExecuteDataFlowActivityTypeProperties has a new optional parameter continuationSettings
17+
- Interface ExecuteWranglingDataflowActivity has a new optional parameter continuationSettings
18+
- Interface SnowflakeExportCopyCommand has a new optional parameter storageIntegration
19+
- Interface SnowflakeImportCopyCommand has a new optional parameter storageIntegration
20+
- Interface SqlServerLinkedService has a new optional parameter credential
21+
- Interface SqlServerLinkedServiceTypeProperties has a new optional parameter credential
22+
- Interface VerticaLinkedService has a new optional parameter database
23+
- Interface VerticaLinkedService has a new optional parameter port
24+
- Interface VerticaLinkedService has a new optional parameter server
25+
- Interface VerticaLinkedService has a new optional parameter uid
26+
- Enum KnownDynamicsAuthenticationType has a new value ActiveDirectory
27+
- Enum KnownSqlServerAuthenticationType has a new value UserAssignedManagedIdentity
28+
29+
1330
## 16.0.0 (2024-06-11)
1431

1532
**Features**
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "f45a76fc39f033947ed12faf4b6416e1e19724cd",
2+
"commit": "6dd427f964f3a4ade0b06f6bd19e18328fc3d8d7",
33
"readme": "specification/datafactory/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\datafactory\\resource-manager\\readme.md --use=@autorest/[email protected].23 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].9",
7-
"use": "@autorest/[email protected].23"
6+
"release_tool": "@azure-tools/[email protected].10",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/datafactory/arm-datafactory/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for DataFactoryManagementClient.",
6-
"version": "16.0.1",
6+
"version": "16.1.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
3232
"mkdirp": "^3.0.1",
33-
"typescript": "~5.5.3",
33+
"typescript": "~5.4.5",
3434
"uglify-js": "^3.4.9",
3535
"rimraf": "^5.0.0",
3636
"dotenv": "^16.0.0",
@@ -106,13 +106,5 @@
106106
]
107107
},
108108
"autoPublish": true,
109-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory",
110-
"//sampleConfiguration": {
111-
"productName": "",
112-
"productSlugs": [
113-
"azure"
114-
],
115-
"disableDocsMs": true,
116-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview"
117-
}
118-
}
109+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory"
110+
}

sdk/datafactory/arm-datafactory/review/arm-datafactory.api.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,15 @@ export interface AzureStorageLinkedService extends LinkedService {
12171217
type: "AzureStorage";
12181218
}
12191219

1220+
// @public
1221+
export interface AzureStorageLinkedServiceTypeProperties {
1222+
accountKey?: AzureKeyVaultSecretReference;
1223+
connectionString?: any;
1224+
encryptedCredential?: string;
1225+
sasToken?: AzureKeyVaultSecretReference;
1226+
sasUri?: any;
1227+
}
1228+
12201229
// @public
12211230
export interface AzureSynapseArtifactsLinkedService extends LinkedService {
12221231
authentication?: any;
@@ -1251,12 +1260,20 @@ export interface AzureTableSource extends TabularSource {
12511260
export interface AzureTableStorageLinkedService extends LinkedService {
12521261
accountKey?: AzureKeyVaultSecretReference;
12531262
connectionString?: any;
1263+
credential?: CredentialReference;
12541264
encryptedCredential?: string;
12551265
sasToken?: AzureKeyVaultSecretReference;
12561266
sasUri?: any;
1267+
serviceEndpoint?: any;
12571268
type: "AzureTableStorage";
12581269
}
12591270

1271+
// @public
1272+
export interface AzureTableStorageLinkedServiceTypeProperties extends AzureStorageLinkedServiceTypeProperties {
1273+
credential?: CredentialReference;
1274+
serviceEndpoint?: any;
1275+
}
1276+
12601277
// @public
12611278
export interface BigDataPoolParametrizationReference {
12621279
referenceName: any;
@@ -1483,6 +1500,7 @@ export interface CommonDataServiceForAppsEntityDataset extends Dataset {
14831500
export interface CommonDataServiceForAppsLinkedService extends LinkedService {
14841501
authenticationType: any;
14851502
deploymentType: any;
1503+
domain?: any;
14861504
encryptedCredential?: string;
14871505
hostName?: any;
14881506
organizationName?: any;
@@ -1568,6 +1586,13 @@ export interface ConnectionStateProperties {
15681586
// @public
15691587
export type ConnectionType = string;
15701588

1589+
// @public
1590+
export interface ContinuationSettingsReference {
1591+
continuationTtlInMinutes?: any;
1592+
customizedCheckpointKey?: any;
1593+
idleCondition?: any;
1594+
}
1595+
15711596
// @public
15721597
export interface ControlActivity extends Activity {
15731598
type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook";
@@ -2606,6 +2631,7 @@ export interface DynamicsCrmLinkedService extends LinkedService {
26062631
authenticationType: any;
26072632
credential?: CredentialReference;
26082633
deploymentType: any;
2634+
domain?: any;
26092635
encryptedCredential?: string;
26102636
hostName?: any;
26112637
organizationName?: any;
@@ -2648,6 +2674,7 @@ export interface DynamicsLinkedService extends LinkedService {
26482674
authenticationType: any;
26492675
credential?: CredentialReference;
26502676
deploymentType: any;
2677+
domain?: any;
26512678
encryptedCredential?: string;
26522679
hostName?: any;
26532680
organizationName?: any;
@@ -2749,6 +2776,7 @@ export interface ExcelSource extends CopySource {
27492776
// @public
27502777
export interface ExecuteDataFlowActivity extends ExecutionActivity {
27512778
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
2779+
continuationSettings?: ContinuationSettingsReference;
27522780
continueOnError?: any;
27532781
dataFlow: DataFlowReference;
27542782
integrationRuntime?: IntegrationRuntimeReference;
@@ -2762,6 +2790,7 @@ export interface ExecuteDataFlowActivity extends ExecutionActivity {
27622790
// @public
27632791
export interface ExecuteDataFlowActivityTypeProperties {
27642792
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
2793+
continuationSettings?: ContinuationSettingsReference;
27652794
continueOnError?: any;
27662795
dataFlow: DataFlowReference;
27672796
integrationRuntime?: IntegrationRuntimeReference;
@@ -2836,6 +2865,7 @@ export interface ExecuteSsisPackageActivity extends ExecutionActivity {
28362865
// @public
28372866
export interface ExecuteWranglingDataflowActivity extends Activity {
28382867
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
2868+
continuationSettings?: ContinuationSettingsReference;
28392869
continueOnError?: any;
28402870
dataFlow: DataFlowReference;
28412871
integrationRuntime?: IntegrationRuntimeReference;
@@ -4622,6 +4652,7 @@ export enum KnownDependencyCondition {
46224652
// @public
46234653
export enum KnownDynamicsAuthenticationType {
46244654
AADServicePrincipal = "AADServicePrincipal",
4655+
ActiveDirectory = "Active Directory",
46254656
Ifd = "Ifd",
46264657
Office365 = "Office365"
46274658
}
@@ -5200,6 +5231,7 @@ export enum KnownSqlPartitionOption {
52005231
// @public
52015232
export enum KnownSqlServerAuthenticationType {
52025233
SQL = "SQL",
5234+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
52035235
Windows = "Windows"
52045236
}
52055237

@@ -7952,6 +7984,7 @@ export interface SnowflakeExportCopyCommand extends ExportSettings {
79527984
additionalFormatOptions?: {
79537985
[propertyName: string]: any;
79547986
};
7987+
storageIntegration?: any;
79557988
type: "SnowflakeExportCopyCommand";
79567989
}
79577990

@@ -7963,6 +7996,7 @@ export interface SnowflakeImportCopyCommand extends ImportSettings {
79637996
additionalFormatOptions?: {
79647997
[propertyName: string]: any;
79657998
};
7999+
storageIntegration?: any;
79668000
type: "SnowflakeImportCopyCommand";
79678001
}
79688002

@@ -8198,6 +8232,7 @@ export interface SqlServerLinkedService extends LinkedService {
81988232
connectRetryCount?: any;
81998233
connectRetryInterval?: any;
82008234
connectTimeout?: any;
8235+
credential?: CredentialReference;
82018236
database?: any;
82028237
encrypt?: any;
82038238
encryptedCredential?: string;
@@ -8223,6 +8258,7 @@ export interface SqlServerLinkedServiceTypeProperties extends SqlServerBaseLinke
82238258
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
82248259
authenticationType?: SqlServerAuthenticationType;
82258260
connectionString?: any;
8261+
credential?: CredentialReference;
82268262
encryptedCredential?: string;
82278263
password?: SecretBaseUnion;
82288264
userName?: any;
@@ -9063,9 +9099,13 @@ export type VariableType = string;
90639099
// @public
90649100
export interface VerticaLinkedService extends LinkedService {
90659101
connectionString?: any;
9102+
database?: any;
90669103
encryptedCredential?: string;
9104+
port?: any;
90679105
pwd?: AzureKeyVaultSecretReference;
9106+
server?: any;
90689107
type: "Vertica";
9108+
uid?: any;
90699109
}
90709110

90719111
// @public

sdk/datafactory/arm-datafactory/src/dataFactoryManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
9898
credential: credentials,
9999
};
100100

101-
const packageDetails = `azsdk-js-arm-datafactory/16.0.1`;
101+
const packageDetails = `azsdk-js-arm-datafactory/16.1.0`;
102102
const userAgentPrefix =
103103
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
104104
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)