Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
112 stars 81 forks source link

Move some generated files from root folder to subfolder #1274

Open isra-fel opened 10 months ago

isra-fel commented 10 months ago

The are many files in the root folder of a generated module. We should consider reorganizing some of them. https://github.com/Azure/azure-powershell/tree/main/src/StreamAnalytics

image

dolauli commented 10 months ago

Files we could consider to put into utils.

  1. check-dependencies.ps1
  2. createm-model-cmdlets.ps1

generate-info.json is not generated by autorest.powershell. We could consider to move it to a central place in gen2main pipeline.