Remove Azure client from CLI

This commit is contained in:
katexochen 2022-10-06 17:20:02 +02:00 committed by Paul Meyer
parent 38498b1981
commit 0d1fd8fb2a
23 changed files with 3 additions and 2999 deletions

View file

@ -55,9 +55,7 @@ func TestInitialize(t *testing.T) {
Type: "service_account",
}
testAzureState := &state.ConstellationState{
CloudProvider: "Azure",
AzureWorkerInstances: cloudtypes.Instances{"id-0": {}, "id-1": {}},
AzureResourceGroup: "test",
CloudProvider: "Azure",
}
testQemuState := &state.ConstellationState{
CloudProvider: "QEMU",