-
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_machine_learning_workspace_network_outbound_rule_service_tag
#27931
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.
Local test passed. The API throttling not happed in my test env. Will retry running the test
|
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
website/docs/r/machine_learning_workspace_network_outbound_rule_service_tag.html.markdown
Outdated
Show resolved
Hide resolved
resource_group { | ||
prevent_deletion_if_contains_resources = false | ||
} |
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.
This should never be set in acceptance tests
resource_group { | |
prevent_deletion_if_contains_resources = false | |
} |
...achinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource_test.go
Outdated
Show resolved
Hide resolved
website/docs/r/machine_learning_workspace_network_outbound_rule_service_tag.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/machine_learning_workspace_network_outbound_rule_service_tag.html.markdown
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.
Thanks @xuzhang3 I had a look through this and spotted a few minor things that I commented inline, but once those are fixed up I can take another look. Thanks!
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
...ces/machinelearning/machine_learning_workspace_network_outbound_rule_service_tag_resource.go
Outdated
Show resolved
Hide resolved
|
||
* `protocol` - (Required) Specifies the network protocol. Possible values are `*`, `TCP`, `UDP` and `ICMP` | ||
|
||
* `port_ranges` - (Required) Specifies which ports traffic will be allowed by this rule. Provide a single port, such as 80; a port range, such as 1024-655535; or a comma-separated list of single ports and/or port ranges, such as 80,1024-655535. Provide an asterisk(*) to allow traffic on any port. |
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.
* `port_ranges` - (Required) Specifies which ports traffic will be allowed by this rule. Provide a single port, such as 80; a port range, such as 1024-655535; or a comma-separated list of single ports and/or port ranges, such as 80,1024-655535. Provide an asterisk(*) to allow traffic on any port. | |
* `port_ranges` - (Required) Specifies which ports traffic will be allowed by this rule. You can specify a single port (e.g. ` 80`) , a port range (e.g. `1024-655535`) or a comma-separated list of single ports and/or port ranges(e.g. `80,1024-655535`). `*` can be used to allow traffic on any port. |
Thanks for reviewing, updated as suggested |
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 @xuzhang3 this is looking good now, however it appears there are some conflicts needing resolved before this can be merged.
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 @xuzhang3 LGTM 👍
* Update CHANGELOG.md for #28233 * Update for #28215 * Update CHANGELOG.md for #28279 * Update CHANGELOG.md #28269 * Update CHANGELOG.md #27876 * Update CHANGELOG.md #28069 * Update CHANGELOG.md for #28312 * Update CHANGELOG.md for #28278 * Update CHANGELOG.md #28311 * Update CHANGELOG.md undo 28311 * Update CHANGELOG.md #27874 * Update CHANGELOG.md * Update CHANGELOG for #28352 * Update CHANGELOG.md for #28390 * Update CHANGELOG.md for #28398 * Update CHANGELOG.md for #28425 * Update CHANGELOG.md #28427 * Update CHANGELOG.md #28280 * Update CHANGELOG.md for #28319 * Update CHANGELOG.md #24801 * Update for #28360 #28216 #27830 #28404 #27401 #27122 #27931 #28442 * Update for #28379 * Update CHANGELOG.md for #28281 * Update for #28380 * Update for #27375 * Update for #25695 * Update CHANGELOG.md #27985 * Update CHANGELOG.md - update release date manually until can be scripted * Update CHANGELOG.md revert date change as script available * pre-release script updates --------- Co-authored-by: stephybun <steph@hashicorp.com> Co-authored-by: catriona-m <86247157+catriona-m@users.noreply.github.com> Co-authored-by: Wyatt Fry <wyattfry@gmail.com> Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: kt <kt@katbyte.me>
Community Note
Description
Add support for Machine Learning Workspace Service Tag Network Outbound Rule :
azurerm_machine_learning_workspace_network_outbound_rule_service_tag
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource
- support for thething1
property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.