Skip to content

Commit 33a6a9d

Browse files
committed
Additional lint violations
1 parent 87896ed commit 33a6a9d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@
988988
"description": "Firewall Policy definition."
989989
},
990990
"FirewallPolicyRuleCollectionGroup": {
991+
"type": "object",
991992
"properties": {
992993
"properties": {
993994
"x-ms-client-flatten": true,
@@ -1649,7 +1650,8 @@
16491650
"description": "List of rules for traffic to bypass.",
16501651
"items": {
16511652
"$ref": "#/definitions/FirewallPolicyIntrusionDetectionBypassTrafficSpecifications"
1652-
}
1653+
},
1654+
"x-ms-identifiers": []
16531655
}
16541656
}
16551657
},
@@ -1746,6 +1748,7 @@
17461748
"description": "Configuration needed to perform TLS termination & initiation."
17471749
},
17481750
"FirewallPolicyCertificateAuthority": {
1751+
"type": "object",
17491752
"properties": {
17501753
"keyVaultSecretId": {
17511754
"type": "string",

0 commit comments

Comments
 (0)