-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backfill @required on imagebuilder#LaunchTemplateConfiguration.SetDef…
…aultVersion
- Loading branch information
Showing
4 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "139b04a8-d612-4cb2-9dfb-9e66f9f70386", | ||
"type": "bugfix", | ||
"description": "**BREAKING CHANGE**: The value of LaunchTemplateConfiguration.SetDefaultVersion will now always be serialized in requests to the service, regardless of whether a value was set by the caller. Before this change, the value was not serialized if set to false. This behavior was broken because the service team had marked this value as being false by default, but did not actually do so, making it functionally impossible for users to set a false value for this field. **If you were not explicitly setting a value for this field before, the client will now send false by default.**", | ||
"modules": [ | ||
"service/imagebuilder" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.