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

Stop auto-gen for HDI & fix the api-version #3012

Closed jianlongsu closed 7 months ago

jianlongsu commented 7 months ago

Hi, I am Microsoft HDI team. I raise this PR for fixing the api-version issue of "Template Export" for HDI resources.

Recent months ago, HDI RP team onboarded a new api-version(https://github.com/Azure/azure-rest-api-specs/tree/main/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-08-15-preview). And it was auto-gen by this repo's pipeline/tool and introduced to it.

So today, every requests of "Template Export" for HDI resources are routed to HDI RP with 2023-08-15-preview.

However, 2023-08-15-preview is not public available yet. Currently, only those subscriptions with required AFEC flags can arrive it.

So I want to stop the auto-gen temporarily until this api-version is GA. And remove the "2023-08-15-preview" from HDI part.