Release: ssrs-tools initial toolkit (remove / deploy / download) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
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?
Initial release of the ssrs-tools toolkit to main.
Scripts (all use the SSRS REST API v2.0, current-Windows-identity auth by default, site/folder/item preview, typed confirmation, and -WhatIf/-Confirm):
Plus repository scaffolding: README, AGENT-README (v0.1 spec), CONTRIBUTING, SECURITY, CODE_OF_CONDUCT (Contributor Covenant 2.1), LICENSE (MIT), .gitattributes.
All three scripts were validated live against a non-production SSRS site (qa-mb-db /MBPPRReports).
Downloads all Reports (.rdl) and Datasets (.rsd) from an SSRS folder to a local directory via the REST API v2.0 (GET CatalogItems({id})/Content/\), writing exact server bytes (BOM preserved). Same site/folder/item preview, typed confirmation, and -WhatIf/-Confirm gating as the other tools; existing local files replaced only with -Force. Data Sources (.rds) not handled. Documented in README.md and AGENT-README.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>