vagrant-azure 2.0.0.pre5 → 2.0.0.pre6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96f45e0139f70c327fa04c700282c0666f9376a4
4
- data.tar.gz: 754fb6967968d44e15ac3dfc58a960c426b2535f
3
+ metadata.gz: 0b2290cf39f22834136daad048d075cfd7fdd05b
4
+ data.tar.gz: bdff37fad5a6269a19c784ce7ae1c1c4235565c5
5
5
  SHA512:
6
- metadata.gz: ef3a27f9e9e8aff9df5db59f01e46838292f52574fd622741de1d113e56782b1566cf12443e62f549f7327ff64e38a79636756247cc701d5e2988970573adde3
7
- data.tar.gz: 6b37f8f4616f22bc0a1da53e769ba6c3c59745466d7c036027cb02b0b68049503ffa45ff27e41f5df5cbd3b69f8f9230e5e812b0ade670b3f8ae4f8595e6f410
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.pre5'
15
+ & vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre6'
16
16
  ...
17
17
  $ vagrant up --provider=azure
18
18
  ...
@@ -6,6 +6,7 @@ require 'azure_mgmt_resources'
6
6
  require 'azure_mgmt_compute'
7
7
  require 'azure_mgmt_network'
8
8
  require 'azure_mgmt_storage'
9
+ require 'vagrant-azure/version'
9
10
 
10
11
  module VagrantPlugins
11
12
  module Azure
@@ -4,6 +4,6 @@
4
4
 
5
5
  module VagrantPlugins
6
6
  module Azure
7
- VERSION = '2.0.0.pre5'.freeze
7
+ VERSION = '2.0.0.pre6'.freeze
8
8
  end
9
9
  end
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.pre5
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-27 00:00:00.000000000 Z
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