@itentialopensource/adapter-azure_devops 0.6.0 → 0.6.1
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/TAB2.md +4 -1
- package/package.json +2 -2
package/TAB2.md
CHANGED
|
@@ -51,7 +51,7 @@ you can leave all of the other properties in the authentication section, they wi
|
|
|
51
51
|
|
|
52
52
|
### Sample Properties
|
|
53
53
|
|
|
54
|
-
Sample Properties can be used to help you configure the adapter in the Itential
|
|
54
|
+
Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
|
|
55
55
|
|
|
56
56
|
```json
|
|
57
57
|
"properties": {
|
|
@@ -80,6 +80,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
80
80
|
"client_id": "",
|
|
81
81
|
"client_secret": "",
|
|
82
82
|
"grant_type": "",
|
|
83
|
+
"auth_request_datatype": "",
|
|
84
|
+
"auth_response_datatype": "",
|
|
85
|
+
"token_response_placement": "",
|
|
83
86
|
"sensitive": [],
|
|
84
87
|
"sso": {
|
|
85
88
|
"protocol": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-azure_devops",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: Azure DevOps.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "3.8.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"author": "Itential",
|
|
51
51
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-azure_devops#readme",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@itentialopensource/adapter-utils": "6.0.
|
|
53
|
+
"@itentialopensource/adapter-utils": "6.0.3",
|
|
54
54
|
"acorn": "8.14.1",
|
|
55
55
|
"ajv": "8.17.1",
|
|
56
56
|
"axios": "1.12.2",
|