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

azure.vm_image_urn supersedes config.vm.box #224

Open
wants to merge 1 commit into
base: v2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ end
#### Windows Vagrantfile
```ruby
Vagrant.configure('2') do |config|
config.vm.box = 'azure'

config.vm.provider :azure do |azure, override|

# each of the below values will default to use the env vars named as below if not specified explicitly
Expand Down