Skip to content

Commit

Permalink
Update resourcemanager/recaser/recase.go
Browse files Browse the repository at this point in the history
Co-authored-by: stephybun <steph@hashicorp.com>
  • Loading branch information
catriona-m and stephybun authored Mar 26, 2024
1 parent 7fccba8 commit 26de03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resourcemanager/recaser/recase.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func ReCase(input string) string {
return reCaseWithIds(input, knownResourceIds)
}

// reCaseWithIds tries to determine the type of Resource ID defined in `input` to be able to re-case it from based on an input list of Resource IDs
// reCaseWithIds tries to determine the type of Resource ID defined in `input` to be able to re-case it based on an input list of Resource IDs
func reCaseWithIds(input string, ids map[string]resourceids.ResourceId) string {
output := input
recased := false
Expand Down

0 comments on commit 26de03f

Please sign in to comment.