Skip to content

Commit 840066e

Browse files
authored
Post release automated changes for securityinsight releases (Azure#24718)
Post release automated changes for azure-arm-securityinsight
1 parent acc40ad commit 840066e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/securityinsight/arm-securityinsight/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+
## 1.0.0-beta.7 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.6 (2023-02-03)
414

515
**Features**

sdk/securityinsight/arm-securityinsight/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 SecurityInsights.",
6-
"version": "1.0.0-beta.6",
6+
"version": "1.0.0-beta.7",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -120,4 +120,4 @@
120120
"disableDocsMs": true,
121121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview"
122122
}
123-
}
123+
}

sdk/securityinsight/arm-securityinsight/src/securityInsights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class SecurityInsights extends coreClient.ServiceClient {
120120
credential: credentials
121121
};
122122

123-
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.6`;
123+
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.7`;
124124
const userAgentPrefix =
125125
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
126126
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)