Skip to content

Commit cb98a79

Browse files
author
SDKAuto
committed
CodeGen from PR 23013 in Azure/azure-rest-api-specs
Merge afdb5bca2b32b05451e1f1c4d5fc6a399a9b320b into d1f4d6fcf1bbb2e71a32bb2079de12f17fedf56a
1 parent c66cad2 commit cb98a79

File tree

10 files changed

+7758
-5680
lines changed

10 files changed

+7758
-5680
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 388 additions & 386 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: 138 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,145 @@
11
# Release History
2+
3+
## 16.0.0 (2024-05-09)
4+
5+
**Features**
26

3-
## 15.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Interface AmazonRdsForSqlServerLinkedServiceTypeProperties
8+
- Added Interface AzureSqlDatabaseLinkedServiceTypeProperties
9+
- Added Interface AzureSqlDWLinkedServiceTypeProperties
10+
- Added Interface AzureSqlMILinkedServiceTypeProperties
11+
- Added Interface Reference
12+
- Added Interface SqlServerBaseLinkedServiceTypeProperties
13+
- Added Interface SqlServerLinkedServiceTypeProperties
14+
- Added Type Alias AmazonRdsForSqlAuthenticationType
15+
- Added Type Alias AzureSqlDatabaseAuthenticationType
16+
- Added Type Alias AzureSqlDWAuthenticationType
17+
- Added Type Alias AzureSqlMIAuthenticationType
18+
- Added Type Alias ReferenceUnion
19+
- Added Type Alias SqlServerAuthenticationType
20+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter applicationIntent
21+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter authenticationType
22+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter commandTimeout
23+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter connectRetryCount
24+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter connectRetryInterval
25+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter connectTimeout
26+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter database
27+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter encrypt
28+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter failoverPartner
29+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter hostNameInCertificate
30+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter integratedSecurity
31+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter loadBalanceTimeout
32+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter maxPoolSize
33+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter minPoolSize
34+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter multipleActiveResultSets
35+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter multiSubnetFailover
36+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter packetSize
37+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter pooling
38+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter server
39+
- Interface AmazonRdsForSqlServerLinkedService has a new optional parameter trustServerCertificate
40+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter applicationIntent
41+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter authenticationType
42+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter commandTimeout
43+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter connectRetryCount
44+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter connectRetryInterval
45+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter connectTimeout
46+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter database
47+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter encrypt
48+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter failoverPartner
49+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter hostNameInCertificate
50+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter integratedSecurity
51+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter loadBalanceTimeout
52+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter maxPoolSize
53+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter minPoolSize
54+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter multipleActiveResultSets
55+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter multiSubnetFailover
56+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter packetSize
57+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter pooling
58+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter server
59+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter servicePrincipalCredential
60+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter servicePrincipalCredentialType
61+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter trustServerCertificate
62+
- Interface AzureSqlDatabaseLinkedService has a new optional parameter userName
63+
- Interface AzureSqlDWLinkedService has a new optional parameter applicationIntent
64+
- Interface AzureSqlDWLinkedService has a new optional parameter authenticationType
65+
- Interface AzureSqlDWLinkedService has a new optional parameter commandTimeout
66+
- Interface AzureSqlDWLinkedService has a new optional parameter connectRetryCount
67+
- Interface AzureSqlDWLinkedService has a new optional parameter connectRetryInterval
68+
- Interface AzureSqlDWLinkedService has a new optional parameter connectTimeout
69+
- Interface AzureSqlDWLinkedService has a new optional parameter database
70+
- Interface AzureSqlDWLinkedService has a new optional parameter encrypt
71+
- Interface AzureSqlDWLinkedService has a new optional parameter failoverPartner
72+
- Interface AzureSqlDWLinkedService has a new optional parameter hostNameInCertificate
73+
- Interface AzureSqlDWLinkedService has a new optional parameter integratedSecurity
74+
- Interface AzureSqlDWLinkedService has a new optional parameter loadBalanceTimeout
75+
- Interface AzureSqlDWLinkedService has a new optional parameter maxPoolSize
76+
- Interface AzureSqlDWLinkedService has a new optional parameter minPoolSize
77+
- Interface AzureSqlDWLinkedService has a new optional parameter multipleActiveResultSets
78+
- Interface AzureSqlDWLinkedService has a new optional parameter multiSubnetFailover
79+
- Interface AzureSqlDWLinkedService has a new optional parameter packetSize
80+
- Interface AzureSqlDWLinkedService has a new optional parameter pooling
81+
- Interface AzureSqlDWLinkedService has a new optional parameter server
82+
- Interface AzureSqlDWLinkedService has a new optional parameter servicePrincipalCredential
83+
- Interface AzureSqlDWLinkedService has a new optional parameter servicePrincipalCredentialType
84+
- Interface AzureSqlDWLinkedService has a new optional parameter trustServerCertificate
85+
- Interface AzureSqlDWLinkedService has a new optional parameter userName
86+
- Interface AzureSqlMILinkedService has a new optional parameter applicationIntent
87+
- Interface AzureSqlMILinkedService has a new optional parameter authenticationType
88+
- Interface AzureSqlMILinkedService has a new optional parameter commandTimeout
89+
- Interface AzureSqlMILinkedService has a new optional parameter connectRetryCount
90+
- Interface AzureSqlMILinkedService has a new optional parameter connectRetryInterval
91+
- Interface AzureSqlMILinkedService has a new optional parameter connectTimeout
92+
- Interface AzureSqlMILinkedService has a new optional parameter database
93+
- Interface AzureSqlMILinkedService has a new optional parameter encrypt
94+
- Interface AzureSqlMILinkedService has a new optional parameter failoverPartner
95+
- Interface AzureSqlMILinkedService has a new optional parameter hostNameInCertificate
96+
- Interface AzureSqlMILinkedService has a new optional parameter integratedSecurity
97+
- Interface AzureSqlMILinkedService has a new optional parameter loadBalanceTimeout
98+
- Interface AzureSqlMILinkedService has a new optional parameter maxPoolSize
99+
- Interface AzureSqlMILinkedService has a new optional parameter minPoolSize
100+
- Interface AzureSqlMILinkedService has a new optional parameter multipleActiveResultSets
101+
- Interface AzureSqlMILinkedService has a new optional parameter multiSubnetFailover
102+
- Interface AzureSqlMILinkedService has a new optional parameter packetSize
103+
- Interface AzureSqlMILinkedService has a new optional parameter pooling
104+
- Interface AzureSqlMILinkedService has a new optional parameter server
105+
- Interface AzureSqlMILinkedService has a new optional parameter servicePrincipalCredential
106+
- Interface AzureSqlMILinkedService has a new optional parameter servicePrincipalCredentialType
107+
- Interface AzureSqlMILinkedService has a new optional parameter trustServerCertificate
108+
- Interface AzureSqlMILinkedService has a new optional parameter userName
109+
- Interface ManagedIdentityCredential has a new optional parameter resourceId
110+
- Interface SqlServerLinkedService has a new optional parameter applicationIntent
111+
- Interface SqlServerLinkedService has a new optional parameter authenticationType
112+
- Interface SqlServerLinkedService has a new optional parameter commandTimeout
113+
- Interface SqlServerLinkedService has a new optional parameter connectRetryCount
114+
- Interface SqlServerLinkedService has a new optional parameter connectRetryInterval
115+
- Interface SqlServerLinkedService has a new optional parameter connectTimeout
116+
- Interface SqlServerLinkedService has a new optional parameter database
117+
- Interface SqlServerLinkedService has a new optional parameter encrypt
118+
- Interface SqlServerLinkedService has a new optional parameter failoverPartner
119+
- Interface SqlServerLinkedService has a new optional parameter hostNameInCertificate
120+
- Interface SqlServerLinkedService has a new optional parameter integratedSecurity
121+
- Interface SqlServerLinkedService has a new optional parameter loadBalanceTimeout
122+
- Interface SqlServerLinkedService has a new optional parameter maxPoolSize
123+
- Interface SqlServerLinkedService has a new optional parameter minPoolSize
124+
- Interface SqlServerLinkedService has a new optional parameter multipleActiveResultSets
125+
- Interface SqlServerLinkedService has a new optional parameter multiSubnetFailover
126+
- Interface SqlServerLinkedService has a new optional parameter packetSize
127+
- Interface SqlServerLinkedService has a new optional parameter pooling
128+
- Interface SqlServerLinkedService has a new optional parameter server
129+
- Interface SqlServerLinkedService has a new optional parameter trustServerCertificate
130+
- Added Enum KnownAmazonRdsForSqlAuthenticationType
131+
- Added Enum KnownAzureSqlDatabaseAuthenticationType
132+
- Added Enum KnownAzureSqlDWAuthenticationType
133+
- Added Enum KnownAzureSqlMIAuthenticationType
134+
- Added Enum KnownSqlServerAuthenticationType
10135

11-
### Other Changes
136+
**Breaking Changes**
12137

138+
- Type of parameter type of interface LinkedServiceReference is changed from Type to "LinkedServiceReference"
139+
- Type of parameter type of interface ScriptActivityScriptBlock is changed from ScriptType to any
140+
- Removed Enum KnownType
141+
142+
13143
## 15.0.0 (2024-04-12)
14144

15145
**Features**
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "106483d9f698ac3b6c0d481ab0c5fab14152e21f",
2+
"commit": "649ddbaa5451ea667c4a0a52d4d232279d75605a",
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].20 --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].5",
7-
"use": "@autorest/[email protected].20"
6+
"release_tool": "@azure-tools/[email protected].8",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/datafactory/arm-datafactory/package.json

Lines changed: 4 additions & 11 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": "15.0.1",
6+
"version": "16.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -40,6 +40,7 @@
4040
"@azure-tools/test-credential": "^1.0.0",
4141
"mocha": "^10.0.0",
4242
"@types/mocha": "^10.0.0",
43+
"tsx": "^4.7.1",
4344
"@types/chai": "^4.2.8",
4445
"chai": "^4.2.0",
4546
"cross-env": "^7.0.2",
@@ -105,13 +106,5 @@
105106
]
106107
},
107108
"autoPublish": true,
108-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory",
109-
"//sampleConfiguration": {
110-
"productName": "",
111-
"productSlugs": [
112-
"azure"
113-
],
114-
"disableDocsMs": true,
115-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview"
116-
}
117-
}
109+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory"
110+
}

0 commit comments

Comments
 (0)