Skip to content

Commit

Permalink
Generated from 0e0525cb28b7c796be9aa0958d430bc764a78ed4 (#5293)
Browse files Browse the repository at this point in the history
Merge branch 'master' into michal-dev-security-Microsoft.Security-2017-08-01-preview
  • Loading branch information
AutorestCI authored Jul 26, 2019
1 parent afaf7c1 commit fea4274
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 66 deletions.
36 changes: 20 additions & 16 deletions profiles/preview/preview/security/mgmt/security/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ const (
type RecommendationConfigStatus = original.RecommendationConfigStatus

const (
TurnedOff RecommendationConfigStatus = original.TurnedOff
TurnedOn RecommendationConfigStatus = original.TurnedOn
Disabled RecommendationConfigStatus = original.Disabled
Enabled RecommendationConfigStatus = original.Enabled
)

type RecommendationStatus = original.RecommendationStatus
Expand All @@ -237,18 +237,22 @@ const (
type RecommendationType = original.RecommendationType

const (
DenyDefaultIPPolicy RecommendationType = original.DenyDefaultIPPolicy
EnableDiagnosticsLog RecommendationType = original.EnableDiagnosticsLog
IdenticalAuthenticationCredentials RecommendationType = original.IdenticalAuthenticationCredentials
OpenPortsOnDevice RecommendationType = original.OpenPortsOnDevice
OperationSystemNotValid RecommendationType = original.OperationSystemNotValid
PermissiveFirewallPolicy RecommendationType = original.PermissiveFirewallPolicy
PermissiveFirewallRuleInput RecommendationType = original.PermissiveFirewallRuleInput
PermissiveFirewallRuleOut RecommendationType = original.PermissiveFirewallRuleOut
SecurityTwinConfigurationConflict RecommendationType = original.SecurityTwinConfigurationConflict
SecurityTwinConfigurationNotOptimal RecommendationType = original.SecurityTwinConfigurationNotOptimal
TooLargeIPRange RecommendationType = original.TooLargeIPRange
UnutilizedMessagesFromAgent RecommendationType = original.UnutilizedMessagesFromAgent
IoTACRAuthentication RecommendationType = original.IoTACRAuthentication
IoTAgentSendsUnutilizedMessages RecommendationType = original.IoTAgentSendsUnutilizedMessages
IoTBaseline RecommendationType = original.IoTBaseline
IoTEdgeHubMemOptimize RecommendationType = original.IoTEdgeHubMemOptimize
IoTEdgeLoggingOptions RecommendationType = original.IoTEdgeLoggingOptions
IoTInconsistentModuleSettings RecommendationType = original.IoTInconsistentModuleSettings
IoTInstallAgent RecommendationType = original.IoTInstallAgent
IoTIPFilterDenyAll RecommendationType = original.IoTIPFilterDenyAll
IoTIPFilterPermissiveRule RecommendationType = original.IoTIPFilterPermissiveRule
IoTOpenPorts RecommendationType = original.IoTOpenPorts
IoTPermissiveFirewallPolicy RecommendationType = original.IoTPermissiveFirewallPolicy
IoTPermissiveInputFirewallRules RecommendationType = original.IoTPermissiveInputFirewallRules
IoTPermissiveOutputFirewallRules RecommendationType = original.IoTPermissiveOutputFirewallRules
IoTPrivilegedDockerOptions RecommendationType = original.IoTPrivilegedDockerOptions
IoTSharedCredentials RecommendationType = original.IoTSharedCredentials
IoTVulnerableTLSCipherSuite RecommendationType = original.IoTVulnerableTLSCipherSuite
)

type ReportedSeverity = original.ReportedSeverity
Expand Down Expand Up @@ -279,8 +283,8 @@ const (
type SolutionStatus = original.SolutionStatus

const (
Disabled SolutionStatus = original.Disabled
Enabled SolutionStatus = original.Enabled
SolutionStatusDisabled SolutionStatus = original.SolutionStatusDisabled
SolutionStatusEnabled SolutionStatus = original.SolutionStatusEnabled
)

type SourceSystem = original.SourceSystem
Expand Down
110 changes: 60 additions & 50 deletions services/preview/security/mgmt/v3.0/security/models.go

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

0 comments on commit fea4274

Please sign in to comment.