Azure-Samples / container-apps-store-api-microservice

Sample microservices solution using Azure Container Apps, Dapr, Cosmos DB, and Azure API Management
MIT License
340 stars 420 forks source link

Missing or invalid type information in bicep #7

Closed takekazuomi closed 2 years ago

takekazuomi commented 2 years ago

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

cd deploy
az bicep build --file main.bicep

Any log messages given by the failure

Expected/desired behavior

-There is no documentation for "Microsoft.Web/containerApps". -"Microsoft.Web/kubeEnvironments" does not mention "type" and "containerAppsConfiguration". https://docs.microsoft.com/en-us/azure/templates/microsoft.web/kubeenvironments?tabs=bicep

Versions

Bicep CLI version 0.4.1008

Mention any other details that might be useful

https://github.com/Azure/bicep/issues/784#issuecomment-959799594 https://github.com/Azure/bicep/issues/784#issuecomment-959805535

thepaulmacca commented 2 years ago

I was wondering this earlier - I usually check the REST API specs, but that's not been updated yet https://github.com/Azure/azure-rest-api-specs/tree/main/specification/web/resource-manager/Microsoft.Web/stable

jeffhollan commented 2 years ago

Correct - we're working on publishing the api specs and once those are available these warnings should go away

takekazuomi commented 2 years ago

I got response from bicep team. We seem to have to wait a bit. But it works, so I have no problem. https://github.com/Azure/bicep/issues/784#issuecomment-963529983

takekazuomi commented 2 years ago

FIXED https://github.com/Azure/bicep/releases/tag/v0.4.1272