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 automation/resource-manager] Swagger change for Update configuration dynamic group #3031

Merged
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
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.