Skip to content

Commit 210d3fe

Browse files
committed
[e2e] remove ManagedIdentity from Azure machineSet
managed identity are now inferred and support other resource groups openshift/machine-api-provider-azure#133
1 parent acd99b5 commit 210d3fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/providers/azure/azure.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func (p *Provider) newAzureMachineProviderSpec(location string, zone string, win
8888
},
8989
PublicIP: false,
9090
Subnet: fmt.Sprintf("%s-worker-subnet", p.InfrastructureName),
91-
ManagedIdentity: fmt.Sprintf("%s-identity", p.InfrastructureName),
9291
Vnet: fmt.Sprintf("%s-vnet", p.InfrastructureName),
9392
ResourceGroup: p.PlatformStatus.Azure.ResourceGroupName,
9493
NetworkResourceGroup: p.PlatformStatus.Azure.NetworkResourceGroupName,

0 commit comments

Comments
 (0)