compose/azure
Guillaume Tardif f403307edf Allow compose updates without having to delete the stack every time.
Update will “typically” keep the same IP, but this isn’t guaranteed by azure
(ACI has limitations on what can be updated, but this does not apply to us for the moment : https://docs.microsoft.com/en-us/azure/container-instances/container-instances-update#properties-that-require-container-delete)
For the moment I check in the test that the IP is keep the same
2020-06-18 10:03:28 +02:00
..
convert Fix linter 2020-06-16 10:59:40 +02:00
login Fix login error when login to an azure account having no associated tenant. 2020-06-10 10:15:03 +02:00
aci.go Allow compose updates without having to delete the stack every time. 2020-06-18 10:03:28 +02:00
backend.go Allow compose updates without having to delete the stack every time. 2020-06-18 10:03:28 +02:00
backend_test.go Add tests on inspect 2020-06-15 17:20:37 +02:00
context.go Refactoring, add unit test or various interactive context creation 2020-06-03 10:55:55 +02:00
context_test.go Refactoring, add unit test or various interactive context creation 2020-06-03 10:55:55 +02:00
resourcegroup.go common authoriser & user agent setup for all clients 2020-06-15 21:17:10 +02:00