From 2afff71de6a20243b719b081ed38fd2488e09da3 Mon Sep 17 00:00:00 2001 From: "nilamd@microsoft.com" Date: Thu, 7 Aug 2025 13:55:25 -0700 Subject: [PATCH 1/2] Add suppresion for deprecated APIs in readme file --- specification/network/resource-manager/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/network/resource-manager/readme.md b/specification/network/resource-manager/readme.md index 2385550f9ddc..ba29f03cf1d4 100644 --- a/specification/network/resource-manager/readme.md +++ b/specification/network/resource-manager/readme.md @@ -4175,6 +4175,14 @@ directive: - suppress: RequiredPropertiesMissingInResourceModel from: ipAllocation.json reason: name, id and type properties are inherited from the upper level + - suppress: MISSING_APIS_IN_DEFAULT_TAG + from: virtualWan.json + where: $.paths["/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.network/virtualwans/{virtualWanName}/p2svpnserverconfigurations/{p2svpnserverconfigurationName}"] + reason: This API path is not supported by default api version 2024-07-01 and should not be included in the default tag. This operation has been removed from versions after 2019-08-01. + - suppress: MISSING_APIS_IN_DEFAULT_TAG + from: virtualWan.json + where: $.paths["/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.network/virtualwans/{virtualWanName}/p2svpnserverconfigurations"] + reason: This API path is not supported by default api version 2024-07-01 and should not be included in the default tag. This operation has been removed from versions after 2019-08-01. suppressions: - code: ResourceNameRestriction From e2bc9117e690e9ebe72aa7dfe44359260b631a65 Mon Sep 17 00:00:00 2001 From: "nilamd@microsoft.com" Date: Thu, 7 Aug 2025 16:09:50 -0700 Subject: [PATCH 2/2] Fix API name in suppression --- specification/network/resource-manager/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/readme.md b/specification/network/resource-manager/readme.md index ba29f03cf1d4..8a1a6e7528d1 100644 --- a/specification/network/resource-manager/readme.md +++ b/specification/network/resource-manager/readme.md @@ -4177,11 +4177,11 @@ directive: reason: name, id and type properties are inherited from the upper level - suppress: MISSING_APIS_IN_DEFAULT_TAG from: virtualWan.json - where: $.paths["/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.network/virtualwans/{virtualWanName}/p2svpnserverconfigurations/{p2svpnserverconfigurationName}"] + where: $.paths["/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualwans/{}/p2svpnserverconfigurations/{}"] reason: This API path is not supported by default api version 2024-07-01 and should not be included in the default tag. This operation has been removed from versions after 2019-08-01. - suppress: MISSING_APIS_IN_DEFAULT_TAG from: virtualWan.json - where: $.paths["/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.network/virtualwans/{virtualWanName}/p2svpnserverconfigurations"] + where: $.paths["/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualwans/{}/p2svpnserverconfigurations"] reason: This API path is not supported by default api version 2024-07-01 and should not be included in the default tag. This operation has been removed from versions after 2019-08-01. suppressions: