Skip to content

Commit c814080

Browse files
amih90Ami Hollander
andauthored
Onboarded Microsoft.Security/privateLinks to Private Link Common Cmdlets (#28819)
Co-authored-by: Ami Hollander <amhollan@microsoft.com>
1 parent 6701719 commit c814080

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.Security/privateLinks` to Private Link Common Cmdlets
2223

2324
## Version 7.23.0
2425
* Added 'GeoLocationXFFHeader' and 'ClientAddrXFFHeader' as valid VariableNames in `NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable`.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static ProviderConfiguration()
8989
RegisterConfiguration("Microsoft.VideoIndexer/accounts", "2024-06-01-preview", true, true, true);
9090
RegisterConfiguration("Microsoft.FluidRelay/fluidRelayServers", "2025-03-10-preview", true, true, true);
9191
RegisterConfiguration("Microsoft.FileShares/fileShares", "2025-06-01-preview", true, true);
92+
RegisterConfiguration("Microsoft.Security/privateLinks", "2025-09-01-preview", true, true);
9293
}
9394
/// <summary>
9495
/// Register private endpoint connection and private link resource configuration

0 commit comments

Comments
 (0)