diff --git a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs index c38caf2e88a8..81b201bdcc18 100644 --- a/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs +++ b/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs @@ -26,6 +26,7 @@ static ProviderConfiguration() RegisterConfiguration("Microsoft.DBforPostgreSQL/servers", "2018-06-01"); RegisterConfiguration("Microsoft.Devices/IotHubs", "2020-03-01"); RegisterConfiguration("Microsoft.DocumentDB/databaseAccounts", "2019-08-01-preview"); + RegisterConfiguration("Microsoft.DigitalTwins/digitalTwinsInstances", "2020-12-01"); RegisterConfiguration("Microsoft.EventGrid/topics", "2020-04-01-preview"); RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview"); RegisterConfiguration("Microsoft.EventHub/namespaces", "2018-01-01-preview");