diff --git a/sdk/python/pulumi_gcp/appengine/engine_split_traffic.py b/sdk/python/pulumi_gcp/appengine/engine_split_traffic.py index 502a5b885b..258cffb7b5 100644 --- a/sdk/python/pulumi_gcp/appengine/engine_split_traffic.py +++ b/sdk/python/pulumi_gcp/appengine/engine_split_traffic.py @@ -237,8 +237,8 @@ def __init__(__self__, liveappV1Version_id=liveapp_v1.version_id, liveappV2Version_id=liveapp_v2.version_id ).apply(lambda resolved_outputs: { - "": 0.75, - "": 0.25, + resolved_outputs['liveappV1Version_id']: 0.75, + resolved_outputs['liveappV2Version_id']: 0.25, }) , }) @@ -352,8 +352,8 @@ def __init__(__self__, liveappV1Version_id=liveapp_v1.version_id, liveappV2Version_id=liveapp_v2.version_id ).apply(lambda resolved_outputs: { - "": 0.75, - "": 0.25, + resolved_outputs['liveappV1Version_id']: 0.75, + resolved_outputs['liveappV2Version_id']: 0.25, }) , }) diff --git a/sdk/python/pulumi_gcp/biglake/table.py b/sdk/python/pulumi_gcp/biglake/table.py index fe6ba5c2f7..ee5d2157ac 100644 --- a/sdk/python/pulumi_gcp/biglake/table.py +++ b/sdk/python/pulumi_gcp/biglake/table.py @@ -369,13 +369,13 @@ def __init__(__self__, "output_format": "org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat", }, "parameters": { - "spark_sql_create_version": "3.1.3", - "spark_sql_sources_schema_num_parts": "1", - "transient_last_ddl_time": "1680894197", - "spark_sql_partition_provider": "catalog", + "spark.sql.create.version": "3.1.3", + "spark.sql.sources.schema.numParts": "1", + "transient_lastDdlTime": "1680894197", + "spark.sql.partitionProvider": "catalog", "owner": "John Doe", - "spark_sql_sources_schema_part_0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}", - "spark_sql_sources_provider": "iceberg", + "spark.sql.sources.schema.part.0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}", + "spark.sql.sources.provider": "iceberg", "provider": "iceberg", }, }) @@ -475,13 +475,13 @@ def __init__(__self__, "output_format": "org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat", }, "parameters": { - "spark_sql_create_version": "3.1.3", - "spark_sql_sources_schema_num_parts": "1", - "transient_last_ddl_time": "1680894197", - "spark_sql_partition_provider": "catalog", + "spark.sql.create.version": "3.1.3", + "spark.sql.sources.schema.numParts": "1", + "transient_lastDdlTime": "1680894197", + "spark.sql.partitionProvider": "catalog", "owner": "John Doe", - "spark_sql_sources_schema_part_0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}", - "spark_sql_sources_provider": "iceberg", + "spark.sql.sources.schema.part.0": "{\\"type\\":\\"struct\\",\\"fields\\":[{\\"name\\":\\"id\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"name\\",\\"type\\":\\"string\\",\\"nullable\\":true,\\"metadata\\":{}},{\\"name\\":\\"age\\",\\"type\\":\\"integer\\",\\"nullable\\":true,\\"metadata\\":{}}]}", + "spark.sql.sources.provider": "iceberg", "provider": "iceberg", }, }) diff --git a/sdk/python/pulumi_gcp/bigquery/connection.py b/sdk/python/pulumi_gcp/bigquery/connection.py index ea92d306fd..814df8d8ef 100644 --- a/sdk/python/pulumi_gcp/bigquery/connection.py +++ b/sdk/python/pulumi_gcp/bigquery/connection.py @@ -708,7 +708,7 @@ def __init__(__self__, cluster_config={ "software_config": { "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", + "dataproc:dataproc.allow.zero.workers": "true", }, }, "master_config": { @@ -1014,7 +1014,7 @@ def __init__(__self__, cluster_config={ "software_config": { "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", + "dataproc:dataproc.allow.zero.workers": "true", }, }, "master_config": { diff --git a/sdk/python/pulumi_gcp/bigquery/dataset.py b/sdk/python/pulumi_gcp/bigquery/dataset.py index e7febf7c0d..b66b713a3c 100644 --- a/sdk/python/pulumi_gcp/bigquery/dataset.py +++ b/sdk/python/pulumi_gcp/bigquery/dataset.py @@ -1081,7 +1081,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ @@ -1366,7 +1366,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ diff --git a/sdk/python/pulumi_gcp/bigquery/dataset_access.py b/sdk/python/pulumi_gcp/bigquery/dataset_access.py index e5ed6cad62..9e23c793cf 100644 --- a/sdk/python/pulumi_gcp/bigquery/dataset_access.py +++ b/sdk/python/pulumi_gcp/bigquery/dataset_access.py @@ -614,7 +614,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ @@ -768,7 +768,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ diff --git a/sdk/python/pulumi_gcp/bigquery/routine.py b/sdk/python/pulumi_gcp/bigquery/routine.py index a46e6cec5a..4048799c5e 100644 --- a/sdk/python/pulumi_gcp/bigquery/routine.py +++ b/sdk/python/pulumi_gcp/bigquery/routine.py @@ -731,7 +731,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ @@ -834,8 +834,8 @@ def __init__(__self__, "main_class": "com.google.test.jar.MainClass", "jar_uris": ["gs://test-bucket/uberjar_spark_spark3.jar"], "properties": { - "spark_dataproc_scaling_version": "2", - "spark_reducer_fetch_migrated_shuffle_enabled": "true", + "spark.dataproc.scaling.version": "2", + "spark.reducer.fetchMigratedShuffle.enabled": "true", }, }) ``` @@ -1026,7 +1026,7 @@ def __init__(__self__, "name": "value", "argument_kind": "FIXED_TYPE", "data_type": json.dumps({ - "type_kind": "INT64", + "typeKind": "INT64", }), }], return_table_type=json.dumps({ @@ -1129,8 +1129,8 @@ def __init__(__self__, "main_class": "com.google.test.jar.MainClass", "jar_uris": ["gs://test-bucket/uberjar_spark_spark3.jar"], "properties": { - "spark_dataproc_scaling_version": "2", - "spark_reducer_fetch_migrated_shuffle_enabled": "true", + "spark.dataproc.scaling.version": "2", + "spark.reducer.fetchMigratedShuffle.enabled": "true", }, }) ``` diff --git a/sdk/python/pulumi_gcp/cloudbuild/trigger.py b/sdk/python/pulumi_gcp/cloudbuild/trigger.py index 591c5923d5..faac22ab2c 100644 --- a/sdk/python/pulumi_gcp/cloudbuild/trigger.py +++ b/sdk/python/pulumi_gcp/cloudbuild/trigger.py @@ -1103,15 +1103,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { @@ -1472,15 +1472,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { @@ -1551,15 +1551,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { @@ -1817,15 +1817,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { @@ -2186,15 +2186,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { @@ -2265,15 +2265,15 @@ def __init__(__self__, "newFeature", ], "substitutions": { - "__foo": "bar", - "__baz": "qux", + "_FOO": "bar", + "_BAZ": "qux", }, "queue_ttl": "20s", "logs_bucket": "gs://mybucket/logs", "secrets": [{ "kms_key_name": "projects/myProject/locations/global/keyRings/keyring-name/cryptoKeys/key-name", "secret_env": { - "password": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", + "PASSWORD": "ZW5jcnlwdGVkLXBhc3N3b3JkCg==", }, }], "available_secrets": { diff --git a/sdk/python/pulumi_gcp/clouddeploy/delivery_pipeline.py b/sdk/python/pulumi_gcp/clouddeploy/delivery_pipeline.py index e65b2223b1..db014ecee1 100644 --- a/sdk/python/pulumi_gcp/clouddeploy/delivery_pipeline.py +++ b/sdk/python/pulumi_gcp/clouddeploy/delivery_pipeline.py @@ -484,7 +484,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -525,7 +525,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -566,7 +566,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -607,7 +607,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -648,7 +648,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -745,7 +745,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -786,7 +786,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -827,7 +827,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -868,7 +868,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], @@ -909,7 +909,7 @@ def __init__(__self__, { "deploy_parameters": [{ "values": { - "deploy_parameter_key": "deployParameterValue", + "deployParameterKey": "deployParameterValue", }, "match_target_labels": {}, }], diff --git a/sdk/python/pulumi_gcp/cloudfunctionsv2/function.py b/sdk/python/pulumi_gcp/cloudfunctionsv2/function.py index 269043a67f..831d90206b 100644 --- a/sdk/python/pulumi_gcp/cloudfunctionsv2/function.py +++ b/sdk/python/pulumi_gcp/cloudfunctionsv2/function.py @@ -561,7 +561,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -578,8 +578,8 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", - "servic_e__confi_g__dif_f__test": account.email, + "SERVICE_CONFIG_TEST": "config_test", + "SERVICE_CONFIG_DIFF_TEST": account.email, }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -709,7 +709,7 @@ def __init__(__self__, "runtime": "nodejs12", "entry_point": "entryPoint", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -724,7 +724,7 @@ def __init__(__self__, "available_memory": "256M", "timeout_seconds": 60, "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -795,7 +795,7 @@ def __init__(__self__, "runtime": "nodejs12", "entry_point": "entryPoint", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -810,7 +810,7 @@ def __init__(__self__, "available_memory": "256M", "timeout_seconds": 60, "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1150,7 +1150,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1168,7 +1168,7 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1208,7 +1208,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1226,7 +1226,7 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1367,7 +1367,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1384,8 +1384,8 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", - "servic_e__confi_g__dif_f__test": account.email, + "SERVICE_CONFIG_TEST": "config_test", + "SERVICE_CONFIG_DIFF_TEST": account.email, }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1515,7 +1515,7 @@ def __init__(__self__, "runtime": "nodejs12", "entry_point": "entryPoint", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1530,7 +1530,7 @@ def __init__(__self__, "available_memory": "256M", "timeout_seconds": 60, "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1601,7 +1601,7 @@ def __init__(__self__, "runtime": "nodejs12", "entry_point": "entryPoint", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1616,7 +1616,7 @@ def __init__(__self__, "available_memory": "256M", "timeout_seconds": 60, "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -1956,7 +1956,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -1974,7 +1974,7 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, @@ -2014,7 +2014,7 @@ def __init__(__self__, "runtime": "nodejs16", "entry_point": "helloPubSub", "environment_variables": { - "buil_d__confi_g__test": "build_test", + "BUILD_CONFIG_TEST": "build_test", }, "source": { "storage_source": { @@ -2032,7 +2032,7 @@ def __init__(__self__, "max_instance_request_concurrency": 80, "available_cpu": "4", "environment_variables": { - "servic_e__confi_g__test": "config_test", + "SERVICE_CONFIG_TEST": "config_test", }, "ingress_settings": "ALLOW_INTERNAL_ONLY", "all_traffic_on_latest_revision": True, diff --git a/sdk/python/pulumi_gcp/cloudrun/service.py b/sdk/python/pulumi_gcp/cloudrun/service.py index 73137e5cc4..2e93bd7f31 100644 --- a/sdk/python/pulumi_gcp/cloudrun/service.py +++ b/sdk/python/pulumi_gcp/cloudrun/service.py @@ -387,7 +387,7 @@ def __init__(__self__, "service_account_email": sa.email, }, "attributes": { - "x_goog_version": "v1", + "x-goog-version": "v1", }, }) ``` @@ -424,14 +424,14 @@ def __init__(__self__, location="us-central1", metadata={ "annotations": { - "run_googleapis_com_launch_stage": "BETA", + "run.googleapis.com/launch-stage": "BETA", }, }, template={ "metadata": { "annotations": { - "autoscaling_knative_dev_max_scale": "1", - "run_googleapis_com_cpu_throttling": "false", + "autoscaling.knative.dev/maxScale": "1", + "run.googleapis.com/cpu-throttling": "false", }, }, "spec": { @@ -441,12 +441,12 @@ def __init__(__self__, "limits": { "cpu": "4", "memory": "16Gi", - "nvidia_com_gpu": "1", + "nvidia.com/gpu": "1", }, }, }], "node_selector": { - "run_googleapis_com_accelerator": "nvidia-l4", + "run.googleapis.com/accelerator": "nvidia-l4", }, }, }) @@ -476,9 +476,9 @@ def __init__(__self__, }, "metadata": { "annotations": { - "autoscaling_knative_dev_max_scale": "1000", - "run_googleapis_com_cloudsql_instances": instance.connection_name, - "run_googleapis_com_client_name": "demo", + "autoscaling.knative.dev/maxScale": "1000", + "run.googleapis.com/cloudsql-instances": instance.connection_name, + "run.googleapis.com/client-name": "demo", }, }, }, @@ -557,14 +557,14 @@ def __init__(__self__, location="us-central1", metadata={ "annotations": { - "run_googleapis_com_launch_stage": "BETA", + "run.googleapis.com/launch-stage": "BETA", }, }, template={ "metadata": { "annotations": { - "run_googleapis_com_container_dependencies": json.dumps({ - "hello_1": ["hello-2"], + "run.googleapis.com/container-dependencies": json.dumps({ + "hello-1": ["hello-2"], }), }, }, @@ -717,7 +717,7 @@ def __init__(__self__, "service_account_email": sa.email, }, "attributes": { - "x_goog_version": "v1", + "x-goog-version": "v1", }, }) ``` @@ -754,14 +754,14 @@ def __init__(__self__, location="us-central1", metadata={ "annotations": { - "run_googleapis_com_launch_stage": "BETA", + "run.googleapis.com/launch-stage": "BETA", }, }, template={ "metadata": { "annotations": { - "autoscaling_knative_dev_max_scale": "1", - "run_googleapis_com_cpu_throttling": "false", + "autoscaling.knative.dev/maxScale": "1", + "run.googleapis.com/cpu-throttling": "false", }, }, "spec": { @@ -771,12 +771,12 @@ def __init__(__self__, "limits": { "cpu": "4", "memory": "16Gi", - "nvidia_com_gpu": "1", + "nvidia.com/gpu": "1", }, }, }], "node_selector": { - "run_googleapis_com_accelerator": "nvidia-l4", + "run.googleapis.com/accelerator": "nvidia-l4", }, }, }) @@ -806,9 +806,9 @@ def __init__(__self__, }, "metadata": { "annotations": { - "autoscaling_knative_dev_max_scale": "1000", - "run_googleapis_com_cloudsql_instances": instance.connection_name, - "run_googleapis_com_client_name": "demo", + "autoscaling.knative.dev/maxScale": "1000", + "run.googleapis.com/cloudsql-instances": instance.connection_name, + "run.googleapis.com/client-name": "demo", }, }, }, @@ -887,14 +887,14 @@ def __init__(__self__, location="us-central1", metadata={ "annotations": { - "run_googleapis_com_launch_stage": "BETA", + "run.googleapis.com/launch-stage": "BETA", }, }, template={ "metadata": { "annotations": { - "run_googleapis_com_container_dependencies": json.dumps({ - "hello_1": ["hello-2"], + "run.googleapis.com/container-dependencies": json.dumps({ + "hello-1": ["hello-2"], }), }, }, diff --git a/sdk/python/pulumi_gcp/cloudrunv2/service.py b/sdk/python/pulumi_gcp/cloudrunv2/service.py index 1718765518..dd69b5b783 100644 --- a/sdk/python/pulumi_gcp/cloudrunv2/service.py +++ b/sdk/python/pulumi_gcp/cloudrunv2/service.py @@ -1218,7 +1218,7 @@ def __init__(__self__, "limits": { "cpu": "4", "memory": "16Gi", - "nvidia_com_gpu": "1", + "nvidia.com/gpu": "1", }, "startup_cpu_boost": True, }, @@ -1741,7 +1741,7 @@ def __init__(__self__, "limits": { "cpu": "4", "memory": "16Gi", - "nvidia_com_gpu": "1", + "nvidia.com/gpu": "1", }, "startup_cpu_boost": True, }, diff --git a/sdk/python/pulumi_gcp/cloudscheduler/job.py b/sdk/python/pulumi_gcp/cloudscheduler/job.py index 00033a4638..0ca945327e 100644 --- a/sdk/python/pulumi_gcp/cloudscheduler/job.py +++ b/sdk/python/pulumi_gcp/cloudscheduler/job.py @@ -602,7 +602,7 @@ def __init__(__self__, "uri": "https://example.com/", "body": std.base64encode(input="{\\"foo\\":\\"bar\\"}").result, "headers": { - "content__type": "application/json", + "Content-Type": "application/json", }, }) ``` @@ -628,7 +628,7 @@ def __init__(__self__, "uri": "https://example.com/ping", "body": std.base64encode(input="{\\"foo\\":\\"bar\\"}").result, "headers": { - "content__type": "application/json", + "Content-Type": "application/json", }, }) ``` @@ -829,7 +829,7 @@ def __init__(__self__, "uri": "https://example.com/", "body": std.base64encode(input="{\\"foo\\":\\"bar\\"}").result, "headers": { - "content__type": "application/json", + "Content-Type": "application/json", }, }) ``` @@ -855,7 +855,7 @@ def __init__(__self__, "uri": "https://example.com/ping", "body": std.base64encode(input="{\\"foo\\":\\"bar\\"}").result, "headers": { - "content__type": "application/json", + "Content-Type": "application/json", }, }) ``` diff --git a/sdk/python/pulumi_gcp/container/aws_node_pool.py b/sdk/python/pulumi_gcp/container/aws_node_pool.py index 6898fb9daa..e789118e8b 100644 --- a/sdk/python/pulumi_gcp/container/aws_node_pool.py +++ b/sdk/python/pulumi_gcp/container/aws_node_pool.py @@ -679,7 +679,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -696,7 +696,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "PREFER_NO_SCHEDULE", @@ -807,7 +807,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -824,7 +824,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "prefer_no_schedule", @@ -926,7 +926,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -943,7 +943,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "prefer_no_schedule", @@ -1108,7 +1108,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -1125,7 +1125,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "PREFER_NO_SCHEDULE", @@ -1236,7 +1236,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -1253,7 +1253,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "prefer_no_schedule", @@ -1355,7 +1355,7 @@ def __init__(__self__, "iam_instance_profile": "my--1p-dev-nodepool", "instance_type": "t3.medium", "labels": { - "label_one": "value-one", + "label-one": "value-one", }, "root_volume": { "iops": 3000, @@ -1372,7 +1372,7 @@ def __init__(__self__, "ec2_key_pair": "my--1p-dev-ssh", }, "tags": { - "tag_one": "value-one", + "tag-one": "value-one", }, "taints": [{ "effect": "prefer_no_schedule", diff --git a/sdk/python/pulumi_gcp/dataplex/task.py b/sdk/python/pulumi_gcp/dataplex/task.py index 497995f851..93e0ae6cff 100644 --- a/sdk/python/pulumi_gcp/dataplex/task.py +++ b/sdk/python/pulumi_gcp/dataplex/task.py @@ -628,7 +628,7 @@ def __init__(__self__, execution_spec={ "service_account": f"{project.number}-compute@developer.gserviceaccount.com", "args": { - "tas_k__args": "--output_location,gs://spark-job/task-result, --output_format, json", + "TASK_ARGS": "--output_location,gs://spark-job/task-result, --output_format, json", }, }, spark={ @@ -684,7 +684,7 @@ def __init__(__self__, execution_spec={ "service_account": f"{project.number}-compute@developer.gserviceaccount.com", "args": { - "tas_k__args": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json", + "TASK_ARGS": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json", }, }, notebook={ @@ -838,7 +838,7 @@ def __init__(__self__, execution_spec={ "service_account": f"{project.number}-compute@developer.gserviceaccount.com", "args": { - "tas_k__args": "--output_location,gs://spark-job/task-result, --output_format, json", + "TASK_ARGS": "--output_location,gs://spark-job/task-result, --output_format, json", }, }, spark={ @@ -894,7 +894,7 @@ def __init__(__self__, execution_spec={ "service_account": f"{project.number}-compute@developer.gserviceaccount.com", "args": { - "tas_k__args": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json", + "TASK_ARGS": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json", }, }, notebook={ diff --git a/sdk/python/pulumi_gcp/dataproc/batch.py b/sdk/python/pulumi_gcp/dataproc/batch.py index ea72d953f2..24d07180b4 100644 --- a/sdk/python/pulumi_gcp/dataproc/batch.py +++ b/sdk/python/pulumi_gcp/dataproc/batch.py @@ -642,8 +642,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -701,8 +701,8 @@ def __init__(__self__, cluster_config={ "software_config": { "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", - "spark_spark_history_fs_log_directory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"), + "dataproc:dataproc.allow.zero.workers": "true", + "spark:spark.history.fs.logDirectory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"), }, }, "endpoint_config": { @@ -727,8 +727,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, "version": "2.2", }, @@ -766,8 +766,8 @@ def __init__(__self__, location="us-central1", runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -794,8 +794,8 @@ def __init__(__self__, location="us-central1", runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -830,8 +830,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -927,8 +927,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -986,8 +986,8 @@ def __init__(__self__, cluster_config={ "software_config": { "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", - "spark_spark_history_fs_log_directory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"), + "dataproc:dataproc.allow.zero.workers": "true", + "spark:spark.history.fs.logDirectory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"), }, }, "endpoint_config": { @@ -1012,8 +1012,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, "version": "2.2", }, @@ -1051,8 +1051,8 @@ def __init__(__self__, location="us-central1", runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -1079,8 +1079,8 @@ def __init__(__self__, location="us-central1", runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ @@ -1115,8 +1115,8 @@ def __init__(__self__, }, runtime_config={ "properties": { - "spark_dynamic_allocation_enabled": "false", - "spark_executor_instances": "2", + "spark.dynamicAllocation.enabled": "false", + "spark.executor.instances": "2", }, }, environment_config={ diff --git a/sdk/python/pulumi_gcp/dataproc/cluster.py b/sdk/python/pulumi_gcp/dataproc/cluster.py index fa785d6222..1b94b66d3a 100644 --- a/sdk/python/pulumi_gcp/dataproc/cluster.py +++ b/sdk/python/pulumi_gcp/dataproc/cluster.py @@ -400,7 +400,7 @@ def __init__(__self__, "software_config": { "image_version": "2.0.35-debian10", "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", + "dataproc:dataproc.allow.zero.workers": "true", }, }, "gce_cluster_config": { @@ -533,7 +533,7 @@ def __init__(__self__, "software_config": { "image_version": "2.0.35-debian10", "override_properties": { - "dataproc_dataproc_allow_zero_workers": "true", + "dataproc:dataproc.allow.zero.workers": "true", }, }, "gce_cluster_config": { diff --git a/sdk/python/pulumi_gcp/dataproc/job.py b/sdk/python/pulumi_gcp/dataproc/job.py index 87bc3cf402..29d8ab3c78 100644 --- a/sdk/python/pulumi_gcp/dataproc/job.py +++ b/sdk/python/pulumi_gcp/dataproc/job.py @@ -640,7 +640,7 @@ def __init__(__self__, "jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"], "args": ["1000"], "properties": { - "spark_log_conf": "true", + "spark.logConf": "true", }, "logging_config": { "driver_log_levels": { @@ -658,7 +658,7 @@ def __init__(__self__, pyspark_config={ "main_python_file_uri": "gs://dataproc-examples-2f10d78d114f6aaec76462e3c310f31f/src/pyspark/hello-world/hello-world.py", "properties": { - "spark_log_conf": "true", + "spark.logConf": "true", }, }) pulumi.export("sparkStatus", spark.statuses[0].state) @@ -725,7 +725,7 @@ def __init__(__self__, "jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"], "args": ["1000"], "properties": { - "spark_log_conf": "true", + "spark.logConf": "true", }, "logging_config": { "driver_log_levels": { @@ -743,7 +743,7 @@ def __init__(__self__, pyspark_config={ "main_python_file_uri": "gs://dataproc-examples-2f10d78d114f6aaec76462e3c310f31f/src/pyspark/hello-world/hello-world.py", "properties": { - "spark_log_conf": "true", + "spark.logConf": "true", }, }) pulumi.export("sparkStatus", spark.statuses[0].state) diff --git a/sdk/python/pulumi_gcp/diagflow/cx_flow.py b/sdk/python/pulumi_gcp/diagflow/cx_flow.py index 0acdbb8ebc..6dc3a86eef 100644 --- a/sdk/python/pulumi_gcp/diagflow/cx_flow.py +++ b/sdk/python/pulumi_gcp/diagflow/cx_flow.py @@ -714,7 +714,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -815,7 +815,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1142,7 +1142,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1243,7 +1243,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { diff --git a/sdk/python/pulumi_gcp/diagflow/cx_page.py b/sdk/python/pulumi_gcp/diagflow/cx_page.py index d08d4f3522..5c09f9d63f 100644 --- a/sdk/python/pulumi_gcp/diagflow/cx_page.py +++ b/sdk/python/pulumi_gcp/diagflow/cx_page.py @@ -585,7 +585,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -684,7 +684,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -787,7 +787,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -889,7 +889,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1009,7 +1009,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1230,7 +1230,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1329,7 +1329,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1432,7 +1432,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1534,7 +1534,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { @@ -1654,7 +1654,7 @@ def __init__(__self__, "cases": json.dumps([ { "condition": "$sys.func.RAND() < 0.5", - "case_content": [ + "caseContent": [ { "message": { "text": { diff --git a/sdk/python/pulumi_gcp/firebase/extensions_instance.py b/sdk/python/pulumi_gcp/firebase/extensions_instance.py index 6994b2f497..d4be957f39 100644 --- a/sdk/python/pulumi_gcp/firebase/extensions_instance.py +++ b/sdk/python/pulumi_gcp/firebase/extensions_instance.py @@ -333,20 +333,20 @@ def __init__(__self__, "extension_ref": "firebase/storage-resize-images", "extension_version": "0.2.2", "params": { - "delet_e__origina_l__file": "false", - "mak_e__public": "false", - "imag_e__type": "false", - "i_s__animated": "true", - "functio_n__memory": "1024", - "d_o__backfill": "false", - "im_g__sizes": "200x200", - "im_g__bucket": images.name, + "DELETE_ORIGINAL_FILE": "false", + "MAKE_PUBLIC": "false", + "IMAGE_TYPE": "false", + "IS_ANIMATED": "true", + "FUNCTION_MEMORY": "1024", + "DO_BACKFILL": "false", + "IMG_SIZES": "200x200", + "IMG_BUCKET": images.name, }, "system_params": { - "firebaseextensions_v1beta_function_location": "", - "firebaseextensions_v1beta_function_max_instances": "3000", - "firebaseextensions_v1beta_function_min_instances": "0", - "firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED", + "firebaseextensions.v1beta.function/location": "", + "firebaseextensions.v1beta.function/maxInstances": "3000", + "firebaseextensions.v1beta.function/minInstances": "0", + "firebaseextensions.v1beta.function/vpcConnectorEgressSettings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED", }, "allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"], "eventarc_channel": "projects/my-project-name/locations//channels/firebase", @@ -412,20 +412,20 @@ def __init__(__self__, "extension_ref": "firebase/storage-resize-images", "extension_version": "0.2.2", "params": { - "delet_e__origina_l__file": "false", - "mak_e__public": "false", - "imag_e__type": "false", - "i_s__animated": "true", - "functio_n__memory": "1024", - "d_o__backfill": "false", - "im_g__sizes": "200x200", - "im_g__bucket": images.name, + "DELETE_ORIGINAL_FILE": "false", + "MAKE_PUBLIC": "false", + "IMAGE_TYPE": "false", + "IS_ANIMATED": "true", + "FUNCTION_MEMORY": "1024", + "DO_BACKFILL": "false", + "IMG_SIZES": "200x200", + "IMG_BUCKET": images.name, }, "system_params": { - "firebaseextensions_v1beta_function_location": "", - "firebaseextensions_v1beta_function_max_instances": "3000", - "firebaseextensions_v1beta_function_min_instances": "0", - "firebaseextensions_v1beta_function_vpc_connector_egress_settings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED", + "firebaseextensions.v1beta.function/location": "", + "firebaseextensions.v1beta.function/maxInstances": "3000", + "firebaseextensions.v1beta.function/minInstances": "0", + "firebaseextensions.v1beta.function/vpcConnectorEgressSettings": "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED", }, "allowed_event_types": ["firebase.extensions.storage-resize-images.v1.onCompletion"], "eventarc_channel": "projects/my-project-name/locations//channels/firebase", diff --git a/sdk/python/pulumi_gcp/identityplatform/config.py b/sdk/python/pulumi_gcp/identityplatform/config.py index 622b95a374..21e1f2e9a6 100644 --- a/sdk/python/pulumi_gcp/identityplatform/config.py +++ b/sdk/python/pulumi_gcp/identityplatform/config.py @@ -505,7 +505,7 @@ def __init__(__self__, "phone_number": { "enabled": True, "test_phone_numbers": { - "_11231231234": "000000", + "+11231231234": "000000", }, }, }, @@ -645,7 +645,7 @@ def __init__(__self__, "phone_number": { "enabled": True, "test_phone_numbers": { - "_11231231234": "000000", + "+11231231234": "000000", }, }, }, diff --git a/sdk/python/pulumi_gcp/networkservices/edge_cache_service.py b/sdk/python/pulumi_gcp/networkservices/edge_cache_service.py index e521864955..4fd75043b0 100644 --- a/sdk/python/pulumi_gcp/networkservices/edge_cache_service.py +++ b/sdk/python/pulumi_gcp/networkservices/edge_cache_service.py @@ -755,7 +755,7 @@ def __init__(__self__, "negative_caching": True, "signed_request_mode": "DISABLED", "negative_caching_policy": { - "_500": "3000s", + "500": "3000s", }, }, "url_rewrite": { @@ -1188,7 +1188,7 @@ def __init__(__self__, "negative_caching": True, "signed_request_mode": "DISABLED", "negative_caching_policy": { - "_500": "3000s", + "500": "3000s", }, }, "url_rewrite": { diff --git a/sdk/python/pulumi_gcp/networkservices/http_route.py b/sdk/python/pulumi_gcp/networkservices/http_route.py index e1a2b4bdf1..ef4f62480d 100644 --- a/sdk/python/pulumi_gcp/networkservices/http_route.py +++ b/sdk/python/pulumi_gcp/networkservices/http_route.py @@ -594,7 +594,7 @@ def __init__(__self__, "type": "json", }, "add": { - "minor_version": "1", + "minor-version": "1", }, "removes": ["arg"], }, @@ -604,7 +604,7 @@ def __init__(__self__, "type": "json", }, "add": { - "minor_version": "1", + "minor-version": "1", }, "removes": ["removearg"], }, @@ -879,7 +879,7 @@ def __init__(__self__, "type": "json", }, "add": { - "minor_version": "1", + "minor-version": "1", }, "removes": ["arg"], }, @@ -889,7 +889,7 @@ def __init__(__self__, "type": "json", }, "add": { - "minor_version": "1", + "minor-version": "1", }, "removes": ["removearg"], }, diff --git a/sdk/python/pulumi_gcp/osconfig/os_policy_assignment.py b/sdk/python/pulumi_gcp/osconfig/os_policy_assignment.py index 5a79e1e50a..5f204f5261 100644 --- a/sdk/python/pulumi_gcp/osconfig/os_policy_assignment.py +++ b/sdk/python/pulumi_gcp/osconfig/os_policy_assignment.py @@ -498,12 +498,12 @@ def __init__(__self__, "all": False, "exclusion_labels": [{ "labels": { - "label_two": "value-two", + "label-two": "value-two", }, }], "inclusion_labels": [{ "labels": { - "label_one": "value-one", + "label-one": "value-one", }, }], "inventories": [{ @@ -648,12 +648,12 @@ def __init__(__self__, "all": False, "exclusion_labels": [{ "labels": { - "label_two": "value-two", + "label-two": "value-two", }, }], "inclusion_labels": [{ "labels": { - "label_one": "value-one", + "label-one": "value-one", }, }], "inventories": [{ diff --git a/sdk/python/pulumi_gcp/pubsub/subscription.py b/sdk/python/pulumi_gcp/pubsub/subscription.py index f8361afbd3..5e466ddb33 100644 --- a/sdk/python/pulumi_gcp/pubsub/subscription.py +++ b/sdk/python/pulumi_gcp/pubsub/subscription.py @@ -909,7 +909,7 @@ def __init__(__self__, push_config={ "push_endpoint": "https://example.com/push", "attributes": { - "x_goog_version": "v1", + "x-goog-version": "v1", }, }) ``` @@ -1373,7 +1373,7 @@ def __init__(__self__, push_config={ "push_endpoint": "https://example.com/push", "attributes": { - "x_goog_version": "v1", + "x-goog-version": "v1", }, }) ``` diff --git a/sdk/python/pulumi_gcp/workstations/workstation_config.py b/sdk/python/pulumi_gcp/workstations/workstation_config.py index 72e61347c6..b66faaee15 100644 --- a/sdk/python/pulumi_gcp/workstations/workstation_config.py +++ b/sdk/python/pulumi_gcp/workstations/workstation_config.py @@ -917,7 +917,7 @@ def __init__(__self__, tagKey1Name=tag_key1.name, tagValue1Name=tag_value1.name ).apply(lambda resolved_outputs: { - "": f"tagValues/{resolved_outputs['tagValue1Name']}", + f"tagKeys/{resolved_outputs['tagKey1Name']}": f"tagValues/{resolved_outputs['tagValue1Name']}", }) , }, @@ -963,8 +963,8 @@ def __init__(__self__, container={ "image": "intellij", "env": { - "name": "FOO", - "babe": "bar", + "NAME": "FOO", + "BABE": "bar", }, }) ``` @@ -1380,7 +1380,7 @@ def __init__(__self__, tagKey1Name=tag_key1.name, tagValue1Name=tag_value1.name ).apply(lambda resolved_outputs: { - "": f"tagValues/{resolved_outputs['tagValue1Name']}", + f"tagKeys/{resolved_outputs['tagKey1Name']}": f"tagValues/{resolved_outputs['tagValue1Name']}", }) , }, @@ -1426,8 +1426,8 @@ def __init__(__self__, container={ "image": "intellij", "env": { - "name": "FOO", - "babe": "bar", + "NAME": "FOO", + "BABE": "bar", }, }) ```