mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(region): remote useless info of azure lb
This commit is contained in:
@@ -110,7 +110,6 @@ func (self *SLoadbalancer) GetSysTags() map[string]string {
|
||||
data["capacity"] = self.Properties.Sku.Capacity
|
||||
data["max_capacity"] = strconv.Itoa(self.Properties.AutoscaleConfiguration.MaxCapacity)
|
||||
data["min_capacity"] = strconv.Itoa(self.Properties.AutoscaleConfiguration.MinCapacity)
|
||||
data["properties"] = jsonutils.Marshal(self.Properties).String()
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user