Skip to content

Commit

Permalink
Generated from ec169637d9d70471c526447d8728421029a099ab (#2709)
Browse files Browse the repository at this point in the history
Merge branch 'master' into master
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Sep 17, 2018
1 parent 693547e commit 9c98b68
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 0 deletions.
9 changes: 9 additions & 0 deletions profiles/preview/preview/security/mgmt/security/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package security

import original "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/2017-08-01-preview/security"

type AdvancedThreatProtectionClient = original.AdvancedThreatProtectionClient
type AlertsClient = original.AlertsClient
type AutoProvisioningSettingsClient = original.AutoProvisioningSettingsClient

Expand Down Expand Up @@ -136,6 +137,8 @@ const (
type AadConnectivityState1 = original.AadConnectivityState1
type AadExternalSecuritySolution = original.AadExternalSecuritySolution
type AadSolutionProperties = original.AadSolutionProperties
type AdvancedThreatProtectionProperties = original.AdvancedThreatProtectionProperties
type AdvancedThreatProtectionSetting = original.AdvancedThreatProtectionSetting
type Alert = original.Alert
type AlertConfidenceReason = original.AlertConfidenceReason
type AlertEntity = original.AlertEntity
Expand Down Expand Up @@ -235,6 +238,12 @@ type SettingsClient = original.SettingsClient
type TasksClient = original.TasksClient
type WorkspaceSettingsClient = original.WorkspaceSettingsClient

func NewAdvancedThreatProtectionClient(subscriptionID string, ascLocation string) AdvancedThreatProtectionClient {
return original.NewAdvancedThreatProtectionClient(subscriptionID, ascLocation)
}
func NewAdvancedThreatProtectionClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AdvancedThreatProtectionClient {
return original.NewAdvancedThreatProtectionClientWithBaseURI(baseURI, subscriptionID, ascLocation)
}
func NewAlertsClient(subscriptionID string, ascLocation string) AlertsClient {
return original.NewAlertsClient(subscriptionID, ascLocation)
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c98b68

Please sign in to comment.