File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,21 @@ suppressions:
126126 - code: SystemDataDefinitionsCommonTypes
127127 from: network.json
128128 reason: False alarm.
129+ directive:
130+ - from: specification/common-types/resource-management/v6/types.json
131+ where: "$.definitions.ProxyResource"
132+ transform: >
133+ $["x-ms-client-name"] = "SecurityPerimeterProxyResource"
134+
135+ - from: specification/common-types/resource-management/v6/types.json
136+ where: "$.definitions.Resource"
137+ transform: >
138+ $["x-ms-client-name"] = "SecurityPerimeterResource"
139+
140+ - from: specification/common-types/resource-management/v6/types.json
141+ where: "$.definitions.systemData"
142+ transform: >
143+ $["x-ms-client-name"] = "SecurityPerimeterSystemData"
129144` ` `
130145
131146# ## Tag: package-2024-09-preview
You can’t perform that action at this time.
0 commit comments