Azure / azure-resource-manager-schemas

Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
609 stars 516 forks source link

Fix bug with generating schemas in windows with path separator. #3022

Closed Xynoclafe closed 5 months ago

Xynoclafe commented 5 months ago

Path.sep had a bug in windows wherein it returned "\" as the separating character but the path itself had "/" as the character. As a result, generate commands didn't generate the schema files in windows. This PR fixes that.