Skip to content

Commit

Permalink
Fix generate rp storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
niontive committed May 17, 2024
1 parent fa45290 commit 243e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/generator/resources_rp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1536,5 +1536,5 @@ func (g *generator) rpVersionStorageAccount() []*arm.Resource {
}

func (g *generator) rpStorageAccount() *arm.Resource {
return g.storageAccount("[substring(parameters('storageAccountDomain'), 0, indexOf(parameters('storageAccountDomain'), '.'))]", nil)
return g.storageAccount("[substring(parameters('storageAccountDomain'), 0, indexOf(parameters('storageAccountDomain'), '.'))]", nil, nil)
}

0 comments on commit 243e5c7

Please sign in to comment.