Skip to content

Commit

Permalink
feat(displayNameBaseOs): Add displayName to baseOS
Browse files Browse the repository at this point in the history
Adding a display name field to base image properties, for cases when the bakery experct some value and we want to have a custom name.
  • Loading branch information
emjburns authored and marchello2000 committed Sep 27, 2019
1 parent 40af409 commit b3ca343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class BakeService {
String id
String shortDescription
String detailedDescription
String displayName
String packageType
List<String> vmTypes
}
Expand Down

0 comments on commit b3ca343

Please sign in to comment.