Skip to content

Commit 9291030

Browse files
authored
Post release automated changes for portal releases (Azure#22542)
Post release automated changes for azure-arm-portal
1 parent 0cf3afd commit 9291030

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

sdk/portal/arm-portal/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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**
@@ -8,13 +18,13 @@
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

1929
The package of @azure/arm-portal is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.
2030

sdk/portal/arm-portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
},
@@ -116,4 +116,4 @@
116116
"disableDocsMs": true,
117117
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-portal?view=azure-node-preview"
118118
}
119-
}
119+
}

sdk/portal/arm-portal/src/portal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}`

0 commit comments

Comments
 (0)