-
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: azurerm_virtual_hub_routing_intent
#23138
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 for this @neil-yechenwei - I left a couple of minor comments for you to consider, but can take another look once those are addressed. Thanks!
|
||
* `virtual_hub_id` - (Required) The resource ID of the Virtual Hub. Changing this forces a new resource to be created. | ||
|
||
* `routing_policy` - (Required) A `routing_policy` block as defined below. |
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.
* `routing_policy` - (Required) A `routing_policy` block as defined below. | |
* `routing_policy` - (Required) One or more `routing_policy` blocks as defined below. |
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.
Updated
@catriona-m , thanks for the comment. I updated PR. Please take another look. Thanks. |
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 for making those changes @neil-yechenwei - LGTM 🎺 !
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. |
fixes #21701
--- PASS: TestAccVirtualHubRoutingIntent_basic (3342.91s)
--- PASS: TestAccVirtualHubRoutingIntent_requiresImport (3478.10s)
--- PASS: TestAccVirtualHubRoutingIntent_update (3612.53s)