From d7151c76187044be203c6e82f8c6f988a60e3c12 Mon Sep 17 00:00:00 2001 From: Jenny Hunter Date: Fri, 10 Sep 2021 16:30:21 -0700 Subject: [PATCH 1/2] Updated changelog to include ARM onboarding Updated the change log to include ARM onboarding to the Private Link Common Cmdlets --- src/Network/Network/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) 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 From 3e6cc9e4b43b3cd12ee8ba4b31f6a5608a3f39d6 Mon Sep 17 00:00:00 2001 From: Jenny Hunter Date: Fri, 10 Sep 2021 16:33:32 -0700 Subject: [PATCH 2/2] Added ARM to PL Config Added the Microsoft.Authorization/resourceManagementPrivateLinks configuration and base version support --- .../PrivateLinkServiceProvider/ProviderConfiguration.cs | 1 + 1 file changed, 1 insertion(+) 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);