Skip to content

Commit

Permalink
fix(datamigration): update the API
Browse files Browse the repository at this point in the history
#### datamigration:v1beta1

The following keys were changed:
- schemas.SqlIpConfig.properties.enableIpv4.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 8, 2021
1 parent a810c47 commit 9899e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/datamigration-v1beta1.json
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20210422",
"revision": "20210624",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1993,7 +1993,7 @@
"type": "array"
},
"enableIpv4": {
"description": "Whether the instance should be assigned an IPv4 address or not.",
"description": "Whether the instance is assigned a public IP address or not.",
"type": "boolean"
},
"privateNetwork": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datamigration/v1beta1.ts
Expand Up @@ -729,7 +729,7 @@ export namespace datamigration_v1beta1 {
*/
authorizedNetworks?: Schema$SqlAclEntry[];
/**
* Whether the instance should be assigned an IPv4 address or not.
* Whether the instance is assigned a public IP address or not.
*/
enableIpv4?: boolean | null;
/**
Expand Down

0 comments on commit 9899e49

Please sign in to comment.