Skip to content

Commit 41ce775

Browse files
committed
add suppress for R4009 and R3018
1 parent 9e657c0 commit 41ce775

File tree

1 file changed

+7
-0
lines changed
  • specification/iotcentral/resource-manager

1 file changed

+7
-0
lines changed

specification/iotcentral/resource-manager/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ These settings apply only when `--tag=package-2021-06` is specified on the comma
3737
```yaml $(tag) == 'package-2021-06'
3838
input-file:
3939
- Microsoft.IoTCentral/stable/2021-06-01/iotcentral.json
40+
directive:
41+
- suppress: R4009
42+
from: iotcentral.json
43+
reason: We do not yet support systemdata.
44+
- suppress: R3018
45+
from: iotcentral.json
46+
reason: resource name availability needs to be boolean (available or not)
4047
```
4148
### Tag: package-2018-09-01
4249

0 commit comments

Comments
 (0)