Tom Harvey
f7f800bdfb
provider/azurerm: VM Scale Sets - import support + fixes ( #13464 )
...
* Ensuring we base64 decode the custom data if it's base64 encoded
* Import support for VM Scale Sets
* Updating the docs to mention Import support
* Fixes #13009 , where the SSH Keys would be set at the incorrect index
(leaving a null entry at the start, causing a crash on the second apply)
* Adding tests to cover the updating use-case
* Adding an import linux test
* Storing the base64 encoded value
Making custom_data a force new, since it an't be updated
* Updating the docs
2017-04-17 01:37:28 +03:00
Josh VanderLinden
24e857ae96
azurerm_redis_cache resource missing hostname ( #13650 )
...
* Fix Azure Redis Cache hostname attribute
* Fix inaccurate Azure Redis Cache docs
2017-04-14 11:49:49 +03:00
tombuildsstuff
70e69a7387
Ensuring we output the error when things fail
2017-04-12 11:44:07 +01:00
tombuildsstuff
01c8b0197c
Switching to use the locationSchema for Event Hub Consumer Groups
2017-04-12 00:25:30 +01:00
tombuildsstuff
27e1b28b34
Making use of the Location Schema
2017-04-12 00:11:46 +01:00
Tom Harvey
906cd0946a
Merge pull request #13223 from tombuildsstuff/azurerm-servicebustopic
...
provider/azurerm: Setting an optional field on Service Bus Topic
2017-04-10 14:35:22 +01:00
Tom Harvey
6f2551ec33
Merge pull request #12455 from brandontosch/brandontosch/GH-11874
...
AzureRM Managed Disks
2017-04-06 10:29:40 +01:00
Jake Champlin
74a53f71b1
Merge pull request #13261 from harijayms/whiskeyjay/9198fix
...
provider/azurerm: Fixing crash when importing Local Network Gateways #13301
2017-04-04 17:03:10 -04:00
Jake Champlin
fed7b6e781
Merge pull request #13129 from tombuildsstuff/validation
...
provider/azurerm: Moving Reused JSON Validation -> Core
2017-04-04 16:11:13 -04:00
tombuildsstuff
2a3f16267a
Sorting the errors
2017-03-31 20:24:40 +01:00
tombuildsstuff
6a6536f901
Updating 'duplicate_detection_history_time_window' to default to 10m as per the docs
2017-03-31 20:24:22 +01:00
Jay Wang
76117fa9f6
Even better error message.
2017-03-30 18:44:39 -07:00
Jay Wang
7011912c7d
Better error message for LNG import error.
2017-03-30 15:35:29 -07:00
Jay Wang
0e5601e568
Fix crash in import azurerm_local_network_gateway
...
The plug-in crashes if "localNetworkGateways" is not found in the id parameter. The fix is to verify the parameter before proceeding.
Also the "import" example in the documentation is wrong, "localNetworkGateways" should be case sensitive. The current example actually causes the plugin to crash due to the bug.
2017-03-29 11:49:38 -07:00
Tom Harvey
25da340543
Ignoring the case for NSG Protocol's in the state ( #13153 )
2017-03-29 18:55:20 +03:00
Brandon Tosch
380f55b8a9
Merge branch 'master' into brandontosch/GH-11874
2017-03-28 17:29:47 -07:00
Brandon Tosch
fedb170ee1
added disk_size_gb to config for TestAccAzureRMManagedDisk_import
2017-03-28 11:30:20 -07:00
Brandon Tosch
eb6f36fefb
Re-added custom conflict validation for managed disks
2017-03-27 11:27:54 -07:00
tombuildsstuff
277d1b6b2d
Refactoring the schema diff/validation -> core
2017-03-27 15:41:55 +01:00
Tom Harvey
68e32c165c
Switching to a simpler ARM Template ( #13043 )
2017-03-24 18:34:40 +02:00
Brandon Tosch
0168829ecb
Merge branch 'master' into brandontosch/GH-11874
2017-03-23 13:07:49 -07:00
Brandon Tosch
808a9f04f6
removed commented import
2017-03-23 12:14:16 -07:00
Kevin Visscher
8bc049f351
provider/azurerm: Add support for setting the primary network interface ( #11290 )
...
Fixes #6514 .
* add support for setting the primary network interface
* Tests and documentation for primary_network_interface_id
2017-03-23 16:42:01 +00:00
Brandon Tosch
03b8f05c99
Implemented ConflictsWith for vhd_uri and managed_disk fields
2017-03-17 19:37:05 -07:00
Brandon Tosch
4294754456
Corrected error message
2017-03-14 12:07:02 -07:00
Brandon Tosch
8f2d2ed954
refactored flatten methods to also set values
2017-03-14 11:50:37 -07:00
Brandon Tosch
dbb4daa72f
disk_size_gb is required
2017-03-14 11:40:54 -07:00
Robert Rudduck
e0bdc5f8f7
provider/azurerm: Add support for extensions on virtual machine scale sets ( #12124 )
...
* Add support for vmss extensions.
* Update website.
* Add multi extension test.
* Return error from settings parsing.
* Update extension hash.
2017-03-12 16:13:38 +02:00
Brandon Tosch
58325b9d59
Merge pull request #1 from edevil/patch-1
...
Corrected variable reference
2017-03-10 15:15:00 -08:00
Brandon Tosch
34c0dd7ead
fixed typo in vm_size
2017-03-10 14:58:08 -08:00
André Cruz
91db3e175d
Corrected variable reference
...
This is a pointer.
2017-03-10 14:35:27 +00:00
Brandon Tosch
a2716f76db
Lowered data disk size to decrease provisioning time and cost
2017-03-09 19:33:09 -08:00
Brandon Tosch
972bc08e2e
Removed context timeout due "request cancelled" to acc test failures (changed to match other creation functions)
2017-03-09 19:32:33 -08:00
James Bardin
343b96c9d7
Add MetaReset
...
Make sure the ArmClient gets a new StopContext for each test
2017-03-09 08:39:02 -05:00
Brandon Tosch
fa56000b1b
Merge branch 'master' into brandontosch/GH-11874
2017-03-08 14:10:06 -08:00
Seth Vargo
d387860c19
Hash custom_data in state storage ( #12214 )
...
This also switches to helpers for b64.
2017-03-08 23:57:51 +02:00
Robert Rudduck
bf4d6d5b1e
provider/azurerm: Add support for managed availability sets. ( #12532 )
...
* Add support for managed availability sets.
* Formatting.
2017-03-08 21:30:11 +02:00
Brandon Tosch
c2a6625d0f
Bug Fix: Terraform crashes during azurerm_container_service provisioning ( #12516 )
...
* Corrected referencing on sshKeys map
* changed tests to use East US due to resource availability
2017-03-08 17:25:51 +02:00
Brandon Tosch
a17da26edb
added nil check for DiskSizeGB
2017-03-05 23:42:15 -08:00
Brandon Tosch
c2565497e6
removed TF_ACC setter
2017-03-05 18:07:19 -08:00
Brandon Tosch
5d915dd4f5
flattened managed disk structure in virtual machine
...
refactored managed disk acceptance tests
2017-03-05 17:48:35 -08:00
Brandon Tosch
ac8eae9eff
implemented attaching existing managed disks on vm creation
2017-03-03 21:50:32 -08:00
Brandon Tosch
a084aa08c2
implemented copy for managed disks
2017-03-03 19:33:04 -08:00
Brandon Tosch
9158b95736
managed disk acceptance tests
2017-03-03 18:15:05 -08:00
Brandon Tosch
ca6bc8823c
renamed arm_disk to arm_managed_disk
2017-03-03 14:46:33 -08:00
Brandon Tosch
fc3efec0c9
fmt
2017-03-03 14:32:16 -08:00
Brandon Tosch
2df44e0779
[WIP] arm/disk implementation
2017-03-03 14:31:40 -08:00
Brandon Tosch
0a07c14377
[WIP] arm/disk implementation
2017-03-03 12:12:00 -08:00
Brandon Tosch
b7df7d4fd2
changed DS1 to DS1_v2
2017-03-01 19:01:04 -08:00
Brandon Tosch
e761374738
fixed postConfig check to verify the corrent vm size
2017-03-01 19:00:15 -08:00