Skip to content

Commit

Permalink
Merge pull request apache#30484: Remove JsonIgore for usePublicIps
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored Mar 5, 2024
2 parents 9ec2d49 + 407d507 commit 89366bb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
package org.apache.beam.runners.dataflow.options;

import com.fasterxml.jackson.annotation.JsonIgnore;
import org.apache.beam.sdk.extensions.gcp.options.GcpOptions;
import org.apache.beam.sdk.options.Description;
import org.apache.beam.sdk.options.FileStagingOptions;
Expand Down Expand Up @@ -202,7 +201,6 @@ public String getAlgorithm() {
@Description(
"Specifies whether worker pools should be started with public IP addresses. WARNING:"
+ "This feature is available only through allowlist.")
@JsonIgnore
@Nullable
Boolean getUsePublicIps();

Expand Down

0 comments on commit 89366bb

Please sign in to comment.