Skip to content

Commit 89b2be9

Browse files
authored
[Network] [Private Link] Updated Provider Configuration for Device Update for IoT Hub (#26618)
* Update ChangeLog.md * Update ProviderConfiguration.cs
1 parent 2b72fe9 commit 89b2be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Updated Device Update Private Link provider configuration
23+
- Updated Microsoft.DeviceUpdate/accounts API version to 2023-07-01
2224

2325
## Version 7.10.0
2426
* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static ProviderConfiguration()
3636
RegisterConfiguration("Microsoft.DesktopVirtualization/workspaces", "2021-09-03-preview", true, false);
3737
RegisterConfiguration("Microsoft.Devices/IotHubs", "2020-03-01", true, true);
3838
RegisterConfiguration("Microsoft.Devices/ProvisioningServices", "2020-03-01", true, true);
39-
RegisterConfiguration("Microsoft.DeviceUpdate/accounts", "2020-03-01-preview", true, true);
39+
RegisterConfiguration("Microsoft.DeviceUpdate/accounts", "2023-07-01", true, true);
4040
RegisterConfiguration("Microsoft.DigitalTwins/digitalTwinsInstances", "2020-12-01", true, true);
4141
RegisterConfiguration("Microsoft.DocumentDB/databaseAccounts", "2019-08-01-preview", true, true);
4242
RegisterConfiguration("Microsoft.ElasticSan/elasticSans", "2022-12-01-preview", true, false);

0 commit comments

Comments
 (0)