This PR changes the JSON examples for ARM rules to make sure that the
code samples will be scanned by sonar-iac-plugin.
To ensure this all resources need a name field and the schema URL has to
be an https and not http URL.
## Review
A dedicated reviewer checked the rule description successfully for:
- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
## Review
A dedicated reviewer checked the rule description successfully for:
- [x] logical errors and incorrect information
- [x] information gaps and missing content
- [x] text style and tone
- [x] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
Inline adoc files when they are included exactly once.
Also fix language tags because this inlining gives us better information
on what language the code is written in.
* Remove AWS specific words
* Add Azure code samples
* Add Azure link
* Add missing tags
* Add samples
* Update rules/S6321/metadata.json
Co-authored-by: Loris S. <91723853+loris-s-sonarsource@users.noreply.github.com>
* Update rules/S6321/terraform/metadata.json
Co-authored-by: Loris S. <91723853+loris-s-sonarsource@users.noreply.github.com>
* Remove AWS tag
* Make description more generic
* Update rules/S6321/description.adoc
Co-authored-by: Loris S. <91723853+loris-s-sonarsource@users.noreply.github.com>
* Remove GCP tag
* Update rules/S6321/see.adoc
Co-authored-by: Loris S. <91723853+loris-s-sonarsource@users.noreply.github.com>
* Remove Azure tag
Co-authored-by: Loris S. <91723853+loris-s-sonarsource@users.noreply.github.com>
Co-authored-by: Nils Werner <64034005+nils-werner-sonarsource@users.noreply.github.com>
* Remove AWS specific words
* Add Azure code samples
* Add Azure link
* Add missing tags
* Update description
* Fix asciidoc and metadata
Co-authored-by: Nils Werner <64034005+nils-werner-sonarsource@users.noreply.github.com>
Co-authored-by: Nils Werner <nils.werner@sonarsource.com>