Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding ARM to the Private Link Common Cmdlets #15858

Merged
merged 2 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down