This is a PowerShell Module that can help automate creating and managing Real-Time Intelligence Environments.
In this section I just collect questions that I stumble upon and that have to be addressed somehow.
- Is there no New-Command for KQLQuerysets?
- Why do you need admin permission to read the workspaces?
The documentation for the cmdlets is created through platyPS and is stored in the folder documentation. This documentation will be created automatically by running the script createdocumentation.ps1.
❗ Important |
---|
The documentation will be created from the module which was loaded into PowerShell. It will not be created from the files directly. All what is needed is in the file createdocumentation.ps1 |
During the development of the module and the research I do I might pass some interesting documentation. I collect it here for reference.
- Powershell: Building a Module, one microstep at a time
- Automating Real-Time Intelligence Eventhouse deployment using PowerShell
- Generating PowerShell module documentation with platyPS
- How to Write a PowerShell Script Module
- Microsoft Fabric REST API documentation
- FabricRTI_Accelerator
- How I Implement Module Variables
- Everything you wanted to know about exceptions
- PowerShell ValidateSet: Tab-Completion & Parameter Values
- about_Comment_Based_Help
- Examples of Comment-based Help
- Using PSScriptAnalyzer