[chef] Why does knife azure only list linux images?


Chronological Thread 
  • From: Jeppe Nejsum Madsen < >
  • To:
  • Subject: [chef] Why does knife azure only list linux images?
  • Date: Thu, 2 May 2013 16:19:46 +0200

When doing a

knife azure image list

only linux images are listed. This seems deliberate as the following code shows:

        items.each do |image|
          if image.os == 'Linux'
            image_list << image.name.to_s


Why is this?

/Jeppe



Archive powered by MHonArc 2.6.16.

§