Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
/specification/trafficmanager/ @allencal @hrkulkarmsft

# PRLabel: %Web Apps
/specification/web/ @naveedaz @reillyanderson @jocawtho @1tariq
/specification/web/ @naveedaz @reillyanderson @jocawtho @1tariq @dwmsft

# PRLabel: %Video Indexer
/specification/vi/ @dazilb @tshoham @omerhaimov @bermanraz @Einav94
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29357,6 +29357,10 @@
"readOnly": true,
"example": "00000000-0000-0000-0000-000000000000"
},
"publicNetworkAccess": {
"description": "Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.",
"type": "string"
},
"storageAccountRequired": {
"description": "Checks if Customer provided storage account is required",
"type": "boolean"
Expand Down
Loading