vagrant-azure 2.0.0.pre4 → 2.0.0.pre5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2240c2e25fcd88a3260ac97f911b5e49f6834c8
4
- data.tar.gz: e46e404e33a825af6c197bc5484f9bae86051275
3
+ metadata.gz: 96f45e0139f70c327fa04c700282c0666f9376a4
4
+ data.tar.gz: 754fb6967968d44e15ac3dfc58a960c426b2535f
5
5
  SHA512:
6
- metadata.gz: 594d5b68122d7c21dd1dfecea569a46419b3cce72724e949cdd2d5e0761519cc1a42aad687b42a9787d2d1891808e2477ae44973ad3e37d9ef3c05120b8cc07d
7
- data.tar.gz: afd27c10c848e763473c15611d8841cbe81dcdd914a7924ab935c6f46107f11f09ae0cbca8b75034e174e7bc79d895ca37aef69425bd1fd795b93ea581443f1e
6
+ metadata.gz: ef3a27f9e9e8aff9df5db59f01e46838292f52574fd622741de1d113e56782b1566cf12443e62f549f7327ff64e38a79636756247cc701d5e2988970573adde3
7
+ data.tar.gz: 6b37f8f4616f22bc0a1da53e769ba6c3c59745466d7c036027cb02b0b68049503ffa45ff27e41f5df5cbd3b69f8f9230e5e812b0ade670b3f8ae4f8595e6f410
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.pre3'
15
+ & vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre5'
16
16
  ...
17
17
  $ vagrant up --provider=azure
18
18
  ...
@@ -12,7 +12,7 @@ module VagrantPlugins
12
12
  module Services
13
13
  class AzureResourceManager
14
14
 
15
- TELEMETRY = "vagrant-azure/#{VagrantPlugins::Azure::VERSION}"
15
+ TELEMETRY = "vagrant-azure/#{::VagrantPlugins::Azure::VERSION}"
16
16
  TENANT_ID_NAME = 'AZURE_TENANT_ID'
17
17
  CLIENT_ID_NAME = 'AZURE_CLIENT_ID'
18
18
  CLIENT_SECRET_NAME = 'AZURE_CLIENT_SECRET'
@@ -4,6 +4,6 @@
4
4
 
5
5
  module VagrantPlugins
6
6
  module Azure
7
- VERSION = '2.0.0.pre4'.freeze
7
+ VERSION = '2.0.0.pre5'.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.pre4
4
+ version: 2.0.0.pre5
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-26 00:00:00.000000000 Z
11
+ date: 2017-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: azure_mgmt_resources