vagrant-azure 2.0.0.pre4 → 2.0.0.pre5
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 +4 -4
- data/README.md +1 -1
- data/lib/vagrant-azure/services/azure_resource_manager.rb +1 -1
- 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: 96f45e0139f70c327fa04c700282c0666f9376a4
|
4
|
+
data.tar.gz: 754fb6967968d44e15ac3dfc58a960c426b2535f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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'
|
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.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-
|
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
|