compose/azure
Guillaume Tardif a948b6e1d0 Remove azure resourceGroupClient from backend initialisation. Several advantages :
- less dependencies to init backend. (Will need to work more on this to make login command not need an existing subscription ID)
- backend does not get login token at init time. For a long running process (grace server) this would cause issues with token lifetime
- we benefit from the client config (polling options especially) set in aci.go, without duplicating stuff
2020-05-28 10:16:42 +02:00
..
convert Add tests to volume convertion 2020-05-20 10:13:12 +02:00
login Seed random with nanosecond time 2020-05-22 10:46:54 +02:00
aci.go Implement ErrParsingFailed error 2020-05-20 10:13:12 +02:00
backend.go Remove azure resourceGroupClient from backend initialisation. Several advantages : 2020-05-28 10:16:42 +02:00
backend_test.go Fix typo (and refactor the method name) 2020-05-18 14:56:32 +02:00