Skip to content

Commit ec1efee

Browse files
Register Microsoft.Monitor RP in Network cmdlets (#20948)
* Register Microsoft.Monitor RP in Network cmdlet Adding Microsoft.Monitor RP in Network PrivateLinkService cmdlet Microsoft.Monitor RP supports - List Private Link Resource API - Get Private Endpoint Connection API - List Private Endpoint Connection API It doesn't support Get Private Link Resource API yet * Update Network change log * Update src/Network/Network/ChangeLog.md --------- Co-authored-by: Beisi Zhou <[email protected]>
1 parent a491163 commit ec1efee

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
@@ -24,6 +24,7 @@
2424
- `New-AzFirewallPolicy`
2525
- `Set-AzFirewallPolicy`
2626
* Fixed a bug that reverts classic fw private ranges to default when doing get & set
27+
* Onboarded `Microsoft.Monitor/accounts` to private link cmdlets
2728

2829
## Version 5.4.0
2930
* Fixed a bug that does not enable to set Perform SNAT to Always

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static ProviderConfiguration()
5454
RegisterConfiguration("Microsoft.Media/videoanalyzers", "2021-11-01-preview", true, true);
5555
RegisterConfiguration("Microsoft.Migrate/assessmentProjects", "2020-05-01-preview", false, false);
5656
RegisterConfiguration("Microsoft.Migrate/migrateProjects", "2020-06-01-preview", false, false);
57+
RegisterConfiguration("Microsoft.Monitor/accounts", "2021-06-03-preview", true, false);
5758
RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01", true, false);
5859
RegisterConfiguration("Microsoft.Network/privateLinkServices", "2020-05-01", true, false, false);
5960
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false, false);

0 commit comments

Comments
 (0)