-
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_mobile_network_packet_core_control_plane
;New Datasource: azurerm_mobile_network_packet_core_control_plane
#20730
Conversation
…atasource: `azurerm_mobile_network_packet_core_control_plane`
website/docs/r/mobile_network_packet_core_control_plane.html.markdown
Outdated
Show resolved
Hide resolved
have limited the test region..
|
website/docs/r/mobile_network_packet_core_control_plane.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/mobile_network_packet_core_control_plane.html.markdown
Outdated
Show resolved
Hide resolved
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_resource.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.
LGTM ☎️
@ziyeqf unfortunately we're going to need to revert this PR for now since there's some larger changes needed to make this shippable - I'll open a PR and then comment on this one to explain in more details |
This reverts commit 5a13d1c.
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.
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_data_source.go
Show resolved
Hide resolved
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_resource.go
Show resolved
Hide resolved
var outputList []PlatformConfigurationModel | ||
|
||
output := PlatformConfigurationModel{ | ||
Type: string(input.Type), |
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.
(as above) we generally don't expose the type
field, what's the value for doing so here?
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.
it's used to indentify the type of platform, just a parameter pass to service..
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.
AFAIK, the type
of platform
could not be told by the input of other parameters. AFAIK, the only way is to specify it manually.
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_resource.go
Show resolved
Hide resolved
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_resource.go
Show resolved
Hide resolved
internal/services/mobilenetwork/mobile_network_packet_core_control_plane_resource.go
Show resolved
Hide resolved
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. |
overall
test