Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive documentation for several PowerShell functions in the
CSSToolsmodule, aimed at improving support, maintenance, and operational tasks for Azure Local deployments. The changes introduce detailed usage guides, parameter descriptions, and output information for each cmdlet, making it easier for users and developers to understand and utilize these tools. Additionally, release notes are included to provide context and guidance for updating the module.Documentation for new cmdlets:
Support and Maintenance Operations
Clear-AzsSupportDirectory, describing how to clear directory contents locally or remotely with safety checks and parameter details.Clear-AzsSupportParentWorkingDirectory, explaining how to remove stale working directories based on last write time across infrastructure nodes.Compress-AzsSupportArchive, detailing how to create zip archives from specified directories, including compression options and output info.File Transfer Utilities
Copy-AzsSupportFileFromComputerandCopy-AzsSupportFileToComputer, outlining how to copy files between local and remote computers with protocol fallback and credential support. [1] [2]System and Storage Utilities
Confirm-AzsSupportOSVersion, describing OS version validation against specified or minimum values.Convert-AzsSupportStorageAttributes, explaining how to translate storage attribute arrays for easier analysis.Disable-AzsSupportInsightLog, detailing how to disable trace logging for AzStack Insights.Release Notes
ReleaseNotes.mdwith instructions for updating the module, known issues, and support contact information.