Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
fix telemetry version reference and bump version (#172)
Browse files Browse the repository at this point in the history
* fix and bump

* update readme
  • Loading branch information
devigned authored Feb 27, 2017
1 parent c9cc882 commit 5328328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.pre4'
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre5'
...
$ vagrant up --provider=azure
...
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-azure/services/azure_resource_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Azure
module Services
class AzureResourceManager

TELEMETRY = "vagrant-azure/#{VagrantPlugins::Azure::VERSION}"
TELEMETRY = "vagrant-azure/#{::VagrantPlugins::Azure::VERSION}"
TENANT_ID_NAME = 'AZURE_TENANT_ID'
CLIENT_ID_NAME = 'AZURE_CLIENT_ID'
CLIENT_SECRET_NAME = 'AZURE_CLIENT_SECRET'
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-azure/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module VagrantPlugins
module Azure
VERSION = '2.0.0.pre4'.freeze
VERSION = '2.0.0.pre5'.freeze
end
end

0 comments on commit 5328328

Please sign in to comment.