mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
azure: fix ccm config with correct uami client_id (#2144)
* fix azure ccm config with correct uami client_id * fix tests
This commit is contained in:
parent
5fa50c7fcc
commit
26480016a9
6 changed files with 16 additions and 8 deletions
|
@ -248,7 +248,7 @@ func TestCreateCluster(t *testing.T) {
|
|||
"api_server_cert_sans": {
|
||||
Value: []any{"192.0.2.100"},
|
||||
},
|
||||
"user_assigned_identity": {
|
||||
"user_assigned_identity_client_id": {
|
||||
Value: "test_uami_id",
|
||||
},
|
||||
"resource_group": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue