Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Paths not working correctly with ResourceNameRestriction suppression
  • Loading branch information
mjmadhu committed Jan 30, 2024
commit 95f8d07c1f906dc05414b4c04edd2174fde7d500
6 changes: 3 additions & 3 deletions specification/playwrighttesting/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ suppressions:
- code: ResourceNameRestriction
from: playwrighttesting.json
reason: We have enums defined for quota resource names which doesn't support string pattern validation.
where:
- $.paths["/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{quotaName}"].get.parameters.3
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}"].get.parameters.4
# where:
# - $.paths["/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{quotaName}"].get.parameters.3
# - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}"].get.parameters.4
- code: ProvisioningStateMustBeReadOnly
from: playwrighttesting.json
reason: Seems like a tool bug, as the visibility is set to read only in the TypeSpec already.
Expand Down