File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 3.0.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 3.0.1 (2022-03-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 AdvisorManagementClient." ,
6
- "version" : " 3.0.1 " ,
6
+ "version" : " 3.0.2 " ,
7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export class AdvisorManagementClient extends coreClient.ServiceClient {
56
56
credential : credentials
57
57
} ;
58
58
59
- const packageDetails = `azsdk-js-arm-advisor/3.0.1 ` ;
59
+ const packageDetails = `azsdk-js-arm-advisor/3.0.2 ` ;
60
60
const userAgentPrefix =
61
61
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
62
62
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments