зеркало из https://github.com/Azure/vagrant-azure.git
Коммит
b7f1ae4d47
|
@ -12,7 +12,7 @@ provider to Vagrant, allowing Vagrant to control and provision machines in Micro
|
|||
Install the vagrant-azure plugin using the standard Vagrant 1.1+ installation methods. After installing the plugin, you can ```vagrant up``` and use ```azure``` provider. For example:
|
||||
|
||||
```sh
|
||||
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre2'
|
||||
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre3'
|
||||
...
|
||||
$ vagrant up --provider=azure
|
||||
...
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
module VagrantPlugins
|
||||
module Azure
|
||||
VERSION = '2.0.0.pre2'.freeze
|
||||
VERSION = '2.0.0.pre3'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче