Skip to content

Commit 3878746

Browse files
Onboarding ARM to the Private Link Common Cmdlets (#15858)
* Updated changelog to include ARM onboarding Updated the change log to include ARM onboarding to the Private Link Common Cmdlets * Added ARM to PL Config Added the Microsoft.Authorization/resourceManagementPrivateLinks configuration and base version support
1 parent d5ea593 commit 3878746

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Updated cmdlet to add 'TunnelInterface' property for backend pool related operations.
2727
- `New-AzLoadBalancerBackendAddressPool`
2828
- `Set-AzLoadBalancerBackendAddressPool`
29+
* Onboard Azure Resource Manager to Private Link Common Cmdlets
2930

3031
## Version 4.10.0
3132
* Added public ip address as an optional parameter to create route server

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ static ProviderConfiguration()
1717
RegisterConfiguration("Microsoft.ApiManagement/service", "2021-04-01-preview", true, true);
1818
RegisterConfiguration("Microsoft.AppConfiguration/configurationStores", "2020-06-01", true, true);
1919
RegisterConfiguration("Microsoft.Attestation/attestationProviders", "2020-10-01", true, true);
20+
RegisterConfiguration("Microsoft.Authorization/resourceManagementPrivateLinks", "2020-05-01", false);
2021
RegisterConfiguration("Microsoft.Automation/automationAccounts", "2020-01-13-preview", true, false);
2122
RegisterConfiguration("Microsoft.Batch/batchAccounts", "2020-03-01", true, true);
2223
RegisterConfiguration("Microsoft.Cache/Redis", "2020-12-01", true, true);

0 commit comments

Comments
 (0)