Sha256: 4a5c5fb53681d3a0168586db8b6f117a306d83dc80046bb8c194a935d300a90f
Contents?: true
Size: 663 Bytes
Versions: 10
Compression:
Stored size: 663 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2015_04_01 module Models # # Defines values for ScmType # module ScmType None = "None" Dropbox = "Dropbox" Tfs = "Tfs" LocalGit = "LocalGit" GitHub = "GitHub" CodePlexGit = "CodePlexGit" CodePlexHg = "CodePlexHg" BitbucketGit = "BitbucketGit" BitbucketHg = "BitbucketHg" ExternalGit = "ExternalGit" ExternalHg = "ExternalHg" OneDrive = "OneDrive" VSO = "VSO" end end end
Version data entries
10 entries across 10 versions & 1 rubygems