Azure Plugin Release Notes

0.1.2

New: AKS sub-resource support. MaintenanceConfiguration, Extension, FluxConfiguration, and TrustedAccessRoleBinding can now be managed alongside ManagedCluster. Use these for AKS maintenance windows, Kubernetes extensions (Flux, Dapr, Azure ML), GitOps Flux v2 configuration, and granting Azure services access to an AKS cluster.

New: ManagedCluster now exposes kubeConfig and the cluster CA certificate through its res resolvable. This lets you provision an AKS cluster and deploy Kubernetes workloads onto it from the same forma without a manual kubeconfig step — the same pattern as EKS auth via resolvables.


0.1.1

Fix: Error responses from the Azure API now include the correct HTTP status code, improving error messages when operations fail.

Fix: Apply and sync no longer fail on resources with empty optional arrays or maps in their schema.


0.1.0

Initial release of the Azure plugin as a standalone package built on the formae Plugin SDK.