https://github.com/dsccommunity/azuredevopsdsc
This module contains DSC resources for deployment and configuration of initially Azure DevOps Services and later Azure DevOps Server.
https://github.com/dsccommunity/azuredevopsdsc
Last synced: over 1 year ago
JSON representation
This module contains DSC resources for deployment and configuration of initially Azure DevOps Services and later Azure DevOps Server.
- Host: GitHub
- URL: https://github.com/dsccommunity/azuredevopsdsc
- Owner: dsccommunity
- License: mit
- Created: 2020-07-03T17:15:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T02:32:26.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:14:23.541Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 1.76 MB
- Stars: 5
- Watchers: 4
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AzureDevOpsDsc
The **AzureDevOpsDsc** module contains DSC Resources for deployment and
configuration of Azure DevOps and Azure DevOps Server.
[](https://dev.azure.com/dsccommunity/AzureDevOpsDsc/_build/latest?definitionId=41&branchName=main)

[](https://dsccommunity.visualstudio.com/AzureDevOpsDsc/_test/analytics?definitionId=41&contextType=build)
[](https://codecov.io/gh/dsccommunity/AzureDevOpsDsc)
[](https://www.powershellgallery.com/packages/AzureDevOpsDsc/)
[](https://www.powershellgallery.com/packages/AzureDevOpsDsc/)
## Code of Conduct
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).
Additionally, please [`AzureDevOpsDsc` contribution guidelines](CONTRIBUTING.md)
for more information about contributing to this module (including an overview of
module structure, design and setup of Integration tests).
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Documentation
The documentation can be found in the [AzureDevOpsDsc Wiki](https://github.com/dsccommunity/AzureDevOpsDsc/wiki).
The DSC Resource`s schema files are used to automatically update the
documentation on each PR merge.
### Examples
You can review the [Examples](/source/Examples) directory in the AzureDevOpsDsc module
for some general use scenarios for all of the resources that are in the module.
The resource examples are also available in the [AzureDevOpsDsc Wiki](https://github.com/dsccommunity/AzureDevOpsDsc/wiki).