AzOps icon indicating copy to clipboard operation
AzOps copied to clipboard

Avoid illegal filesystem characters

Open Jefajers opened this issue 3 years ago • 0 comments

Challenge When AzOps generates filenames based on derived information from Azure resources the suggested filename can contain characters which are not supported across different filesystems.

Example Example filena|me.json is accepted by Git operating on Linux however it would be rejected by Windows.

Possible remediation Ensure illegal filesystem characters are replaced/not part of filenames generated AzOpsScope.ps1.

Jefajers avatar Oct 13 '22 14:10 Jefajers