Skip to content

Commit

Permalink
Rename msteams spec field name
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardDowling committed Oct 8, 2024
1 parent f0c6faf commit 4d95e26
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 390 deletions.
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 @@ -6088,7 +6088,7 @@ message PluginSpecV1 {
// Settings for the SCIM plugin
PluginSCIMSettings scim = 14;
// Settings for the Microsoft Teams plugin
PluginMSTeamsSettings msTeams = 15;
PluginMSTeamsSettings msteams = 15;
}

// generation contains a unique ID that should:
Expand Down
2 changes: 1 addition & 1 deletion api/types/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func (p *PluginV1) GetType() PluginType {
return PluginTypeEntraID
case *PluginSpecV1_Scim:
return PluginTypeSCIM
case *PluginSpecV1_MsTeams:
case *PluginSpecV1_Msteams:
return PluginTypeMSTeams

default:
Expand Down
Loading

0 comments on commit 4d95e26

Please sign in to comment.