Skip to content

Commit

Permalink
Marked time_zone as ForceNew due to change in API behavior (GoogleC…
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored and Nathan Klish committed May 18, 2020
1 parent 9ab1ba9 commit 9335f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions products/dialogflow/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ objects:
The list of all languages supported by this agent (except for the defaultLanguageCode).
- !ruby/object:Api::Type::String
name: 'timeZone'
input: true
description: |
The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York,
Europe/Paris.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func testAccDialogflowAgent_full2(projectID string, orgID string, agentName stri
display_name = "%s"
default_language_code = "en"
supported_language_codes = ["no"]
time_zone = "Europe/London"
time_zone = "America/New_York"
description = "Description 2!"
avatar_uri = "https://storage.googleapis.com/gweb-cloudblog-publish/images/f4xvje.max-200x200.PNG"
enable_logging = false
Expand Down

0 comments on commit 9335f00

Please sign in to comment.