Skip to content

Commit

Permalink
Update internal/services/datafactory/data_factory_integration_runtime…
Browse files Browse the repository at this point in the history
…_azure_resource.go

Co-authored-by: stephybun <[email protected]>
  • Loading branch information
katbyte and stephybun authored Nov 15, 2024
1 parent 056563c commit b6727c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func resourceDataFactoryIntegrationRuntimeAzureDelete(d *pluginsdk.ResourceData,

func expandDataFactoryIntegrationRuntimeAzureComputeProperties(d *pluginsdk.ResourceData) *datafactory.IntegrationRuntimeComputeProperties {
return &datafactory.IntegrationRuntimeComputeProperties{
Location: pointer.To(azure.NormalizeLocation(d.Get("location").(string))),
Location: pointer.To(location.Normalize(d.Get("location").(string))),
DataFlowProperties: &datafactory.IntegrationRuntimeDataFlowProperties{
ComputeType: datafactory.DataFlowComputeType(d.Get("compute_type").(string)),
CoreCount: pointer.To(int32(d.Get("core_count").(int))),
Expand Down

0 comments on commit b6727c9

Please sign in to comment.