Add Deploy-SsrsFolderItems.ps1 (complement of the removal script) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/add-deploy-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Adds
Deploy-SsrsFolderItems.ps1, the complement ofRemove-SsrsFolderItems.ps1. It deploys all Reports (.rdl) and Datasets (.rsd) from a local folder into a single SSRS folder via the REST API v2.0.-Overwrite(otherwise skips them).-WhatIf/-Confirm..rds) are intentionally not handled; existing ones in the target folder are left in place for reports/datasets to bind to.Also documents the new script in
README.mdandAGENT-README.md.How was this tested?
Parser::ParseFile- 0 errors; no reserved automatic variables used.-WhatIfdry run againstqa-mb-db/MBPPRReportswith-SourcePath C:\Dev\MBPPRReports: correctly planned 117 items (68 Datasets, 49 Reports), performed 0 writes, and skipped the confirmation prompt.Checklist
ShouldProcess, CRLF)