Skip to content

Commit 112e7a4

Browse files
CP-29348 Add billing_read scope to CloudZero integration. (DataDog#2701)
1 parent 9e6d0d6 commit 112e7a4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

cloudzero/CHANGELOG.md

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

3+
## 1.2.0 / 2025-05-27
4+
5+
***Added***:
6+
7+
* Updates scopes required for changes in DataDog API permissions
8+
39
## 1.1.0 / 2024-07-17
410

511
***Added***:

cloudzero/assets/oauth_clients.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"scopes": [
44
"usage_read",
55
"metrics_read",
6-
"timeseries_query"
6+
"timeseries_query",
7+
"billing_read"
78
],
89
"redirect_uris": [
910
"https://app.cloudzero.com/organization/connections",
@@ -15,4 +16,4 @@
1516
"client_role": "integration",
1617
"id": "25547600-2280-11ee-8b7c-da7ad0900002"
1718
}
18-
}
19+
}

0 commit comments

Comments
 (0)