-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Remove SchemaConfigModeAttr #11506
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
Remove SchemaConfigModeAttr #11506
Conversation
@@ -26,9 +26,6 @@ | |||
<% if property.default_from_api -%> | |||
Computed: true, | |||
Optional: true, | |||
<% if property.schema_config_mode_attr -%> |
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.
Quick way to stop accidental generation going forward. Will need to fully remove probably after/during Go Rewrite
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
|
Tests analyticsTotal tests: 1235 Click here to see the affected service packages
Action takenFound 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
TestAccComputeSubnetwork_*, TestAccComputeInstance_guestAcceleratorSkip failures
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 1235 Click here to see the affected service packages
Action takenFound 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
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 think TestAccComputeInstance_guestAcceleratorSkip
doesn't get re-recorded because the old cassette allows it to replay successfully
I also ran it manually before pushing |
93bcf85
into
GoogleCloudPlatform:FEATURE-BRANCH-major-release-6.0.0
fixes hashicorp/terraform-provider-google#12824
Compute subnetwork preparation change: #11410
Guest Accelerator preparation change: #11425
Composer's
ip_allocation_policy
did not actually send an empty list when specifying an empty block, and it is create-only. Therefore removing configModeAttr doesn't make a differencegoogle_compute_instance_from_template
andgoogle_compute_instance_from_machine_image
functionality for empty blocks is being removed to prevent accidental breaking changes for new subfields from the parentgoogle_compute_instance
Release Note Template for Downstream PRs (will be copied)