Skip to content
Merged
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 sdk/ml/azure-ai-ml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Added support to select firewall sku to used for provisioning azure firewall when FQDN rules are added in
AllowOnlyApprovedOutbound mode. FirewallSku options are `Standard` or `Basic`, defaults to `Standard`
- Update TLS version from 1.0 to 1.2
- Added support for Distillation jobs. Can be created by importing `disillation` from `azure.ai.ml.distillation`
- Added support for Distillation jobs. Can be created by importing `disillation` from `azure.ai.ml.model_customization`
- Added Workspace property `ProvisionNetworkNow` to trigger the provisioning of the managed VNet with the default
Options when creating a Workspace with the managed VNet enabled, or else it does nothing
### Bugs Fixed
Expand Down
Loading