Edit

SkipValidationPolicy enum

Flags that identify which pre-migration validation policies to skip.

Fields

None = 0

Do not skip any validation policies.

ActivePullRequestCount = 1

Skip the active pull request count policy.

PullRequestDeltaSize = 2

Skip the pull request delta size policy.

AgentPoolExists = 4

Skip the agent pool exists policy.

MaxFileSize = 8

Skip the max file size policy.

MaxPullRequestSize = 16

Skip the max pull request size policy.

MaxPushPackSize = 32

Skip the max push pack size policy.

MaxReferenceNameLength = 64

Skip the max reference name length policy.

TargetRepositoryDoesNotExist = 256

Skip the target repository does not exist policy.

SourceRepositoryContainsLfsObjects = 512

Skip the source repository contains LFS objects policy.

SourceRepositoryNotReadOnly = 1024

Skip the source repository read-only (maintenance) check policy.

BoardsGitHubConnectionProvisioning = 2048

Skip provisioning of Boards GitHub connection.

All = 2147483647

Skip all validation policies.