Skip to content

Commit 243f74d

Browse files
committed
address pr comments
1 parent 06d0a84 commit 243f74d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

internal/services/automation/automation_webhook_resource.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ func resourceAutomationWebhookUpdate(d *pluginsdk.ResourceData, meta interface{}
216216
return fmt.Errorf("updating %s: %+v", *id, err)
217217
}
218218

219-
// URI is not present in the response from Azure, preserve from state
220-
if v := d.Get("uri"); v != nil && v.(string) != "" {
221-
d.Set("uri", v.(string))
222-
}
223-
224219
return resourceAutomationWebhookRead(d, meta)
225220
}
226221

0 commit comments

Comments
 (0)