We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd99b5 commit 210d3feCopy full SHA for 210d3fe
test/e2e/providers/azure/azure.go
@@ -88,7 +88,6 @@ func (p *Provider) newAzureMachineProviderSpec(location string, zone string, win
88
},
89
PublicIP: false,
90
Subnet: fmt.Sprintf("%s-worker-subnet", p.InfrastructureName),
91
- ManagedIdentity: fmt.Sprintf("%s-identity", p.InfrastructureName),
92
Vnet: fmt.Sprintf("%s-vnet", p.InfrastructureName),
93
ResourceGroup: p.PlatformStatus.Azure.ResourceGroupName,
94
NetworkResourceGroup: p.PlatformStatus.Azure.NetworkResourceGroupName,
0 commit comments