Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid illegal filesystem characters #691

Closed
Jefajers opened this issue Oct 13, 2022 · 0 comments · Fixed by #700
Closed

Avoid illegal filesystem characters #691

Jefajers opened this issue Oct 13, 2022 · 0 comments · Fixed by #700
Labels
enhancement New feature or request

Comments

@Jefajers
Copy link
Member

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 Jefajers added the enhancement New feature or request label Oct 13, 2022
@Jefajers Jefajers added this to the Release - v1.9.1 milestone Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant