Skip to content
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
8 changes: 6 additions & 2 deletions profiles/preview/preview/automation/mgmt/automation/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ const (
type SyncType = original.SyncType

const (
FullSync SyncType = original.FullSync
IncrementalSync SyncType = original.IncrementalSync
FullSync SyncType = original.FullSync
PartialSync SyncType = original.PartialSync
)

type TagOperators = original.TagOperators
Expand Down Expand Up @@ -542,6 +542,8 @@ type ScheduleUpdateParameters = original.ScheduleUpdateParameters
type ScheduleUpdateProperties = original.ScheduleUpdateProperties
type SetObject = original.SetObject
type Sku = original.Sku
type SoftareUpdateConfigurationRunTaskProperties = original.SoftareUpdateConfigurationRunTaskProperties
type SoftareUpdateConfigurationRunTasks = original.SoftareUpdateConfigurationRunTasks
type SoftwareUpdateConfiguration = original.SoftwareUpdateConfiguration
type SoftwareUpdateConfigurationCollectionItem = original.SoftwareUpdateConfigurationCollectionItem
type SoftwareUpdateConfigurationCollectionItemProperties = original.SoftwareUpdateConfigurationCollectionItemProperties
Expand All @@ -552,6 +554,7 @@ type SoftwareUpdateConfigurationProperties = original.SoftwareUpdateConfiguratio
type SoftwareUpdateConfigurationRun = original.SoftwareUpdateConfigurationRun
type SoftwareUpdateConfigurationRunListResult = original.SoftwareUpdateConfigurationRunListResult
type SoftwareUpdateConfigurationRunProperties = original.SoftwareUpdateConfigurationRunProperties
type SoftwareUpdateConfigurationTasks = original.SoftwareUpdateConfigurationTasks
type SourceControl = original.SourceControl
type SourceControlCreateOrUpdateParameters = original.SourceControlCreateOrUpdateParameters
type SourceControlCreateOrUpdateProperties = original.SourceControlCreateOrUpdateProperties
Expand Down Expand Up @@ -583,6 +586,7 @@ type StatisticsListResult = original.StatisticsListResult
type String = original.String
type TagSettingsProperties = original.TagSettingsProperties
type TargetProperties = original.TargetProperties
type TaskProperties = original.TaskProperties
type TestJob = original.TestJob
type TestJobCreateParameters = original.TestJobCreateParameters
type TrackedResource = original.TrackedResource
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.

Loading