File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11# Release History
2-
2+
3+ ## 1.0.0-beta.5 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 1.0.0-beta.4 (2022-07-08)
414
515** Features**
818 - Added Interface MarkdownPartMetadata
919 - Added Interface ProxyResource
1020
11- ### 1.0.0-beta.3 (2022-04-28)
21+ ## 1.0.0-beta.3 (2022-04-28)
1222
1323** Features**
1424
1525 - Bug fix
1626
17- ### 1.0.0-beta.2 (2021-11-30)
27+ ## 1.0.0-beta.2 (2021-11-30)
1828
1929The package of @azure/arm-portal is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.
2030
Original file line number Diff line number Diff line change 33 "sdk-type" : " mgmt" ,
44 "author" : " Microsoft Corporation" ,
55 "description" : " A generated SDK for Portal." ,
6- "version" : " 1.0.0-beta.4 " ,
6+ "version" : " 1.0.0-beta.5 " ,
77 "engines" : {
88 "node" : " >=12.0.0"
99 },
116116 "disableDocsMs" : true ,
117117 "apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-portal?view=azure-node-preview"
118118 }
119- }
119+ }
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class Portal extends coreClient.ServiceClient {
6161 credential : credentials
6262 } ;
6363
64- const packageDetails = `azsdk-js-arm-portal/1.0.0-beta.4 ` ;
64+ const packageDetails = `azsdk-js-arm-portal/1.0.0-beta.5 ` ;
6565 const userAgentPrefix =
6666 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
6767 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments