@azure/arm-datafactory 10.0.1-alpha.20220106.1 → 10.1.1-alpha.20220118.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/LICENSE +1 -1
- package/dist/index.js +77 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +31 -6
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +2 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +75 -3
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +1 -1
- package/review/arm-datafactory.api.md +21 -6
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +32 -3
- package/src/models/mappers.ts +87 -2
- package/types/arm-datafactory.d.ts +32 -6
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 10.
|
|
3
|
+
## 10.1.1 (Unreleased)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
@@ -10,6 +10,21 @@
|
|
|
10
10
|
|
|
11
11
|
### Other Changes
|
|
12
12
|
|
|
13
|
+
## 10.1.0 (2022-01-10)
|
|
14
|
+
|
|
15
|
+
**Features**
|
|
16
|
+
|
|
17
|
+
- Added Type Alias FailActivity
|
|
18
|
+
- Type Alias AzureBlobFSLinkedService has a new parameter servicePrincipalCredentialType
|
|
19
|
+
- Type Alias AzureBlobFSLinkedService has a new parameter servicePrincipalCredential
|
|
20
|
+
- Type Alias AzureDatabricksDeltaLakeLinkedService has a new parameter credential
|
|
21
|
+
- Type Alias AzureDatabricksDeltaLakeLinkedService has a new parameter workspaceResourceId
|
|
22
|
+
- Type Alias CosmosDbLinkedService has a new parameter credential
|
|
23
|
+
- Type Alias DynamicsLinkedService has a new parameter credential
|
|
24
|
+
- Type Alias GoogleAdWordsLinkedService has a new parameter connectionProperties
|
|
25
|
+
- Type Alias LinkedIntegrationRuntimeRbacAuthorization has a new parameter credential
|
|
26
|
+
|
|
27
|
+
|
|
13
28
|
## 10.0.0 (2021-12-17)
|
|
14
29
|
|
|
15
30
|
The package of @azure/arm-datafactory is using our next generation design principles since version 10.0.0, which contains breaking changes.
|
package/LICENSE
CHANGED
package/dist/index.js
CHANGED
|
@@ -8499,6 +8499,12 @@ const CosmosDbLinkedService = {
|
|
|
8499
8499
|
name: "Dictionary",
|
|
8500
8500
|
value: { type: { name: "any" } }
|
|
8501
8501
|
}
|
|
8502
|
+
}, credential: {
|
|
8503
|
+
serializedName: "typeProperties.credential",
|
|
8504
|
+
type: {
|
|
8505
|
+
name: "Composite",
|
|
8506
|
+
className: "CredentialReference"
|
|
8507
|
+
}
|
|
8502
8508
|
} })
|
|
8503
8509
|
}
|
|
8504
8510
|
};
|
|
@@ -8584,6 +8590,12 @@ const DynamicsLinkedService = {
|
|
|
8584
8590
|
name: "Dictionary",
|
|
8585
8591
|
value: { type: { name: "any" } }
|
|
8586
8592
|
}
|
|
8593
|
+
}, credential: {
|
|
8594
|
+
serializedName: "typeProperties.credential",
|
|
8595
|
+
type: {
|
|
8596
|
+
name: "Composite",
|
|
8597
|
+
className: "CredentialReference"
|
|
8598
|
+
}
|
|
8587
8599
|
} })
|
|
8588
8600
|
}
|
|
8589
8601
|
};
|
|
@@ -10092,6 +10104,18 @@ const AzureBlobFSLinkedService = {
|
|
|
10092
10104
|
name: "Composite",
|
|
10093
10105
|
className: "CredentialReference"
|
|
10094
10106
|
}
|
|
10107
|
+
}, servicePrincipalCredentialType: {
|
|
10108
|
+
serializedName: "typeProperties.servicePrincipalCredentialType",
|
|
10109
|
+
type: {
|
|
10110
|
+
name: "Dictionary",
|
|
10111
|
+
value: { type: { name: "any" } }
|
|
10112
|
+
}
|
|
10113
|
+
}, servicePrincipalCredential: {
|
|
10114
|
+
serializedName: "typeProperties.servicePrincipalCredential",
|
|
10115
|
+
type: {
|
|
10116
|
+
name: "Composite",
|
|
10117
|
+
className: "SecretBase"
|
|
10118
|
+
}
|
|
10095
10119
|
} })
|
|
10096
10120
|
}
|
|
10097
10121
|
};
|
|
@@ -13119,6 +13143,18 @@ const AzureDatabricksDeltaLakeLinkedService = {
|
|
|
13119
13143
|
name: "Dictionary",
|
|
13120
13144
|
value: { type: { name: "any" } }
|
|
13121
13145
|
}
|
|
13146
|
+
}, credential: {
|
|
13147
|
+
serializedName: "typeProperties.credential",
|
|
13148
|
+
type: {
|
|
13149
|
+
name: "Composite",
|
|
13150
|
+
className: "CredentialReference"
|
|
13151
|
+
}
|
|
13152
|
+
}, workspaceResourceId: {
|
|
13153
|
+
serializedName: "typeProperties.workspaceResourceId",
|
|
13154
|
+
type: {
|
|
13155
|
+
name: "Dictionary",
|
|
13156
|
+
value: { type: { name: "any" } }
|
|
13157
|
+
}
|
|
13122
13158
|
} })
|
|
13123
13159
|
}
|
|
13124
13160
|
};
|
|
@@ -13291,9 +13327,14 @@ const GoogleAdWordsLinkedService = {
|
|
|
13291
13327
|
uberParent: "LinkedService",
|
|
13292
13328
|
additionalProperties: { type: { name: "Object" } },
|
|
13293
13329
|
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
13294
|
-
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), {
|
|
13330
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { connectionProperties: {
|
|
13331
|
+
serializedName: "typeProperties.connectionProperties",
|
|
13332
|
+
type: {
|
|
13333
|
+
name: "Dictionary",
|
|
13334
|
+
value: { type: { name: "any" } }
|
|
13335
|
+
}
|
|
13336
|
+
}, clientCustomerID: {
|
|
13295
13337
|
serializedName: "typeProperties.clientCustomerID",
|
|
13296
|
-
required: true,
|
|
13297
13338
|
type: {
|
|
13298
13339
|
name: "Dictionary",
|
|
13299
13340
|
value: { type: { name: "any" } }
|
|
@@ -13306,7 +13347,6 @@ const GoogleAdWordsLinkedService = {
|
|
|
13306
13347
|
}
|
|
13307
13348
|
}, authenticationType: {
|
|
13308
13349
|
serializedName: "typeProperties.authenticationType",
|
|
13309
|
-
required: true,
|
|
13310
13350
|
type: {
|
|
13311
13351
|
name: "String"
|
|
13312
13352
|
}
|
|
@@ -16992,6 +17032,12 @@ const LinkedIntegrationRuntimeRbacAuthorization = {
|
|
|
16992
17032
|
type: {
|
|
16993
17033
|
name: "String"
|
|
16994
17034
|
}
|
|
17035
|
+
}, credential: {
|
|
17036
|
+
serializedName: "credential",
|
|
17037
|
+
type: {
|
|
17038
|
+
name: "Composite",
|
|
17039
|
+
className: "CredentialReference"
|
|
17040
|
+
}
|
|
16995
17041
|
} })
|
|
16996
17042
|
}
|
|
16997
17043
|
};
|
|
@@ -20880,6 +20926,31 @@ const WaitActivity = {
|
|
|
20880
20926
|
} })
|
|
20881
20927
|
}
|
|
20882
20928
|
};
|
|
20929
|
+
const FailActivity = {
|
|
20930
|
+
serializedName: "Fail",
|
|
20931
|
+
type: {
|
|
20932
|
+
name: "Composite",
|
|
20933
|
+
className: "FailActivity",
|
|
20934
|
+
uberParent: "Activity",
|
|
20935
|
+
additionalProperties: { type: { name: "Object" } },
|
|
20936
|
+
polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,
|
|
20937
|
+
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
|
|
20938
|
+
serializedName: "typeProperties.message",
|
|
20939
|
+
required: true,
|
|
20940
|
+
type: {
|
|
20941
|
+
name: "Dictionary",
|
|
20942
|
+
value: { type: { name: "any" } }
|
|
20943
|
+
}
|
|
20944
|
+
}, errorCode: {
|
|
20945
|
+
serializedName: "typeProperties.errorCode",
|
|
20946
|
+
required: true,
|
|
20947
|
+
type: {
|
|
20948
|
+
name: "Dictionary",
|
|
20949
|
+
value: { type: { name: "any" } }
|
|
20950
|
+
}
|
|
20951
|
+
} })
|
|
20952
|
+
}
|
|
20953
|
+
};
|
|
20883
20954
|
const UntilActivity = {
|
|
20884
20955
|
serializedName: "Until",
|
|
20885
20956
|
type: {
|
|
@@ -24301,6 +24372,7 @@ let discriminators = {
|
|
|
24301
24372
|
"Activity.Switch": SwitchActivity,
|
|
24302
24373
|
"Activity.ForEach": ForEachActivity,
|
|
24303
24374
|
"Activity.Wait": WaitActivity,
|
|
24375
|
+
"Activity.Fail": FailActivity,
|
|
24304
24376
|
"Activity.Until": UntilActivity,
|
|
24305
24377
|
"Activity.Validation": ValidationActivity,
|
|
24306
24378
|
"Activity.Filter": FilterActivity,
|
|
@@ -24992,6 +25064,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
24992
25064
|
SwitchActivity: SwitchActivity,
|
|
24993
25065
|
ForEachActivity: ForEachActivity,
|
|
24994
25066
|
WaitActivity: WaitActivity,
|
|
25067
|
+
FailActivity: FailActivity,
|
|
24995
25068
|
UntilActivity: UntilActivity,
|
|
24996
25069
|
ValidationActivity: ValidationActivity,
|
|
24997
25070
|
FilterActivity: FilterActivity,
|
|
@@ -30449,7 +30522,7 @@ class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
30449
30522
|
requestContentType: "application/json; charset=utf-8",
|
|
30450
30523
|
credential: credentials
|
|
30451
30524
|
};
|
|
30452
|
-
const packageDetails = `azsdk-js-arm-datafactory/10.
|
|
30525
|
+
const packageDetails = `azsdk-js-arm-datafactory/10.1.0`;
|
|
30453
30526
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
30454
30527
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
30455
30528
|
: `${packageDetails}`;
|