File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
sdk/datafactory/arm-datafactory Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
-
2
+
3
+ ## 10.2.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 10.2.0 (2022-02-22)
4
14
5
15
** Features**
Original file line number Diff line number Diff line change 3
3
"sdk-type" : " mgmt" ,
4
4
"author" : " Microsoft Corporation" ,
5
5
"description" : " A generated SDK for DataFactoryManagementClient." ,
6
- "version" : " 10.2.0 " ,
6
+ "version" : " 10.2.1 " ,
7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
86
86
credential : credentials
87
87
} ;
88
88
89
- const packageDetails = `azsdk-js-arm-datafactory/10.2.0 ` ;
89
+ const packageDetails = `azsdk-js-arm-datafactory/10.2.1 ` ;
90
90
const userAgentPrefix =
91
91
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
92
92
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments