File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
sdk/operationalinsights/arm-operationalinsights Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
-
2
+
3
+ ## 9.0.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 9.0.0-beta.1 (2022-06-24)
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 OperationalInsightsManagementClient." ,
6
- "version" : " 9.0.0-beta.1 " ,
6
+ "version" : " 9.0.0-beta.2 " ,
7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
119
119
"disableDocsMs" : true ,
120
120
"apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights?view=azure-node-preview"
121
121
}
122
- }
122
+ }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export class OperationalInsightsManagementClient extends coreClient.ServiceClien
90
90
credential : credentials
91
91
} ;
92
92
93
- const packageDetails = `azsdk-js-arm-operationalinsights/9.0.0-beta.1 ` ;
93
+ const packageDetails = `azsdk-js-arm-operationalinsights/9.0.0-beta.2 ` ;
94
94
const userAgentPrefix =
95
95
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
96
96
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments