Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: remove alpha api from logging settings describe/update in docs/landing-zone-v2/README.md #402

Closed
obriensystems opened this issue Jun 20, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@obriensystems
Copy link
Collaborator

obriensystems commented Jun 20, 2023

As part of ongoing automation/review #296
Update below to remove the alpha api
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/docs/landing-zone-v2/README.md#initial-organization-configuration

Testing

root_@cloudshell:~/kcc-kls/pubsec-declarative-toolkit/solutions/landing-zone-v2 (kcc-kls)$ gcloud logging settings describe --organization=${ORG_ID}
kmsServiceAccountId: [email protected]
loggingServiceAccountId: [email protected]
name: organizations/156483884993/settings
storageLocation: northamerica-northeast1

root_@cloudshell:~/kcc-kls/pubsec-declarative-toolkit/solutions/landing-zone-v2 (kcc-kls)$ gcloud logging settings update --organization=$ORG_ID --storage-location=$REGION
kmsServiceAccountId: [email protected]
loggingServiceAccountId: [email protected]
name: organizations/156483884993/settings
storageLocation: northamerica-northeast2
root_@cloudshell:~/kcc-kls/pubsec-declarative-toolkit/solutions/landing-zone-v2 (kcc-kls)$ gcloud logging settings describe --organization=${ORG_ID}
kmsServiceAccountId: [email protected]
loggingServiceAccountId: [email protected]
name: organizations/156483884993/settings
storageLocation: northamerica-northeast2
@fmichaelobrien
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
2 participants