Skip to content

3.7.2

Release Date: June 8, 2026


✨ New Features

CLI

Pipeline Commands Support Remote Repositories 🔗

Commit: ca33332a

Adds a --repo/-r global option to all saif pipeline subcommands — list, run, approve, and monitor — enabling engineers to target remote ADO repositories without a local git checkout. A --branch option is also added to pipeline run for use alongside --repo, defaulting to the repository's default branch from ADO. Closes #747. #759

# List pipelines in a remote repo (no local checkout needed)
saif pipeline list --repo MyService

# Run a pipeline on a specific branch
saif pipeline run --repo MyService --branch feat/my-feature

# Approve a pipeline run remotely
saif pipeline approve --repo MyService

🐛 Bug Fixes

Terraform Modules

Rename OTEL Header UAMI Resources and Add Depends-On Ordering 🔒

Module: identity

Commit: df002e2c

Renames otel_header_np → otel_header_np_uami and otel_header_prod → otel_header_prod_uami to make the UAMI/SP identity distinction explicit, and adds depends_on guards on the SP assignments to prevent a 409 race condition for workspaces pre-dating #742. A moved.tf block ensures existing state entries are renamed in-place with no Azure destroy/recreate. #770


CLI

Fix Double-Width Info Emoji Rendering đŸ–Ĩī¸

Commit: d02194f6

Replaces the double-width â„šī¸ emoji with a single-width i character to prevent layout misalignment in terminal output. #769


đŸ“Ļ Dependencies

Package From To PR
Aspire.Hosting 13.3.5 13.4.2 #764
Aspire.Hosting.Azure.CosmosDB 13.3.5 13.4.2 #764
Aspire.Hosting.Azure.Functions 13.3.5 13.4.2 #764
Aspire.Hosting.Azure.ServiceBus 13.3.5 13.4.2 #764
Aspire.Hosting.JavaScript 13.3.5 13.4.2 #764
Aspire.Oracle.EntityFrameworkCore 13.3.5 13.4.2 #764
Microsoft.Identity.Client 4.84.1 4.84.2 #764

🔄 Breaking Changes

None in this release ✅


📋 Additional Notes

  • Total commits: 4
  • Contributors: Emmitt Johnson, dependabot[bot]

Support

  • 📧 Teams Support Channel: Support