You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err: `^\Qplatform.azure.resourceGroupName: Invalid value: "valid-resource-group-conf-tags": resource group has conflicting tags kubernetes.io_cluster.test-cluster-12345\E$`,
699
703
}, {
700
704
groupName: "valid-resource-group-with-resources",
701
-
// ARO provisions Azure resources before resolving the asset graph,
702
-
// so there will always be resources in its resource group.
703
-
wantSkip: (&azure.Platform{}).IsARO(),
704
-
err: `^\Qplatform.azure.resourceGroupName: Invalid value: "valid-resource-group-with-resources": resource group must be empty but it has 3 resources like id1, id2 ...\E$`,
705
+
err: `^\Qplatform.azure.resourceGroupName: Invalid value: "valid-resource-group-with-resources": resource group must be empty but it has 3 resources like id1, id2 ...\E$`,
// so we want to skip it when run tests for ARO build
64
-
returnp.IsARO()
65
-
},
66
61
platform: func() *azure.Platform {
67
62
p:=validPlatform()
68
63
p.BaseDomainResourceGroupName=""
69
64
returnp
70
65
}(),
71
66
expected: `^test-path\.baseDomainResourceGroupName: Required value: baseDomainResourceGroupName is the resource group name where the azure dns zone is deployed$`,
72
67
},
73
-
{
74
-
name: "do not require baseDomainResourceGroupName on ARO",
0 commit comments