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
As an end-user I want to be sure all my Azure DevOps objects can be exported, even if I have special characters in the object names so I can be sure my complete Azure DevOps environment will get audited and I will not be surprised in human audit.
Acceptance Criteria
Non-filesystem characters in input Object Names should be replaced by safe characters
String replacement function should be a single function called from Export- functions
Export- functions should be changed to use the new function
When exporting object names, any folder hierarchy in Azure DevOps (like pipeline and release folder structure) should be preserved in the exported filename
Azure DevOps test project and test cases should reflect handling with and without a folder structure for those objects
The text was updated successfully, but these errors were encountered:
Story
As an end-user I want to be sure all my Azure DevOps objects can be exported, even if I have special characters in the object names so I can be sure my complete Azure DevOps environment will get audited and I will not be surprised in human audit.
Acceptance Criteria
Export-
functionsExport-
functions should be changed to use the new functionThe text was updated successfully, but these errors were encountered: