Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-securityinsight] Manual trigger API alignment - mark mandatory param as required #2046

Closed
wants to merge 1 commit into from
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
60 changes: 52 additions & 8 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,59 @@
# Release History

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

**Features**

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- 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
- 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

### Other Changes
**Breaking Changes**

- Parameter logicAppsResourceId of interface ManualTriggerRequestBody is now required


## 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": "8b038e983041dd7778998860fbb218c4e84e5cc6",
"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/[email protected].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/[email protected]",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected].20220707.1"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected]"
}
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