Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3133,6 +3133,18 @@
"items": {
"type": "string"
}
},
"publicNetworkAccess": {
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
},
"type": "string",
"description": "Enabled to allow this resource to be access from the public network"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"properties": {
"description": "des1",
"friendlyName": "friendly"
"friendlyName": "friendly",
"publicNetworkAccess": "Enabled"
}
}
},
Expand Down