File tree 3 files changed +13
-3
lines changed
sdk/analysisservices/arm-analysisservices
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 4.1.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 4.1.3 (2022-11-14)
4
14
5
15
- Bugs Fixed
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 AzureAnalysisServices." ,
6
- "version" : " 4.1.3 " ,
6
+ "version" : " 4.1.4 " ,
7
7
"engines" : {
8
8
"node" : " >=14.0.0"
9
9
},
119
119
"disableDocsMs" : true ,
120
120
"apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-analysisservices?view=azure-node-preview"
121
121
}
122
- }
122
+ }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export class AzureAnalysisServices extends coreClient.ServiceClient {
51
51
credential : credentials
52
52
} ;
53
53
54
- const packageDetails = `azsdk-js-arm-analysisservices/4.1.3 ` ;
54
+ const packageDetails = `azsdk-js-arm-analysisservices/4.1.4 ` ;
55
55
const userAgentPrefix =
56
56
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
57
57
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments