mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix: azure快照的磁盘id应该小写
This commit is contained in:
@@ -180,7 +180,7 @@ func (self *SRegion) GetISnapshots() ([]cloudprovider.ICloudSnapshot, error) {
|
||||
}
|
||||
|
||||
func (self *SSnapshot) GetDiskId() string {
|
||||
return self.Properties.CreationData.SourceResourceID
|
||||
return strings.ToLower(self.Properties.CreationData.SourceResourceID)
|
||||
}
|
||||
|
||||
func (self *SSnapshot) GetDiskType() string {
|
||||
|
||||
Reference in New Issue
Block a user