Skip to content

Commit

Permalink
refactor(azure-link-account): helper function name update and added d…
Browse files Browse the repository at this point in the history
…escription for method info
  • Loading branch information
Aashirwadjain committed Nov 11, 2024
1 parent 03b7a25 commit 95c2590
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 226 deletions.
3 changes: 2 additions & 1 deletion newrelic/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func revertEscapedSingleQuote(name string) string {
return name
}

func resourceDataWrapper(d *schema.ResourceData, key string) (interface{}, bool) {
// This methods is a wrapper for Resource Data getter function
func fetchAttributeValueFromResourceConfig(d *schema.ResourceData, key string) (interface{}, bool) {
return d.GetOk(key)
}
Loading

0 comments on commit 95c2590

Please sign in to comment.