vagrant-azure 2.0.0.pre5 → 2.0.0.pre6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/vagrant-azure/services/azure_resource_manager.rb +1 -0
- data/lib/vagrant-azure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b2290cf39f22834136daad048d075cfd7fdd05b
|
4
|
+
data.tar.gz: bdff37fad5a6269a19c784ce7ae1c1c4235565c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 668b7849ddbaf8d5f13bb26338f9ccfcf606a0f9f87a1ec67f12752540a0d814d10196d34d00e1b8e4ee3e839a6fc493de5607c837ad6dcbdc78c40238b1a7bc
|
7
|
+
data.tar.gz: 1eb425e4e6e82393518e72d6895cc5a396567caf3943306f04a75c5b1628ffbb929c9683894665984f09a4f6b4cc62fc316897f4401fdc1b7bd06c7f94499287
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ provider to Vagrant, allowing Vagrant to control and provision machines in Micro
|
|
12
12
|
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:
|
13
13
|
|
14
14
|
```sh
|
15
|
-
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.
|
15
|
+
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre6'
|
16
16
|
...
|
17
17
|
$ vagrant up --provider=azure
|
18
18
|
...
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-azure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.pre6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Azure
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: azure_mgmt_resources
|