Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 45 additions & 10 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,50 @@
# Release History

## 1.0.0-beta.6 (2022-11-17)

**Features**

## 1.0.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group Get
- Added operation group GetRecommendations
- Added operation group Update
- Added Interface AlertPropertyMapping
- Added Interface Content
- Added Interface GetRecommendationsListOptionalParams
- Added Interface GetSingleRecommendationOptionalParams
- Added Interface Instructions
- Added Interface Recommendation
- Added Interface RecommendationList
- Added Interface RecommendationPatch
- Added Interface RecommendedAction
- Added Interface SentinelEntityMapping
- Added Interface UpdateRecommendationOptionalParams
- Added Type Alias AlertProperty
- Added Type Alias Category
- Added Type Alias Context
- Added Type Alias GetRecommendationsListResponse
- Added Type Alias GetSingleRecommendationResponse
- Added Type Alias Priority
- Added Type Alias State
- Added Type Alias UpdateRecommendationResponse
- Interface AlertDetailsOverride has a new optional parameter alertDynamicProperties
- Interface NrtAlertRule has a new optional parameter sentinelEntitiesMappings
- Interface NrtAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
- Interface QueryBasedAlertRuleTemplateProperties has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRule has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRuleCommonProperties has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
- Interface SecurityAlertTimelineItem has a new optional parameter intent
- Interface SecurityAlertTimelineItem has a new optional parameter techniques
- Class SecurityInsights has a new parameter get
- Class SecurityInsights has a new parameter getRecommendations
- Class SecurityInsights has a new parameter update
- Added Enum KnownAlertProperty
- Added Enum KnownCategory
- Added Enum KnownContext
- Added Enum KnownPriority
- Added Enum KnownState


## 1.0.0-beta.5 (2022-09-27)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/securityinsight/arm-securityinsight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provi

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
8 changes: 4 additions & 4 deletions sdk/securityinsight/arm-securityinsight/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "b41f929626289b59e31be8a1091c99994864b096",
"commit": "b300cfa556724786e9c4dbec7e837b860298d791",
"readme": "specification/securityinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securityinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/securityinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/typescript@6.0.0-rc.2"
}
12 changes: 2 additions & 10 deletions sdk/securityinsight/arm-securityinsight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading