Skip to content

Commit

Permalink
Added missing updatable properties in ConfigurationStorePropertiesUpd…
Browse files Browse the repository at this point in the history
…ateParameters (Azure#14452)

Co-authored-by: jimmypc92 <jimmypc92>
  • Loading branch information
jimmyca15 authored and Andrew Sager committed Jun 24, 2021
1 parent 3506e62 commit bde6695
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,18 @@
"disableLocalAuth": {
"type": "boolean",
"description": "Disables all authentication methods other than AAD authentication."
},
"publicNetworkAccess": {
"description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled.",
"enum": [
"Enabled",
"Disabled"
],
"type": "string",
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit bde6695

Please sign in to comment.