File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Release History
2-
2+
3+ ## 16.1.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 16.1.0 (2022-07-21)
414
515** Features**
Original file line number Diff line number Diff line change 33 "sdk-type" : " mgmt" ,
44 "author" : " Microsoft Corporation" ,
55 "description" : " A generated SDK for NetAppManagementClient." ,
6- "version" : " 16.1.0 " ,
6+ "version" : " 16.1.1 " ,
77 "engines" : {
88 "node" : " >=12.0.0"
99 },
118118 "disableDocsMs" : true ,
119119 "apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-netapp?view=azure-node-preview"
120120 }
121- }
121+ }
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export class NetAppManagementClient extends coreClient.ServiceClient {
8383 credential : credentials
8484 } ;
8585
86- const packageDetails = `azsdk-js-arm-netapp/16.1.0 ` ;
86+ const packageDetails = `azsdk-js-arm-netapp/16.1.1 ` ;
8787 const userAgentPrefix =
8888 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
8989 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments