@itentialopensource/adapter-azure_devops 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/TAB1.md +11 -0
- package/TAB2.md +2165 -0
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
package/TAB1.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Azure_devops System. The API that was used to build the adapter for Azure_devops is usually available in the report directory of this adapter. The adapter utilizes the Azure_devops API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
|
+
|
|
5
|
+
## Details
|
|
6
|
+
The Azure DevOps adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Microsoft Azure DevOps. With this adapter you have the ability to perform operations such as:
|
|
7
|
+
|
|
8
|
+
- Automate the deployment process.
|
|
9
|
+
- Create, update and manage work items.
|
|
10
|
+
|
|
11
|
+
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|