Skip to content

Commit

Permalink
CodeGen from PR 19222 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7d351879d816ef83c8ab8a9aac47084160af0146 into 115350b8aa69859168b71630022d9ebec9417fa5
  • Loading branch information
SDKAuto committed May 25, 2022
1 parent dd0b9d9 commit eddddcc
Show file tree
Hide file tree
Showing 14 changed files with 1,569 additions and 259 deletions.
63 changes: 63 additions & 0 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# Release History

## 1.0.0-beta.4 (2022-05-25)

**Features**

- Added operation group SecurityMLAnalyticsSettings
- Added Interface AutomationRulePropertyArrayChangedValuesCondition
- Added Interface AutomationRulePropertyValuesChangedCondition
- Added Interface GetInsightsErrorKind
- Added Interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams
- Added Interface SecurityMLAnalyticsSettingsDataSource
- Added Interface SecurityMLAnalyticsSettingsDeleteOptionalParams
- Added Interface SecurityMLAnalyticsSettingsGetOptionalParams
- Added Interface SecurityMLAnalyticsSettingsList
- Added Interface SecurityMLAnalyticsSettingsListNextOptionalParams
- Added Interface SecurityMLAnalyticsSettingsListOptionalParams
- Added Type Alias AnomalySecurityMLAnalyticsSettings
- Added Type Alias AnomalyTimelineItem
- Added Type Alias AutomationRulePropertyArrayChangedConditionSupportedArrayType
- Added Type Alias AutomationRulePropertyArrayChangedConditionSupportedChangeType
- Added Type Alias AutomationRulePropertyChangedConditionSupportedChangedType
- Added Type Alias AutomationRulePropertyChangedConditionSupportedPropertyType
- Added Type Alias EntityProviders
- Added Type Alias Enum13
- Added Type Alias GetInsightsError
- Added Type Alias PropertyArrayChangedConditionProperties
- Added Type Alias PropertyChangedConditionProperties
- Added Type Alias SecurityMLAnalyticsSetting
- Added Type Alias SecurityMLAnalyticsSettingsCreateOrUpdateResponse
- Added Type Alias SecurityMLAnalyticsSettingsGetResponse
- Added Type Alias SecurityMLAnalyticsSettingsKind
- Added Type Alias SecurityMLAnalyticsSettingsListNextResponse
- Added Type Alias SecurityMLAnalyticsSettingsListResponse
- Added Type Alias SecurityMLAnalyticsSettingUnion
- Added Type Alias SettingsStatus
- Interface DataConnectorConnectBody has a new optional parameter dataCollectionEndpoint
- Interface DataConnectorConnectBody has a new optional parameter dataCollectionRuleImmutableId
- Interface DataConnectorConnectBody has a new optional parameter outputStream
- Class SecurityInsights has a new parameter securityMLAnalyticsSettings
- Type Alias EntityAnalytics has a new parameter entityProviders
- Added Enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType
- Added Enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType
- Added Enum KnownAutomationRulePropertyChangedConditionSupportedChangedType
- Added Enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType
- Added Enum KnownEntityProviders
- Added Enum KnownEnum13
- Added Enum KnownGetInsightsError
- Added Enum KnownSecurityMLAnalyticsSettingsKind
- Added Enum KnownSettingsStatus
- Enum KnownConditionType has a new value PropertyArrayChanged
- Enum KnownConditionType has a new value PropertyChanged
- Enum KnownEntityTimelineKind has a new value Anomaly
- Enum KnownTriggersWhen has a new value Updated

**Breaking Changes**

- Type Alias EntityAnalytics no longer has parameter isEnabled
- Type Alias Watchlist no longer has parameter sasUri
- Type Alias Watchlist no longer has parameter provisioningState
- Removed Enum KnownEnum12
- Removed Enum KnownProvisioningState
- Removed Enum KnownSkuKind


## 1.0.0-beta.3 (2022-05-16)

**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": "057c69f5ed2f893c34944e9bfba3e303d49f64bc",
"commit": "881b2fa0047dcffa1dc52212e4db6efe0909cc58",
"readme": "specification/securityinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securityinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220408.1 --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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-alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.19.20220408.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.1",
"use": "@autorest/typescript@6.0.0-alpha.19.20220425.1"
}
22 changes: 8 additions & 14 deletions sdk/securityinsight/arm-securityinsight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for SecurityInsights.",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -38,9 +38,11 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2"
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
"repository": {
Expand Down Expand Up @@ -91,7 +93,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -104,13 +106,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 eddddcc

Please sign in to comment.