Skip to content

Commit f94c26a

Browse files
authored
Post release automated changes for applicationinsights releases (Azure#20946)
Post release automated changes for azure-arm-appinsights
1 parent 98f21d8 commit f94c26a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/applicationinsights/arm-appinsights/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+
## 5.0.0-beta.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.0.0-beta.3 (2022-03-15)
414

515
The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.3, which contains breaking changes.

sdk/applicationinsights/arm-appinsights/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 ApplicationInsightsManagementClient.",
6-
"version": "5.0.0-beta.3",
6+
"version": "5.0.0-beta.4",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -105,4 +105,4 @@
105105
]
106106
},
107107
"autoPublish": true
108-
}
108+
}

sdk/applicationinsights/arm-appinsights/src/applicationInsightsManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
8383
credential: credentials
8484
};
8585

86-
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.3`;
86+
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.4`;
8787
const userAgentPrefix =
8888
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8989
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)