almenscorner / IntuneCD

Tool to backup, update and document configurations in Intune
MIT License
277 stars 35 forks source link

[BUG] - Markdown generation failing on Hebrew characters #156

Closed gmenziesint closed 9 months ago

gmenziesint commented 9 months ago

Describe the bug Failure in Azure Pipeline during markdown document generation stage.

##[error]/home/vsts/work/_temp/03a466b9-ec4f-42a0-a14a-f3fefac2cfc5.sh: line 1: [: prod-backup/Applications/Android/HILANET: binary operator expected

To Reproduce Add Hilanet application to Google Play store and assign it to users. https://play.google.com/store/apps/details?id=il.co.hilanet.HilanetMobile&hl=en&gl=US

Expected behavior Markdown documentation generated correctly for the applications listed.

Screenshots image

Run type (please complete the following information):

Additional context

Pipeline details

`# Starter pipeline

Start with a minimal pipeline that you can customize to build and deploy your code.

Add steps that build, run tests, deploy, and more:

https://aka.ms/yaml

trigger: none schedules:

pool: vmImage: ubuntu-latest

jobs:

gmenziesint commented 9 months ago

Seems to have resolved itself :)