Skip to content

Commit 222407e

Browse files
authored
Onboarded Device Update for IoT Hub to Private Link Common Cmdlets (Azure#18901)
* Updated Network changelog Updated Network changelog * Update ProviderConfiguration.cs
1 parent 7e4ae0f commit 222407e

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
@@ -19,6 +19,7 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Onboarded Device Update for IoT Hub to Private Link Common Cmdlets
2223

2324
## Version 4.18.0
2425
* Added support for CustomV2 ssl policies for Application Gateway.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ static ProviderConfiguration()
3535
RegisterConfiguration("Microsoft.DesktopVirtualization/workspaces", "2021-09-03-preview", true, false);
3636
RegisterConfiguration("Microsoft.Devices/IotHubs", "2020-03-01", true, true);
3737
RegisterConfiguration("Microsoft.Devices/ProvisioningServices", "2020-03-01", true, true);
38+
RegisterConfiguration("Microsoft.DeviceUpdate/accounts", "2020-03-01-preview", true, true);
3839
RegisterConfiguration("Microsoft.DigitalTwins/digitalTwinsInstances", "2020-12-01", true, true);
3940
RegisterConfiguration("Microsoft.DocumentDB/databaseAccounts", "2019-08-01-preview", true, true);
4041
RegisterConfiguration("Microsoft.EventGrid/topics", "2020-04-01-preview", true, true);

0 commit comments

Comments
 (0)