We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182d11d commit 8bf63d9Copy full SHA for 8bf63d9
internal/testutil/fixture/azure_managedcluster.go
@@ -8,7 +8,7 @@ import (
8
func (f *AzureFixture) ManagedCluster() *AzureManagedClusterFixture {
9
return &AzureManagedClusterFixture{
10
mc: &armcontainerservice.ManagedCluster{
11
- Name: ptr.To("mangaedcluster"),
+ Name: ptr.To("managedcluster"),
12
Properties: &armcontainerservice.ManagedClusterProperties{
13
NetworkProfile: &armcontainerservice.NetworkProfile{
14
PodCidrs: []*string{ptr.To("192.1.0.0/16")},
0 commit comments