Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
name param mapped to name
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-metron committed May 10, 2024
1 parent 525f22a commit abc348b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/steps/cloud-sql/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export function createCloudSqlDatabaseEntity(data: sqladmin_v1.Schema$Database)
_class: ENTITY_CLASS_CLOUD_SQL_DATABASE,
_type: ENTITY_TYPE_CLOUD_SQL_DATABASE,
_key: data.etag as string,
name: data.kind,
name: data.name,
kind: data.kind,
instanceName: data.instance,
url: data.selfLink,
projectId: data.project
Expand Down

0 comments on commit abc348b

Please sign in to comment.