Skip to content

v2.8.3

Choose a tag to compare

@placerda placerda released this 14 Jun 14:51
e5d5e7a

Changed

  • Warn when https://appcs-jfybdkewftpj6.azconfig.io diverges from the azd environment during component deploy (Refs Azure/GPT-RAG#491). scripts/deploy.ps1 and scripts/deploy.sh now read both the shell APP_CONFIG_ENDPOINT and the azd env value and, when both are present and disagree (trimmed, case-insensitive), print a yellow warning that shows both values, states which one is being used (the shell value still wins, preserving existing precedence for jumpbox and CI flows), and tells the operator how to clear the shell override (Remove-Item env:APP_CONFIG_ENDPOINT in PowerShell, unset APP_CONFIG_ENDPOINT in bash). When only one source is set, the previous behavior is unchanged.

Validation

  • pytest (166 passed locally).