Skip to content

Commit c544e11

Browse files
authored
Post release automated changes for security releases (Azure#21144)
Post release automated changes for azure-arm-security
1 parent a10a344 commit c544e11

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

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

515
**Features**

sdk/security/arm-security/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 SecurityCenter.",
6-
"version": "5.0.0",
6+
"version": "5.0.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/security/arm-security/src/securityCenter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class SecurityCenter extends coreClient.ServiceClient {
143143
credential: credentials
144144
};
145145

146-
const packageDetails = `azsdk-js-arm-security/5.0.0`;
146+
const packageDetails = `azsdk-js-arm-security/5.0.1`;
147147
const userAgentPrefix =
148148
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
149149
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)