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+ ## 29.0.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 29.0.0 (2022-08-02)
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 NetworkManagementClient." ,
6- "version" : " 29.0.0 " ,
6+ "version" : " 29.0.1 " ,
77 "engines" : {
88 "node" : " >=12.0.0"
99 },
118118 "disableDocsMs" : true ,
119119 "apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
120120 }
121- }
121+ }
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
350350 credential : credentials
351351 } ;
352352
353- const packageDetails = `azsdk-js-arm-network/29.0.0 ` ;
353+ const packageDetails = `azsdk-js-arm-network/29.0.1 ` ;
354354 const userAgentPrefix =
355355 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
356356 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments