Commit b634235
authored
direct: model_serving: ignore budget_policy_id, rate_limits at plan level (#4638)
## Why
Previously changing these fields would result in planned 'update' but
DoUpdate is actually no-op for these, see
https://github.com/databricks/cli/blob/10d976b5d086fb8993532bb5640b32cbd08fa106/bundle/direct/dresources/model_serving_endpoint.go#L288
Now, this will be skipped at plan level with appropriate reason.
## Tests
No new tests, this a config-only change.1 parent 393284c commit b634235
File tree
3 files changed
+12
-0
lines changed- bundle/direct/dresources
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
230 | 240 | | |
231 | 241 | | |
232 | 242 | | |
| |||
0 commit comments