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 b06af49 commit cb77199Copy full SHA for cb77199
azure/services/groups/spec.go
@@ -56,13 +56,13 @@ func (s *GroupSpec) Parameters(existing interface{}) (params interface{}, err er
56
}
57
return resources.Group{
58
Location: to.StringPtr(s.Location),
59
- // We create only CAPZ default tags. User defined additional tags
60
- // are created and updated using tags service.
+ // User defined additional tags are created with the resource group and updated using tags service.
61
Tags: converters.TagsToMap(infrav1.Build(infrav1.BuildParams{
62
ClusterName: s.ClusterName,
63
Lifecycle: infrav1.ResourceLifecycleOwned,
64
Name: to.StringPtr(s.Name),
65
Role: to.StringPtr(infrav1.CommonRole),
+ Additional: s.AdditionalTags,
66
})),
67
}, nil
68
0 commit comments