Skip to content

Commit

Permalink
Merge pull request CompositionalIT#15 from codatio/UpdateCertDependan…
Browse files Browse the repository at this point in the history
…cies

update cert dependancy to not need service plan Id
  • Loading branch information
AbdulCodat committed Oct 13, 2021
2 parents 7dbf4a0 + bc75bb9 commit 79da8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Farmer/Arm/Web.fs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ type Certificate =
{| certificates.Create(
this.ResourceName,
this.Location,
[this.SiteId; this.ServicePlanId; hostNameBindings.resourceId(this.SiteId.Name,ResourceName this.DomainName)]) with
[this.SiteId; hostNameBindings.resourceId(this.SiteId.Name,ResourceName this.DomainName)]) with
properties =
{| serverFarmId = this.ServicePlanId.Eval()
canonicalName = this.DomainName |}
Expand Down

0 comments on commit 79da8d1

Please sign in to comment.