Conversation
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
TestingStable$env:RELEASETRAIN="" Step: 2026-03-10T20-16-56Z: Pulling HelmChart: mcr.microsoft.com/azurearck8s/helmchart/stable/clusterdiagnosticchecks, Version: 1.32.7 Preview$env:RELEASETRAIN="preview"
Custom$env:DIAGNOSTIC_CHECKS_REGISTRY_PATH="mcr.microsoft.com/azurearck8s/helmchart/stable/clusterdiagnosticchecks:1.29.3" Step: 2026-03-10T20-22-56Z: Pulling HelmChart: mcr.microsoft.com/azurearck8s/helmchart/stable/clusterdiagnosticchecks, Version: 1.29.3 |
What Changed
RELEASETRAIN(previeworstable, defaultstable).DIAGNOSTIC_CHECKS_REGISTRY_PATH.New Behavior
RELEASETRAIN:preview-> preview tagsTag Determination Logic
DIAGNOSTIC_CHECKS_REGISTRY_PATH.RELEASETRAIN(defaultstable)./v2/<repo>/tags/list.previewtrack: keep tags containingpreviewstabletrack: keep tags withoutpreviewCLIInternalError.Override and Precedence
DIAGNOSTIC_CHECKS_REGISTRY_PATH(full explicitregistry/repo:tag, highest priority)RELEASETRAINIf discovery fails and no full override is set, the command fails with
CLIInternalError.Quick Examples