Skip to content

Commit

Permalink
Add publicNetworkAccess property to ConfigurationStorePropertiesUpdat…
Browse files Browse the repository at this point in the history
…eParameters
  • Loading branch information
avanigupta committed Aug 14, 2020
1 parent 5ce0067 commit 5107876
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,18 @@
"encryption": {
"$ref": "#/definitions/EncryptionProperties",
"description": "The encryption settings of the configuration store."
},
"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 5107876

Please sign in to comment.