Skip to content

Commit

Permalink
fix model validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolun committed May 7, 2020
1 parent 799774b commit 7b97964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"properties": {
"replicaCount": 3,
"partitionCount": 1,
"publicNetworkAccess": "Disabled",
"publicNetworkAccess": "disabled",
"hostingMode": "default"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"replicaCount": 1,
"partitionCount": 1,
"publicNetworkAccess": "Disabled"
"publicNetworkAccess": "disabled"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"replicaCount": 3,
"partitionCount": 1,
"publicNetworkAccess": "Enabled",
"publicNetworkAccess": "enabled",
"networkRuleSet": {
"ipRules": [
{
Expand Down

0 comments on commit 7b97964

Please sign in to comment.