Skip to content

Commit

Permalink
Change JSON key for VPC ID in TMDE v4 TaskResponse from VpcId to VPCID (
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 authored and chienhanlin committed Sep 12, 2022
1 parent 1775dcb commit 1178209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/handlers/v4/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
type TaskResponse struct {
*v2.TaskResponse
Containers []ContainerResponse `json:"Containers,omitempty"`
VPCID string `json:"VpcId,omitempty"`
VPCID string `json:"VPCID,omitempty"`
ServiceName string `json:"ServiceName,omitempty"`
}

Expand Down

0 comments on commit 1178209

Please sign in to comment.