Skip to content

Commit 20ab40f

Browse files
authored
typo: suppresion -> suppression (Azure#12582)
1 parent fa41e3e commit 20ab40f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

specification/advisor/resource-manager/Microsoft.Advisor/preview/2016-07-12-preview/examples/CreateSuppression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"200": {
1616
"body": {
1717
"id": "/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId/suppressions/suppressionName1",
18-
"suppressionId": "suppresionId",
18+
"suppressionId": "suppressionId",
1919
"name": "suppressionName1",
2020
"type": "Microsoft.Advisor/suppressions",
2121
"ttl": "07:00:00:00"

specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-03-31/examples/CreateSuppression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "suppressionName1",
1818
"type": "Microsoft.Advisor/suppressions",
1919
"properties": {
20-
"suppressionId": "suppresionId",
20+
"suppressionId": "suppressionId",
2121
"ttl": "07:00:00:00"
2222
}
2323
}

specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/CreateSuppression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "suppressionName1",
1818
"type": "Microsoft.Advisor/suppressions",
1919
"properties": {
20-
"suppressionId": "suppresionId",
20+
"suppressionId": "suppressionId",
2121
"ttl": "07:00:00:00"
2222
}
2323
}

specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/examples/CreateSuppression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "suppressionName1",
1818
"type": "Microsoft.Advisor/suppressions",
1919
"properties": {
20-
"suppressionId": "suppresionId",
20+
"suppressionId": "suppressionId",
2121
"ttl": "07:00:00:00"
2222
}
2323
}

specification/authorization/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ directive:
3636
- suppress: OperationsAPIImplementation
3737
reason: we do have a operations api as "/providers/Microsoft.Authorization/operations"
3838
- suppress: TopLevelResourcesListByResourceGroup
39-
reason: proxy resources don't require list by resource group(Suppresion confirmed by API council)
39+
reason: proxy resources don't require list by resource group (Suppression confirmed by API council)
4040
- suppress: OperationIdNounConflictingModelNames
4141
where: '$.paths["/providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}"].get.operationId'
4242
from: authorization-ProviderOperationsCalls.json

0 commit comments

Comments
 (0)