VSTeam1.psd1


@{
   ModuleVersion        = '7.4.0.5437'
   Author               = '@DonovanBrown'
   Copyright            = '(c) 2020 Donovan Brown. All rights reserved.'
   RootModule           = 'VSTeam1.psm1'
   RequiredModules      = @('SHiPS', 'Trackyon.Utils')
   NestedModules        = @('.\bin\vsteam-lib.dll')
   FunctionsToExport    = @('Add-VSTeam', 'Add-VSTeamAccessControlEntry', 'Add-VSTeamArea', 'Add-VSTeamAzureRMServiceEndpoint', 'Add-VSTeamBuild', 'Add-VSTeamBuildDefinition', 'Add-VSTeamBuildPermission', 'Add-VSTeamBuildTag', 'Add-VSTeamClassificationNode', 'Add-VSTeamExtension', 'Add-VSTeamFeed', 'Add-VSTeamGitRepository', 'Add-VSTeamGitRepositoryPermission', 'Add-VSTeamIteration', 'Add-VSTeamKubernetesEndpoint', 'Add-VSTeamMembership', 'Add-VSTeamNuGetEndpoint', 'Add-VSTeamPolicy', 'Add-VSTeamPool', 'Add-VSTeamProfile', 'Add-VSTeamProject', 'Add-VSTeamProjectPermission', 'Add-VSTeamPullRequest', 'Add-VSTeamRelease', 'Add-VSTeamReleaseDefinition', 'Add-VSTeamServiceEndpoint', 'Add-VSTeamServiceFabricEndpoint', 'Add-VSTeamSonarQubeEndpoint', 'Add-VSTeamTaskGroup', 'Add-VSTeamUserEntitlement', 'Add-VSTeamVariableGroup', 'Add-VSTeamWiki', 'Add-VSTeamWorkItem', 'Add-VSTeamWorkItemAreaPermission', 'Add-VSTeamWorkItemIterationPermission', 'Clear-VSTeamDefaultAPITimeout', 'Clear-VSTeamDefaultProject', 'Clear-VSTeamDefaultProjectCount', 'Disable-VSTeamAgent', 'Enable-VSTeamAgent', 'Get-VSTeam', 'Get-VSTeamAccessControlList', 'Get-VSTeamAccountBilling', 'Get-VSTeamAccounts', 'Get-VSTeamAgent', 'Get-VSTeamAgentPoolMaintenance', 'Get-VSTeamAPIVersion', 'Get-VSTeamApproval', 'Get-VSTeamArea', 'Get-VSTeamBuild', 'Get-VSTeamBuildArtifact', 'Get-VSTeamBuildDefinition', 'Get-VSTeamBuildLog', 'Get-VSTeamBuildTag', 'Get-VSTeamBuildTimeline', 'Get-VSTeamClassificationNode', 'Get-VSTeamCloudSubscription', 'Get-VSTeamDescriptor', 'Get-VSTeamExtension', 'Get-VSTeamFeed', 'Get-VSTeamGitCommit', 'Get-VSTeamGitRef', 'Get-VSTeamGitRepository', 'Get-VSTeamGitStat', 'Get-VSTeamGroup', 'Get-VSTeamInfo', 'Get-VSTeamIteration', 'Get-VSTeamJobRequest', 'Get-VSTeamMember', 'Get-VSTeamMembership', 'Get-VSTeamOption', 'Get-VSTeamPackage', 'Get-VSTeamPackageVersion', 'Get-VSTeamPermissionInheritance', 'Get-VSTeamPolicy', 'Get-VSTeamPolicyType', 'Get-VSTeamPool', 'Get-VSTeamProcess', 'Get-VSTeamProfile', 'Get-VSTeamProject', 'Get-VSTeamPullRequest', 'Get-VSTeamQuery', 'Get-VSTeamQueue', 'Get-VSTeamRelease', 'Get-VSTeamReleaseDefinition', 'Get-VSTeamResourceArea', 'Get-VSTeamSecurityNamespace', 'Get-VSTeamServiceEndpoint', 'Get-VSTeamServiceEndpointType', 'Get-VSTeamTaskGroup', 'Get-VSTeamTfvcBranch', 'Get-VSTeamTfvcRootBranch', 'Get-VSTeamUser', 'Get-VSTeamUserEntitlement', 'Get-VSTeamUserProfile', 'Get-VSTeamVariableGroup', 'Get-VSTeamWiki', 'Get-VSTeamWiql', 'Get-VSTeamWorkItem', 'Get-VSTeamWorkItemType', 'Invoke-VSTeamRequest', 'Remove-VSTeam', 'Remove-VSTeamAccessControlEntry', 'Remove-VSTeamAccessControlList', 'Remove-VSTeamAccount', 'Remove-VSTeamAgent', 'Remove-VSTeamArea', 'Remove-VSTeamBuild', 'Remove-VSTeamBuildDefinition', 'Remove-VSTeamBuildTag', 'Remove-VSTeamClassificationNode', 'Remove-VSTeamExtension', 'Remove-VSTeamFeed', 'Remove-VSTeamGitRepository', 'Remove-VSTeamIteration', 'Remove-VSTeamMembership', 'Remove-VSTeamPolicy', 'Remove-VSTeamPool', 'Remove-VSTeamProfile', 'Remove-VSTeamProject', 'Remove-VSTeamRelease', 'Remove-VSTeamReleaseDefinition', 'Remove-VSTeamServiceEndpoint', 'Remove-VSTeamTaskGroup', 'Remove-VSTeamUserEntitlement', 'Remove-VSTeamVariableGroup', 'Remove-VSTeamWiki', 'Remove-VSTeamWorkItem', 'Set-VSTeamAccount', 'Set-VSTeamAgentPoolMaintenance', 'Set-VSTeamAlias', 'Set-VSTeamAPIVersion', 'Set-VSTeamApproval', 'Set-VSTeamDefaultAPITimeout', 'Set-VSTeamDefaultProject', 'Set-VSTeamDefaultProjectCount', 'Set-VSTeamEnvironmentStatus', 'Set-VSTeamPermissionInheritance', 'Set-VSTeamPipelineAuthorization', 'Set-VSTeamPipelineBilling', 'Set-VSTeamReleaseStatus', 'Show-VSTeam', 'Show-VSTeamApproval', 'Show-VSTeamBuild', 'Show-VSTeamBuildDefinition', 'Show-VSTeamFeed', 'Show-VSTeamGitRepository', 'Show-VSTeamPackage', 'Show-VSTeamProject', 'Show-VSTeamPullRequest', 'Show-VSTeamRelease', 'Show-VSTeamReleaseDefinition', 'Show-VSTeamWorkItem', 'Stop-VSTeamBuild', 'Test-VSTeamMembership', 'Test-VSTeamYamlPipeline', 'Update-VSTeam', 'Update-VSTeamAgent', 'Update-VSTeamBuild', 'Update-VSTeamBuildDefinition', 'Update-VSTeamExtension', 'Update-VSTeamNuGetPackageVersion', 'Update-VSTeamPolicy', 'Update-VSTeamPool', 'Update-VSTeamProfile', 'Update-VSTeamProject', 'Update-VSTeamPullRequest', 'Update-VSTeamRelease', 'Update-VSTeamReleaseDefinition', 'Update-VSTeamServiceEndpoint', 'Update-VSTeamTaskGroup', 'Update-VSTeamUserEntitlement', 'Update-VSTeamVariableGroup', 'Update-VSTeamWorkItem')
   Description          = 'Adds functionality for working with Azure DevOps and Team Foundation Server.'
   FormatsToProcess     = @('.\vsteam.format.ps1xml')
   CompanyName          = ''
   TypesToProcess       = @('.\vsteam.types.ps1xml')
   PowerShellVersion    = '5.1'
   GUID                 = '210e95b1-50bb-44da-a993-f567f4574214'
   PrivateData          = @{
      PSData = @{
         ReleaseNotes = 'https://github.com/MethodsAndPractices/vsteam/blob/trunk/CHANGELOG.md'
         Tags         = @('VSTS', 'TFS', 'DevOps', 'VisualStudio', 'TeamServices', 'Team', 'AzureDevOps', 'Pipelines', 'Boards', 'Artifacts', 'TestPlans', 'Repos', 'AzD', 'ADO', 'AzDO')
         LicenseUri   = 'https://github.com/MethodsAndPractices/vsteam/blob/trunk/LICENSE'
         ProjectUri   = 'https://github.com/MethodsAndPractices/vsteam'
      }
   }
   CompatiblePSEditions = @('Core', 'Desktop')
}