From 95006d1c99d597abc7b0264fd9773527031db53a Mon Sep 17 00:00:00 2001 From: Gary Sassano <10464497+garysassano@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:27:54 +0100 Subject: [PATCH] chore(docs): update compatibility matrix for `tf-azure` platform (#5410) Both #4333 and #1805 got closed, so reflecting the change on the compatibility matrix. *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- .../docs/04-standard-library/compatibility/compatibility.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/04-standard-library/compatibility/compatibility.json b/docs/docs/04-standard-library/compatibility/compatibility.json index df1c7222c42..f882ee89bf1 100644 --- a/docs/docs/04-standard-library/compatibility/compatibility.json +++ b/docs/docs/04-standard-library/compatibility/compatibility.json @@ -115,7 +115,7 @@ "metadata": { "sim": { "implemented": true }, "tf-aws": { "implemented": true }, - "tf-azure": { "implemented": false, "issue": 4333 }, + "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, "awscdk": { "implemented": true } }, @@ -143,7 +143,7 @@ "publicUrl": { "sim": { "implemented": true }, "tf-aws": { "implemented": true }, - "tf-azure": { "implemented": false, "issue": 1805 }, + "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, "awscdk": { "implemented": true } },