Skip to content

Commit

Permalink
Update internal/services/relay/relay_hybrid_connection_resource.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Nov 12, 2021
1 parent d1b5875 commit f930ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func resourceArmRelayHybridConnectionCreateUpdate(d *pluginsdk.ResourceData, met
}

if _, err := client.CreateOrUpdate(ctx, id, parameters); err != nil {
return fmt.Errorf("creating/updating Hybrid Connection %s: %+v", id, err)
return fmt.Errorf("creating/updating %s: %+v", id, err)
}

d.SetId(id.ID())
Expand Down

0 comments on commit f930ab1

Please sign in to comment.