Skip to content

Commit

Permalink
typo: suppresion -> suppression (Azure#12582)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and mkarmark committed Jul 20, 2021
1 parent 5e84beb commit a4f6ec0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"200": {
"body": {
"id": "/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId/suppressions/suppressionName1",
"suppressionId": "suppresionId",
"suppressionId": "suppressionId",
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"ttl": "07:00:00:00"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"properties": {
"suppressionId": "suppresionId",
"suppressionId": "suppressionId",
"ttl": "07:00:00:00"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"properties": {
"suppressionId": "suppresionId",
"suppressionId": "suppressionId",
"ttl": "07:00:00:00"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"properties": {
"suppressionId": "suppresionId",
"suppressionId": "suppressionId",
"ttl": "07:00:00:00"
}
}
Expand Down
2 changes: 1 addition & 1 deletion specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ directive:
- suppress: OperationsAPIImplementation
reason: we do have a operations api as "/providers/Microsoft.Authorization/operations"
- suppress: TopLevelResourcesListByResourceGroup
reason: proxy resources don't require list by resource group(Suppresion confirmed by API council)
reason: proxy resources don't require list by resource group (Suppression confirmed by API council)
- suppress: OperationIdNounConflictingModelNames
where: '$.paths["/providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}"].get.operationId'
from: authorization-ProviderOperationsCalls.json
Expand Down

0 comments on commit a4f6ec0

Please sign in to comment.