Skip to content

Commit 0720709

Browse files
Onboard Project AzureML Registries to Private Link Common Cmdlets (#19604)
* Update ProviderConfiguration.cs * Update ChangeLog.md
1 parent 5775da7 commit 0720709

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* Added message in breaking change attribute to notify that load balancer sku default behaviour will be changed
3131
- `New-AzLoadBalancer`
3232

33+
* Onboard Project AzureML Registries to Private Link Common Cmdlets
34+
3335
## Version 4.20.1
3436
* Added breaking change notification for `Get-AzFirewall`, `New-AzFirewall`, `Set-AzFirewall` and `New-AzFirewallHubIpAddress`
3537

src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static ProviderConfiguration()
4949
RegisterConfiguration("Microsoft.KeyVault/vaults", "2018-02-14", false, false);
5050
RegisterConfiguration("Microsoft.Keyvault/managedHSMs", "2021-06-01-preview", true, false);
5151
RegisterConfiguration("Microsoft.MachineLearningServices/workspaces", "2021-07-01", true, false);
52+
RegisterConfiguration("Microsoft.MachineLearningServices/registries", "2022-10-01-preview", true, false);
5253
RegisterConfiguration("Microsoft.Media/mediaservices", "2021-06-01", true, true);
5354
RegisterConfiguration("Microsoft.Media/videoanalyzers", "2021-11-01-preview", true, true);
5455
RegisterConfiguration("Microsoft.Migrate/assessmentProjects", "2020-05-01-preview", false, false);

0 commit comments

Comments
 (0)