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
Copy file name to clipboardExpand all lines: mmv1/products/billingbudget/Budget.yaml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -213,9 +213,6 @@ properties:
213
213
Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
214
214
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
215
215
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
216
-
217
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
218
-
default_from_api: true
219
216
at_least_one_of:
220
217
- 'budget_filter.0.projects'
221
218
- 'budget_filter.0.resource_ancestors'
@@ -236,9 +233,6 @@ properties:
236
233
the parent account, usage from the parent account will be included.
237
234
If the field is omitted, the report will include usage from the parent
238
235
account and all subaccounts, if they exist.
239
-
240
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
Copy file name to clipboardExpand all lines: mmv1/products/cloudrunv2/WorkerPool.yaml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -478,12 +478,6 @@ properties:
478
478
type: String
479
479
description: |-
480
480
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
481
-
- name: 'dependsOn'
482
-
type: Array
483
-
description: |-
484
-
Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
Copy file name to clipboardExpand all lines: mmv1/products/colab/RuntimeTemplate.yaml
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -209,21 +209,3 @@ properties:
209
209
If a variable cannot be resolved, the reference in the input string will be unchanged.
210
210
The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
211
211
references will never be expanded, regardless of whether the variable exists or not.'
212
-
- name: 'postStartupScriptConfig'
213
-
deprecation_message: '`post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.'
214
-
type: NestedObject
215
-
description: 'Post startup script config.'
216
-
properties:
217
-
- name: 'postStartupScript'
218
-
type: String
219
-
description: 'Post startup script to run after runtime is started.'
220
-
- name: 'postStartupScriptUrl'
221
-
type: String
222
-
description: 'Post startup script url to download. Example: https://bucket/script.sh.'
223
-
- name: 'postStartupScriptBehavior'
224
-
type: Enum
225
-
description: 'Post startup script behavior that defines download and execution behavior.'
0 commit comments