Skip to content

Commit

Permalink
remove double assignment of ClientAffinityEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian Boguń committed Jun 27, 2019
1 parent e1fc66c commit 60ec6bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/resource_arm_app_service_slot.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func resourceArmAppServiceSlotCreateUpdate(d *schema.ResourceData, meta interfac
Enabled: utils.Bool(enabled),
HTTPSOnly: utils.Bool(httpsOnly),
SiteConfig: &siteConfig,
ClientAffinityEnabled: &affinity,
},
}

Expand Down

0 comments on commit 60ec6bd

Please sign in to comment.