Azure-Samples / apim-genai-gateway-toolkit

A repo to accelerate development and testing of GenAI Gateways built with Azure API Management. Includes various capabilities as examples/starters.
MIT License
17 stars 6 forks source link

Use simulator git tag as image tag #32

Closed stuartleeks closed 1 week ago

stuartleeks commented 1 week ago

Purpose

Update the simulator deployment to use the git tag as the container image tag.

This will ensure that version changes are applied as ACA will see a change to the image tag and redeploy

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid