Skip to content

Commit 615fb74

Browse files
authored
[PowerBI] Add Private Link Support with updated parameters (#15632)
* [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 * Update ProviderConfiguration.cs Update API configuration for PowerBI * [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 * Revert "[PowerBI] Add Private Link Support" * Add Private Link for PowerBI Add Private Link support for PowerBI team, with "List Private Endpoint Connection API" not available
1 parent b088740 commit 615fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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);
41+
RegisterConfiguration("Microsoft.PowerBI/privateLinkServicesForPowerBI", "2020-06-01", false, true);
4242
RegisterConfiguration("Microsoft.Purview/accounts", "2020-12-01-preview", true, true);
4343
RegisterConfiguration("Microsoft.Search/searchServices", "2020-08-01", true, false);
4444
RegisterConfiguration("Microsoft.ServiceBus/namespaces", "2018-01-01-preview", true, false);

0 commit comments

Comments
 (0)