diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 5fdead0b9e0d..30ae116a8042 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -26,6 +26,7 @@ * Updated cmdlet to add 'TunnelInterface' property for backend pool related operations. - `New-AzLoadBalancerBackendAddressPool` - `Set-AzLoadBalancerBackendAddressPool` +* Onboard Azure Resource Manager to Private Link Common Cmdlets ## Version 4.10.0 * Added public ip address as an optional parameter to create route server diff --git a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs index 6de0ac85cc24..ed49e09081e2 100644 --- a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs +++ b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs @@ -17,6 +17,7 @@ static ProviderConfiguration() RegisterConfiguration("Microsoft.ApiManagement/service", "2021-04-01-preview", true, true); RegisterConfiguration("Microsoft.AppConfiguration/configurationStores", "2020-06-01", true, true); RegisterConfiguration("Microsoft.Attestation/attestationProviders", "2020-10-01", true, true); + RegisterConfiguration("Microsoft.Authorization/resourceManagementPrivateLinks", "2020-05-01", false); RegisterConfiguration("Microsoft.Automation/automationAccounts", "2020-01-13-preview", true, false); RegisterConfiguration("Microsoft.Batch/batchAccounts", "2020-03-01", true, true); RegisterConfiguration("Microsoft.Cache/Redis", "2020-12-01", true, true);