Skip to content

Commit

Permalink
Additional lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
bewatersmsft committed Mar 14, 2022
1 parent 87896ed commit 33a6a9d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@
"description": "Firewall Policy definition."
},
"FirewallPolicyRuleCollectionGroup": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -1649,7 +1650,8 @@
"description": "List of rules for traffic to bypass.",
"items": {
"$ref": "#/definitions/FirewallPolicyIntrusionDetectionBypassTrafficSpecifications"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -1746,6 +1748,7 @@
"description": "Configuration needed to perform TLS termination & initiation."
},
"FirewallPolicyCertificateAuthority": {
"type": "object",
"properties": {
"keyVaultSecretId": {
"type": "string",
Expand Down

0 comments on commit 33a6a9d

Please sign in to comment.