-
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
New resource/data source azurerm_vmware_private_cloud
#9284
Conversation
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.
Thanks @yupwei68 - i've given this a quick first review and left some comments inline
"av36", | ||
"av36t", | ||
}, true), | ||
DiffSuppressFunc: suppress.CaseDifference, |
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.
Why is this case insensitive?
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.
The service accepts both cases. It returns in lowercase. Would we force it to be lowercase?
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.
I've forced to be lowercase.
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.
THanks @yupwei68 - overall looks good, once the comments are addressed will be good ot merge
azurerm/internal/services/vmware/vmware_private_cloud_resource_test.go
Outdated
Show resolved
Hide resolved
@katbyte TC has passed. |
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.
Thanks @yupwei68, i've left some mostly minor comments inline - this should be good to merge once address thou!
azurerm/internal/services/vmware/vmware_private_cloud_data_source_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/vmware/vmware_private_cloud_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/vmware/vmware_private_cloud_resource.go
Outdated
Show resolved
Hide resolved
THanks @katbyte Please continue reviewing. |
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.
Thanks @yupwei68 - LGTM 👍
This has been released in version 2.50.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.50.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! |
Partial fix:#9283
resource:
=== RUN TestAccAzureRMavsPrivateCloud_basic
--- PASS: TestAccAzureRMavsPrivateCloud_basic (10846.50s)
=== RUN TestAccAzureRMavsPrivateCloud_requiresImport
--- PASS: TestAccAzureRMavsPrivateCloud_requiresImport (12860.45s)
=== RUN TestAccAzureRMavsPrivateCloud_complete
--- PASS: TestAccAzureRMavsPrivateCloud_complete (13994.93s)
=== RUN TestAccAzureRMavsPrivateCloud_update
--- PASS: TestAccAzureRMavsPrivateCloud_update (26093.55s)
data source:
=== RUN TestAccDataSourceAzureRMavsPrivateCloud_basic
=== PAUSE TestAccDataSourceAzureRMavsPrivateCloud_basic
=== CONT TestAccDataSourceAzureRMavsPrivateCloud_basic
--- PASS: TestAccDataSourceAzureRMavsPrivateCloud_basic (11827.09s)