You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My primary concern atm is that our templates aren't versioned in any kind of way. This means we might break someone's CI if we need to make a breaking version.
The standard git model of creating a branch when we break won't work because people will be broken and then need to update to the branch.
Azure does let you use particular git refs for resources, so I think the trick here is going to be to keep one branch for every "breaking release" (basically just major semver version number). In the docs, we give examples with the ref always pointing to the latest such branch. We should (hopefully) break backwards compatibility very rarely with these, but it might happen. Then we'll just keep the latest one up-to-date with master until a breaking release must be made.
Inputs
resources
The text was updated successfully, but these errors were encountered: