-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Allow updating additional_capabilities #8015
Allow updating additional_capabilities #8015
Conversation
6a1075e
to
eaf0376
Compare
eaf0376
to
947abc3
Compare
947abc3
to
c8456d9
Compare
Allow updating additional_capabilities. Allow changing ultra_ssd_enabled without recreation, only deallocation.
c8456d9
to
4e2f627
Compare
4e2f627
to
bd1e874
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aside from a couple of minor test bugs this LGTM - thanks for this @NilsBusche
azurerm/internal/services/compute/tests/windows_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/windows_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/linux_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/linux_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
called out all of the references to be explicit - but if we can fix these test bugs up then this otherwise LGTM 👍
azurerm/internal/services/compute/tests/linux_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/linux_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/windows_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/compute/tests/windows_virtual_machine_resource_other_test.go
Outdated
Show resolved
Hide resolved
0717964
to
7a32b86
Compare
Thanks for this advice. All occurrences should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks for pushing those changes @NilsBusche
hey @NilsBusche Apologies for the delayed re-review here! I've run the tests for this but it appears the test configurations need to be updated to be deployed into a Zone so that UltraSSD can be used?
Thanks! |
Hi @tombuildsstuff, yes, this is correct. I will add this later. But why has the automatic Travis CI been run successfully? |
@NilsBusche Travis only runs the Unit Tests (since these are quick) the Acceptance Tests on the other hand are only run in a separate CI system which since they take longer (and cost money, so we trigger these manually) |
7a32b86
to
bc570de
Compare
Hi @tombuildsstuff, thanks for this information. I added the |
Tests look good - thanks for pushing those changes @NilsBusche |
This has been released in version 2.25.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.25.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Add update for additional_capabilities.
Allow updating ultra_ssd_enabled without recreation as mentioned in #7556
Fixes #7556