Skip to content

Commit

Permalink
set correct appID into app_id property (#25520)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Apr 5, 2024
1 parent fca4a64 commit 8e85273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func resourceApplicationInsightsRead(d *pluginsdk.ResourceData, meta interface{}
} else {
d.Set("application_type", string(props.ApplicationType))
}
d.Set("app_id", props.ApplicationId)
d.Set("app_id", props.AppId)
d.Set("instrumentation_key", props.InstrumentationKey)
d.Set("sampling_percentage", props.SamplingPercentage)
d.Set("disable_ip_masking", props.DisableIPMasking)
Expand Down

0 comments on commit 8e85273

Please sign in to comment.