Skip to content

Commit

Permalink
CodeGen from PR 21542 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge dba43a43d196c6d2a833814098ed9c8fc11bc00c into e5d0ca3407a4cb8917f2ec477f54f7e8e447de7a
  • Loading branch information
SDKAuto committed Nov 24, 2022
1 parent 60a1e63 commit 396c527
Show file tree
Hide file tree
Showing 23 changed files with 2,655 additions and 450 deletions.
73 changes: 65 additions & 8 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,72 @@
# Release History

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

**Features**

## 1.0.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation group Get
- Added operation group GetRecommendations
- Added operation group IncidentTasks
- Added operation group Update
- Added Interface AddIncidentTaskActionProperties
- Added Interface AlertPropertyMapping
- Added Interface AutomationRuleAddIncidentTaskAction
- Added Interface Content
- Added Interface GetRecommendationsListOptionalParams
- Added Interface GetSingleRecommendationOptionalParams
- Added Interface IncidentTask
- Added Interface IncidentTaskList
- Added Interface IncidentTasksCreateOrUpdateOptionalParams
- Added Interface IncidentTasksDeleteOptionalParams
- Added Interface IncidentTasksGetOptionalParams
- Added Interface IncidentTasksListNextOptionalParams
- Added Interface IncidentTasksListOptionalParams
- 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 IncidentTasksCreateOrUpdateResponse
- Added Type Alias IncidentTasksGetResponse
- Added Type Alias IncidentTasksListNextResponse
- Added Type Alias IncidentTasksListResponse
- Added Type Alias IncidentTaskStatus
- 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 incidentTasks
- Class SecurityInsights has a new parameter update
- Added Enum KnownAlertProperty
- Added Enum KnownCategory
- Added Enum KnownContext
- Added Enum KnownIncidentTaskStatus
- Added Enum KnownPriority
- Added Enum KnownState
- Enum KnownActionType has a new value AddIncidentTask

### Other Changes
**Breaking Changes**

- Operation Incidents.createTeam has a new signature


## 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": "f9e7e81eb39b015f8b1f453deb31c087bbaac7d8",
"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

0 comments on commit 396c527

Please sign in to comment.