databricks-cli/bundle/internal
shreyas-goenka 495040e4cd
Modify SetLocation test utility to take full locations as argument (#1788)
I plan to use this in https://github.com/databricks/cli/pull/1780, to
set the line and column numbers as well for the locations.

gopatch file used:
```
@@
var x expression
var y expression
var z expression
@@
-bundletest.SetLocation(x, y, z)
+bundletest.SetLocation(x, y, []dyn.Location{{File: z}})
```
2024-09-25 16:13:48 +00:00
..
bundletest Modify SetLocation test utility to take full locations as argument (#1788) 2024-09-25 16:13:48 +00:00
schema Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
tf Upgrade to TF provider 1.52 (#1781) 2024-09-19 11:21:32 +00:00