Skip to content

Commit c4ee1b3

Browse files
authored
Register Microsoft.VideoIndexer/accounts to private link cmdlets. (#26039)
1 parent 3b1553e commit c4ee1b3

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 `Microsoft.VideoIndexer/accounts` to private link cmdlets
2223

2324
## Version 7.8.1
2425
* Fixed secrets exposure in example documentation.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ static ProviderConfiguration()
8383
RegisterConfiguration("Microsoft.DBforMySQL/flexibleServers", "2022-09-30-privatepreview", true, true);
8484
RegisterConfiguration("Microsoft.DBforPostgreSQL/flexibleServers", "2023-06-01-preview", true, true);
8585
RegisterConfiguration("Microsoft.App/managedEnvironments", "2024-02-02-preview", true, true);
86+
RegisterConfiguration("Microsoft.VideoIndexer/accounts", "2024-06-01-preview", true, true, true);
8687
}
8788
/// <summary>
8889
/// Register priavte endopoint connection and private link resource configuration

0 commit comments

Comments
 (0)