AzureDevOpsDsc
0.2.0-preview0001
Module with DSC Resources for deployment and configuration of Azure DevOps Server/Services.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
Copyright the DSC Community contributors. All rights reserved.
Package Details
Author(s)
- DSC Community
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
Dependencies
This module has no dependencies.
Release Notes
## [0.2.0-preview0001] - 2024-11-17
### Added
- AzureDevOpsDsc
- Updated pipeline files to support change of default branch to main.
- Added GitHub issue templates and pull request template
([issue #1](https://github.com/dsccommunity/AzureDevOpsDsc/issues/1))
- Added the `AzDevOpsProject`, DSC Resource
- Fixed non-terminating, integration tests ([issue #18](https://github.com/dsccommunity/AzureDevOpsDsc/issues/18))
- Increased Azure DevOps, API timeout to 5 minutes to allow for busy/slow API
operations ([issue #25](https://github.com/dsccommunity/AzureDevOpsDsc/issues/25)).
- Updated contextual help ([issue #5](https://github.com/dsccommunity/AzureDevOpsDsc/issues/5)).
- Removed `Classes` directory from being output in packaged module ([issue #10](https://github.com/dsccommunity/AzureDevOpsDsc/issues/10)).
- Removed `Examples` directory from being output in packaged module ([issue #11](https://github.com/dsccommunity/AzureDevOpsDsc/issues/11)).
- Moved 'Ensure' and 'RequiredAction' enums into 'Enum' directory and out of
'prefix.ps1' ([issue #12](https://github.com/dsccommunity/AzureDevOpsDsc/issues/12)).
- Added pipeline support for publish markdown content to the GitHub repository
wiki ([issue #15](https://github.com/dsccommunity/AzureDevOpsDsc/issues/15)).
This will publish the markdown documentation that is generated bu the
build pipeline.
- Added new source folder `WikiSource`. Every markdown file in the folder
`WikiSource` will be published to the GitHub repository wiki. The markdown
file `Home.md` will be updated with the correct module version on each
publish to gallery (including preview).
- CodeCov integration.
- AzureDevOpsDsc.Common
- Added 'wrapper' functionality around the [Azure DevOps REST API](https://docs.microsoft.com/en-us/rest/api/azure/devops/)
### Changed
- AzureDevOpsDsc
- Enabled integration tests against https://dev.azure.com/azuredevopsdsc/ (see
comment https://github.com/dsccommunity/AzureDevOpsDsc/issues/9#issuecomment-766375424
for more information).
- Updated pipeline file `RequiredModules.ps1` to latest pipeline pattern.
- Updated pipeline file `build.yaml` to latest pipeline pattern.
- Updated pipeline file `azure-pipelines.yml` to use correct images (hosted runners)
and correct task for artifacts.
- AzDevOpsProject
- Added a validate set to the parameter `SourceControlType` to (for now)
limit the parameter to the values `Git` and `Tfvc`.
- Update comment-based help to remove text which the valid values are
since that is now add automatically to the documentation (conceptual
help and wiki documentation).
- Repository Updates
- Update repository files to latest versions.
- Resolve-Dependency
- build.yml
- Sampler files
- azure-pipelines
### Fixed
- AzDevOpsProject
- Added description to the comment-based help.
FileList
- AzureDevOpsDsc.nuspec
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Get-AzDevOpsOperation.ps1
- AzureDevOpsDsc.psd1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Test-AzDevOpsOperation.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiWaitTimeoutMs.ps1
- AzureDevOpsDsc.psm1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiUri.ps1
- en-US\about_AzureDevOpsDsc.help.txt
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiHttpRequestHeader.ps1
- en-US\about_AzDevOpsProject.help.txt
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiVersion.ps1
- en-US\AzureDevOpsDsc.strings.psd1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiResourceUri.ps1
- Modules\AzureDevOpsDsc.Common\AzureDevOpsDsc.Common.psd1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Invoke-AzDevOpsApiRestMethod.ps1
- Modules\AzureDevOpsDsc.Common\AzureDevOpsDsc.Common.psm1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiHttpRequestHeader.ps1
- Modules\DscResource.Common\0.19.0\DscResource.Common.psd1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiResource.ps1
- Modules\DscResource.Common\0.19.0\DscResource.Common.psm1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Set-AzDevOpsApiResource.ps1
- Modules\AzureDevOpsDsc.Common\en-US\AzureDevOpsDsc.Common.strings.psd1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiResourceName.ps1
- Modules\DscResource.Common\0.19.0\en-US\about_DscResource.Common.help.txt
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiResource.ps1
- Modules\DscResource.Common\0.19.0\en-US\DscResource.Common-help.xml
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiResourceName.ps1
- Modules\DscResource.Common\0.19.0\en-US\DscResource.Common.strings.psd1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiResourceId.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsProjectDescription.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\New-AzDevOpsApiResource.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsPat.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiUriAreaName.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsProjectName.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Test-AzDevOpsApiTimeoutExceeded.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsOrganizationName.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Remove-AzDevOpsApiResource.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsProjectId.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiWaitIntervalMs.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Test-AzDevOpsOperationId.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Wait-AzDevOpsApiResource.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Private\Wait-AzDevOpsOperation.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiVersion.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\New-AzDevOpsProject.ps1
- Modules\AzureDevOpsDsc.Common\Api\Functions\Private\Get-AzDevOpsApiUriResourceName.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Set-AzDevOpsProject.ps1
- Modules\AzureDevOpsDsc.Common\Connection\Functions\Private\Test-AzDevOpsPatCredential.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Remove-AzDevOpsProject.ps1
- Modules\AzureDevOpsDsc.Common\Services\Functions\Public\Get-AzDevOpsServicesUri.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Get-AzDevOpsProject.ps1
- Modules\AzureDevOpsDsc.Common\Services\Functions\Public\Get-AzDevOpsServicesApiUri.ps1
- Modules\AzureDevOpsDsc.Common\Resources\Functions\Public\Test-AzDevOpsProject.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.0-previe... (current version) | 8 | 11/17/2024 |