GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst

tyiioiiii8yy```suggestion

Open
#2,214 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
8.6k
Forks
6.1k
Avg merge
4h 44m
Merged PRs (30d)
2

Description

```suggestion
private static void DeleteServiceAccount(IamService service, string serviceAccountName)
{
try
{
service.Projects.ServiceAccounts.Delete(serviceAccountName).Execute();
}
catch
{
// No op. We delete on a best effort basis.
}
}

```

_Originally posted by @amanda-tarafa in https://github.com/GoogleCloudPlatform/dotnet-docs-samples/pull/2013#discussion_r1087735243_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.