Skip to content

Commit f634f89

Browse files
authored
Post release automated changes for monitor releases (Azure#24697)
Post release automated changes for azure-arm-monitor
1 parent e79de11 commit f634f89

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/monitor/arm-monitor/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 8.0.0-beta.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 8.0.0-beta.3 (2023-01-29)
414

515
**Features**

sdk/monitor/arm-monitor/package.json

Lines changed: 1 addition & 1 deletion
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 MonitorClient.",
6-
"version": "8.0.0-beta.3",
6+
"version": "8.0.0-beta.4",
77
"engines": {
88
"node": ">=14.0.0"
99
},

sdk/monitor/arm-monitor/src/monitorClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class MonitorClient extends coreClient.ServiceClient {
104104
credential: credentials
105105
};
106106

107-
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.3`;
107+
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.4`;
108108
const userAgentPrefix =
109109
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
110110
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)