v22
New Features:
-
Support
GermanCloud
. -
Support light stemcells.
-
Support to create Windows VM with managed disks.
Need to add below configs in globalazure
properties inbosh.yml
.azure: windows: username: xxxx # Admin user to use when spinning up new Windows VMs. Only available for Windows password: xxxx # Password to use when spinning up new Windows VMs. Only available for Windows
Fixes:
- Fix an issue in v21 that old compute API version does not support
sku
property inAzureChinaCloud
- Fix an issue in v21 that it wrongly sets permission of the container
stemcell
when storage accounts are premium.
Development:
- Add how to test interfaces with
bosh_azure_console
in docs/development.md