Skip to content

Commit 23f57cb

Browse files
author
SDKAuto
committed
CodeGen from PR 22305 in Azure/azure-rest-api-specs
Merge 77ecbabe5ed2f69d86e07473675b9d2866ca5bb9 into 270d3cd664cca3ddc8511f92d3851a715e2c61db
1 parent 347621c commit 23f57cb

28 files changed

+4106
-607
lines changed

sdk/securityinsight/arm-securityinsight/CHANGELOG.md

Lines changed: 223 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,230 @@
11
# Release History
2+
3+
## 1.0.0-beta.7 (2023-02-05)
4+
5+
**Features**
26

3-
## 1.0.0-beta.7 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation group AlertRuleOperations
8+
- Added operation group Get
9+
- Added operation group GetRecommendations
10+
- Added operation group GetTriggeredAnalyticsRuleRuns
11+
- Added operation group IncidentTasks
12+
- Added operation group TriggeredAnalyticsRuleRunOperations
13+
- Added operation group Update
14+
- Added Interface AddIncidentTaskActionProperties
15+
- Added Interface AlertPropertyMapping
16+
- Added Interface AlertRuleTriggerRuleRunHeaders
17+
- Added Interface AlertRuleTriggerRuleRunOptionalParams
18+
- Added Interface AnalyticsRuleRunTrigger
19+
- Added Interface AutomationRuleAddIncidentTaskAction
20+
- Added Interface Content
21+
- Added Interface GetRecommendationsListOptionalParams
22+
- Added Interface GetSingleRecommendationOptionalParams
23+
- Added Interface GetTriggeredAnalyticsRuleRunsListNextOptionalParams
24+
- Added Interface GetTriggeredAnalyticsRuleRunsListOptionalParams
25+
- Added Interface IncidentTask
26+
- Added Interface IncidentTaskList
27+
- Added Interface IncidentTasksCreateOrUpdateOptionalParams
28+
- Added Interface IncidentTasksDeleteOptionalParams
29+
- Added Interface IncidentTasksGetOptionalParams
30+
- Added Interface IncidentTasksListNextOptionalParams
31+
- Added Interface IncidentTasksListOptionalParams
32+
- Added Interface Instructions
33+
- Added Interface MicrosoftPurviewInformationProtectionCheckRequirements
34+
- Added Interface MicrosoftPurviewInformationProtectionCheckRequirementsProperties
35+
- Added Interface MicrosoftPurviewInformationProtectionConnectorDataTypes
36+
- Added Interface MicrosoftPurviewInformationProtectionConnectorDataTypesLogs
37+
- Added Interface MicrosoftPurviewInformationProtectionDataConnector
38+
- Added Interface MicrosoftPurviewInformationProtectionDataConnectorProperties
39+
- Added Interface MTPDataConnectorDataTypesAlerts
40+
- Added Interface MtpFilteredProviders
41+
- Added Interface Recommendation
42+
- Added Interface RecommendationList
43+
- Added Interface RecommendationPatch
44+
- Added Interface RecommendedAction
45+
- Added Interface SentinelEntityMapping
46+
- Added Interface TriggeredAnalyticsRuleRun
47+
- Added Interface TriggeredAnalyticsRuleRunGetOptionalParams
48+
- Added Interface TriggeredAnalyticsRuleRuns
49+
- Added Interface UpdateRecommendationOptionalParams
50+
- Added Type Alias AlertProperty
51+
- Added Type Alias AlertRuleTriggerRuleRunResponse
52+
- Added Type Alias Category
53+
- Added Type Alias Context
54+
- Added Type Alias Enum14
55+
- Added Type Alias GetRecommendationsListResponse
56+
- Added Type Alias GetSingleRecommendationResponse
57+
- Added Type Alias GetTriggeredAnalyticsRuleRunsListNextResponse
58+
- Added Type Alias GetTriggeredAnalyticsRuleRunsListResponse
59+
- Added Type Alias IncidentTasksCreateOrUpdateResponse
60+
- Added Type Alias IncidentTasksGetResponse
61+
- Added Type Alias IncidentTasksListNextResponse
62+
- Added Type Alias IncidentTasksListResponse
63+
- Added Type Alias IncidentTaskStatus
64+
- Added Type Alias MtpProvider
65+
- Added Type Alias Priority
66+
- Added Type Alias ProvisioningState
67+
- Added Type Alias State
68+
- Added Type Alias TriggeredAnalyticsRuleRunGetResponse
69+
- Added Type Alias UpdateRecommendationResponse
70+
- Interface AlertDetailsOverride has a new optional parameter alertDynamicProperties
71+
- Interface MTPDataConnector has a new optional parameter filteredProviders
72+
- Interface MTPDataConnectorDataTypes has a new optional parameter alerts
73+
- Interface MTPDataConnectorProperties has a new optional parameter filteredProviders
74+
- Interface NrtAlertRule has a new optional parameter sentinelEntitiesMappings
75+
- Interface NrtAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
76+
- Interface QueryBasedAlertRuleTemplateProperties has a new optional parameter sentinelEntitiesMappings
77+
- Interface ScheduledAlertRule has a new optional parameter sentinelEntitiesMappings
78+
- Interface ScheduledAlertRuleCommonProperties has a new optional parameter sentinelEntitiesMappings
79+
- Interface ScheduledAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
80+
- Interface SecurityAlertTimelineItem has a new optional parameter intent
81+
- Interface SecurityAlertTimelineItem has a new optional parameter techniques
82+
- Added Enum KnownAlertProperty
83+
- Added Enum KnownCategory
84+
- Added Enum KnownContext
85+
- Added Enum KnownEnum14
86+
- Added Enum KnownIncidentTaskStatus
87+
- Added Enum KnownMtpProvider
88+
- Added Enum KnownPriority
89+
- Added Enum KnownProvisioningState
90+
- Added Enum KnownState
91+
- Enum KnownActionType has a new value AddIncidentTask
92+
- Enum KnownDataConnectorKind has a new value MicrosoftPurviewInformationProtection
1093

11-
### Other Changes
94+
**Breaking Changes**
1295

96+
- Operation Incidents.createTeam has a new signature
97+
- Type of parameter additionalData of interface AccountEntity is changed from {
98+
[propertyName: string]: Record<string, unknown>;
99+
} to {
100+
[propertyName: string]: any;
101+
}
102+
- Type of parameter actionType of interface AutomationRuleAction is changed from "ModifyProperties" | "RunPlaybook" to "AddIncidentTask" | "ModifyProperties" | "RunPlaybook"
103+
- Type of parameter additionalData of interface AzureResourceEntity is changed from {
104+
[propertyName: string]: Record<string, unknown>;
105+
} to {
106+
[propertyName: string]: any;
107+
}
108+
- Type of parameter additionalData of interface CloudApplicationEntity is changed from {
109+
[propertyName: string]: Record<string, unknown>;
110+
} to {
111+
[propertyName: string]: any;
112+
}
113+
- Type of parameter kind of interface DataConnectorsCheckRequirements is changed from "AzureActiveDirectory" | "AzureAdvancedThreatProtection" | "AzureSecurityCenter" | "AmazonWebServicesCloudTrail" | "AmazonWebServicesS3" | "Dynamics365" | "MicrosoftCloudAppSecurity" | "MicrosoftDefenderAdvancedThreatProtection" | "MicrosoftThreatIntelligence" | "MicrosoftThreatProtection" | "OfficeATP" | "OfficeIRM" | "Office365Project" | "OfficePowerBI" | "ThreatIntelligence" | "ThreatIntelligenceTaxii" | "IOT" to "AzureActiveDirectory" | "AzureAdvancedThreatProtection" | "AzureSecurityCenter" | "AmazonWebServicesCloudTrail" | "AmazonWebServicesS3" | "Dynamics365" | "MicrosoftCloudAppSecurity" | "MicrosoftDefenderAdvancedThreatProtection" | "MicrosoftThreatIntelligence" | "MicrosoftThreatProtection" | "OfficeATP" | "OfficeIRM" | "MicrosoftPurviewInformationProtection" | "Office365Project" | "OfficePowerBI" | "ThreatIntelligence" | "ThreatIntelligenceTaxii" | "IOT"
114+
- Type of parameter additionalData of interface DnsEntity is changed from {
115+
[propertyName: string]: Record<string, unknown>;
116+
} to {
117+
[propertyName: string]: any;
118+
}
119+
- Type of parameter additionalData of interface EntityCommonProperties is changed from {
120+
[propertyName: string]: Record<string, unknown>;
121+
} to {
122+
[propertyName: string]: any;
123+
}
124+
- Type of parameter additionalData of interface EntityEdges is changed from {
125+
[propertyName: string]: Record<string, unknown>;
126+
} to {
127+
[propertyName: string]: any;
128+
}
129+
- Type of parameter kind of interface EntityQueriesListOptionalParams is changed from Enum13 to Enum14
130+
- Type of parameter additionalData of interface FileEntity is changed from {
131+
[propertyName: string]: Record<string, unknown>;
132+
} to {
133+
[propertyName: string]: any;
134+
}
135+
- Type of parameter additionalData of interface FileHashEntity is changed from {
136+
[propertyName: string]: Record<string, unknown>;
137+
} to {
138+
[propertyName: string]: any;
139+
}
140+
- Type of parameter additionalData of interface HostEntity is changed from {
141+
[propertyName: string]: Record<string, unknown>;
142+
} to {
143+
[propertyName: string]: any;
144+
}
145+
- Type of parameter additionalData of interface HuntingBookmark is changed from {
146+
[propertyName: string]: Record<string, unknown>;
147+
} to {
148+
[propertyName: string]: any;
149+
}
150+
- Type of parameter additionalData of interface IoTDeviceEntity is changed from {
151+
[propertyName: string]: Record<string, unknown>;
152+
} to {
153+
[propertyName: string]: any;
154+
}
155+
- Type of parameter additionalData of interface IpEntity is changed from {
156+
[propertyName: string]: Record<string, unknown>;
157+
} to {
158+
[propertyName: string]: any;
159+
}
160+
- Type of parameter additionalData of interface MailboxEntity is changed from {
161+
[propertyName: string]: Record<string, unknown>;
162+
} to {
163+
[propertyName: string]: any;
164+
}
165+
- Type of parameter additionalData of interface MailClusterEntity is changed from {
166+
[propertyName: string]: Record<string, unknown>;
167+
} to {
168+
[propertyName: string]: any;
169+
}
170+
- Type of parameter additionalData of interface MailMessageEntity is changed from {
171+
[propertyName: string]: Record<string, unknown>;
172+
} to {
173+
[propertyName: string]: any;
174+
}
175+
- Type of parameter additionalData of interface MalwareEntity is changed from {
176+
[propertyName: string]: Record<string, unknown>;
177+
} to {
178+
[propertyName: string]: any;
179+
}
180+
- Type of parameter additionalData of interface NicEntity is changed from {
181+
[propertyName: string]: Record<string, unknown>;
182+
} to {
183+
[propertyName: string]: any;
184+
}
185+
- Type of parameter additionalData of interface ProcessEntity is changed from {
186+
[propertyName: string]: Record<string, unknown>;
187+
} to {
188+
[propertyName: string]: any;
189+
}
190+
- Type of parameter additionalData of interface RegistryKeyEntity is changed from {
191+
[propertyName: string]: Record<string, unknown>;
192+
} to {
193+
[propertyName: string]: any;
194+
}
195+
- Type of parameter additionalData of interface RegistryValueEntity is changed from {
196+
[propertyName: string]: Record<string, unknown>;
197+
} to {
198+
[propertyName: string]: any;
199+
}
200+
- Type of parameter additionalData of interface SecurityAlert is changed from {
201+
[propertyName: string]: Record<string, unknown>;
202+
} to {
203+
[propertyName: string]: any;
204+
}
205+
- Type of parameter additionalData of interface SecurityGroupEntity is changed from {
206+
[propertyName: string]: Record<string, unknown>;
207+
} to {
208+
[propertyName: string]: any;
209+
}
210+
- Type of parameter additionalData of interface SubmissionMailEntity is changed from {
211+
[propertyName: string]: Record<string, unknown>;
212+
} to {
213+
[propertyName: string]: any;
214+
}
215+
- Type of parameter additionalData of interface ThreatIntelligenceIndicatorModel is changed from {
216+
[propertyName: string]: Record<string, unknown>;
217+
} to {
218+
[propertyName: string]: any;
219+
}
220+
- Type of parameter additionalData of interface UrlEntity is changed from {
221+
[propertyName: string]: Record<string, unknown>;
222+
} to {
223+
[propertyName: string]: any;
224+
}
225+
- Removed Enum KnownEnum13
226+
227+
13228
## 1.0.0-beta.6 (2023-02-03)
14229

15230
**Features**
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "b41f929626289b59e31be8a1091c99994864b096",
3-
"readme": "specification\\securityinsights\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securityinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
2+
"commit": "dc5a084519557cdbd0d675ef9bcd1bfb7ef4d692",
3+
"readme": "specification/securityinsights/resource-manager/readme.md",
4+
"autorest_command": "autorest --version=3.9.3 --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.5",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
7-
"use": "@autorest/typescript@6.0.0-rc.7"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
7+
"use": "@autorest/typescript@6.0.0-rc.5"
88
}

sdk/securityinsight/arm-securityinsight/package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"typescript": "~4.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
42-
"dotenv": "^8.2.0",
4342
"@azure/identity": "^2.0.1",
4443
"@azure-tools/test-recorder": "^2.0.0",
4544
"@azure-tools/test-credential": "^1.0.0",
@@ -50,6 +49,7 @@
5049
"@types/node": "^14.0.0",
5150
"@azure/dev-tool": "^1.0.0"
5251
},
52+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
5353
"repository": {
5454
"type": "git",
5555
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -110,14 +110,5 @@
110110
}
111111
]
112112
},
113-
"autoPublish": true,
114-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
115-
"//sampleConfiguration": {
116-
"productName": "",
117-
"productSlugs": [
118-
"azure"
119-
],
120-
"disableDocsMs": true,
121-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview"
122-
}
123-
}
113+
"autoPublish": true
114+
}

0 commit comments

Comments
 (0)