Skip to content

Commit

Permalink
Go rewrite deploymentmanager, dialogflow, discoveryengine, documentai…
Browse files Browse the repository at this point in the history
…, documentaiwarehouse, datastore, metastore (#11224) (#7790)

[upstream:5818b26d039b5b5c26a957951863d4299effb864]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 23, 2024
1 parent b4a4eb5 commit dc36e60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/11224.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func expandDiscoveryEngineChatEngineCommonConfigCompanyName(v interface{}, d tpg
}

func resourceDiscoveryEngineChatEngineEncoder(d *schema.ResourceData, meta interface{}, obj map[string]interface{}) (map[string]interface{}, error) {
//hard code solutionType to "SOLUTION_TYPE_CHAT" for chat engine resource
// hard code solutionType to "SOLUTION_TYPE_CHAT" for chat engine resource
obj["solutionType"] = "SOLUTION_TYPE_CHAT"
return obj, nil
}

0 comments on commit dc36e60

Please sign in to comment.