Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Generated from 98954229135876de3eb4b6a2a1a8609515b66d79
Using AATP & MDATP after updated custom-words
  • Loading branch information
AutorestCI committed Jul 15, 2019
commit d3f57d2dfbae734035a38329919574013ceed2b6
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ const (

type AADDataConnector = original.AADDataConnector
type AADDataConnectorProperties = original.AADDataConnectorProperties
type AATPDataConnector = original.AATPDataConnector
type AATPDataConnectorProperties = original.AATPDataConnectorProperties
type ASCDataConnector = original.ASCDataConnector
type ASCDataConnectorProperties = original.ASCDataConnectorProperties
type AccountEntity = original.AccountEntity
Expand All @@ -217,8 +219,6 @@ type AwsCloudTrailDataConnector = original.AwsCloudTrailDataConnector
type AwsCloudTrailDataConnectorDataTypes = original.AwsCloudTrailDataConnectorDataTypes
type AwsCloudTrailDataConnectorDataTypesLogs = original.AwsCloudTrailDataConnectorDataTypesLogs
type AwsCloudTrailDataConnectorProperties = original.AwsCloudTrailDataConnectorProperties
type AzureAdvancedThreatProtectionDataConnector = original.AzureAdvancedThreatProtectionDataConnector
type AzureAdvancedThreatProtectionDataConnectorProperties = original.AzureAdvancedThreatProtectionDataConnectorProperties
type BaseClient = original.BaseClient
type BasicAggregations = original.BasicAggregations
type BasicAlertRule = original.BasicAlertRule
Expand Down Expand Up @@ -275,8 +275,8 @@ type MCASDataConnector = original.MCASDataConnector
type MCASDataConnectorDataTypes = original.MCASDataConnectorDataTypes
type MCASDataConnectorDataTypesDiscoveryLogs = original.MCASDataConnectorDataTypesDiscoveryLogs
type MCASDataConnectorProperties = original.MCASDataConnectorProperties
type MicrosoftDefenderAdvancedThreatProtectionDataConnector = original.MicrosoftDefenderAdvancedThreatProtectionDataConnector
type MicrosoftDefenderAdvancedThreatProtectionDataConnectorProperties = original.MicrosoftDefenderAdvancedThreatProtectionDataConnectorProperties
type MDATPDataConnector = original.MDATPDataConnector
type MDATPDataConnectorProperties = original.MDATPDataConnectorProperties
type OfficeConsent = original.OfficeConsent
type OfficeConsentList = original.OfficeConsentList
type OfficeConsentListIterator = original.OfficeConsentListIterator
Expand Down
Loading