File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
sdk/appplatform/arm-appplatform Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
2-
2+
3+ ## 2.1.0-beta.6 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 2.1.0-beta.5 (2023-01-13)
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 AppPlatformManagementClient." ,
6- "version" : " 2.1.0-beta.5 " ,
6+ "version" : " 2.1.0-beta.6 " ,
77 "engines" : {
88 "node" : " >=14.0.0"
99 },
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export class AppPlatformManagementClient extends coreClient.ServiceClient {
109109 credential : credentials
110110 } ;
111111
112- const packageDetails = `azsdk-js-arm-appplatform/2.1.0-beta.5 ` ;
112+ const packageDetails = `azsdk-js-arm-appplatform/2.1.0-beta.6 ` ;
113113 const userAgentPrefix =
114114 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
115115 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments