-
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 Resourece: azurerm_signalr_shared_private_link_resource #16187
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 @xiaxyi, this is looking good so far, just left a couple of comments inline. Also, looks like there may be a linting error that needs fixed up. Thanks!
internal/services/signalr/signalr_shared_private_link_resource.go
Outdated
Show resolved
Hide resolved
Thanks @catriona-m , updated the code. |
@@ -3,7 +3,7 @@ package client | |||
import ( | |||
"github.com/Azure/azure-sdk-for-go/services/webpubsub/mgmt/2021-10-01/webpubsub" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/common" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/services/signalr/sdk/2020-05-01/signalr" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/services/signalr/sdk/2021-10-01/signalr" |
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.
where's the upstream PR using this? I can only see 2020-05-01 upstream?
@@ -3,7 +3,7 @@ package client | |||
import ( | |||
"github.com/Azure/azure-sdk-for-go/services/webpubsub/mgmt/2021-10-01/webpubsub" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/common" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/services/signalr/sdk/2020-05-01/signalr" | |||
"github.com/hashicorp/terraform-provider-azurerm/internal/services/signalr/sdk/2021-10-01/signalr" |
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.
where's the upstream PR using this? I can only see 2020-05-01 upstream?
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.
@tombuildsstuff are you suggesting to raise a PR to upgrade the SDK only?
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 has now been moved over to go-azure-sdk, could we update the PR to reflect this?
@katbyte Sure, updated the SDK. |
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 🍬
This functionality has been released in v3.16.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! |
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. |
Comparing to the private link resource which supported by network, this can be considered as the outbound private link which is initiated by the corresponding service.
Acc tests: