Skip to content

Commit e742b43

Browse files
authored
[PowerBI] Add Private Link Support (#15613)
* [PowerBI] Add Private Link Support Add Private Link support for PowerBI team * Remove comments in ChangLog.md Remove comments in ChangLog.md since it's not required
1 parent 5d8ab3b commit e742b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static ProviderConfiguration()
3838
RegisterConfiguration("Microsoft.Migrate/migrateProjects", "2020-06-01-preview", false, false);
3939
RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01", true, false);
4040
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false, false);
41+
RegisterConfiguration("Microsoft.PowerBI/privateLinkServicesForPowerBI", "2020-06-01", true, true);
4142
RegisterConfiguration("Microsoft.Purview/accounts", "2020-12-01-preview", true, true);
4243
RegisterConfiguration("Microsoft.Search/searchServices", "2020-08-01", true, false);
4344
RegisterConfiguration("Microsoft.ServiceBus/namespaces", "2018-01-01-preview", true, false);

0 commit comments

Comments
 (0)