Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ message Azure {
// Name is the Azure database server name.
string Name = 1 [(gogoproto.jsontag) = "name,omitempty"];
// ResourceID is the Azure fully qualified ID for the resource.
string ResourceID = 2 [(gogoproto.jsontag) = "name,omitempty"];
string ResourceID = 2 [(gogoproto.jsontag) = "resource_id,omitempty"];
}

// AD contains Active Directory specific database configuration.
Expand Down
Loading