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

r/azurerm_managed_disk: Add support for logical_sector_size property #13637

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

favoretti
Copy link
Collaborator

Fixes #8965

$ TF_ACC=1 go test -v ./internal/services/compute -timeout=1000m -run='TestAccAzureRMManagedDisk_create_withLogicalSectorSize|TestAccAzureRMManagedDisk_update_withMaxShares'
=== RUN TestAccAzureRMManagedDisk_update_withMaxShares
=== PAUSE TestAccAzureRMManagedDisk_update_withMaxShares
=== RUN TestAccAzureRMManagedDisk_create_withLogicalSectorSize
=== PAUSE TestAccAzureRMManagedDisk_create_withLogicalSectorSize
=== CONT TestAccAzureRMManagedDisk_update_withMaxShares
=== CONT TestAccAzureRMManagedDisk_create_withLogicalSectorSize
--- PASS: TestAccAzureRMManagedDisk_create_withLogicalSectorSize (134.52s)
--- PASS: TestAccAzureRMManagedDisk_update_withMaxShares (176.08s)
PASS
ok github.com/hashicorp/terraform-provider-azurerm/internal/services/compute 177.465s

2nd acceptance test ran to be sure I haven't introduced a regression.

Fixes hashicorp#8965

$ TF_ACC=1 go test -v ./internal/services/compute -timeout=1000m -run='TestAccAzureRMManagedDisk_create_withLogicalSectorSize|TestAccAzureRMManagedDisk_update_withMaxShares'
=== RUN   TestAccAzureRMManagedDisk_update_withMaxShares
=== PAUSE TestAccAzureRMManagedDisk_update_withMaxShares
=== RUN   TestAccAzureRMManagedDisk_create_withLogicalSectorSize
=== PAUSE TestAccAzureRMManagedDisk_create_withLogicalSectorSize
=== CONT  TestAccAzureRMManagedDisk_update_withMaxShares
=== CONT  TestAccAzureRMManagedDisk_create_withLogicalSectorSize
--- PASS: TestAccAzureRMManagedDisk_create_withLogicalSectorSize (134.52s)
--- PASS: TestAccAzureRMManagedDisk_update_withMaxShares (176.08s)
PASS
ok  	github.com/hashicorp/terraform-provider-azurerm/internal/services/compute	177.465s

2nd acceptance test ran to be sure I haven't introduced a regression.
Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @favoretti - LGTM 🏗️

@katbyte katbyte merged commit d7b313e into hashicorp:main Oct 6, 2021
katbyte added a commit that referenced this pull request Oct 6, 2021
@github-actions
Copy link

github-actions bot commented Oct 8, 2021

This functionality has been released in v2.80.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Nov 7, 2021

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_managed_disk - Ultra Disk logical Sector size feature
2 participants