[Packaging] Add Debian Trixie support - #33817
Closed
Adam Short (ashort96) wants to merge 46 commits into
Closed
Adam Short (ashort96) wants to merge 46 commits into
Adam Short (ashort96) wants to merge 46 commits into
Conversation
…ionees and route to squad teams (Azure#33682)
…nstance app service plans and add Premium V3 SKU support (Azure#33690)
…AT64 on StandardV2 NAT gateway (Azure#33679)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…age and Kubernetes version upgrade (Azure#33693)
…te auto-generated backup names after deletions (Azure#33684) Co-authored-by: Matthew Boentoro <mboentoro@microsoft.com>
…ntimes (Java 17/21/25) (Azure#33672)
…ate elastic cluster with custom database name (Azure#33712)
… bindings (trust domain) for a managed cluster (Azure#33558)
…serAssignedNATGateway (Azure#33694)
…#33491) Co-authored-by: necusjz <necusjz@gmail.com>
…idate-only` param for PVC (Azure#33683)
Co-authored-by: Mansoor Sarfraz <msarfraz+microsoft@microsoft.com>
…Microsoft.HardwareSecurityModules/cloudHsmClusters` (Azure#33739) Co-authored-by: Demilade Oladugba <doladugba@microsoft.com>
…zure#33325) Co-authored-by: GokulPrasad KrishnaSwamy <gokulpk@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e` to specify whether the volume operates in Breakthrough Mode (Azure#33763)
…azure-mgmt-web 11.0.0 (Azure#33705)
…compute cluster resources management (Azure#33759)
…tion startup attempt data (Azure#33673)
…lti-label sovereign suffixes (Azure#33754) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6daaab37-9f50-49e2-bbba-9dd6ff4b3727
…Fabric Mirroring (Azure#33774) Co-authored-by: Laveena Fulwani <lfulwani@microsoft.com>
…date (Azure#33768) Co-authored-by: Copilot <copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f9c96871-4d63-4a60-9622-70bfffb3cc7a
Co-authored-by: Zubair <zubairabid1999+github@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… NVA to ILB architecture (Azure#33766) Co-authored-by: Jordan Graves <jordangraves@microsoft.com> Co-authored-by: Ethan Yang <necusjz@gmail.com>
…set gallery applications (Azure#33715)
…o` to enable writable behavior for cache repositories within a registry (Azure#33772)
Co-authored-by: Yabo Hu <yabhu@microsoft.com> Co-authored-by: Yu Chen <16348853+jsntcy@users.noreply.github.com>
Adds Trixie (13) to the deb build/test matrix in azure-pipelines.yml, mirroring the existing Bookworm entries added in Azure#26690. Fixes Azure#32069
|
Hi Adam Short (@ashort96), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
microsoft-github-policy-service
Bot
requested review from
ZelinWang (wangzelin007) and
Yong Zhang (yonzhan)
July 31, 2026 19:21
Author
|
Opened against the wrong base branch (main instead of dev) — closing and reopening correctly. |
Collaborator
|
Packaging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
N/A — packaging/CI change only, no CLI command changes.
Description
Adds Debian Trixie (13) to the
BuildDebPackages/TestDebPackagesmatrix inazure-pipelines.yml, mirroring the existing Bookworm entries added in #26690.packages.microsoft.com/repos/azure-cli/dists/currently only goes up tobookworm, so anyone on Debian 13 installing via the documented apt-repo method hits a missingReleasefile (#32069). This PR adds the CI build/test matrix entry needed to produce atrixie.deb, the same way #26690 added Bookworm support after Debian 12's release.Note: merging this adds
trixieto what CI builds/tests, but actually publishing it topackages.microsoft.com/repos/azure-cli/dists/trixie/is a separate internal release step outside this repo — flagging that step needs to happen too for #32069 to be fully resolved.Fixes #32069
History Notes
PR information