Skip to content

Add suppresion for deprecated APIs from virtualWan.json in readme file. #36550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: kamboj-prjwl/fix_backtick_network
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}/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/{}/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:
- code: ResourceNameRestriction
Expand Down
Loading