Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.locations.resources.connectionProfiles.methods.patch.parameters.name.description
- schemas.ConnectionProfile.properties.name.description
- schemas.SqlIpConfig.properties.privateNetwork.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent eb9bbe1 commit 0d6e937
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 148 deletions.
8 changes: 4 additions & 4 deletions discovery/datamigration-v1.json
Expand Up @@ -364,7 +364,7 @@
],
"parameters": {
"name": {
"description": "The name of this connection profile resource in the form of projects/{project}/locations/{location}/instances/{instance}.",
"description": "The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{instance}.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/connectionProfiles/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20210422",
"revision": "20210513",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1307,7 +1307,7 @@
"description": "A MySQL database connection profile."
},
"name": {
"description": "The name of this connection profile resource in the form of projects/{project}/locations/{location}/instances/{instance}.",
"description": "The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{instance}.",
"type": "string"
},
"postgresql": {
Expand Down Expand Up @@ -2076,7 +2076,7 @@
"type": "boolean"
},
"privateNetwork": {
"description": "The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.",
"description": "The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.",
"type": "string"
},
"requireSsl": {
Expand Down

0 comments on commit 0d6e937

Please sign in to comment.