Commit cd224b9
authored
There is guidance in AIP-128 that is currently not
relied on by any declarative surface.
This is not a comprehensive removal of all unused behavior,
but it does remove guidance this generally unhelpful.
Specifically:
Delete if existing is not necessary: error codes exist to indicate
if a resource has already been deleted, and can be used by declarative
surfaces instead.
For soft deletes: this must only be used in the case where the
resource cannot re-use the same id. Generally it is a simpler
workflow to simple recreate the resource rather than undelete.
* addressing feedback
switching soft-delete guidance to *should not*, explaining the only
caveats.
1 parent 0bfd687 commit cd224b9
3 files changed
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
| |||
0 commit comments