Skip to content

Commit 7b36655

Browse files
authored
[ECOINT-193] Add billing_read scope to Vantage integration. (DataDog#2705)
* Add scope. * Update CHANGELOG.md
1 parent a10d532 commit 7b36655

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

vantage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG - Vantage
22

3+
## 1.0.1 / 2025-05-30
4+
5+
***Added***:
6+
7+
* adds billing_read scope.
8+
39
## 1.0.0 / 2022-10-12
410

511
***Added***:

vantage/assets/oauth_clients.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"scopes": [
44
"usage_read",
55
"timeseries_query",
6-
"metrics_read"
6+
"metrics_read",
7+
"billing_read"
78
],
89
"name": "Vantage",
910
"client_role": "integration",

0 commit comments

Comments
 (0)