Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -5885,6 +5885,9 @@ suppressions:
- code: PatchBodyParametersSchema
from: ElasticPools.json
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}"].patch.parameters["3"].schema.properties.sku
- code: PatchBodyParametersSchema
from: ElasticPools.json
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}"].patch.parameters["3"].schema.properties.properties
- code: MissingSegmentsInNestedResourceListOperation
from: ElasticPools.json
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools"]
Expand Down