Skip to content
Closed
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 12, 2025
commit bd225b54df22ea448231ec2390f5d112f06b3a80
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 @@
}
]
}