You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make exactly and at least one of work, fix places where its broken (#5341) (#10371)
* make exactly and at least one of work, fix places where its broken
* fix a few more
* fix rake issue
* update no nodes test (should error now) and add comment
* fix errors
* fix one more TOC listing
Signed-off-by: Modular Magician <[email protected]>
bigquery: Exactly one of `query`, `load`, `copy` or `extract` is required on `google_bigquery_job`
3
+
```
4
+
```release-note:breaking-change
5
+
bigquery: At least one of `statement_timeout_ms`, `statement_byte_budget`, or `key_result_statement` is required on `google_bigquery_job.query.script_options.`
6
+
```
7
+
```release-note:breaking-change
8
+
bigquery: Exactly one of `source_table` or `source_model` is required on `google_bigquery_job.extract`
9
+
```
10
+
```release-note:breaking-change
11
+
cloudbuild: Exactly one of `branch_name`, `commit_sha` or `tag_name` is required on `google_cloudbuild_trigger.build.source.repo_source`
12
+
```
13
+
```release-note:breaking-change
14
+
compute: At least one of `max_scaled_down_replicas` or `time_window_sec` is required on `google_compute_autoscaler.autoscaling_policy.scale_down_control`
15
+
```
16
+
```release-note:breaking-change
17
+
compute: At least one of `fixed` or `percent` is required on `google_compute_autoscaler.autoscaling_policy.scale_down_control.max_scaled_down_replicas`
18
+
```
19
+
```release-note:breaking-change
20
+
compute: At least one of `max_scaled_in_replicas` or `time_window_sec` is required on `google_compute_autoscaler.autoscaling_policy.scale_in_control.0.`
21
+
```
22
+
```release-note:breaking-change
23
+
compute: At least one of `fixed` or `percent` is required on `google_compute_autoscaler.autoscaling_policy.scale_in_control.max_scaled_in_replicas`
24
+
```
25
+
```release-note:breaking-change
26
+
compute: At least one of `max_scaled_down_replicas` or `time_window_sec` is required on `google_compute_region_autoscaler.autoscaling_policy.scale_down_control`
27
+
```
28
+
```release-note:breaking-change
29
+
compute: At least one of `fixed` or `percent` is required on `google_compute_region_autoscaler.autoscaling_policy.scale_down_control.max_scaled_down_replicas`
30
+
```
31
+
```release-note:breaking-change
32
+
compute: At least one of `max_scaled_in_replicas` or `time_window_sec` is required on `google_compute_region_autoscaler.autoscaling_policy.scale_in_control.0.`
33
+
```
34
+
```release-note:breaking-change
35
+
compute: At least one of `fixed` or `percent` is required on `google_compute_region_autoscaler.autoscaling_policy.scale_in_control.max_scaled_in_replicas`
36
+
```
37
+
```release-note:breaking-change
38
+
compute: At least one of `fixed_delay` or `percentage` is required on `google_compute_url_map.default_route_action.fault_injection_policy.delay`
39
+
```
40
+
```release-note:breaking-change
41
+
dlp: Exactly one of `url` or `regex_file_set` is required on `google_data_loss_prevention_trigger.inspect_job.storage_config.cloud_storage_options.file_set`
42
+
```
43
+
```release-note:breaking-change
44
+
dlp: At least one of `start_time` or `end_time` is required on `google_data_loss_prevention_trigger.inspect_job.storage_config.timespan_config`
45
+
```
46
+
```release-note:breaking-change
47
+
osconfig: At least one of `reboot_config`, `apt`, `yum`, `goo` `zypper`, `windows_update`, `pre_step` or `pre_step` is required on `google_os_config_patch_deployment.patch_config`
48
+
```
49
+
```release-note:breaking-change
50
+
osconfig: At least one of `type`, `excludes` or `exclusive_packages` is required on `google_os_config_patch_deployment.patch_config.apt`
51
+
```
52
+
```release-note:breaking-change
53
+
osconfig: At least one of `security`, `minimal`, `excludes` or `exclusive_packages` is required on `google_os_config_patch_deployment.patch_config.yum`
54
+
```
55
+
```release-note:breaking-change
56
+
osconfig: At least one of `with_optional`, `with_update`, `categories`, `severities`, `excludes` or `exclusive_patches` is required on `google_os_config_patch_deployment.patch_config.zypper`
57
+
```
58
+
```release-note:breaking-change
59
+
osconfig: Exactly one of `classifications`, `excludes` or `exclusive_patches` is required on `google_os_config_patch_deployment.inspect_job.patch_config.windows_update`
60
+
```
61
+
```release-note:breaking-change
62
+
osconfig: At least one of `linux_exec_step_config` or `windows_exec_step_config` is required on `google_os_config_patch_deployment.patch_config.pre_step`
63
+
```
64
+
```release-note:breaking-change
65
+
osconfig: At least one of `linux_exec_step_config` or `windows_exec_step_config` is required on `google_os_config_patch_deployment.patch_config.post_step`
66
+
```
67
+
```release-note:breaking-change
68
+
spanner: At least one of `num_nodes` or `processing_units` is required on `google_spanner_instance`
0 commit comments