19320: Comment re future use of spot attr in priceKey.
[arvados.git] / lib / cloud / azure / azure.go
index 1ff0798ea6e499396667d70091b62de2eddaaadf..7b170958b6ee69921f9d6186cfeaa79f091eedfb 100644 (file)
@@ -785,6 +785,10 @@ func (ai *azureInstance) Address() string {
        }
 }
 
+func (ai *azureInstance) PriceHistory(arvados.InstanceType) []cloud.InstancePrice {
+       return nil
+}
+
 func (ai *azureInstance) RemoteUser() string {
        return ai.provider.azconfig.AdminUsername
 }