We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f7a51 commit 57ae72cCopy full SHA for 57ae72c
ReportingServicesTools/Functions/CatalogItems/Copy-RsSubscription.ps1
@@ -147,7 +147,7 @@ function Copy-RsSubscription
147
}
148
catch
149
{
150
- Write-Error "Error occurred while creating subscription $($subscriptionId)! $($_.Exception.Message)"
+ Write-Error "Error occurred while creating subscription $($sub.SubscriptionId) because: $($_.Exception.Message)"
151
152
153
0 commit comments