Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add network monitoring property (#33341)
* Add parameter for enable network monitor
  • Loading branch information
SubaMoorthy authored and fmabroukmsft committed May 20, 2025
commit 606d78b8862d9d32970962e51c496be7faf2052f
Original file line number Diff line number Diff line change
Expand Up @@ -4193,4 +4193,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -5330,6 +5330,10 @@
"description": "Managed Network settings for a machine learning workspace.",
"type": "object",
"properties": {
"enableNetworkMonitor": {
"description": "Enable network monitoring for the managed network.",
"type": "boolean"
},
"firewallPublicIpAddress": {
"type": "string",
"description": "Public IP address assigned to the Azure Firewall.",
Expand Down Expand Up @@ -7489,4 +7493,3 @@
}
]
}