Skip to content

Commit 81c8306

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Cleanup script to use GCP STS endpoint (#1903)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 659ae86 commit 81c8306

File tree

34 files changed

+82
-82
lines changed

34 files changed

+82
-82
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-03-13 18:08:57.069927",
8-
"spec_repo_commit": "29884c34"
7+
"regenerated": "2024-03-13 19:22:37.791165",
8+
"spec_repo_commit": "5745e5bb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-13 18:08:57.086714",
13-
"spec_repo_commit": "29884c34"
12+
"regenerated": "2024-03-13 19:22:37.816242",
13+
"spec_repo_commit": "5745e5bb"
1414
}
1515
}
1616
}

examples/v2/gcp-integration/CreateGCPSTSAccount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
body = GCPSTSServiceAccountCreateRequest(
1313
data=GCPSTSServiceAccountData(
1414
attributes=GCPSTSServiceAccountAttributes(
15-
client_email="[email protected]",
15+
client_email="Test-[email protected]",
1616
host_filters=[],
1717
),
1818
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lorem",
1717
"ipsum",
1818
],
19-
client_email="[email protected]",
19+
client_email="Test-[email protected]",
2020
host_filters=[],
2121
),
2222
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
data=GCPSTSServiceAccountData(
1414
attributes=GCPSTSServiceAccountAttributes(
1515
resource_collection_enabled=True,
16-
client_email="[email protected]",
16+
client_email="Test-[email protected]",
1717
host_filters=[],
1818
),
1919
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cloud_run_revision_filters=[
1616
"meh:bleh",
1717
],
18-
client_email="[email protected]",
18+
client_email="Test-[email protected]",
1919
host_filters=[],
2020
),
2121
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
data=GCPSTSServiceAccountData(
1414
attributes=GCPSTSServiceAccountAttributes(
1515
is_security_command_center_enabled=True,
16-
client_email="[email protected]",
16+
client_email="Test-[email protected]",
1717
host_filters=[],
1818
),
1919
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
attributes=GCPSTSServiceAccountAttributes(
1515
is_cspm_enabled=True,
1616
resource_collection_enabled=True,
17-
client_email="[email protected]",
17+
client_email="Test-[email protected]",
1818
host_filters=[],
1919
),
2020
type=GCPServiceAccountType.GCP_SERVICE_ACCOUNT,

examples/v2/gcp-integration/UpdateGCPSTSAccount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
body = GCPSTSServiceAccountUpdateRequest(
1717
data=GCPSTSServiceAccountUpdateRequestData(
1818
attributes=GCPSTSServiceAccountAttributes(
19-
client_email="[email protected]",
19+
client_email="Test-[email protected]",
2020
host_filters=[
2121
"foo:bar",
2222
],

examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
body = GCPSTSServiceAccountUpdateRequest(
1717
data=GCPSTSServiceAccountUpdateRequestData(
1818
attributes=GCPSTSServiceAccountAttributes(
19-
client_email="[email protected]",
19+
client_email="Test-[email protected]",
2020
cloud_run_revision_filters=[
2121
"merp:derp",
2222
],

examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
body = GCPSTSServiceAccountUpdateRequest(
1717
data=GCPSTSServiceAccountUpdateRequestData(
1818
attributes=GCPSTSServiceAccountAttributes(
19-
client_email="[email protected]",
19+
client_email="Test-[email protected]",
2020
resource_collection_enabled=True,
2121
),
2222
id=GCP_STS_ACCOUNT_DATA_ID,

0 commit comments

Comments
 (0)