You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, some of the destructive actions our automation might take have built-in soft delete, e.g. with azure pipelines and keyvaults.
We do not have a concept of soft delete for branches (github DOES, but it requires knowing the underlying commits and/or escalating to get event logs). There are also several cases of azure-hosted services that do not have fully automated buildout: apiview, pipeline witness, webhook router, etc. Idempotent re-create may be more appropriate than soft-delete in some cases, but the principal is the same.
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jun 20, 2022
kurtzeborn
added
Central-EngSys
This issue is owned by the Engineering System team.
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Jun 20, 2022
For example, some of the destructive actions our automation might take have built-in soft delete, e.g. with azure pipelines and keyvaults.
We do not have a concept of soft delete for branches (github DOES, but it requires knowing the underlying commits and/or escalating to get event logs). There are also several cases of azure-hosted services that do not have fully automated buildout: apiview, pipeline witness, webhook router, etc. Idempotent re-create may be more appropriate than soft-delete in some cases, but the principal is the same.
The text was updated successfully, but these errors were encountered: