diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 560e79ebd4ff..4f398ea0c3da 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -24,6 +24,7 @@ - `New-AzFirewallPolicy` - `Set-AzFirewallPolicy` * Fixed a bug that reverts classic fw private ranges to default when doing get & set +* Onboarded `Microsoft.Monitor/accounts` to private link cmdlets ## Version 5.4.0 * Fixed a bug that does not enable to set Perform SNAT to Always diff --git a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs index 330f895f720e..604b209d4b4b 100644 --- a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs +++ b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs @@ -54,6 +54,7 @@ static ProviderConfiguration() RegisterConfiguration("Microsoft.Media/videoanalyzers", "2021-11-01-preview", true, true); RegisterConfiguration("Microsoft.Migrate/assessmentProjects", "2020-05-01-preview", false, false); RegisterConfiguration("Microsoft.Migrate/migrateProjects", "2020-06-01-preview", false, false); + RegisterConfiguration("Microsoft.Monitor/accounts", "2021-06-03-preview", true, false); RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01", true, false); RegisterConfiguration("Microsoft.Network/privateLinkServices", "2020-05-01", true, false, false); RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false, false);