Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.69k stars 5.12k forks source link

`Microsoft.Web/sites/siteExtensions` PUT definition has no body defined #15909

Open anthony-c-martin opened 3 years ago

anthony-c-martin commented 3 years ago

https://github.com/Azure/azure-rest-api-specs/blob/88e7838a09868a51de3894114355c75929847a46/specification/web/resource-manager/Microsoft.Web/stable/2021-01-15/WebApps.json#L8344-L8368

This is causing https://github.com/Azure/bicep/issues/4271.

jeanpaulsmit commented 2 years ago

I was hoping I could move away from ARM templates in my Terraform provisioning for site extensions, but this issue is blocking specifying a particular site extension version to be used. Site extensions are not supported in Terraform, Powershell and CLI, there seems to be no priority for this rather often used feature (for example when using AppDynamics in your environment).

I hope this issue will get some priority.