We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e657c0 commit 41ce775Copy full SHA for 41ce775
specification/iotcentral/resource-manager/readme.md
@@ -37,6 +37,13 @@ These settings apply only when `--tag=package-2021-06` is specified on the comma
37
```yaml $(tag) == 'package-2021-06'
38
input-file:
39
- 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
46
+ reason: resource name availability needs to be boolean (available or not)
47
```
48
### Tag: package-2018-09-01
49
0 commit comments