Skip to content

Commit

Permalink
Generated from ce02bcef77b445fbe83c8bfdaa3fa15924efe56a (#6274)
Browse files Browse the repository at this point in the history
Merge branch 'master' into liran-dev-security-Microsoft.Security-2019-08-01
  • Loading branch information
AutorestCI authored Nov 6, 2019
1 parent fe45155 commit 50e8905
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions profiles/preview/preview/security/mgmt/security/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,13 @@ const (
VersionAndAboveSignature Type = original.VersionAndAboveSignature
)

type UnmaskedIPLoggingStatus = original.UnmaskedIPLoggingStatus

const (
UnmaskedIPLoggingStatusDisabled UnmaskedIPLoggingStatus = original.UnmaskedIPLoggingStatusDisabled
UnmaskedIPLoggingStatusEnabled UnmaskedIPLoggingStatus = original.UnmaskedIPLoggingStatusEnabled
)

type ValueType = original.ValueType

const (
Expand Down Expand Up @@ -1098,6 +1105,9 @@ func PossibleSubAssessmentStatusCodeValues() []SubAssessmentStatusCode {
func PossibleTypeValues() []Type {
return original.PossibleTypeValues()
}
func PossibleUnmaskedIPLoggingStatusValues() []UnmaskedIPLoggingStatus {
return original.PossibleUnmaskedIPLoggingStatusValues()
}
func PossibleValueTypeValues() []ValueType {
return original.PossibleValueTypeValues()
}
Expand Down
17 changes: 17 additions & 0 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 50e8905

Please sign in to comment.