• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / sonde / 25525097927
83%

Build:
DEFAULT BRANCH: main
Ran 07 May 2026 10:33PM UTC
Jobs 1
Files 124
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 10:16PM UTC coverage: 83.062% (-0.02%) from 83.079%
25525097927

push

github

web-flow
fix: bootstrap JMESPath query returns newline-separated TSV instead of tab-separated (#864)

* fix: bootstrap JMESPath query returns newline-separated TSV instead of tab-separated

Azure CLI `--output tsv` renders a flat JMESPath array `[a, b, c, d]`
as one value per line (newline-separated).  The bootstrap script splits on
tabs only (`IFS=\t`), so the entire multi-line output collapsed into a
single field, producing the error:

  deployment output query ... returned 1 field(s); expected 4 tab-separated values

Wrap the query in an outer array `[[...]]` so Azure CLI emits a single
row with tab-separated columns, matching the existing IFS-based parser.

Also remove redundant `dependsOn` entries in `stack.bicep` that Bicep
already warns about — the implicit dependencies through `params` output
references are sufficient.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: restore implicit serviceBus dependency for unctionRbac module

The original `dependsOn` removal was too aggressive — `serviceBusNamespaceName`
and queue name parameters were plain variables, not `serviceBus.outputs.*`
references, so Bicep had no implicit dependency on the Service Bus module.
This introduced a deployment race: `function-rbac.bicep` uses `existing`
resource references to the namespace and queues, which fail if those resources
haven't been created yet.

Fix by threading `serviceBus.outputs.namespaceName`, `serviceBus.outputs.upstreamQueueName`,
`serviceBus.outputs.downstreamQueueName`, and `storage.outputs.storageAccountName`
through to `functionRbac` params, creating implicit dependencies on all three
prerequisite modules without needing explicit `dependsOn`.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

33596 of 40447 relevant lines covered (83.06%)

198.1 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
80.92
-0.33% crates/sonde-azure-companion/src/main.rs
Jobs
ID Job ID Ran Files Coverage
1 25525097927.1 07 May 2026 10:33PM UTC 124
83.06
GitHub Action Run
Source Files on build 25525097927
  • Tree
  • List 124
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25525097927
  • 560db0f7 on github
  • Prev Build on main (#25521147375)
  • Next Build on main (#25525116813)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc