Skip to content

Commit

Permalink
CodeGen from PR 21267 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 45aa8a666da7fc5e19b662d3dadecfd6ab174b3a into ce57c449bc6e60c0707072b435ca8f9481337715
  • Loading branch information
SDKAuto committed Oct 25, 2022
1 parent c9d9360 commit b617689
Show file tree
Hide file tree
Showing 19 changed files with 1,449 additions and 35 deletions.
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-10-25)

**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": "adf2c44be758c30b2bea28543083fd86b8878cdc",
"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/[email protected].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/[email protected].2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].1.20220727.1"
"release_tool": "@azure-tools/[email protected].4",
"use": "@autorest/[email protected].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 b617689

Please sign in to comment.