mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Remove Azure client from CLI
This commit is contained in:
parent
38498b1981
commit
0d1fd8fb2a
23 changed files with 3 additions and 2999 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue