Skip to content

Commit 8369a95

Browse files
Fix Missing GUID in CloudController Application Type
Signed-off-by: Dilip Tadepalli <[email protected]>
1 parent 54210c7 commit 8369a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/application_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type ApplicationNameOnly struct {
4040
// MarshalJSON converts an Application into a Cloud Controller Application.
4141
func (a Application) MarshalJSON() ([]byte, error) {
4242
ccApp := ccApplication{
43+
GUID: a.GUID,
4344
Name: a.Name,
4445
Metadata: a.Metadata,
4546
}

0 commit comments

Comments
 (0)