diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index c3c5bc227ce9..09eb47dae1b6 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -9114,19 +9114,19 @@ packages: '@azure-tools/test-recorder': 1.0.2 '@azure/identity': 2.0.4 '@microsoft/api-extractor': 7.19.4 - '@rollup/plugin-commonjs': 21.0.1_rollup@2.67.1 - '@rollup/plugin-json': 4.1.0_rollup@2.67.1 - '@rollup/plugin-multi-entry': 4.1.0_rollup@2.67.1 - '@rollup/plugin-node-resolve': 13.1.3_rollup@2.67.1 + '@rollup/plugin-commonjs': 21.0.2_rollup@2.70.1 + '@rollup/plugin-json': 4.1.0_rollup@2.70.1 + '@rollup/plugin-multi-entry': 4.1.0_rollup@2.70.1 + '@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.1 cross-env: 7.0.3 mkdirp: 1.0.4 mocha: 7.2.0 rimraf: 3.0.2 - rollup: 2.67.1 - rollup-plugin-sourcemaps: 0.6.3_rollup@2.67.1 + rollup: 2.70.1 + rollup-plugin-sourcemaps: 0.6.3_rollup@2.70.1 tslib: 2.3.1 typescript: 4.2.4 - uglify-js: 3.15.1 + uglify-js: 3.15.3 transitivePeerDependencies: - '@types/node' - debug @@ -12616,28 +12616,27 @@ packages: dev: false file:projects/arm-securityinsight.tgz: - resolution: {integrity: sha512-J2OXsqFExX+YmAcyFU4UKx8cuVOpPzfa5q0f2UoJGKCuxvwCSTJrLsviS42L04e4x1BX9UsbU+MnQB0lLFsFZg==, tarball: file:projects/arm-securityinsight.tgz} + resolution: {integrity: sha512-nB7edwy534eIzUBR2+bDmY6YxbFRCErLqrFl3qnXapMRNfv6/VuY2//GAovPdPBtspwkEXOt3/Tdtg3EVNTKjA==, tarball: file:projects/arm-securityinsight.tgz} name: '@rush-temp/arm-securityinsight' version: 0.0.0 dependencies: '@azure-tools/test-recorder': 1.0.2 '@azure/identity': 2.0.4 '@microsoft/api-extractor': 7.19.4 - '@rollup/plugin-commonjs': 21.0.2_rollup@2.70.1 - '@rollup/plugin-json': 4.1.0_rollup@2.70.1 - '@rollup/plugin-multi-entry': 4.1.0_rollup@2.70.1 - '@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.1 + '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 + '@rollup/plugin-json': 4.1.0_rollup@1.32.1 + '@rollup/plugin-multi-entry': 3.0.1_rollup@1.32.1 + '@rollup/plugin-node-resolve': 8.4.0_rollup@1.32.1 cross-env: 7.0.3 mkdirp: 1.0.4 mocha: 7.2.0 rimraf: 3.0.2 - rollup: 2.70.1 - rollup-plugin-sourcemaps: 0.6.3_rollup@2.70.1 + rollup: 1.32.1 + rollup-plugin-sourcemaps: 0.4.2_rollup@1.32.1 tslib: 2.3.1 typescript: 4.2.4 uglify-js: 3.15.3 transitivePeerDependencies: - - '@types/node' - debug - encoding - supports-color diff --git a/sdk/securityinsight/arm-securityinsight/CHANGELOG.md b/sdk/securityinsight/arm-securityinsight/CHANGELOG.md index c311a6799bab..6dae44892e56 100644 --- a/sdk/securityinsight/arm-securityinsight/CHANGELOG.md +++ b/sdk/securityinsight/arm-securityinsight/CHANGELOG.md @@ -1,5 +1,38 @@ # Release History +## 1.0.0-beta.3 (2022-03-23) + +**Features** + + - Added operation group SecurityMLAnalyticsSettingsOperations + - 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 EntityProviders + - Added Type Alias SecurityMLAnalyticsSettings + - Added Type Alias SecurityMLAnalyticsSettingsCreateOrUpdateResponse + - Added Type Alias SecurityMLAnalyticsSettingsGetResponse + - Added Type Alias SecurityMLAnalyticsSettingsKind + - Added Type Alias SecurityMLAnalyticsSettingsListNextResponse + - Added Type Alias SecurityMLAnalyticsSettingsListResponse + - Added Type Alias SecurityMLAnalyticsSettingsUnion + - Added Type Alias SettingsStatus + - Class SecurityInsights has a new parameter securityMLAnalyticsSettingsOperations + - Type Alias EntityAnalytics has a new parameter entityProviders + - Added Enum KnownEntityProviders + - Added Enum KnownSecurityMLAnalyticsSettingsKind + - Added Enum KnownSettingsStatus + +**Breaking Changes** + + - Type Alias EntityAnalytics no longer has parameter isEnabled + + ## 1.0.0-beta.2 (2022-03-17) **Features** diff --git a/sdk/securityinsight/arm-securityinsight/README.md b/sdk/securityinsight/arm-securityinsight/README.md index 1035849b20ee..6d7ac3813890 100644 --- a/sdk/securityinsight/arm-securityinsight/README.md +++ b/sdk/securityinsight/arm-securityinsight/README.md @@ -16,8 +16,6 @@ API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provi - [LTS versions of Node.js](https://nodejs.org/about/releases/) - 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. - ### Prerequisites - An [Azure subscription][azure_sub]. @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this ```javascript const { SecurityInsights } = require("@azure/arm-securityinsight"); const { DefaultAzureCredential } = require("@azure/identity"); -// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details. - const subscriptionId = "00000000-0000-0000-0000-000000000000"; const client = new SecurityInsights(new DefaultAzureCredential(), subscriptionId); - -// For client-side applications running in the browser, use this code instead: -// const credential = new InteractiveBrowserCredential({ -// tenantId: "", -// clientId: "" -// }); -// const client = new SecurityInsights(credential, subscriptionId); ``` diff --git a/sdk/securityinsight/arm-securityinsight/_meta.json b/sdk/securityinsight/arm-securityinsight/_meta.json index a43d787a3825..c66a48818764 100644 --- a/sdk/securityinsight/arm-securityinsight/_meta.json +++ b/sdk/securityinsight/arm-securityinsight/_meta.json @@ -1,8 +1,8 @@ { - "commit": "3124311bc9791b64a8fa8fe8dc6372fb19559a1a", + "commit": "48fda1e98bf11b47fdf17220471801ae8464deb3", "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-beta.16 --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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/securityinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "release_tool": "@azure-tools/js-sdk-release-tools@2.1.2", - "use": "@autorest/typescript@6.0.0-beta.16" + "release_tool": "@azure-tools/js-sdk-release-tools@2.2.0", + "use": "@autorest/typescript@6.0.0-alpha.16.20220105.1" } \ No newline at end of file diff --git a/sdk/securityinsight/arm-securityinsight/package.json b/sdk/securityinsight/arm-securityinsight/package.json index d9eac01b28ff..a5c83c98f8e1 100644 --- a/sdk/securityinsight/arm-securityinsight/package.json +++ b/sdk/securityinsight/arm-securityinsight/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for SecurityInsights.", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "engines": { "node": ">=12.0.0" }, @@ -27,13 +27,13 @@ "types": "./types/arm-securityinsight.d.ts", "devDependencies": { "@microsoft/api-extractor": "^7.18.11", - "@rollup/plugin-commonjs": "^21.0.1", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-multi-entry": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.1.3", + "@rollup/plugin-commonjs": "11.0.2", + "@rollup/plugin-json": "^4.0.0", + "@rollup/plugin-multi-entry": "^3.0.0", + "@rollup/plugin-node-resolve": "^8.0.0", "mkdirp": "^1.0.4", - "rollup": "^2.66.1", - "rollup-plugin-sourcemaps": "^0.6.3", + "rollup": "^1.16.3", + "rollup-plugin-sourcemaps": "^0.4.2", "typescript": "~4.2.0", "uglify-js": "^3.4.9", "rimraf": "^3.0.0", @@ -96,21 +96,5 @@ "docs": "echo skipped" }, "sideEffects": false, - "//metadata": { - "constantPaths": [ - { - "path": "src/securityInsights.ts", - "prefix": "packageDetails" - } - ] - }, - "autoPublish": true, - "//sampleConfiguration": { - "productName": "", - "productSlugs": [ - "azure" - ], - "disableDocsMs": true, - "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview" - } + "autoPublish": true } \ No newline at end of file diff --git a/sdk/securityinsight/arm-securityinsight/review/arm-securityinsight.api.md b/sdk/securityinsight/arm-securityinsight/review/arm-securityinsight.api.md index c6bbf79c79f2..a23790be95bf 100644 --- a/sdk/securityinsight/arm-securityinsight/review/arm-securityinsight.api.md +++ b/sdk/securityinsight/arm-securityinsight/review/arm-securityinsight.api.md @@ -375,6 +375,23 @@ export type Anomalies = Settings & { readonly isEnabled?: boolean; }; +// @public +export type AnomalySecurityMLAnalyticsSettings = SecurityMLAnalyticsSettings & { + description?: string; + displayName?: string; + enabled?: boolean; + readonly lastModifiedUtc?: Date; + requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[]; + tactics?: AttackTactic[]; + techniques?: string[]; + anomalyVersion?: string; + customizableObservations?: Record; + frequency?: string; + settingsStatus?: SettingsStatus; + isDefaultSettings?: boolean; + anomalySettingsVersion?: number; +}; + // @public export type AntispamMailDirection = string; @@ -521,7 +538,7 @@ export interface AutomationRuleTriggeringLogic { // @public export interface Availability { isPreview?: boolean; - status?: 1; + status?: "1"; } // @public @@ -1354,7 +1371,7 @@ export type Entity = Resource & { // @public export type EntityAnalytics = Settings & { - readonly isEnabled?: boolean; + entityProviders?: EntityProviders[]; }; // @public @@ -1447,6 +1464,9 @@ export interface EntityMapping { // @public export type EntityMappingType = string; +// @public +export type EntityProviders = string; + // @public export interface EntityQueries { createOrUpdate(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams): Promise; @@ -2776,6 +2796,14 @@ export enum KnownEntityMappingType { URL = "URL" } +// @public +export enum KnownEntityProviders { + // (undocumented) + ActiveDirectory = "ActiveDirectory", + // (undocumented) + AzureActiveDirectory = "AzureActiveDirectory" +} + // @public export enum KnownEntityQueryKind { // (undocumented) @@ -3061,6 +3089,12 @@ export enum KnownRepoType { Github = "Github" } +// @public +export enum KnownSecurityMLAnalyticsSettingsKind { + // (undocumented) + Anomaly = "Anomaly" +} + // @public export enum KnownSettingKind { // (undocumented) @@ -3073,6 +3107,12 @@ export enum KnownSettingKind { Ueba = "Ueba" } +// @public +export enum KnownSettingsStatus { + Flighting = "Flighting", + Production = "Production" +} + // @public export enum KnownSettingType { // (undocumented) @@ -4409,6 +4449,8 @@ export class SecurityInsights extends coreClient.ServiceClient { // (undocumented) productSettings: ProductSettings; // (undocumented) + securityMLAnalyticsSettingsOperations: SecurityMLAnalyticsSettingsOperations; + // (undocumented) sentinelOnboardingStates: SentinelOnboardingStates; // (undocumented) sourceControlOperations: SourceControlOperations; @@ -4435,6 +4477,69 @@ export interface SecurityInsightsOptionalParams extends coreClient.ServiceClient endpoint?: string; } +// @public +export type SecurityMLAnalyticsSettings = ResourceWithEtag & { + kind: SecurityMLAnalyticsSettingsKind; +}; + +// @public +export interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingsUnion; + +// @public +export interface SecurityMLAnalyticsSettingsDataSource { + connectorId?: string; + dataTypes?: string[]; +} + +// @public +export interface SecurityMLAnalyticsSettingsDeleteOptionalParams extends coreClient.OperationOptions { +} + +// @public +export interface SecurityMLAnalyticsSettingsGetOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingsUnion; + +// @public +export type SecurityMLAnalyticsSettingsKind = string; + +// @public +export interface SecurityMLAnalyticsSettingsList { + readonly nextLink?: string; + value: SecurityMLAnalyticsSettingsUnion[]; +} + +// @public +export interface SecurityMLAnalyticsSettingsListNextOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList; + +// @public +export interface SecurityMLAnalyticsSettingsListOptionalParams extends coreClient.OperationOptions { +} + +// @public +export type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList; + +// @public +export interface SecurityMLAnalyticsSettingsOperations { + createOrUpdate(resourceGroupName: string, workspaceName: string, settingsResourceName: string, securityMLAnalyticsSettings: SecurityMLAnalyticsSettingsUnion, options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams): Promise; + delete(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsDeleteOptionalParams): Promise; + get(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsGetOptionalParams): Promise; + list(resourceGroupName: string, workspaceName: string, options?: SecurityMLAnalyticsSettingsListOptionalParams): PagedAsyncIterableIterator; +} + +// @public (undocumented) +export type SecurityMLAnalyticsSettingsUnion = SecurityMLAnalyticsSettings | AnomalySecurityMLAnalyticsSettings; + // @public export type SentinelOnboardingState = ResourceWithEtag & { customerManagedKey?: boolean; @@ -4492,6 +4597,9 @@ export type Settings = ResourceWithEtag & { kind: SettingKind; }; +// @public +export type SettingsStatus = string; + // @public (undocumented) export type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba; diff --git a/sdk/securityinsight/arm-securityinsight/rollup.config.js b/sdk/securityinsight/arm-securityinsight/rollup.config.js index 3f89d7309da5..9be1955eb7f1 100644 --- a/sdk/securityinsight/arm-securityinsight/rollup.config.js +++ b/sdk/securityinsight/arm-securityinsight/rollup.config.js @@ -14,14 +14,62 @@ import json from "@rollup/plugin-json"; import nodeBuiltins from "builtin-modules"; +/** + * Gets the proper configuration needed for rollup's commonJS plugin for @opentelemetry/api. + * + * NOTE: this manual configuration is only needed because OpenTelemetry uses an + * __exportStar downleveled helper function to declare its exports which confuses + * rollup's automatic discovery mechanism. + * + * @returns an object reference that can be `...`'d into your cjs() configuration. + */ +export function openTelemetryCommonJs() { + const namedExports = {}; + + for (const key of [ + "@opentelemetry/api", + "@azure/core-tracing/node_modules/@opentelemetry/api" + ]) { + namedExports[key] = [ + "SpanKind", + "TraceFlags", + "getSpan", + "setSpan", + "SpanStatusCode", + "getSpanContext", + "setSpanContext" + ]; + } + + const releasedOpenTelemetryVersions = ["0.10.2", "1.0.0-rc.0"]; + + for (const version of releasedOpenTelemetryVersions) { + namedExports[ + // working around a limitation in the rollup common.js plugin - it's not able to resolve these modules so the named exports listed above will not get applied. We have to drill down to the actual path. + `../../../common/temp/node_modules/.pnpm/@opentelemetry/api@${version}/node_modules/@opentelemetry/api/build/src/index.js` + ] = [ + "SpanKind", + "TraceFlags", + "getSpan", + "setSpan", + "StatusCode", + "CanonicalCode", + "getSpanContext", + "setSpanContext" + ]; + } + + return namedExports; +} + // #region Warning Handler /** - * A function that can determine whether a rollup warning should be ignored. If + * A function that can determine whether a rollupwarning should be ignored. If * the function returns `true`, then the warning will not be displayed. */ -function ignoreNiseSinonEval(warning) { +function ignoreNiseSinonEvalWarnings(warning) { return ( warning.code === "EVAL" && warning.id && @@ -30,14 +78,17 @@ function ignoreNiseSinonEval(warning) { ); } -function ignoreChaiCircularDependency(warning) { +function ignoreChaiCircularDependencyWarnings(warning) { return ( warning.code === "CIRCULAR_DEPENDENCY" && warning.importer && warning.importer.includes("node_modules/chai") === true ); } -const warningInhibitors = [ignoreChaiCircularDependency, ignoreNiseSinonEval]; +const warningInhibitors = [ + ignoreChaiCircularDependencyWarnings, + ignoreNiseSinonEvalWarnings +]; /** * Construct a warning handler for the shared rollup configuration @@ -71,7 +122,22 @@ function makeBrowserTestConfig() { nodeResolve({ mainFields: ["module", "browser"] }), - cjs(), + cjs({ + namedExports: { + // Chai's strange internal architecture makes it impossible to statically + // analyze its exports. + chai: [ + "version", + "use", + "util", + "config", + "expect", + "should", + "assert" + ], + ...openTelemetryCommonJs() + } + }), json(), sourcemaps() //viz({ filename: "dist-test/browser-stats.html", sourcemap: true }) @@ -107,7 +173,7 @@ export function makeConfig(pkg, options) { ], output: { file: "dist/index.js", format: "cjs", sourcemap: true }, preserveSymlinks: false, - plugins: [sourcemaps(), nodeResolve()] + plugins: [sourcemaps(), nodeResolve(), cjs()] }; const config = [baseConfig]; diff --git a/sdk/securityinsight/arm-securityinsight/src/models/index.ts b/sdk/securityinsight/arm-securityinsight/src/models/index.ts index e0b7838a1dde..495b03b9ea0a 100644 --- a/sdk/securityinsight/arm-securityinsight/src/models/index.ts +++ b/sdk/securityinsight/arm-securityinsight/src/models/index.ts @@ -95,6 +95,9 @@ export type SettingsUnion = | EyesOn | EntityAnalytics | Ueba; +export type SecurityMLAnalyticsSettingsUnion = + | SecurityMLAnalyticsSettings + | AnomalySecurityMLAnalyticsSettings; export type ThreatIntelligenceInformationUnion = | ThreatIntelligenceInformation | ThreatIntelligenceIndicatorModel; @@ -994,6 +997,17 @@ export interface SettingList { value: SettingsUnion[]; } +/** List all the SecurityMLAnalyticsSettings */ +export interface SecurityMLAnalyticsSettingsList { + /** + * URL to fetch the next set of SecurityMLAnalyticsSettings. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly nextLink?: string; + /** Array of SecurityMLAnalyticsSettings */ + value: SecurityMLAnalyticsSettingsUnion[]; +} + /** List all the source controls. */ export interface RepoList { /** @@ -1719,6 +1733,14 @@ export interface Sku { capacityReservationLevel?: number; } +/** security ml analytics settings data sources */ +export interface SecurityMLAnalyticsSettingsDataSource { + /** The connector id that provides the following data types */ + connectorId?: string; + /** The data types used by the security ml analytics settings */ + dataTypes?: string[]; +} + /** Properties data connector on tenant level. */ export interface DataConnectorTenantId { /** The tenant id to connect to, and get the data from. */ @@ -1874,7 +1896,7 @@ export interface ConnectivityCriteria { /** Connector Availability Status */ export interface Availability { /** The connector Availability Status */ - status?: 1; + status?: "1"; /** Set connector as preview */ isPreview?: boolean; } @@ -3914,6 +3936,12 @@ export type Settings = ResourceWithEtag & { kind: SettingKind; }; +/** Security ML Analytics Settings */ +export type SecurityMLAnalyticsSettings = ResourceWithEtag & { + /** The kind of security ML Analytics Settings */ + kind: SecurityMLAnalyticsSettingsKind; +}; + /** Represents a SourceControl in Azure Security Insights. */ export type SourceControl = ResourceWithEtag & { /** The id (a Guid) of the source control */ @@ -5670,11 +5698,8 @@ export type EyesOn = Settings & { /** Settings with single toggle. */ export type EntityAnalytics = Settings & { - /** - * Determines whether the setting is enable or disabled. - * NOTE: This property will not be serialized. It can only be populated by the server. - */ - readonly isEnabled?: boolean; + /** The relevant entity providers that are synced */ + entityProviders?: EntityProviders[]; }; /** Settings with single toggle. */ @@ -5683,6 +5708,39 @@ export type Ueba = Settings & { dataSources?: UebaDataSources[]; }; +/** Represents Anomaly Security ML Analytics Settings */ +export type AnomalySecurityMLAnalyticsSettings = SecurityMLAnalyticsSettings & { + /** The description of the SecurityMLAnalyticsSettings. */ + description?: string; + /** The display name for settings created by this SecurityMLAnalyticsSettings. */ + displayName?: string; + /** Determines whether this settings is enabled or disabled. */ + enabled?: boolean; + /** + * The last time that this SecurityMLAnalyticsSettings has been modified. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly lastModifiedUtc?: Date; + /** The required data sources for this SecurityMLAnalyticsSettings */ + requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[]; + /** The tactics of the SecurityMLAnalyticsSettings */ + tactics?: AttackTactic[]; + /** The techniques of the SecurityMLAnalyticsSettings */ + techniques?: string[]; + /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */ + anomalyVersion?: string; + /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */ + customizableObservations?: Record; + /** The frequency that this SecurityMLAnalyticsSettings will be run. */ + frequency?: string; + /** The anomaly SecurityMLAnalyticsSettings status */ + settingsStatus?: SettingsStatus; + /** Determines whether this anomaly security ml analytics settings is a default settings */ + isDefaultSettings?: boolean; + /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */ + anomalySettingsVersion?: number; +}; + /** Threat intelligence indicator entity. */ export type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & { /** @@ -6673,6 +6731,20 @@ export enum KnownSettingKind { */ export type SettingKind = string; +/** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */ +export enum KnownSecurityMLAnalyticsSettingsKind { + Anomaly = "Anomaly" +} + +/** + * Defines values for SecurityMLAnalyticsSettingsKind. \ + * {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Anomaly** + */ +export type SecurityMLAnalyticsSettingsKind = string; + /** Known values of {@link RepoType} that the service accepts. */ export enum KnownRepoType { Github = "Github", @@ -7403,6 +7475,22 @@ export enum KnownOutputType { */ export type OutputType = string; +/** Known values of {@link EntityProviders} that the service accepts. */ +export enum KnownEntityProviders { + ActiveDirectory = "ActiveDirectory", + AzureActiveDirectory = "AzureActiveDirectory" +} + +/** + * Defines values for EntityProviders. \ + * {@link KnownEntityProviders} can be used interchangeably with EntityProviders, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **ActiveDirectory** \ + * **AzureActiveDirectory** + */ +export type EntityProviders = string; + /** Known values of {@link UebaDataSources} that the service accepts. */ export enum KnownUebaDataSources { AuditLogs = "AuditLogs", @@ -7439,6 +7527,24 @@ export enum KnownSkuKind { */ export type SkuKind = string; +/** Known values of {@link SettingsStatus} that the service accepts. */ +export enum KnownSettingsStatus { + /** Anomaly settings status in Production mode */ + Production = "Production", + /** Anomaly settings status in Flighting mode */ + Flighting = "Flighting" +} + +/** + * Defines values for SettingsStatus. \ + * {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Production**: Anomaly settings status in Production mode \ + * **Flighting**: Anomaly settings status in Flighting mode + */ +export type SettingsStatus = string; + /** Known values of {@link DataTypeState} that the service accepts. */ export enum KnownDataTypeState { Enabled = "Enabled", @@ -8397,6 +8503,38 @@ export interface ProductSettingsUpdateOptionalParams /** Contains response data for the update operation. */ export type ProductSettingsUpdateResponse = SettingsUnion; +/** Optional parameters. */ +export interface SecurityMLAnalyticsSettingsListOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the list operation. */ +export type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList; + +/** Optional parameters. */ +export interface SecurityMLAnalyticsSettingsGetOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the get operation. */ +export type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingsUnion; + +/** Optional parameters. */ +export interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the createOrUpdate operation. */ +export type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingsUnion; + +/** Optional parameters. */ +export interface SecurityMLAnalyticsSettingsDeleteOptionalParams + extends coreClient.OperationOptions {} + +/** Optional parameters. */ +export interface SecurityMLAnalyticsSettingsListNextOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listNext operation. */ +export type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList; + /** Optional parameters. */ export interface SourceControlListRepositoriesOptionalParams extends coreClient.OperationOptions {} diff --git a/sdk/securityinsight/arm-securityinsight/src/models/mappers.ts b/sdk/securityinsight/arm-securityinsight/src/models/mappers.ts index ddb5b5718ffa..3e85eb25669f 100644 --- a/sdk/securityinsight/arm-securityinsight/src/models/mappers.ts +++ b/sdk/securityinsight/arm-securityinsight/src/models/mappers.ts @@ -2488,6 +2488,35 @@ export const SettingList: coreClient.CompositeMapper = { } }; +export const SecurityMLAnalyticsSettingsList: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SecurityMLAnalyticsSettingsList", + modelProperties: { + nextLink: { + serializedName: "nextLink", + readOnly: true, + type: { + name: "String" + } + }, + value: { + serializedName: "value", + required: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SecurityMLAnalyticsSettings" + } + } + } + } + } + } +}; + export const RepoList: coreClient.CompositeMapper = { type: { name: "Composite", @@ -4652,6 +4681,32 @@ export const Sku: coreClient.CompositeMapper = { } }; +export const SecurityMLAnalyticsSettingsDataSource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SecurityMLAnalyticsSettingsDataSource", + modelProperties: { + connectorId: { + serializedName: "connectorId", + type: { + name: "String" + } + }, + dataTypes: { + serializedName: "dataTypes", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + export const DataConnectorTenantId: coreClient.CompositeMapper = { type: { name: "Composite", @@ -10086,6 +10141,29 @@ export const Settings: coreClient.CompositeMapper = { } }; +export const SecurityMLAnalyticsSettings: coreClient.CompositeMapper = { + serializedName: "SecurityMLAnalyticsSettings", + type: { + name: "Composite", + className: "SecurityMLAnalyticsSettings", + uberParent: "Resource", + polymorphicDiscriminator: { + serializedName: "kind", + clientName: "kind" + }, + modelProperties: { + ...ResourceWithEtag.type.modelProperties, + kind: { + serializedName: "kind", + required: true, + type: { + name: "String" + } + } + } + } +}; + export const SourceControl: coreClient.CompositeMapper = { type: { name: "Composite", @@ -14065,11 +14143,15 @@ export const EntityAnalytics: coreClient.CompositeMapper = { polymorphicDiscriminator: Resource.type.polymorphicDiscriminator, modelProperties: { ...Settings.type.modelProperties, - isEnabled: { - serializedName: "properties.isEnabled", - readOnly: true, + entityProviders: { + serializedName: "properties.entityProviders", type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } @@ -14100,6 +14182,115 @@ export const Ueba: coreClient.CompositeMapper = { } }; +export const AnomalySecurityMLAnalyticsSettings: coreClient.CompositeMapper = { + serializedName: "Anomaly", + type: { + name: "Composite", + className: "AnomalySecurityMLAnalyticsSettings", + uberParent: "Resource", + polymorphicDiscriminator: Resource.type.polymorphicDiscriminator, + modelProperties: { + ...SecurityMLAnalyticsSettings.type.modelProperties, + description: { + serializedName: "properties.description", + type: { + name: "String" + } + }, + displayName: { + serializedName: "properties.displayName", + type: { + name: "String" + } + }, + enabled: { + serializedName: "properties.enabled", + type: { + name: "Boolean" + } + }, + lastModifiedUtc: { + serializedName: "properties.lastModifiedUtc", + readOnly: true, + type: { + name: "DateTime" + } + }, + requiredDataConnectors: { + serializedName: "properties.requiredDataConnectors", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SecurityMLAnalyticsSettingsDataSource" + } + } + } + }, + tactics: { + serializedName: "properties.tactics", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + techniques: { + serializedName: "properties.techniques", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + anomalyVersion: { + serializedName: "properties.anomalyVersion", + type: { + name: "String" + } + }, + customizableObservations: { + serializedName: "properties.customizableObservations", + type: { + name: "Dictionary", + value: { type: { name: "any" } } + } + }, + frequency: { + serializedName: "properties.frequency", + type: { + name: "TimeSpan" + } + }, + settingsStatus: { + serializedName: "properties.settingsStatus", + type: { + name: "String" + } + }, + isDefaultSettings: { + serializedName: "properties.isDefaultSettings", + type: { + name: "Boolean" + } + }, + anomalySettingsVersion: { + serializedName: "properties.anomalySettingsVersion", + type: { + name: "Number" + } + } + } + } +}; + export const ThreatIntelligenceIndicatorModel: coreClient.CompositeMapper = { serializedName: "indicator", type: { @@ -15004,6 +15195,7 @@ export let discriminators = { "Resource.EntityQuery": EntityQuery, "Resource.CustomEntityQuery": CustomEntityQuery, "Resource.Settings": Settings, + "Resource.SecurityMLAnalyticsSettings": SecurityMLAnalyticsSettings, "Resource.ThreatIntelligenceInformation": ThreatIntelligenceInformation, "Resource.DataConnector": DataConnector, "Resource.MLBehaviorAnalytics": MLBehaviorAnalyticsAlertRule, @@ -15039,6 +15231,7 @@ export let discriminators = { "Resource.EyesOn": EyesOn, "Resource.EntityAnalytics": EntityAnalytics, "Resource.Ueba": Ueba, + "Resource.Anomaly": AnomalySecurityMLAnalyticsSettings, "Resource.indicator": ThreatIntelligenceIndicatorModel, "Resource.AzureActiveDirectory": AADDataConnector, "Resource.MicrosoftThreatIntelligence": MstiDataConnector, diff --git a/sdk/securityinsight/arm-securityinsight/src/models/parameters.ts b/sdk/securityinsight/arm-securityinsight/src/models/parameters.ts index 7808530d8fb0..7633b84e36cc 100644 --- a/sdk/securityinsight/arm-securityinsight/src/models/parameters.ts +++ b/sdk/securityinsight/arm-securityinsight/src/models/parameters.ts @@ -30,6 +30,7 @@ import { MetadataPatch as MetadataPatchMapper, SentinelOnboardingState as SentinelOnboardingStateMapper, Settings as SettingsMapper, + SecurityMLAnalyticsSettings as SecurityMLAnalyticsSettingsMapper, SourceControl as SourceControlMapper, ThreatIntelligenceIndicatorModel as ThreatIntelligenceIndicatorModelMapper, ThreatIntelligenceFilteringCriteria as ThreatIntelligenceFilteringCriteriaMapper, @@ -68,7 +69,7 @@ export const $host: OperationURLParameter = { export const apiVersion: OperationQueryParameter = { parameterPath: "apiVersion", mapper: { - defaultValue: "2022-01-01-preview", + defaultValue: "2022-04-01-preview", isConstant: true, serializedName: "api-version", type: { @@ -516,6 +517,22 @@ export const settings: OperationParameter = { mapper: SettingsMapper }; +export const settingsResourceName: OperationURLParameter = { + parameterPath: "settingsResourceName", + mapper: { + serializedName: "settingsResourceName", + required: true, + type: { + name: "String" + } + } +}; + +export const securityMLAnalyticsSettings: OperationParameter = { + parameterPath: "securityMLAnalyticsSettings", + mapper: SecurityMLAnalyticsSettingsMapper +}; + export const repoType: OperationParameter = { parameterPath: "repoType", mapper: { diff --git a/sdk/securityinsight/arm-securityinsight/src/operations/index.ts b/sdk/securityinsight/arm-securityinsight/src/operations/index.ts index 2fb99b67a9bb..65b3d9f701ec 100644 --- a/sdk/securityinsight/arm-securityinsight/src/operations/index.ts +++ b/sdk/securityinsight/arm-securityinsight/src/operations/index.ts @@ -28,6 +28,7 @@ export * from "./metadata"; export * from "./officeConsents"; export * from "./sentinelOnboardingStates"; export * from "./productSettings"; +export * from "./securityMLAnalyticsSettingsOperations"; export * from "./sourceControlOperations"; export * from "./sourceControls"; export * from "./threatIntelligenceIndicator"; diff --git a/sdk/securityinsight/arm-securityinsight/src/operations/securityMLAnalyticsSettingsOperations.ts b/sdk/securityinsight/arm-securityinsight/src/operations/securityMLAnalyticsSettingsOperations.ts new file mode 100644 index 000000000000..9bcaf0dfc939 --- /dev/null +++ b/sdk/securityinsight/arm-securityinsight/src/operations/securityMLAnalyticsSettingsOperations.ts @@ -0,0 +1,321 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { SecurityMLAnalyticsSettingsOperations } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; +import * as Parameters from "../models/parameters"; +import { SecurityInsights } from "../securityInsights"; +import { + SecurityMLAnalyticsSettingsUnion, + SecurityMLAnalyticsSettingsListNextOptionalParams, + SecurityMLAnalyticsSettingsListOptionalParams, + SecurityMLAnalyticsSettingsListResponse, + SecurityMLAnalyticsSettingsGetOptionalParams, + SecurityMLAnalyticsSettingsGetResponse, + SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams, + SecurityMLAnalyticsSettingsCreateOrUpdateResponse, + SecurityMLAnalyticsSettingsDeleteOptionalParams, + SecurityMLAnalyticsSettingsListNextResponse +} from "../models"; + +/// +/** Class containing SecurityMLAnalyticsSettingsOperations operations. */ +export class SecurityMLAnalyticsSettingsOperationsImpl + implements SecurityMLAnalyticsSettingsOperations { + private readonly client: SecurityInsights; + + /** + * Initialize a new instance of the class SecurityMLAnalyticsSettingsOperations class. + * @param client Reference to the service client + */ + constructor(client: SecurityInsights) { + this.client = client; + } + + /** + * Gets all Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param options The options parameters. + */ + public list( + resourceGroupName: string, + workspaceName: string, + options?: SecurityMLAnalyticsSettingsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(resourceGroupName, workspaceName, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(resourceGroupName, workspaceName, options); + } + }; + } + + private async *listPagingPage( + resourceGroupName: string, + workspaceName: string, + options?: SecurityMLAnalyticsSettingsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(resourceGroupName, workspaceName, options); + yield result.value || []; + let continuationToken = result.nextLink; + while (continuationToken) { + result = await this._listNext( + resourceGroupName, + workspaceName, + continuationToken, + options + ); + continuationToken = result.nextLink; + yield result.value || []; + } + } + + private async *listPagingAll( + resourceGroupName: string, + workspaceName: string, + options?: SecurityMLAnalyticsSettingsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + resourceGroupName, + workspaceName, + options + )) { + yield* page; + } + } + + /** + * Gets all Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param options The options parameters. + */ + private _list( + resourceGroupName: string, + workspaceName: string, + options?: SecurityMLAnalyticsSettingsListOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, workspaceName, options }, + listOperationSpec + ); + } + + /** + * Gets the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param options The options parameters. + */ + get( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + options?: SecurityMLAnalyticsSettingsGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, workspaceName, settingsResourceName, options }, + getOperationSpec + ); + } + + /** + * Creates or updates the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param securityMLAnalyticsSettings The security ML Analytics settings + * @param options The options parameters. + */ + createOrUpdate( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + securityMLAnalyticsSettings: SecurityMLAnalyticsSettingsUnion, + options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + workspaceName, + settingsResourceName, + securityMLAnalyticsSettings, + options + }, + createOrUpdateOperationSpec + ); + } + + /** + * Delete the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param options The options parameters. + */ + delete( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + options?: SecurityMLAnalyticsSettingsDeleteOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, workspaceName, settingsResourceName, options }, + deleteOperationSpec + ); + } + + /** + * ListNext + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param nextLink The nextLink from the previous successful call to the List method. + * @param options The options parameters. + */ + private _listNext( + resourceGroupName: string, + workspaceName: string, + nextLink: string, + options?: SecurityMLAnalyticsSettingsListNextOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, workspaceName, nextLink, options }, + listNextOperationSpec + ); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/securityMLAnalyticsSettings", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SecurityMLAnalyticsSettingsList + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName + ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/securityMLAnalyticsSettings/{settingsResourceName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SecurityMLAnalyticsSettings + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName, + Parameters.settingsResourceName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createOrUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/securityMLAnalyticsSettings/{settingsResourceName}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.SecurityMLAnalyticsSettings + }, + 201: { + bodyMapper: Mappers.SecurityMLAnalyticsSettings + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.securityMLAnalyticsSettings, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName, + Parameters.settingsResourceName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/securityMLAnalyticsSettings/{settingsResourceName}", + httpMethod: "DELETE", + responses: { + 200: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName, + Parameters.settingsResourceName + ], + headerParameters: [Parameters.accept], + serializer +}; +const listNextOperationSpec: coreClient.OperationSpec = { + path: "{nextLink}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SecurityMLAnalyticsSettingsList + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName, + Parameters.nextLink + ], + headerParameters: [Parameters.accept], + serializer +}; diff --git a/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/index.ts b/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/index.ts index 2fb99b67a9bb..65b3d9f701ec 100644 --- a/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/index.ts +++ b/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/index.ts @@ -28,6 +28,7 @@ export * from "./metadata"; export * from "./officeConsents"; export * from "./sentinelOnboardingStates"; export * from "./productSettings"; +export * from "./securityMLAnalyticsSettingsOperations"; export * from "./sourceControlOperations"; export * from "./sourceControls"; export * from "./threatIntelligenceIndicator"; diff --git a/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/securityMLAnalyticsSettingsOperations.ts b/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/securityMLAnalyticsSettingsOperations.ts new file mode 100644 index 000000000000..245b28e086a5 --- /dev/null +++ b/sdk/securityinsight/arm-securityinsight/src/operationsInterfaces/securityMLAnalyticsSettingsOperations.ts @@ -0,0 +1,75 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + SecurityMLAnalyticsSettingsUnion, + SecurityMLAnalyticsSettingsListOptionalParams, + SecurityMLAnalyticsSettingsGetOptionalParams, + SecurityMLAnalyticsSettingsGetResponse, + SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams, + SecurityMLAnalyticsSettingsCreateOrUpdateResponse, + SecurityMLAnalyticsSettingsDeleteOptionalParams +} from "../models"; + +/// +/** Interface representing a SecurityMLAnalyticsSettingsOperations. */ +export interface SecurityMLAnalyticsSettingsOperations { + /** + * Gets all Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param options The options parameters. + */ + list( + resourceGroupName: string, + workspaceName: string, + options?: SecurityMLAnalyticsSettingsListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param options The options parameters. + */ + get( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + options?: SecurityMLAnalyticsSettingsGetOptionalParams + ): Promise; + /** + * Creates or updates the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param securityMLAnalyticsSettings The security ML Analytics settings + * @param options The options parameters. + */ + createOrUpdate( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + securityMLAnalyticsSettings: SecurityMLAnalyticsSettingsUnion, + options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams + ): Promise; + /** + * Delete the Security ML Analytics Settings. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace. + * @param settingsResourceName Security ML Analytics Settings resource name + * @param options The options parameters. + */ + delete( + resourceGroupName: string, + workspaceName: string, + settingsResourceName: string, + options?: SecurityMLAnalyticsSettingsDeleteOptionalParams + ): Promise; +} diff --git a/sdk/securityinsight/arm-securityinsight/src/securityInsights.ts b/sdk/securityinsight/arm-securityinsight/src/securityInsights.ts index c3cdec37318a..037dbfd4bc10 100644 --- a/sdk/securityinsight/arm-securityinsight/src/securityInsights.ts +++ b/sdk/securityinsight/arm-securityinsight/src/securityInsights.ts @@ -31,6 +31,7 @@ import { OfficeConsentsImpl, SentinelOnboardingStatesImpl, ProductSettingsImpl, + SecurityMLAnalyticsSettingsOperationsImpl, SourceControlOperationsImpl, SourceControlsImpl, ThreatIntelligenceIndicatorImpl, @@ -65,6 +66,7 @@ import { OfficeConsents, SentinelOnboardingStates, ProductSettings, + SecurityMLAnalyticsSettingsOperations, SourceControlOperations, SourceControls, ThreatIntelligenceIndicator, @@ -110,7 +112,7 @@ export class SecurityInsights extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.3`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` @@ -133,7 +135,7 @@ export class SecurityInsights extends coreClient.ServiceClient { // Assigning values to Constant parameters this.$host = options.$host || "https://management.azure.com"; - this.apiVersion = options.apiVersion || "2022-01-01-preview"; + this.apiVersion = options.apiVersion || "2022-04-01-preview"; this.alertRules = new AlertRulesImpl(this); this.actions = new ActionsImpl(this); this.alertRuleTemplates = new AlertRuleTemplatesImpl(this); @@ -156,6 +158,9 @@ export class SecurityInsights extends coreClient.ServiceClient { this.officeConsents = new OfficeConsentsImpl(this); this.sentinelOnboardingStates = new SentinelOnboardingStatesImpl(this); this.productSettings = new ProductSettingsImpl(this); + this.securityMLAnalyticsSettingsOperations = new SecurityMLAnalyticsSettingsOperationsImpl( + this + ); this.sourceControlOperations = new SourceControlOperationsImpl(this); this.sourceControls = new SourceControlsImpl(this); this.threatIntelligenceIndicator = new ThreatIntelligenceIndicatorImpl( @@ -198,6 +203,7 @@ export class SecurityInsights extends coreClient.ServiceClient { officeConsents: OfficeConsents; sentinelOnboardingStates: SentinelOnboardingStates; productSettings: ProductSettings; + securityMLAnalyticsSettingsOperations: SecurityMLAnalyticsSettingsOperations; sourceControlOperations: SourceControlOperations; sourceControls: SourceControls; threatIntelligenceIndicator: ThreatIntelligenceIndicator; diff --git a/sdk/securityinsight/arm-securityinsight/tsconfig.json b/sdk/securityinsight/arm-securityinsight/tsconfig.json index 6c7875caddba..3e6ae96443f3 100644 --- a/sdk/securityinsight/arm-securityinsight/tsconfig.json +++ b/sdk/securityinsight/arm-securityinsight/tsconfig.json @@ -15,17 +15,11 @@ ], "declaration": true, "outDir": "./dist-esm", - "importHelpers": true, - "paths": { - "@azure/arm-securityinsight": [ - "./src/index" - ] - } + "importHelpers": true }, "include": [ "./src/**/*.ts", - "./test/**/*.ts", - "samples-dev/**/*.ts" + "./test/**/*.ts" ], "exclude": [ "node_modules"