Skip to content

Commit 5caeec4

Browse files
authored
chore(php): set Compute migration_mode to NEW_SURFACE_ONLY (#1101)
1 parent 6288882 commit 5caeec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/compute/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ php_gapic_library(
287287
grpc_service_config = "compute_grpc_service_config.json",
288288
service_yaml = "compute_v1.yaml",
289289
transport = "rest",
290-
migration_mode = "MIGRATING",
290+
migration_mode = "NEW_SURFACE_ONLY",
291291
deps = [
292292
":compute_php_proto",
293293
],

0 commit comments

Comments
 (0)