You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: