Skip to content

Commit

Permalink
Generated from 915d19ed0f6a41d54a20040b8166514b5c9ef7f8 (#3031)
Browse files Browse the repository at this point in the history
Changes after reviewing the descriptions
  • Loading branch information
AutorestCI authored Oct 16, 2018
1 parent 083ec68 commit 7efed6f
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 0 deletions.
13 changes: 13 additions & 0 deletions profiles/preview/preview/automation/mgmt/automation/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ const (
PartialSync SyncType = original.PartialSync
)

type TagOperators = original.TagOperators

const (
TagOperatorsAll TagOperators = original.TagOperatorsAll
TagOperatorsAny TagOperators = original.TagOperatorsAny
)

type TokenType = original.TokenType

const (
Expand Down Expand Up @@ -366,6 +373,7 @@ type AdvancedScheduleMonthlyOccurrence = original.AdvancedScheduleMonthlyOccurre
type AgentRegistration = original.AgentRegistration
type AgentRegistrationKeys = original.AgentRegistrationKeys
type AgentRegistrationRegenerateKeyParameter = original.AgentRegistrationRegenerateKeyParameter
type AzureQueryProperties = original.AzureQueryProperties
type Certificate = original.Certificate
type CertificateCreateOrUpdateParameters = original.CertificateCreateOrUpdateParameters
type CertificateCreateOrUpdateProperties = original.CertificateCreateOrUpdateProperties
Expand Down Expand Up @@ -573,6 +581,8 @@ type SourceControlUpdateProperties = original.SourceControlUpdateProperties
type Statistics = original.Statistics
type StatisticsListResult = original.StatisticsListResult
type String = original.String
type TagSettingsProperties = original.TagSettingsProperties
type TargetProperties = original.TargetProperties
type TestJob = original.TestJob
type TestJobCreateParameters = original.TestJobCreateParameters
type TrackedResource = original.TrackedResource
Expand Down Expand Up @@ -831,6 +841,9 @@ func PossibleStreamTypeValues() []StreamType {
func PossibleSyncTypeValues() []SyncType {
return original.PossibleSyncTypeValues()
}
func PossibleTagOperatorsValues() []TagOperators {
return original.PossibleTagOperatorsValues()
}
func PossibleTokenTypeValues() []TokenType {
return original.PossibleTokenTypeValues()
}
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.

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

0 comments on commit 7efed6f

Please sign in to comment.