Azure / Azure/terraform-provider-azapi
Schema missing for Microsoft.App/containerApps@2026-03-02-preview
- Dominant language
- Go
- Stars
- 244
- Forks
- 97
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 9
Description
When using Microsoft.App/containerApps@2026-03-02-preview in an azapi_resource block, Terraform plan fails with the following error:
`embedded schema validation failed: the argument "type"'s api-version is invalid.
The supported versions are [2022-01-01-preview, 2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01, 2025-02-02-preview, 2025-07-01, 2025-10-02-preview].`
This API version is required for the `allowScalingRuleOverride` property on properties.template.scale, which is only available from 2026-03-02-preview onwards.
[functions-scale-rule-override.md](https://github.com/MicrosoftDocs/azure-docs/blob/36f86e935ae92141fd722117225325336eed1402/articles/container-apps/functions-scale-rule-override.md)
After checking `internal/azure/generated/index.json` in the v2.10.0 release, the highest indexed version for Microsoft.App/containerApps is 2025-02-02-preview. 2026-03-02-preview is not present in the schema catalogue.
Provider version: 2.10.0
Terraform version: >= 1.5
Do you have any visibility on when 2026-03-02-preview might be included in the next schema refresh?
Contributor guide
Assessment
This issue has not been assessed yet.