forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Fix typo in test
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
* 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 ```
Docs: `azure` -> `azurerm`
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.