Skip to content

Commit

Permalink
Add // Noncompliant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Mar 20, 2024
1 parent 943ce5b commit 01161a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/S1192/azureresourcemanager/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ With the default threshold of 3:
[source,bicep,diff-id=2,diff-type=noncompliant]
----
resource storageAccount 'Microsoft.Storage/storageAccounts@2021-01-01' = {
name: 'appSuperStorage'
name: 'appSuperStorage' // Noncompliant
tags: {
displayName: 'appSuperStorage'
shortName: 'appSuperStorage'
displayName: 'appSuperStorage' // Noncompliant
shortName: 'appSuperStorage' // Noncompliant
}
}
----
Expand Down

0 comments on commit 01161a0

Please sign in to comment.