Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] security/resource-manager #5352

Merged
merged 1 commit into from
Jul 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.