diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 7c93e9e0..7da0a767 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -184,6 +184,8 @@ type AzureKubernetesServiceConfig struct { ClientID string `json:"clientId,omitempty" norman:"required"` // Secret associated with the Client ID ClientSecret string `json:"clientSecret,omitempty" norman:"required"` + // Tenant ID to create the cluster under + TenantID string `json:"tenantId,omitempty" norman:"required"` } type ClusterEvent struct {