Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 389 commits into from
Jun 26, 2018
Merged

update #1

merged 389 commits into from
Jun 26, 2018

Conversation

gabinante
Copy link
Owner

No description provided.

tombuildsstuff and others added 30 commits May 16, 2018 10:03
Update documentation with more verbose field details.
…puts

azurerm_public_ip: computed values now default to an empy string
DNS Zone data source can be retrieved by name only.
New Resource: azurerm_data_lake_store
New Data Source: `azurerm_storage_account_sas `
* Adding support for using existing Windows Licences

* r/azurerm_virtual_machine: refactoring

* Minor refactoring
katbyte and others added 29 commits June 15, 2018 14:27
* normalize acctest resource group name: acctestrg -> acctestRG

* acctestRG_ -> acctestRG-
)

* New Log Analytics Sku for `azurerm_log_analytics_workspace` (#1078)

* Migrating to use the new SKU's. Tests pass:

```
$ acctests azurerm TestAccAzureRMLogAnalyticsWorkspace_

=== RUN   TestAccAzureRMLogAnalyticsWorkspace_importRequiredOnly
--- PASS: TestAccAzureRMLogAnalyticsWorkspace_importRequiredOnly (136.16s)
=== RUN   TestAccAzureRMLogAnalyticsWorkspace_importRetentionInDaysComplete
--- PASS: TestAccAzureRMLogAnalyticsWorkspace_importRetentionInDaysComplete (74.59s)
=== RUN   TestAccAzureRMLogAnalyticsWorkspace_requiredOnly
--- PASS: TestAccAzureRMLogAnalyticsWorkspace_requiredOnly (129.72s)
=== RUN   TestAccAzureRMLogAnalyticsWorkspace_retentionInDaysComplete
--- PASS: TestAccAzureRMLogAnalyticsWorkspace_retentionInDaysComplete (131.16s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	471.669s
```
* add database_import property

* add option to import database from bacpac

* PR tweaks

* rename database_import to import

* add acc test

* Handling case-insensitivity
* Supporting Sovereign clouds for Log Analytics

* Fixing the SKU on the Log Analytics Solution to the new pricing structure
azurerm_network_interface & azurerm_arm_loadbalancer: fixing d.Set() set errors and some additional validation
* VirtualNetworkGateway Additional Testcases

* Resource name fix

* Make fmt
* Fixing failing tests

```
$ go test -v .
=== RUN   TestHelper_Validate_Ip4Address
--- PASS: TestHelper_Validate_Ip4Address (0.00s)
=== RUN   TestHelper_Validate_MacAddress
--- PASS: TestHelper_Validate_MacAddress (0.00s)
=== RUN   TestHelper_Validate_RFC3339Time
--- PASS: TestHelper_Validate_RFC3339Time (0.00s)
=== RUN   TestHelper_Validate_Rfc3339DateInFutureBy
--- PASS: TestHelper_Validate_Rfc3339DateInFutureBy (0.00s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate	0.026s
```

* Switching to use Go's built-in IPv4 parsing function

```
$ go test -v ./azurerm/helpers/validate/
=== RUN   TestHelper_Validate_Ip4Address
--- PASS: TestHelper_Validate_Ip4Address (0.00s)
=== RUN   TestHelper_Validate_MacAddress
--- PASS: TestHelper_Validate_MacAddress (0.00s)
=== RUN   TestHelper_Validate_RFC3339Time
--- PASS: TestHelper_Validate_RFC3339Time (0.00s)
=== RUN   TestHelper_Validate_Rfc3339DateInFutureBy
--- PASS: TestHelper_Validate_Rfc3339DateInFutureBy (0.00s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate	0.027s
```
* Upgrade autorest to 10.11.2 and Aure SDK to 17.3.1

* Upgrade autorest to 10.11.4 and Aure SDK to 17.4.0
* Add timezone field to virtual machine windows profile

* Update documentation to reflect the change.

* Remove the default value.

* Refine VM timezone validation rule.

* Add os_profile_windows_config migrate state method.

* Add VM timezone acceptance test.

* Fix line endings.

* Change to some obviously wrong UTC values.

* Fix styling issues in PR.

* Change the default timezone to empty to align with the old behavior.

* Leave timezone as nil if user passes empty string.

* Refactoring to always include the empty string

```

$ acctests azurerm TestValidateAzureVirtualMachineTimeZone

=== RUN   TestValidateAzureVirtualMachineTimeZone
--- PASS: TestValidateAzureVirtualMachineTimeZone (0.00s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	0.025s
```

* Fix acceptance test of VM for the new hash code of timezone
@gabinante gabinante merged commit 444236a into gabinante:master Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.