@itentialopensource/adapter-microsoft_graph 1.3.2 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 1.3.4 [03-21-2024]
3
+
4
+ * Changes made at 2024.03.21_13:42PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!9
7
+
8
+ ---
9
+
10
+ ## 1.3.3 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_15:28PM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!8
15
+
16
+ ---
17
+
2
18
  ## 1.3.2 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:38AM
package/metadata.json CHANGED
@@ -15,9 +15,31 @@
15
15
  ],
16
16
  "method": "REST",
17
17
  "type": "Adapter",
18
- "domains": [],
19
- "tags": [],
20
- "useCases": [],
18
+ "domains": [
19
+ "Cloud"
20
+ ],
21
+ "tags": [
22
+ "Cloud Infrastructure Changes",
23
+ "Hybrid & Multi Cloud Orchestration",
24
+ "Configuration & Compliance",
25
+ "Software Upgrades & Device Maintenance"
26
+ ],
27
+ "useCases": [
28
+ "VNet or VPC deploy/management",
29
+ "Connect VPC and VNet",
30
+ "Connect router to transit gateway",
31
+ "Route across GCP & Azure",
32
+ "Connect sites across cloud platforms",
33
+ "Router configuration backup or restore",
34
+ "Run network compliance checks and remediation",
35
+ "Determine configuration drift",
36
+ "Golden Configuration",
37
+ "Port Turn-up",
38
+ "Assign Network & IP",
39
+ "Cloud Managed Networks",
40
+ "Software Upgrade",
41
+ "Device Onboarding"
42
+ ],
21
43
  "deprecated": {
22
44
  "isDeprecated": false
23
45
  },
@@ -36,7 +58,11 @@
36
58
  "vendorLink": "https://www.microsoft.com/en-us/",
37
59
  "productLink": "https://learn.microsoft.com/en-us/graph/overview",
38
60
  "apiLinks": [
39
- "https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0"
61
+ {
62
+ "title": "Microsoft - Graph API",
63
+ "link": "https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0",
64
+ "public": true
65
+ }
40
66
  ]
41
67
  },
42
68
  "assets": [],
@@ -48,4 +74,4 @@
48
74
  "transformationProjects": [],
49
75
  "exampleProjects": []
50
76
  }
51
- }
77
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-microsoft_graph",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "This adapter integrates with system described as: microsoftGraph.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file