Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
adgrieve committed Sep 24, 2020
1 parent 0b5e191 commit 74b8de8
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1288,23 +1288,23 @@
}
},
"description": "Trusted Root certificates properties for tls."
}
},
"FirewallPolicySku": {
"properties": {
"tier": {
"type": "string",
"description": "Tier of Firewall Policy.",
"enum": [
"Standard",
"Premium"
],
"x-ms-enum": {
"name": "FirewallPolicySkuTier",
"modelAsString": true
}
}
},
"description": "SKU of Firewall policy."
"FirewallPolicySku": {
"properties": {
"tier": {
"type": "string",
"description": "Tier of Firewall Policy.",
"enum": [
"Standard",
"Premium"
],
"x-ms-enum": {
"name": "FirewallPolicySkuTier",
"modelAsString": true
}
}
},
"description": "SKU of Firewall policy."
}
}
}

0 comments on commit 74b8de8

Please sign in to comment.