Skip to content

Commit

Permalink
dsccommunity#570 Some more CR comments addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bozho authored and johlju committed Sep 22, 2017
1 parent 22fd544 commit 23fae25
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ function Get-TargetResource
Report Manager/Report Web App virtual directory name. Optional.
.PARAMETER ReportServerReservedUrl
Report Server URL reservations. Optional. If not specified, "http://+:80" URL reservation will be used.
Report Server URL reservations. Optional. If not specified, 'http://+:80' URL reservation will be used.
.PARAMETER ReportsReservedUrl
Report Manager/Report Web App URL reservations. Optional. If not specified, "http://+:80" URL reservation will be used.
Report Manager/Report Web App URL reservations. Optional. If not specified, 'http://+:80' URL reservation will be used.
#>
function Set-TargetResource
{
Expand Down Expand Up @@ -386,10 +386,10 @@ function Set-TargetResource
Report Manager/Report Web App virtual directory name. Optional.
.PARAMETER ReportServerReservedUrl
Report Server URL reservations. Optional. If not specified, "http://+:80" URL reservation will be used.
Report Server URL reservations. Optional. If not specified, 'http://+:80' URL reservation will be used.
.PARAMETER ReportsReservedUrl
Report Manager/Report Web App URL reservations. Optional. If not specified, "http://+:80" URL reservation will be used.
Report Manager/Report Web App URL reservations. Optional. If not specified, 'http://+:80' URL reservation will be used.
#>
function Test-TargetResource
{
Expand Down

0 comments on commit 23fae25

Please sign in to comment.