From fa31b1cb9d23b8f3dd7fdea99d7d27a7a0f8dfce Mon Sep 17 00:00:00 2001 From: Vikeshi Tiwari Date: Wed, 10 Jun 2026 13:34:35 -0400 Subject: [PATCH] Remove stale Microsoft.DBforPostgreSQL/PostgreSQL/ ARM lease (case-collision fix) Removes .github/arm-leases/postgresql/Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml which case-collides with the sibling PostgreSql/lease.yaml on Windows/macOS filesystems and is no longer referenced by the spec layout. The lowercase PostgreSql/ folder matches the service folder casing introduced by https://github.com/Azure/azure-rest-api-specs-pr/pull/28858 / Azure/azure-rest-api-specs#43777 (postgresql folder restructure), so keeping PostgreSql/ preserves lease coverage for that PR while eliminating the case-only duplicate. Supersedes #43887, which removed the lowercase variant; removing the lowercase one would re-trigger ARMModelingReviewRequired on the partner restructure PR because the lease checker looks up the exact-cased path. --- .../Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/arm-leases/postgresql/Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml diff --git a/.github/arm-leases/postgresql/Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml b/.github/arm-leases/postgresql/Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml deleted file mode 100644 index 3afb4cfc77fc..000000000000 --- a/.github/arm-leases/postgresql/Microsoft.DBforPostgreSQL/PostgreSQL/lease.yaml +++ /dev/null @@ -1,5 +0,0 @@ -lease: - resource-provider: Microsoft.DBforPostgreSQL - startdate: "2026-05-22" - duration: P180D - reviewer: "@vikeshi26"