Skip to content

Commit

Permalink
Register Microsoft.Monitor RP in Network cmdlets (#20948)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
GokulPrasad-Work and BethanyZhou authored Feb 17, 2023
1 parent a491163 commit ec1efee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- `New-AzFirewallPolicy`
- `Set-AzFirewallPolicy`
* Fixed a bug that reverts classic fw private ranges to default when doing get & set
* Onboarded `Microsoft.Monitor/accounts` to private link cmdlets

## Version 5.4.0
* Fixed a bug that does not enable to set Perform SNAT to Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static ProviderConfiguration()
RegisterConfiguration("Microsoft.Media/videoanalyzers", "2021-11-01-preview", true, true);
RegisterConfiguration("Microsoft.Migrate/assessmentProjects", "2020-05-01-preview", false, false);
RegisterConfiguration("Microsoft.Migrate/migrateProjects", "2020-06-01-preview", false, false);
RegisterConfiguration("Microsoft.Monitor/accounts", "2021-06-03-preview", true, false);
RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01", true, false);
RegisterConfiguration("Microsoft.Network/privateLinkServices", "2020-05-01", true, false, false);
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false, false);
Expand Down

0 comments on commit ec1efee

Please sign in to comment.