lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3130.0 vs lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3137.0
- old
+ new
@@ -165,9 +165,11 @@
' --tag ~exclude_on_warden'
when 'aws'
' --tag ~exclude_on_aws'
when 'openstack'
' --tag ~exclude_on_openstack'
+ when 'azure'
+ ' --tag ~exclude_on_azure'
else
''
end
end