Skip to content

Commit

Permalink
CodeGen from PR 20665 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7293faa8c735d22549ddadf76d1280bf16be8d66 into c66d8642d27ccd7d4c110bc693e6b45f33021efb
  • Loading branch information
SDKAuto committed Sep 9, 2022
1 parent 75e5ecd commit 8b93004
Show file tree
Hide file tree
Showing 14 changed files with 1,616 additions and 80 deletions.
62 changes: 52 additions & 10 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,57 @@
# Release History

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

**Features**

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group FileImports
- Added Interface AutomationRuleBooleanCondition
- Added Interface AutomationRulePropertyArrayValuesCondition
- Added Interface BooleanConditionProperties
- Added Interface FileImport
- Added Interface FileImportList
- Added Interface FileImportsCreateOptionalParams
- Added Interface FileImportsDeleteOptionalParams
- Added Interface FileImportsGetOptionalParams
- Added Interface FileImportsListNextOptionalParams
- Added Interface FileImportsListOptionalParams
- Added Interface FileMetadata
- Added Interface PropertyArrayConditionProperties
- Added Interface ValidationError
- Added Type Alias AutomationRuleBooleanConditionSupportedOperator
- Added Type Alias AutomationRulePropertyArrayConditionSupportedArrayConditionType
- Added Type Alias AutomationRulePropertyArrayConditionSupportedArrayType
- Added Type Alias DeleteStatus
- Added Type Alias FileFormat
- Added Type Alias FileImportContentType
- Added Type Alias FileImportsCreateResponse
- Added Type Alias FileImportsDeleteResponse
- Added Type Alias FileImportsGetResponse
- Added Type Alias FileImportsListNextResponse
- Added Type Alias FileImportsListResponse
- Added Type Alias FileImportState
- Added Type Alias IngestionMode
- Interface NrtAlertRule has a new optional parameter eventGroupingSettings
- Interface NrtAlertRuleTemplate has a new optional parameter eventGroupingSettings
- Interface QueryBasedAlertRuleTemplateProperties has a new optional parameter eventGroupingSettings
- Interface SecurityAlertTimelineItem has a new optional parameter intent
- Interface SecurityAlertTimelineItem has a new optional parameter techniques
- Class SecurityInsights has a new parameter fileImports
- Added Enum KnownAutomationRuleBooleanConditionSupportedOperator
- Added Enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType
- Added Enum KnownAutomationRulePropertyArrayConditionSupportedArrayType
- Added Enum KnownDeleteStatus
- Added Enum KnownFileFormat
- Added Enum KnownFileImportContentType
- Added Enum KnownFileImportState
- Added Enum KnownIngestionMode
- Enum KnownAutomationRulePropertyConditionSupportedProperty has a new value IncidentCustomDetailsKey
- Enum KnownAutomationRulePropertyConditionSupportedProperty has a new value IncidentCustomDetailsValue
- Enum KnownAutomationRulePropertyConditionSupportedProperty has a new value IncidentUpdatedBySource
- Enum KnownConditionType has a new value Boolean
- Enum KnownConditionType has a new value PropertyArray


## 1.0.0-beta.4 (2022-07-11)

**Features**
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": "64496bd64b0376dc4b45e3193a39f7bcdd4b28da",
"commit": "181065b43ac138425a6b1ae5bf1791e705974477",
"readme": "specification/securityinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --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.20220707.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.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
"use": "@autorest/typescript@6.0.0-rc.1.20220707.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1"
}
14 changes: 4 additions & 10 deletions sdk/securityinsight/arm-securityinsight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-auth": "^1.3.0",
Expand Down Expand Up @@ -107,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 8b93004

Please sign in to comment.